搜索资源列表
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
joone-ext
- Java Object Oriented Neural Engine是一个用Java写的神经网络框架。它由一个核心引擎,一个GUI编辑器和一个分布式训练环境组成。可以通过写新的模块来扩展它,以实现新的算法或始于基础组件的新的体系结构。-Java Object Oriented Neural Engine is a Java was the neural network framework. It consists of a core engine, a GUI editor and a comp
ExtendingMatlabusingJava
- 为了能结合Java和 Matlab两者的优点,构造功能更加强大的科学计算环境,对使用Java语言扩展Matlab 主开发环境 自身功能的关键技术进行了研究。首先介绍了使用 Java扩展 Matlab 的基本方法,在此基础上结合项目实践中对复杂图形用 户接口的需要,提出了一种在 Java 对象中通过 Matlab 接口对象访问当前Matlab会话的方法。给出了两个短小完整实例,可 用于进一步扩展与重用。-To be able to combine both Java and Matla
BayesFileClassify
- 文本分类是在文档所包含的文本基础上, 把给定的文档分配到固定类别集合中某一个类别的任务。这个任务中常常用到朴素贝叶斯模型。-Text classification are contained in the document text, based on the given document category assigned to a fixed set of a certain type of mission. This task is often used Naive Bayes model
chap2
- Java程序设基础(第2,4章) 输出信息到屏幕 Java的基本数据类型 变量的命名规则,作用域 Java的注释 从键盘读取数据 数组的定义、创建与访问 字符串的使用
Graph
- 图类:一个处理数据结构中图的基础类方法。这个类包括对图的最完整建模算法-Graphs: a graph data structure processing base class methods. This class includes the most complete modeling algorithm diagram
JavaAndCAlgorithm
- C语言和JAVA实现的各种算法源代码,对学习C和JAVA有很大帮助,都是一些比较基础的算法-C language and implemented various algorithms JAVA source code for learning C and JAVA a great help, are some of the more basic algorithms
javathreadlearningmaterials
- java的线程学习资料。里面的资料几乎涉及到java的所有基础问题。-java thread learning materials. Inside the data was almost all related to basic problems of java.
JavaWebPDF
- 这是一个有关java基础人员看的文档,里面有一些是关于Servlet的说明和案例-This is a java based staff to see the documents, which have some cases of the descr iption and Servlet
mySnake
- 一个简单的贪吃蛇游戏,主要注重基础的把握。-a good code that will help you make progress in programming with java.
shujujiegou-yu-suanfafenxi-java-ban
- 数据结构与算法分析java版是纯英文版,有英语基础的应该能看的懂,其中的属于可以在线查阅,基本原理与C版的一样。-Data structures and algorithm analysis java version is pure English, English-based should be able to see to understand, which is available online, the basic principles and C versions of the sam
Java-data-structures-andalgorithms-
- 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。附录中则提供了运行专题Applet和例程、相关书籍和问题解答。《Java数据结构和算法》(第2版)提供了学完一门编程语言后进一步需要知道的知识。本书所涵盖的内容通常作为大学或学院中计算机系二年级的课程,在学生掌握了编程的基础后才开
java-JXC
- 一个典型的企业进、销、存管理信息系统的软件开发过程。内容包括系统的需求分析、建模分析、文件结构分析、数据结构分析、项目创建与设置、基础信息模块的创建、进货模块的创建、库存模块的创建、销售模块的创建等,涉及Java语育、管理、会计方面的知识- A typical business, sales, inventory management information systems software development process. Including system requirements
java_algorithm_src
- java算法实现源码,能够提升自己的算法基础能力。-Java algorithm to realize the source code, and can improve the algorithm of the basic abilities.
PSO
- pso的基础算法,适合初学者学习,java实现的代码- pso basis algorithm, suitable for beginners to learn, to achieve the java code
DDDP
- DDDP算法,在DP算法基础上扩展,针对水库群优化调度问题-DDDP algorithm, spreading in DP algorithm based on swarm optimization scheduling problem for reservoir, using Java development of discrete differential dynamic programming algorithm.
Bias_algorithm_java
- 贝叶斯算法java实现,在贝叶斯算法思想基础上做改进,提供文本分类效率-Bias algorithm java implementation, based on the idea of Bias algorithm to improve the efficiency of text classification
MyOpenHelper
- 基于JAVA开发的数据库的整理,可以为安卓软件后台的制作提供基础-Finishing JAVA based developed that can provide the basis for the production of Android software background
JavaBlowfish
- Blowfish对称加密算法实例,应用Blowfish对称密钥加密的一个类,另外还有一个使用该类的例子,研究下Java加密的基础知识,仅供参考。-Blowfish symmetric encryption algorithm example
BTree
- 基础JAVA语言的B树索引算法的具体代码实现细节-JAVA language specific code base B-tree indexing algorithm implementation details