搜索结果
找到约 384 项符合
Problem 的查询结果
按分类筛选
- 全部分类
- 人工智能/神经网络 (33)
- matlab例程 (32)
- 数学计算 (30)
- 其他 (29)
- 数值算法/人工智能 (23)
- Java编程 (22)
- 其他书籍 (19)
- 书籍 (16)
- 数据结构 (15)
- 软件设计/软件工程 (10)
- 技术资料 (10)
- VC书籍 (8)
- 电子书籍 (8)
- 电源技术 (7)
- 单片机开发 (7)
- 行业发展研究 (7)
- Java书籍 (6)
- 并行计算 (6)
- 单片机编程 (5)
- 可编程逻辑 (5)
- 文件格式 (5)
- 教程资料 (4)
- 文章/文档 (4)
- Linux/Unix编程 (4)
- 软件工程 (4)
- 论文 (4)
- 游戏 (3)
- 系统设计方案 (3)
- 压缩解压 (3)
- 加密解密 (3)
- 编译器/解释器 (3)
- 模拟电子 (2)
- 教育系统应用 (2)
- 汇编语言 (2)
- 嵌入式/单片机编程 (2)
- 书籍源码 (2)
- 通讯/手机编程 (2)
- DSP编程 (2)
- Internet/网络编程 (2)
- 操作系统开发 (2)
- Linux/uClinux/Unix编程 (2)
- 无线通信 (1)
- 工控技术 (1)
- 测试测量 (1)
- 源码/资料 (1)
- 数据库系统 (1)
- 生物技术 (1)
- 传真(Fax)编程 (1)
- 嵌入式Linux (1)
- J2ME (1)
- 磁盘编程 (1)
- 金融证券系统 (1)
- 串口编程 (1)
- Jsp/Servlet (1)
- 技术管理 (1)
- 企业管理 (1)
- 编辑器/阅读器 (1)
- 通讯编程文档 (1)
- 交通/航空行业 (1)
- 其他数据库 (1)
- 其他行业 (1)
- 资料/手册 (1)
- 技术书籍 (1)
- C/C++语言编程 (1)
- 其他文档 (1)
- 其他 (1)
- VIP专区 (1)
数据库系统 Generating next numbers in SQLServer should not be a problem. But problems arise when a customer ask
Generating next numbers in SQLServer should not be a problem. But problems arise when a customer asks for different types of next numbers that you cannot generate directly from SQL Server. This brief article describes how you would tackle this problem in different scenarios.
人工智能/神经网络 aco for TSP problem source code
aco for TSP problem source code
教育系统应用 题目:多线程同步方法解决生产者-消费者问题 (Bounded - Buffer Problem) 内容:有界缓冲区内设有10个存储单元
题目:多线程同步方法解决生产者-消费者问题 (Bounded - Buffer Problem) 内容:有界缓冲区内设有10个存储单元,放入/取出的数据项 设定为1~10这10个整形数。要求每个生产者和消费者对有界 缓冲区进行操作后,即时显示有界缓冲区的全部内容、当前指针位 置和生产者/消费者标识符。 ...
Java书籍 dining philosophers problem
dining philosophers problem
电子书籍 Computer Networks 4th Edition Problem Solutions.pdf计算机网络第四版的习题解答。是原版
Computer Networks 4th Edition Problem Solutions.pdf计算机网络第四版的习题解答。是原版,但是有些章节的有几个问题的解答存在错误。本身书上的问题也有错误。
人工智能/神经网络 this tar includes my code which employ the Lin-Kernighan algorithm to address the tsp problem. this
this tar includes my code which employ the Lin-Kernighan algorithm to address the tsp problem. this tar also include some testfiles and config file and a readme which describes how to run this program.
游戏 Using Genetic Algorithm to solve the 8 Queens problem.
Using Genetic Algorithm to solve the 8 Queens problem.
数学计算 王勖成《有限单元法》里面的教学源程序,PROGRAM OF PLANE PROBLEM 96.1
王勖成《有限单元法》里面的教学源程序,PROGRAM OF PLANE PROBLEM 96.1
数据结构 实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品
实现背包问题
package problem
1. 问题描述
假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2)、(1,4 ...
人工智能/神经网络 fastDNAml is an attempt to solve the same problem as DNAML, but to do so faster and using less memo
fastDNAml is an attempt to solve the same problem as DNAML, but to do so
faster and using less memory, so that larger trees and/or more bootstrap
replicates become tractable. Much of fastDNAml is merely a recoding of the
PHYLIP 3.3 DNAML program from PASCAL to C.