搜索资源列表
jgap_2.5_src
- java实现的遗传算法, 他的设计需要最小集合的支持, 并且在这个基础上实现更复杂的遗传算法! 目录结构如下: jgap_2.5_src.zip\\srcjgap_2.5_src.zip\\lib jgap_2.5_src.zip\\examples jgap_2.5_src.zip\\tests 还有相应的帮助-achieve the genetic algorithm, the design needs the support of the smallest p
Substituter.java
- 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a
余弦波正琁波(java)
- 编写一个能绘制动态绘制正弦波和余弦波的程序,此程序绘制的正弦波和余弦波分属两个panel,它们会不断地在窗口中向后移动,就像示波器一样。
银行家算法java版源代码
- 实现进程的调度和分配,并能检测进程的安全性,代码调试无误,界面可以自行修改。
java实现的表达式计算器
- java实现的表达式计算器
Planer_convex_hull
- A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P. One way to visualize a convex hull is to put
com.ostrichmyself.api.combinePermute
- 排列组合的源代码, java实现能实现C(M,N)和P(M,N)的任意对象排列组合-combine and permute algrithm, implemented by java.
Matlab_Help_Translate
- The purpose of this code is to use GOOGLE translate to translate help of a command in MATLAB- This code is written by M.A. (aka lftx). The purpose of this code is to use GOOGLE translate to translate help of a command in MATLAB to Turkish (yo
1162-Building-with-Blocks
- 求和由于最后一扇门肯定在正方形的边界举,对每一个中点都求出要从给定点P到达此中点的所需要的最少的门的个数。-hello word wellcom to our school Delphi/java,CppBuilder visual c++Gone Fishing (1042) - ACM/ICPC Regional Contest East Central North America1999Descr iption Archeologists from the Ant
javab-p
- 用java实现的bp神经网络预测 用java语言编写的bp神经网络模型-java bp
nctoolbox-20130305
- 当前的很多海洋数据都是海量数据,传统的ftp下载费时费磁盘,因此,openDAP方式越来越多,通过opendap可以选择直接需要的时间、空间范围内的资料。nctoolbox结合matlab实用,效果非常好的opendap工具包-NCTOOLBOX- 20130305 Full instructions and documentation at: http://code.google.com/p/nctoolbox/ We are in the progress of mo
GRNN.P
- 为什么java调用matlab编写的GRNN算法,得到的结果,与直接在matlab下运行过一次,再clear all后,再运行的结果 不一样? 问题2:为什么连续两次在matlab下运行GRNN的结果,与在matlab下只运行一次的结果不一样?