搜索资源列表
jiandanheyizh
- 用Java编的人工智能的最简单合一者算法,图形界面很好用 -Java series of the most simple artificial intelligence algorithms-one who, with good graphics interface
svm_java
- 应用java实现的svm支持向量机的分类算法!相信对svm感兴趣的朋友有很大帮助!-java application realized svm SVM classification algorithm! Believe that the right svm interested friends will be of great help!
beibaoJAVA
- 背包问题动态规划算法JAVA 给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大? 在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。
java
- java的算法实现,非常好,真的很好。没有骗人
Id3
- id3算法的java实现,《机器学习及java实现》一书里面的
NaiveBayes
- 朴素贝叶斯分类算法,《机器学习及java实现里面的》
AttributeSelectedClassifier
- 分类的属性选择算法,《机器学习及java实现里面的》
java
- java版本的数据结构与算法,文件是pdf格式的
Java_Algorithm
- JAVA数值计算算法集随书源码,挺有用的-JAVA numerical algorithms with the source book, quite used
Java_Algorithm
- 数据结构与算法分析Java语言描述第二版 书中源码-Data Structure and Algorithm Analysis Java language source code descr iption of the second edition of the book
ch06
- 里面介绍了很多JAVA函数的一些编程代码希望对大家能有帮助了,我也是在网上找到的,里面的FFT 相关算法,有很多都是大家不常见的-Java FFT
java
- 计算机图形学中的用DDA算法画直线,计算出运行时间。-Calculated run time drawing a straight line with DDA algorithm in computer graphics.
java
- 计算机图形学用Bresenham算法画直线,计算出运行时间。-Computer graphics draw a straight line using Bresenham algorithm to calculate the running time.
java
- 计算机图形学用中点Bresenham算法,计算出运行时间。-Computer graphics with the midpoint of the Bresenham algorithm, the calculated run time.
code_algorithms.design.C-CPP.Java
- 算法设计、分析与实现从入门到精通:C、C++和Java . 徐子珊.配套书籍源码 -Algorithm design, analysis and implementation of entry to the master: C, C++ and Java. Kate. Supporting source books
java-suanfa
- java算法大全,有近100多种常见算法的源代码,是学习JAVA算法的难得资料-java algorithm Guinness, nearly 100 kinds of common algorithm source code, learning algorithm JAVA rare
Data-Structure-in-Java
- 《数据结构与算法分析--java语言描述》一书源码-Data Structures & Algorithm Analysis in Java
Data-Structure-Algorithm-Java
- 二项堆,哈希表,排序等数据结构和算法的实现~-Disjoint sets, sorting, two heap, hash tables and other data structures implemented in Java ~
数字图像处理Java语言算法描述 源码+PDF
- 数字图像处理Java语言算法描述 源码+pdf
Java-Sort
- 3种常用的排序算法:冒泡,快排,插入。而且可以直接运行,非常方便-CCP document summarizes three kinds of commonly used sorting algorithms: Bubble, fast row inserted. And it can be run directly, very convenient, we hope to help ~