搜索资源列表
btree_java.zip
- 一个用Java applet实现的B-Tree算法
《Java数据结构与算法》中的源代码和applet
- Java数据结构与算法》中的源代码和applet.rar-Java data structures and algorithms "of the source code and applet.rar
最短路径-java
- 一个java 编写的最短路径算法实现,用applet实现,很形象-prepared in a shortest path algorithm, using applet achieve very image
PolyDemo
- 程序名称:PolyDemo 运行环境:系统需要安装j2sdk-1_4_2 注意事项: 如修改数据,先在文本框中输入自行设定的数据,再点击“重置数据”即设置成功。 再选择“单步执行”或“连续执行”。 用Java Applet实现算法的动态模拟 -procedures title : PolyDemo runtime environment : system need to install j2sdk - 1_4_2 Note : If data
javaforBPandrbf
- 用java编写的bp网络和rbf网络的源程序 JNNT由java语言写成,具有跨平台的优越性能.java applet的演示版更简单到只需要任何机器上的浏览器就可以运行,无需安装任何大型附加软件。更方便爱好者通过internet远程访问资源。 -with java bp prepared by the network and the networks of the source rbf JNNT by java language, cross-platform advantages ca
Exercise11.03
- java做的一个applet小动画,还不完善,大家一起学习,我的qq是106426899有能帮忙完善的与我联系-java applet to do a little animation, is not yet perfect, and we will study together, I qq is 106426899 able to help improve the links with me
Java_neuralnetwork_toolkit
- 本工具包主要是为对神经网络有兴趣人士提供的一种方便,灵活的学习和研究软件。 JNNT由java语言写成,具有跨平台的优越性能.java applet的演示版更简单到只需要任何机器上的浏览器就可以运行,无需安装任何大型附加软件。更方便爱好者通过internet远程访问资源。 支持反向传播算法(BP),LBG聚类法和径向基网络(RBF)
BPnet
- java applet实现的bp神经网络和感知器,使用图形化曲线显示训练过程,使用时直接打开文件夹中的网页
btree_java.zip 用Java applet实现的B-Tree算法
- 一个用Java applet实现的B-Tree算法, The B-Tree algorithm which realizes with Java applet
fourier
- FFTGUI Demonstration of Finite Fourier Transform. FFTGUI(y) plots real(y), imag(y), real(fft(y)) and imag(fft(y)). FFTGUI, without any arguments, uses y = zeros(1,32). When any point is moved with the mouse, the other plots respond.
Dijkstra
- Sample program in Java applet demonstarting Dikjstras Algorith(Shortest Path Algorithm).
Java
- 数据挖掘 统计学习 分类聚类离散点分布插件小程序-Statistical learning data mining classification clustering distribution of discrete points applet plug-ins
1
- 粒子群算法VB版本英文书,发明算法的人写的,正确的,希望对书写算法的人有帮助-Download: Particle Swarm Optimizer: Visual Basic 6.0 Source Code C Source Code Real PSO for Optimization Java Applet Genetic Algorithm: C Source Code
GA4TSP
- GA for TSP, it is a java applet code for Genetic algorithm-GA for TSP, it is a java applet code for Genetic algorithm
shortestpath
- Find a Shortest path using Dijkstra Algorithm in java applet.
ds
- 众多数据结构java applet演示程序,将抽象的数据结构算法形象化地表示出来,是学习数据结构的助手,值得大家下载学习-Large number of data structures java applet demo program, the abstract data structure visualization algorithms to be expressed, is an assistant to learn data structures, it is worth downloa
shopp
- 简单的java小程序,制作电子购物网页,方便了解程序编写流程-Simple java applet, the production of shopping pages to understand the programming process
Java-data-structures-andalgorithms-
- 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。附录中则提供了运行专题Applet和例程、相关书籍和问题解答。《Java数据结构和算法》(第2版)提供了学完一门编程语言后进一步需要知道的知识。本书所涵盖的内容通常作为大学或学院中计算机系二年级的课程,在学生掌握了编程的基础后才开
Adder.java
- 用JAVA编写的关于加法器的小程序,很是经典的一个-Prepared using JAVA applet on the adder, it is one of the classic
PolyFit.java
- Polynomial curve fitting polyfit from MatLab in Java Applet for demo