搜索资源列表
Apriori算法的简单java实现
- 数据挖掘的Apriori算法的简单java实现,读入datasource.txt的数据,结果保存在result.txt中。
java 实现Lru算法
- java 实现Lru算法
DES java代码
- 通信加密算法DES,用java编程的,可以运行
分数转循环小数
- 分数转循环小数,JAVA编写
24点java小程序
- 兴致之际,开发此24点程序,与您共享。rar包内含工程源码,另附jar文件(双击即可运行)。
PermutationAndCombination(JAVA)
- 实现了排列组合算法的类(JAVA),实现了排列组合算法的类(JAVA)-Permutation and combination to achieve the type of algorithm (JAVA), the realization of the permutation and combination of types of algorithm (JAVA)
java
- 这是一个用JAVA编的遗传算法问题。 -This is an on immune genetic algorithm JAVA program
java
- AVA 算法 , 很好的书 介绍了基本的数据结构和算法, 本书有两部分, 这是基础部分 对技术感兴趣的兄弟们多看看吧(BidirBubbleSortAlgorithm.java BubbleSortAlgorithm.java HeapAlgorithm.java InsertAlgorithm.java QSortAlgorithm.java ShellAlgorithm.java SortAlgorithm.java SortItem.java)
SM4密码算法
- 详细介绍SM4算法的实现以及含有实例流程图,可以用作检验算法正确与否。(SM4 for Java. It can be used as verification of the programming.)
java数学图像处理
- 本源码共16章,除第0章介绍Java编程基础外,其余15章对应地编程实现了配套书《数字图像处理—原理与算法》中的所有算法,并进行相应的实验。光盘中有完整的程序代码和相应的实验图像,可直接运行。部分程序源代码来自于作者的科学研究和与公司的合作研发,具有借鉴和参考价值。本书可供电子信息、通信、计算机、自动控制、生物医学等理工科相关专业的专科生、本科生和研究生及工程技术人员学习和参考。(Java is divided into four provinces, West Java, Central Ja
Java数据结构和算法
- Java数据结构和算法,便捷检索相关要点知识(Java data structure and algorithm, easy to retrieve relevant key knowledge)
simhash-java-master
- 通过java simhash算法的简单实现(A simple implementation of simhash algorithm by java.)
国密算法
- 国密算法的java实现,支持SM2,SM3,SM4。(Java implementation of national secret algorithm)
基于网络通信&多路径&死胡同的java迷宫
- 1.基于网络通信的走迷宫 2.算法为栈,深度优先搜索遍历 3.基于线程 4.多路径的寻找 5.死胡同的判别 6.基于GUI实现(1. the maze of maze based on network communication 2. algorithm is the stack, the depth first search traversal 3. based on threads 4. The search for themultipath 5. Discriminat
【图解生动】垃圾回收的算法与实现
- 用于jvm中垃圾回收算法的详细解释,有利于对于后开开发的深入理解。(A detailed explanation of the garbage collection algorithm in the JVM is conducive to the deep understanding of the later development.)
匹配游戏算法
- 实现匹配游戏算法 在两个数组中,索引相同且该相同索引上的值也相同,用a表示。 在两个数组中,索引不同且该不同索引上的两个值相同,用b表示。 例: int[] arrOne = { 2, 1, 4, 5, 6 }; int[] arrTwo = { 2, 4, 7, 1, 6 }; 以上数组中有2个a, 2个b(JAVA Matching game algorithm In the two array, the index is the same and the value on
JAVA近百种算法大全打包
- java近百种常用算法,可下载查看,方便实用(Java nearly hundreds of commonly used algorithms, can be downloaded to see, convenient and practical.)
1204 Java 遗传算法排课java sqlserver
- 排课系统基于遗传算法,数据库是sqlsever,还不错。大家可以看一下(adsjkjskzlfjklnzxvnlkcnzxnckzkch)
java实现协同过滤算法
- 一个推荐系统java实现的实例。有需要的各位可以下载参考参考(An example of the implementation of a recommendation system java)
堆排序Java实现
- 利用Java编程语言实现的堆排序程序,能够实现对数组进行从小到大进行排序,也可通过修改代码,实现由大到小进行排序。