搜索结果
找到约 194 项符合
solve 的查询结果
按分类筛选
- 全部分类
- 技术资料 (53)
- 其他 (14)
- 数学计算 (14)
- matlab例程 (14)
- 其他书籍 (10)
- 数值算法/人工智能 (9)
- 单片机编程 (8)
- Java编程 (7)
- 人工智能/神经网络 (7)
- 书籍 (6)
- 数据结构 (5)
- Linux/Unix编程 (4)
- 软件设计/软件工程 (4)
- 电源技术 (3)
- 游戏 (3)
- 单片机开发 (3)
- 操作系统开发 (2)
- 书籍源码 (2)
- 软件工程 (2)
- VC书籍 (2)
- DSP编程 (1)
- 测试测量 (1)
- 模拟电子 (1)
- 电子书籍 (1)
- 编辑器/阅读器 (1)
- 编译器/解释器 (1)
- *行业应用 (1)
- 企业管理 (1)
- Applet (1)
- 金融证券系统 (1)
- 文件格式 (1)
- 技术管理 (1)
- 嵌入式/单片机编程 (1)
- 文章/文档 (1)
- 嵌入式Linux (1)
- Windows CE (1)
- Windows Mobile (1)
- 系统设计方案 (1)
- 邮电通讯系统 (1)
- GPS编程 (1)
- 并行计算 (1)
- Jsp/Servlet (1)
人工智能/神经网络 This routine calls the glpk library to solve a LP/MIP problem. A typical LP problem has following s
This routine calls the glpk library to solve a LP/MIP problem. A typical
LP problem has following structure:
[min|max] C x
s.t.
Ax ["="|"<="|">="] b
{x <= UB}
{x >= LB}
The calling syntax is:
[XMIN,FMIN,STATUS,EXTRA]= ...
数值算法/人工智能 Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state
Solve the 8-puzzle problem using A * algorithme.
Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank.
There are 2 Heuristic:
1. N: Number of misplaced tiles
2. S: Sum of Manhattan distance of current location and target location.
...
人工智能/神经网络 solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graph
solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.
matlab例程 Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助
Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助
其他 Solve Sudoku(Game) quickly. Just need a txt file with all of the number u have, then answer out.
Solve Sudoku(Game) quickly.
Just need a txt file with all of the number u have, then answer out.
数值算法/人工智能 In this example we solve the following single ODE Program Name: RKG-1.FOR (Runge-Kutta-Gill algorit
In this example we solve the following single ODE
Program Name: RKG-1.FOR (Runge-Kutta-Gill algorithm, fixed step size)
单片机开发 本程序模拟GP算法处理数据的方法步骤How can computers learn to solve problems without being explicitly programmed? In
本程序模拟GP算法处理数据的方法步骤How can computers learn to solve problems without being explicitly programmed? In other words, how can computers be made to do what is needed to be done, without being told exactly how to do it?this is an answer
matlab例程 这是一个模拟第3类模式地震波的matlab脚本。 This a collection of Matlab scripts that solve the antiplane (mode III)
这是一个模拟第3类模式地震波的matlab脚本。
This a collection of Matlab scripts that solve the antiplane
(mode III) earthquake dynamic problem with slip-weakening friction,
on a 1D fault embedded in a 2D homogeneous elastic unbounded medium.
The problem is formulated as a boundary integral equation
...
Applet 显示图片的java applet源码,可以解决用applet图片的现实问题.-showed pictures of java applet can solve web Photo reality.
显示图片的java applet源码,可以解决用applet图片的现实问题.-showed pictures of java applet can solve web Photo reality.
数值算法/人工智能 FreeFEM is an implementation of the GFEM language dedicated to the finite element method. It provid
FreeFEM is an implementation of the GFEM language dedicated
to the finite element method. It provides you a way to solve Partial
Differential Equations (PDE) simply. Although you can solve quite complicated
problems can be solved also.