搜索结果
找到约 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)
人工智能/神经网络 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.
数据结构 zju 1025 Wooden Sticks http://acm.zju.edu.cn/show_problem.php?pid=1025
zju 1025 Wooden Sticks
http://acm.zju.edu.cn/show_problem.php?pid=1025
数据结构 zju 1056 The Worm Turns http://acm.zju.edu.cn/show_problem.php?pid=1056
zju 1056 The Worm Turns
http://acm.zju.edu.cn/show_problem.php?pid=1056
matlab例程 Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助
Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem.对此方面的研究很有帮助
数据结构 优化算法loqo的算法源代码。Purpose: solves quadratic programming problem for pattern recognition for support vec
优化算法loqo的算法源代码。Purpose: solves quadratic programming problem for pattern recognition for support vectors
数值算法/人工智能 遗传算法和“货郎担” 问题: "The traveling salesman problem, or TSP for short, is this: given a finite number of
遗传算法和“货郎担” 问题:
"The traveling salesman problem, or TSP for short, is this: given a finite number of cities along with the cost of travel between each pair of them, find the cheapest way of visiting all the cities and returning to your starting point."
人工智能/神经网络 用经典算法--模拟退火算法求解经典问题旅行商(Travel Sales Problem)问题。
用经典算法--模拟退火算法求解经典问题旅行商(Travel Sales Problem)问题。
数据结构 经典数据结构外国教材Data Abstraction & Problem Solving with C++.的源代码
经典数据结构外国教材Data Abstraction & Problem Solving with C++.的源代码
软件设计/软件工程 linux用多线程同步方法解决哲学家就餐问题(Dining-Philosophers Problem)
linux用多线程同步方法解决哲学家就餐问题(Dining-Philosophers Problem)
数学计算 Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... &l
Problem B:Longest Ordered Subsequence
A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subse ...