搜索结果

找到约 144 项符合 Solve 的查询结果

人工智能/神经网络 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]= ...
https://www.eeworm.com/dl/650/463384.html
下载: 43
查看: 1106

数据结构 solve maze with dfs and bfs

solve maze with dfs and bfs
https://www.eeworm.com/dl/654/468499.html
下载: 73
查看: 1025

数据结构 algorithm bfs to solve knight tour problem

algorithm bfs to solve knight tour problem
https://www.eeworm.com/dl/654/468512.html
下载: 43
查看: 1038

matlab例程 This will solve 2d photonic crystal modes by plane wave method

This will solve 2d photonic crystal modes by plane wave method
https://www.eeworm.com/dl/665/469220.html
下载: 124
查看: 1029

数值算法/人工智能 ACM 第10318題 Solve It

ACM 第10318題 Solve It
https://www.eeworm.com/dl/518/471586.html
下载: 102
查看: 1018

matlab例程 solve power flows by gauss seidel method ans newton Rapson

solve power flows by gauss seidel method ans newton Rapson
https://www.eeworm.com/dl/665/476392.html
下载: 136
查看: 1023

人工智能/神经网络 the attached file contains artifitial neural network code to solve xor

the attached file contains artifitial neural network code to solve xor
https://www.eeworm.com/dl/650/476981.html
下载: 84
查看: 1039

数值算法/人工智能 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. ...
https://www.eeworm.com/dl/518/476996.html
下载: 65
查看: 1071

操作系统开发 Producer Consumer problem simulator to solve Synchronization issues

Producer Consumer problem simulator to solve Synchronization issues
https://www.eeworm.com/dl/531/480431.html
下载: 82
查看: 1026

操作系统开发 Reader Writer Problem to solve synchronization issues

Reader Writer Problem to solve synchronization issues
https://www.eeworm.com/dl/531/480433.html
下载: 97
查看: 1044