搜索结果
找到约 469 项符合
problem 的查询结果
按分类筛选
- 全部分类
- 技术资料 (85)
- 人工智能/神经网络 (33)
- matlab例程 (32)
- 数学计算 (30)
- 其他 (29)
- 数值算法/人工智能 (24)
- 数据结构 (23)
- Java编程 (22)
- 其他书籍 (19)
- 书籍 (16)
- 软件设计/软件工程 (10)
- 电子书籍 (8)
- VC书籍 (8)
- 电源技术 (7)
- 单片机开发 (7)
- 行业发展研究 (7)
- Java书籍 (6)
- 并行计算 (6)
- 论文 (5)
- 单片机编程 (5)
- 可编程逻辑 (5)
- 文件格式 (5)
- 软件工程 (4)
- 教程资料 (4)
- Linux/Unix编程 (4)
- 文章/文档 (4)
- 加密解密 (3)
- 压缩解压 (3)
- 游戏 (3)
- 编译器/解释器 (3)
- 系统设计方案 (3)
- Linux/uClinux/Unix编程 (2)
- DSP编程 (2)
- 通讯/手机编程 (2)
- 操作系统开发 (2)
- 书籍源码 (2)
- 模拟电子 (2)
- Internet/网络编程 (2)
- 教育系统应用 (2)
- 汇编语言 (2)
- 嵌入式/单片机编程 (2)
- 其他 (1)
- C/C++语言编程 (1)
- 无线通信 (1)
- 数据库系统 (1)
- 其他文档 (1)
- 技术书籍 (1)
- 资料/手册 (1)
- 测试测量 (1)
- 工控技术 (1)
- 源码/资料 (1)
- 串口编程 (1)
- 编辑器/阅读器 (1)
- 磁盘编程 (1)
- 企业管理 (1)
- 传真(Fax)编程 (1)
- 金融证券系统 (1)
- 技术管理 (1)
- 其他数据库 (1)
- 通讯编程文档 (1)
- 嵌入式Linux (1)
- J2ME (1)
- 其他行业 (1)
- 生物技术 (1)
- 交通/航空行业 (1)
- Jsp/Servlet (1)
- VIP专区 (1)
数据结构 zju 1048 Financial Managementhttp://acm.zju.edu.cn/show_problem.php?pid=1048
zju 1048 Financial Managementhttp://acm.zju.edu.cn/show_problem.php?pid=1048
数据结构 Algorithms Data Structures and Problem Solving with C++.pdf。。。提供给需要的共学下载
Algorithms Data Structures and Problem Solving with C++.pdf。。。提供给需要的共学下载
数学计算 北大ACM网站 1039题 http://acm.pku.edu.cn/JudgeOnline/problem?id=1039
北大ACM网站 1039题
http://acm.pku.edu.cn/JudgeOnline/problem?id=1039
数学计算 北大ACM网站 1087题 http://acm.pku.edu.cn/JudgeOnline/problem?id=1087
北大ACM网站 1087题
http://acm.pku.edu.cn/JudgeOnline/problem?id=1087
数学计算 北大ACM网站 1099题 http://acm.pku.edu.cn/JudgeOnline/problem?id=10
北大ACM网站 1099题
http://acm.pku.edu.cn/JudgeOnline/problem?id=10
数学计算 北大ACM网站 1127题 http://acm.pku.edu.cn/JudgeOnline/problem?id=1127
北大ACM网站 1127题
http://acm.pku.edu.cn/JudgeOnline/problem?id=1127
数学计算 Concert c++ example of facility location problem. C++ concert technology is a registered trademark o
Concert c++ example of facility location problem. C++ concert technology is a registered trademark of ILOG CPLEX
Linux/Unix编程 Floyd-wharshall algoritm for the shortest path problem. I wrote this in C. It s easy to compile and
Floyd-wharshall algoritm for the shortest path problem. I wrote this in C. It s easy to compile and work in all *nix like systems.
其他 The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide
The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you re an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your dev ...
数值算法/人工智能 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.
...