CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Artificial Intelligence
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - Artificial Intelligence - List
[
Mathimatics-Numerical algorithms
]
tagGame
DL : 0
VS2008开发环境 一个小的追踪游戏,游戏中npc可以自主判定逃跑方向和速度 学习人工智能的入门程序-VS2008 development environment, a small tracking game, the game will be free to determine the npc flight direction and speed of learning introductory artificial intelligence program
Date
:
Size
: 4.74mb
User
:
伊人若初见
[
AI-NN-PR
]
TSP
DL : 0
实现人工智能中的遗传算法,写的不是很好,但是可以用。-To achieve artificial intelligence in the genetic algorithm, written in not very good, but can be used.
Date
:
Size
: 214kb
User
:
韩
[
AI-NN-PR
]
VCrengzhineng
DL : 0
人工智能小模型书山有路勤为径血海无涯苦作舟下载研究吧-Small model of artificial intelligence Qin Shu-shan a road for the track a sea of blood is long suffering download of it for boat
Date
:
Size
: 2.68mb
User
:
wyb
[
AI-NN-PR
]
supermarket
DL : 0
大四上学期做的一个人工智能里有关数据挖掘的课程设计,里面包括数据挖掘算法和数据库文件。。。对于想学好人工智能的非常有用-Last semester to do a senior artificial intelligence in the design of data mining programs, which include data mining algorithms and database files. . . The artificial intelligence is very useful to learn
Date
:
Size
: 724kb
User
:
橙子
[
AI-NN-PR
]
ADALINE
DL : 0
关于人工智能的程序,供初学者学习,主要是遗传算法-On the artificial intelligence program for beginners to learn, mainly genetic algorithms
Date
:
Size
: 5kb
User
:
李杰
[
AI-NN-PR
]
ART1
DL : 0
人工智能自适应共振理论的运用,脑模型的稳定性,可塑性示范-The use of adaptive resonance theory artificial intelligence, brain model of stability, plasticity model
Date
:
Size
: 9kb
User
:
李杰
[
AI-NN-PR
]
BAM
DL : 0
人工智能,双向联想记忆,Heteroassociative记忆协会的姓名和电话号码-Artificial intelligence, bi-directional associative memory, Heteroassociative memory association' s name and phone number
Date
:
Size
: 5kb
User
:
李杰
[
AI-NN-PR
]
BOLTZMAN
DL : 0
人工智能,玻尔兹曼机的模拟退火,可以应用与优化旅行商问题-Artificial Intelligence, Boltzmann machine, simulated annealing, traveling salesman problem and optimization can be applied
Date
:
Size
: 8kb
User
:
李杰
[
Mathimatics-Numerical algorithms
]
dataminningbook
DL : 0
数据挖掘与人工智能导论,介绍了数据挖掘的基本思想和算法。-Introduction to Data Mining and Artificial Intelligence, introduced the basic idea of data mining and algorithms.
Date
:
Size
: 968kb
User
:
白浩
[
AI-NN-PR
]
DecisionTree
DL : 0
是基于c#开发环境实现的决策树算法。该算法是数据挖掘人工智能的非常重要的算法。-C# development environment is based on decision tree algorithm implementation. The algorithm is very important to artificial intelligence data mining algorithms.
Date
:
Size
: 59kb
User
:
祝美莲
[
AI-NN-PR
]
husbandandwifewentovertheriver
DL : 0
夫妻过河问题,经典的人工智能和数学方面的难题,求解搜索解空间得到全部的解-Couples across the river problems, classical and mathematical aspects of artificial intelligence problem solving search the solution space are all the solution
Date
:
Size
: 1.72mb
User
:
张前东
[
AI-NN-PR
]
MazeStack
DL : 0
使用数据结构栈的方式实现迷宫寻路 人工智能机器人算法 希望对大家有所帮助-Stack data structure using the realization of artificial intelligence robot maze pathfinding algorithm we want to help
Date
:
Size
: 92kb
User
:
王俊
[
AI-NN-PR
]
abcd
DL : 0
人工智能课件,包括专家系统,知识库,人工智能的应用前景,-AI courseware, including expert systems, knowledge base, artificial intelligence application prospects, etc.
Date
:
Size
: 4.76mb
User
:
李洁琼
[
Mathimatics-Numerical algorithms
]
mianxiangduoquyusaomian
DL : 0
随着计算机技术和人工智能技术的飞速发展,使机器人在功能和技术层次上有了很大的提高,移动机器人和机器人的视觉和触觉等技术就是典型的代表。移动机器人的作业规划与自主避障技术是移动式机器人在复杂环境下执行各种使命时不可缺少的关键技术-With the computer technology and the rapid development of artificial intelligence technology, the robot in the functional and technical level has been greatly improved, mobile robots and robot vision and touch technology is a typical representative. Operational planning for mobile robot obstacle avoidance and autonomous mobile robot technology in a complex environment, perform a variety of mission critical technology essential
Date
:
Size
: 439kb
User
:
hanxue
[
Mathimatics-Numerical algorithms
]
id3
DL : 0
id3算法源代码可以解决基本问题的算法人工智能技术-id3 algorithm source code can solve the basic problems of artificial intelligence algorithms
Date
:
Size
: 4kb
User
:
meiyu
[
Mathimatics-Numerical algorithms
]
nQueens
DL : 0
人工智能课程实验:使用启发式搜索求解皇后问题。启发式搜索是利用度量作为指南的一种搜索方法。皇后问题是计算机界的经典问题,n皇后问题为把n个皇后放入一个n*n的棋盘中,使皇后两两不在同一行,同一列以及同一斜线中。求解n皇后问题的算法众多,主要有回溯法,构造法,概率算法以及本实验所用的启发式搜索方法等。方法不同,求解问题所产生的时间效率也大不相同,本实验主要对比构造法与启发式搜索方法的效率。 -Artificial Intelligence Curriculum Experiment: Using heuristic search for solving the queens problem. Heuristic search is used as a guide to measure a search method. Queens problem is a computer industry classic problem, n queens problem is the n-queen into a chessboard of n* n, so that the Queen is not in the same row 22, and the same diagonal in the same column. N queens algorithm for solving a number of mainly retrospective method, construction method, probabilistic algorithms and heuristics used in this study search methods. Methods, to solve problems arising from the time efficiency of very different construction method for this study primarily compared with the efficiency of heuristic search method.
Date
:
Size
: 2mb
User
:
夏雪
[
AI-NN-PR
]
yichuan
DL : 0
遗传算法的源程序,人工智能的课程设计,有需要的下了-Genetic algorithm source code, artificial intelligence curriculum design, there is a need for down
Date
:
Size
: 1kb
User
:
fulltower
[
AI-NN-PR
]
8number
DL : 0
使用 人工智能里面的 A算法 解决八数码问题 使用C语言进行编写的-A method using artificial intelligence inside the eight-puzzle problem solving using the C language written in
Date
:
Size
: 3kb
User
:
朱玄
[
Mathimatics-Numerical algorithms
]
SpeakCsharp
DL : 0
人工智能,先必须安装Microsoft的SDK,安装完毕后启动程序,如果没有安装程序的话代码里面有程序的下载地址,直接参考哪儿就行。-Artificial intelligence, first you must install Microsoft' s SDK, start the program after installation without the installer, then the code inside the program download, direct reference to where on the line.
Date
:
Size
: 162kb
User
:
izqi
[
AI-NN-PR
]
unify
DL : 0
一般表达式的合一算法,用于人工智能基础,是其中比较初级的Unify算法的实现,用C++ -General expression of unity method for artificial intelligence based, is one of the more junior of the Unify algorithm, using C++
Date
:
Size
: 1kb
User
:
sw
«
1
2
...
30
31
32
33
34
35
36
37
38
39
40
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.