搜索资源列表
切比雪夫filter
- 切比雪夫滤波器设计,JAVA编写,VJ编译-a design of Chebyschev filter, written by JAVA and compiled by VJ
IIR带通滤波器设计
- IIR带通滤波器设计,提供交互界面,JAVA编写,VJ编译-IIR band-pass filter design, interface, JAVA prepared, VJ compiler
最短路径-java
- 一个java 编写的最短路径算法实现,用applet实现,很形象-prepared in a shortest path algorithm, using applet achieve very image
NeuQuant
- 用JAVA 编写的 NeuQuant Neural-Net量子化运算公式-prepared using JAVA NeuQuant Neural-Net quantum computation formula
Cry-DES
- 用JAVA编写的用密码学中DES算法加密解密文件的程序-prepared with Java Cryptography with the DES encryption algorithm declassified document procedures
kmeans-java
- 用JAVA编写的kmeans算法,用于数据挖掘中的聚类
Java 二叉树 算法
- 用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Java prepared by the binary tree data structures, including binary tree each node values, and the subtree target.
NumericalAnalysis
- 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
JNSGA-II
- 用java编写的基于小生境的遗传算法,NASG-II,对于用java的朋友来说绝对是个好东西!-Prepared by using java-based niching genetic algorithm, NASG-II, for the friends with java is definitely a good thing!
GaBin
- 遗传算法解决复杂背包问题,用Java编写。 该背包拥有3个属性,500个东西,50个包。 求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。 该程序容易修改。-Genetic Algorithm on Bin Packing Proglem. 500 items, 3 parameters of each item. 50 containers, target: All 50 containers has the smallest weight differe
myFFT-java
- java 编写的FFT源程序-a FFT program by java
SGA
- JAVA编写的用于实现TSP的遗传算法的模拟仿真实验有8个城市用eclipse直接导入运行适合初学-TSP JAVA prepared for implementation of genetic algorithm simulation experiments with 8 cities for beginners running directly into the eclipse
ACO
- 这是一个我用java编写的蚁群算法,我觉得还不错,供大家参考。-This is one I prepared the ant colony algorithm using java, I feel pretty good, for your reference.
ACO-Demonstration(java)
- 用java编写的蚂蚁算法程序,写的还可以,初学者可以看看。-Ant Colony Optimization Demonstration(java)
pso
- 一个java编写的粒子群程序,可自行设置多个参数,并有图像跟踪粒子运行状态,已经在Eclipse上测试通过。-A java program written in particle swarm, are free to set multiple parameters, and image tracking particles running, has been tested on Eclipse.
java-jisuanqi
- 用Java编写的科学计算器,更能齐全,欢迎下载使用-Scientific Calculator written in Java, more complete, welcome to download
Adder.java
- 用JAVA编写的关于加法器的小程序,很是经典的一个-Prepared using JAVA applet on the adder, it is one of the classic
simplecalculator.java
- 用JAVA编写的一个关于计算器的小程序很是经典-It is a classic with JAVA prepared a calculator applet
JAVA-decisiontree
- 本程序由Java编写,运行前请确认您的电脑上已安装JDK1.7或以上版本并配置好JDK的系统环境变量。请使用Eclipse集成开发导入源代码-The Algorithm of Decision Trees: ID3 and C4.5
GeneticTSP-master(java)
- 遗传算法解决TSP问题,Java编写源码,github(Solving TSP problem by genetic algorithm)