搜索结果
找到约 144 项符合
Solve 的查询结果
按分类筛选
- 全部分类
- 其他 (14)
- 数学计算 (14)
- matlab例程 (14)
- 数值算法/人工智能 (9)
- 其他书籍 (9)
- 单片机编程 (8)
- 人工智能/神经网络 (7)
- Java编程 (7)
- 书籍 (6)
- 数据结构 (5)
- Linux/Unix编程 (4)
- 软件设计/软件工程 (4)
- 技术资料 (4)
- 电源技术 (3)
- 游戏 (3)
- 单片机开发 (3)
- 软件工程 (2)
- 书籍源码 (2)
- 操作系统开发 (2)
- VC书籍 (2)
- 模拟电子 (1)
- DSP编程 (1)
- 测试测量 (1)
- Windows Mobile (1)
- 嵌入式Linux (1)
- 邮电通讯系统 (1)
- 系统设计方案 (1)
- 文件格式 (1)
- Windows CE (1)
- Applet (1)
- 电子书籍 (1)
- GPS编程 (1)
- 并行计算 (1)
- 金融证券系统 (1)
- 文章/文档 (1)
- Jsp/Servlet (1)
- *行业应用 (1)
- 技术管理 (1)
- 嵌入式/单片机编程 (1)
- 企业管理 (1)
- 编辑器/阅读器 (1)
- 编译器/解释器 (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 maze with dfs and bfs
solve maze with dfs and bfs
数据结构 algorithm bfs to solve knight tour problem
algorithm bfs to solve knight tour problem
matlab例程 This will solve 2d photonic crystal modes by plane wave method
This will solve 2d photonic crystal modes by plane wave method
数值算法/人工智能 ACM 第10318題 Solve It
ACM 第10318題 Solve It
matlab例程 solve power flows by gauss seidel method ans newton Rapson
solve power flows by gauss seidel method ans newton Rapson
人工智能/神经网络 the attached file contains artifitial neural network code to solve xor
the attached file contains artifitial neural network code to solve xor
数值算法/人工智能 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.
...
操作系统开发 Producer Consumer problem simulator to solve Synchronization issues
Producer Consumer problem simulator to solve Synchronization issues
操作系统开发 Reader Writer Problem to solve synchronization issues
Reader Writer Problem to solve synchronization issues