搜索资源列表
GA_demo
- 一个简单的GA 算法实例,有说明。word格式。用了就知道了。-a simple GA example, is described. Word format. Spent will know.
javaTANXINFABEIBAO
- 用JAVA编写的关于算法分析与设计里的如何用JAVA实现关于贪心法的背包问题,简单明了.有很强的实例意义.-with JAVA prepared by the analysis of the algorithm and the designing of how to use JAVA of greedy law backpack , simple and clear. a strong example of significance.
tx
- 两个贪心实例,学算法时编的,比较简单,但有代表性-two greedy example, learning algorithm series, relatively simple, but a representative
KeyPairGenerator实例
- KeyPairGenerator实例算法-KeyPairGenerator
BubbleSortB
- JAVA的一个实例] 用于展示吊桶算法的改进-JAVA an example] used to demonstrate the improved algorithm
textclassifer
- 一个小的嵌入式机器学习程序 基于weka的机器学习算法程序的应用实例
myapriori
- java实现apriori算法的一个实例
reg2NFA
- 这是编译原理的一个实验, 是把一个正则表达式转化为不确定有穷自动机NFA的算法程序,朋兴趣的朋友可以下载来看看哦。 一个正则表达式就是由普通字符(例如字符 a 到 z)以及特殊字符(称为元字符)组成的文字模式。该模式描述在查找文字主体时匹配的一个或多个字符串。正则表达式作为一个模板,将某个字符模式与所搜索的字符串进行匹配。 本实例的符号包括: 1. 基本正则表达式, 如ab 2. 重复, 如a* 3. 在各项中选择, 如a|b
Java 函数实用手册 (源代码)
- 本书是一本为Java学习者在基础内容学习结束后进行课程设计时提供参考的指导书,其中选用了应用中最典型、最实用的8个案例。它们之间互相独立,读者可以对每一个案例进行上机实验,也可以只选择与自己相关的案例来上机实验。 这些实例各有特色,总体来说分为3种:基本语言和算法、游戏、MIS系统。-the book is a Java-based content in learners after learning curriculum designed to provide an easy referenc
java_GAS.rar
- 是一个用java做的遗传算法的实例,主要是用java来实现遗传算法。,Is a java to do with the examples of the genetic algorithm is mainly used to achieve genetic algorithm java.
JAVA.java
- Q学习算法实例,这算法主要应用于机器人领域,运用此算法进行行动的选择使Q值最大最后找到最优的策略-Q-learning algorithm is applied in robot domain,example robot-hitting, robot-moving and so on。This paper refers to many robots domain 。It is so useful。
Java二叉树算法实例
- 算法入门课程的一个范例,通俗易懂。-algorithm induction of a paradigm easily understood.
MD5Code
- 给大家写一个哈希算法实例,通过实例可以对文档进行哈希,生成一串哈希值。-For everyone to write a hash algorithm for example, through the examples of documents can hash to generate a string of hash value.
kmeans
- java k均值源码,实现了k-means的算法,并给出界面显示。实例中通过二维空间中的点进行聚类。-java k-means algorithm, display the cluster result on the two demension.
walk
- actionscr ipt 3.0 2D 游戏中的A* 寻路算法实例代码.-as 3.0 A* find path
homeworks
- 单向链 双向链 堆栈 队列 实现算法实例-single linked list double linked list,stack queue
os
- 进程调度的一个算法实例-process scheduling
WekaKnnInJAVA-master
- weka knn java算法实例,K-最近邻算法分析测试-weka knn java api
java_code_json
- java 编程之美,其中有多个算法实例,以及思路讲解,可以领略算法的高度-java programming of the United States, where there are multiple instances of the algorithm, as well as to explain the idea, you can enjoy a high degree of Algorithms
matlab优化算法与进阶
- MATLAB优化算法与进阶书本源程序,对书中案例进行实例仿真计算