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
[
Data structs
]
shh
DL : 0
人工智能学习中常见的四皇后问题的求解程序 ,此程序通过运用穷举法进行了求解-Artificial Intelligence Learning common four Queen's problem solving process, this procedure through the use of exhaustive method of solving
Date
:
Size
: 2kb
User
:
梦雨
[
Data structs
]
传教士与野人问题程序
DL : 0
一个自己写的传教士与野人问题程序。程序结构比较清楚。完全安装人工智能的里面的结构编写的。-himself wrote a missionary with the Savage issue procedures. Program structure more clearly. Complete installation of artificial intelligence inside the structure.
Date
:
Size
: 50kb
User
:
高陈强
[
Data structs
]
用A算法实现八数码难题
DL : 0
用A*算法来对人工智能中的八数码难题进行实现-A* algorithm used for artificial intelligence to the eight digital challenge to achieve
Date
:
Size
: 422kb
User
:
常健
[
Data structs
]
TCDS
DL : 0
该包是数据结构的实验软件,来源于合肥工业大学人工智能与数据挖掘实验室,用来实现数据结构.-The packet data structure is experimental software, from Hefei University of Artificial Intelligence and Data Mining Laboratory, used to realize data structure.
Date
:
Size
: 3.25mb
User
:
wanglijun
[
Data structs
]
200630690214
DL : 0
关于五子棋的人工智能,可以实现五子棋代码对战,算法比较简单,很容易看懂-Gobang on artificial intelligence, can be achieved against Gobang code, the algorithm is relatively simple, it is easy to understand
Date
:
Size
: 2kb
User
:
并刀如水
[
Data structs
]
1111
DL : 0
这是一个人工智能里的八数码搜索程序,在教学方面比较有用!-This is an artificial intelligence
Date
:
Size
: 248kb
User
:
liudaibo
[
Data structs
]
zhmjiugong
DL : 0
八数码问题全局择优算法这个程序是上学期上人工智能课的时候,老师让做的,采用全局择优算法.-8 digital issues overall are merit-based algorithm for this procedure on the artificial intelligence class last semester, the teacher to do so, and the use of the overall selection of the best algorithm.
Date
:
Size
: 492kb
User
:
eoz
[
Data structs
]
unify
DL : 0
unify算法 人工智能 机器学习 C语言实现 -artificial intelligence algorithms unify
Date
:
Size
: 2kb
User
:
杜二
[
Data structs
]
prolog
DL : 0
用turbo prolog编写的初级程序,是人工智能技术导论第二章的一道习题,供大家参考。-Written with the primary turbo prolog program is Introduction to artificial intelligence technology to an Exercise in the second chapter, for your reference.
Date
:
Size
: 7.46mb
User
:
huang
[
Data structs
]
BFS
DL : 0
人工智能中的宽度优先搜索算法,保证原创,开源共享-Artificial Intelligence in the breadth-first search algorithm to ensure the original, open-source sharing
Date
:
Size
: 329kb
User
:
james
[
Data structs
]
heibaiqi.c
DL : 0
用C实现的黑白棋源程序,有人工智能的人机对战,用算法树深度搜索,原始的C图形界面,turboC或TC编译器运行。网络上实现黑白棋大多选择VC++,并没有用C实现并且有人工智能的程序。-Implementation of Othello with C source code, there is artificial intelligence, human-machine gaming, with the depth of search tree algorithm, the original C-graphical interface, turboC or TC compiler run. Most of the network to achieve Othello select VC++, and did not realize and have artificial intelligence using C program.
Date
:
Size
: 4kb
User
:
吴振华
[
Data structs
]
questions
DL : 0
a file for artificial intelligence
Date
:
Size
: 552kb
User
:
masoud
[
Data structs
]
Artificial-Intelligence
DL : 0
课件资料 算法和数据结构 包括各种重要的数据结构和算法分析-Algorithms and data structures courseware materials include a variety of important data structures and algorithm analysis
Date
:
Size
: 4.48mb
User
:
james
[
Data structs
]
N-Queens10000Artificial
DL : 0
主要利用人工智能的方法实现10000个N皇后问题-The main use of artificial intelligence methods to achieve 10 000 N Queens
Date
:
Size
: 234kb
User
:
zhengbo
[
Data structs
]
Intelligence
DL : 0
Some interesting algorithm form AI(artificial intelligence)
Date
:
Size
: 37kb
User
:
Marek
[
Data structs
]
N-huanghou
DL : 0
人工智能中的经典算法之一。对问题的多个分支选择一支进行探索,当探索到某一步时,发现原先选择并不优或达不到目标,就退回一步重新选择 回溯法适合用栈实现。探索过程当中入栈,退栈时返回分支选择的现场 -One of the classic algorithms in artificial intelligence. Multiple branches of the problem, choose one to explore, explore a step that the original selection is not excellent or reach the goal, you step back and re-retrospective method is suitable to use the stack to achieve. Exploring the process, stack, stack retreat back to the site of the branch selection
Date
:
Size
: 932kb
User
:
[
Data structs
]
Assignments2-src
DL : 0
一个tic-tac-toe三子棋游戏的代码,可实现人工智能下法和人人对战下法。界面可扩展为n子棋并选择深度优先或者广度优先下法。-A tic-tac-toe three chess game code, and everyone can achieve artificial intelligence war dismount dismount. Interface can be extended to n-game and choose depth-first or breadth-first dismount.
Date
:
Size
: 58kb
User
:
susan
[
Data structs
]
small_arithmetics
DL : 0
一个好的递归算法可以实现基本的人工智能,无论下棋,还是什么.因为它可以实现一定程序的"预知未来",下面程序用了一个最鲜明的例子讲述了递归的入门难点,也就是注意点。-Recursive algorithm can achieve a good basic artificial intelligence, regardless of chess, or what, because it can achieve some degree of "predict the future", the following program uses one of the most striking examples about the recursive entry difficulty, that is, pay attention to point.
Date
:
Size
: 25kb
User
:
袁小龙
[
Data structs
]
Puzzle
DL : 0
人工智能课程,N数码问题java代码实现。-Artificial Intelligence course, N digital issue java code.
Date
:
Size
: 4kb
User
:
young
[
Data structs
]
DS-Algo-VC
DL : 0
数据结构人工智能领域特别给力的算法演示,很适合初学者的使用,真实好用,特别给力-Special data structure to the force field of artificial intelligence algorithms books, it is suitable to use for beginners, real nice, especially to the force
Date
:
Size
: 3.23mb
User
:
熊元燚
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.