搜索资源列表
planetsim_3.0
- p2p仿真器。开发者可以工作在覆盖层中进行创造和测试逻辑算法或者创建和测试新的服务。PlanetSim还可以将仿真代码平稳转换为在Internet上的实验代码,模拟器上的分布式服务对结构化的覆盖层协议使用相同API,在模拟器和底层网络上的服务并且对用户是透明的。-p2p simulator. Developers can work in the cover layer for the creation and testing of logic or algorithms to create an
zboyediter_source_for_java
- 使用说明: 双击Demo.bat文件便可以执行 (需要配置好jre||JDK环境) 请输入sql语法关键字来测试改程序谢谢 目前支持的语法关键字如下设置: text.getSettings().setCase_Insensitive(false) // 不区分大小写 text.getSettings().addKeyWord1(\"select\") text.getSettings().addKeyWord1(\"commit\")
sim
- 利用java代码实现信息检索中经典算法传统向量空间模型算法(VSM)大家可以下载测试,有问题大家一起讨论
k-means
- 本代码主要对 K_means 算法用java语言实现 .对需要java kmeans同志很帮助! 并附有测试文件!
NTRU
- NTRU公钥密码算法在Java Card上面的实现,提供了一套用于开发Java Card应用程序的接口,并测试了NTRU公钥密码算法在Java Card上面的性能
MinesSweeper
- JAVA 做的扫雷游戏 ,界面做的很好,内容已经做了N多测试,完全合格。代码中主要是递归算法研究。
MIDPOINT
- 通过中点判定算法,绘制指定端点的直线,用来测试tuborC的图形编程
垃圾邮件过滤器Java源码
- 垃圾邮件过滤器Java源码 本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90%以上。在这里我非常感谢我的网络老师郑伟!希望大家多多提意见哦,Spam filters Java source code of this software is based on Naive Bayes algorithm, using NetBeans generated interface (to be JDK1.6),
CPair
- 分治法寻找最接近点对,内附测试文件,算法分析与设计作业-Partition method to find the most close point ,Enclosed test files, the algorithm analysis and design work
FP-growth-algorithm-implementation
- FP增长算法的实现与测试(Java实现) 1、程序编译运行环境Eclipse3.20+JDK1.60 2、程序参数说明 -F=filename -S=support -C=confidence filename:数据集文件名,必须位于工程根目录下 support:支持度,位于0-100.0之间的任意数 confidence:置信度,位于0-100.0之间的任意数 例如:-F=anonymous-msweb.data -S=10.0 -C
Apriori
- 关联规则使用外部文件测试频繁项集算法源代码,java语言-Association rules to test the use of an external file frequent itemsets algorithm source code, java language
id3
- 使用java实现id3算法建立决策树,建成决策树后可以测试用例,使用决策树对用例分类。主类是ID3List,花了3天时间写完调试通过的。 ID3算法的实现 包括:建树,测试用例, 选根, 建立叶子节点, 求熵, 求信息期望,求信息增益 等方法以及相应的测试 * 测试:目前全部方法都无异常。makeTree方法有两处逻辑错误待修正 工具类 ListUtil MathUtil ClassUtil StringUtil * DecisionTree 等工具类 实体类 Person(--
smith_waterman
- 用smithwaterman算法做局部序列匹配。如在程序中给出了测试给定的两个基因序列是否匹配的例子-To do with smithwaterman local sequence matching algorithm. If the test is given in the program given two examples of gene sequences match
JAMIJIEMI
- 一个很好用的Java加密解密算法,测试通过,直接解压就可以用!-a good use of the Java encryption and decryption algorithm, the test directly extract can use!
Tsp
- java实现遗传算法 测试用 不是十分完美-java genetic algorithm test is not perfect
GA
- 研究软件测试时,使用到的一些算法代码,拿来分享共同学习(GA. When we study software testing, we use some algorithm code to share and study together)
queues
- coursera普林算法1作业二,2017年9月开课,测试满分(the second assignment of Algorithm part 1 from princeton)
TestSM
- SM2 SM3 SM4 的java软实现,经过多种语言的加密解密测试,通用性极强(SM2 SM3 SM4 Java soft implementation, through a variety of language encryption and decryption test, versatility is very strong)
TSP遗传算法
- 对于TSP问题使用遗传算法的解决方法,其中含有测试数据以及代码数据。(The genetic algorithm is used to solve the TSP problem, which contains the test data and the code data.)
sms4国密算法java实现代码及jar包
- 国密算法的实现与一些测试类,直接使用jar包就可以,转载自csdn(SM2 SM4 SM3 descr iption)