搜索资源列表
Multiagent_Systems_and_Distributed_AI
- 介绍分布式人工智能的不错的入门书籍,主要利用分布式人工智能技术来构建multi-agent系统-Distributed artificial intelligence good introduction introductory books, the main use of distributed artificial intelligence technologies to build multi-agent system ... ...
trieTree
- 一个基于hashtable的理论而编程的程序,建立文本时根据keywordtree而建立的-based on hash table, build table by keyword tree
perceptron
- 构造一个基于感知器学习算法的神经学习系统利用一编程语言建立一个基于感知器/BP学习算法的神经学习系统。-Construct a perceptron learning algorithm based on neural learning system using a programming language to build a device based on the perception/BP learning algorithm for neural learning system.
antcolonyalgorithm
- 蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。-Simulation and Realization of ant colony algorithm
maxheap
- 数据结构课程设计 堆的操作 这里是一个最大堆的java实现的源代码,只需要在eclipse中建立相应的目录及类运行即可,程序实现了最大堆的可视化操作,包括最大堆的构建,调整,删除以及最大堆排序,并且具有动态演示效果。-Heap data structure course design here is one of the largest operations to achieve the java heap source code, just need to build in eclipse i
Alice
- 人工智能机器人alice的java版源代码,采用java+xml的模式,可以轻松的自行扩展,打造属于自己的机器人,实现人机对话,有学习功能-Alice artificial intelligence robot' s version of java source code, mode of java+xml, can be easily self-expansion, and build their own robot with the machine learning
int-linked-list
- 基于JAVA编写一个整数的链表。程序包括对dat文档读取,链表的添加,删除,和完成指定要求。-Write a program, using an IntLinkedList to read in the following file and create a list according to the rules specified. The first number is n = the number of elements to generate. In the example, this
IKAnalyzer
- JAVA实现简单客服的机器人系统,分词用系统用IK分词,机器人语言用AIML。程序已经实现java socket服务的建立。实现了中文分词,同义词输出,答案匹配。用到的库有IK、program-ab。搞了一个月的小成果,希望大家能用到。-JAVA simple customer service robotic systems, word by word IK systems, robot language with AIML. Procedures have been implemented t
jrebel-5.5.4-crack
- JRebel是一套JavaEE开发工具。JRebel允许开发团队在有限的时间内完成更多的任务修正更多的问题,发布更高质量的软件产品。 JRebel是收费软件,用户可以在JRebel官 方站点下载30天的评估版本。 Jrebel 可快速实现热部署,节省了大量重启时间,提高了个人开发效率。网上可搜索到破解版。 JRebel是一款JAVA虚拟机插件,它使得JAVA程序员能在不进行重部署的情况下,即时看到代码的改变对一个应用程序带来的影响。JRebel使你能即时分别看到代码、类和资源的变化,
rerebbs-2.0
- 蝙蝠论坛系统是本站基于JSF2+Spring3+JPA2等JAVA技术构建的一个小型论坛系统,内置了无处不在的AJAX能力,简洁易用,功能涵盖版面管理、版主设置、发贴、回复、置顶、屏蔽、内部邮件等常用论坛功能,既可以作为非商业性的小型论坛应用,也可以作为学习JSF、Spring、JPA等技术的典型案例项目。-Bats forum system is based on a small forum system site JSF2+ Spring3+ JPA2 and other JAVA tech
javaTree
- java数据结构,教你构建树结构,前序,中序,后序遍历,-java data structure, teach you to build the tree structure, the preamble, in order, after the preorder,
bpnetwork
- bp神经网络算法的Java语言实现,包含多个版本的改进,参考了现有bp神经网络的科研成果。-it is an implement of bp-network in Java .there are several editions in the package .when build it ,we have citing lots of advanced research about it .