搜索资源列表
FPGrowth
- FPgrowth的java算法,该算法主要是写出了各个的功能函数,需自己写main()函数-FPgrowth the java algorithm, which is to write all of the function, need to write their own main () function! !
LibTomcrypt
- 设计编写保密安全软件,如果用到第三方提供的没有源代码的库函数,那是不可让人放心的;Tom的密码算法库提供了设计编写只依赖于操作系统和标准C语言库的保密安全软件的一套完整的标准密码算法
Java 函数实用手册 (源代码)
- 本书是一本为Java学习者在基础内容学习结束后进行课程设计时提供参考的指导书,其中选用了应用中最典型、最实用的8个案例。它们之间互相独立,读者可以对每一个案例进行上机实验,也可以只选择与自己相关的案例来上机实验。 这些实例各有特色,总体来说分为3种:基本语言和算法、游戏、MIS系统。-the book is a Java-based content in learners after learning curriculum designed to provide an easy referenc
一种无距离函数聚类方法
- 聚类算法大部分都使用距离来计算相似度,本文探讨了无需使用距离的方法。-clustering algorithm used to calculate similarity distance, the paper discusses the need to use the distance.
TSP
- 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
ycsf
- 标准的遗传算法,用Java实现,求解函数,有良好的界面。-Standard genetic algorithm, using Java to achieve, to solve function, there is a good interface.
Best
- java遗传算法程序,采用标准遗传算法求解函数的一个例子。-java genetic algorithm process, the use of standard genetic algorithm function of a case in point.
GAJava
- 这是一个应用遗传算法解决的函数优化问题,通过一系列的交叉变异得到最优的函数解。- This is an application of genetic algorithms to solve the function optimization problem, through a series of cross-variance function of the optimal solution.
Playfair
- 最近在学密码学,这一个实现playfair加密算法的java类,主要包括构造函数、加密函数和解密函数,还有几个辅助函数,附有测试类,在控制台下运行的。-A recent study of cryptography, which playfair encryption algorithm to achieve a java class, mainly including constructor, encryption and decryption function, a function, and
JavaScript
- 对Javascr ipt进行详细的介绍,包括语句,函数,算法等等的系统性知识-A detailed descr iption of the Javascr ipt include statement, function, algorithm, etc. The systematic knowledge
ID3
- 决策树ID3 算法 1. 假设所有的属性值域都是分类型或名词离散型的 2.求信息增益时,log函数本来应以2为底,但是为了方便起见,直接调用了java.util.Math类中的以e为底的log函数,无论以什么为底均不会对影响结果产生影响 3.最后的输出并没有以树结构的形式给出,但是可以根据输出结果分析出决策树的结构-decision tree ID3
DT_C45
- 用C++实现决策树的C4.5算法,又一个例子,有详细的建树过程,分别写出了每个函数,能够实现,有参考价值-With C++ realize decision tree C4.5 algorithm, and an example, a detailed construction process, write each function, can be achieved, there is reference value
src_CJNIJava
- java使用JNI调用C代码或算法函数,一些底层的算法或代码都可以用C实现,然后由java调用。-java using JNI to call C code or algorithms function, some of the underlying algorithms or code can be implemented in C, and then invoked by java.
100-case-of--java
- java一百个基础案例,包含基础的算法和函数,适合初学者之用-the java one hundred base case contains algorithms based on function, suitable for beginners
Encrypt
- JAVA编写的加密算法,包括md5加密,sha加密,md5,sha双重加密。包含测试函数,项目中基本上都要使用到的工具类。-Encryption algorithms written in JAVA, including encryption md5, sha encryption, md5, sha double encryption. Contains the test function, the project is basically to have to use the tools.
MD5
- Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。-A hash function Message Digest Algorithm MD5 (Message Digest algorithm called Chinese fifth edition) is widely used in the field of computer security, to provide message int
KMeans
- K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。-K-means clustering algorithm is hard, is a typical prototype-based clustering method on behalf of the objective function, it is a method of data points to a certain di
深度优先算法
- 这是基于Java的深度优先算法,里面所用到的封装函数是算法第四版的内容(This is the depth first algorithm based on Java)
JavaNotepad-master
- 大部份的优化问题都是多峰函数或病态函数,为了克服基本粒子群算法的缺陷,我研究了以下四种改进的粒子群算法(Most optimization problems are multi-peak functions or ill-conditioned functions. In order to overcome the defects of basic particle swarm optimization, I studied the following four improved particl
cordic计算ln函数
- 利用cordic算法编写的计算ln函数,VHDL语言,可提高精度