CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - java编写

搜索资源列表

  1. 92

    1下载:
  2. 本代码是用java语言编写的基于决策树c4.5算法的数据挖掘程序,它可以在很多领域如股票系统中使用 -the code is written in java-based Decision Tree Algorithm Bank data mining process, it can in many areas such as the use of the stock system
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:226.76kb
    • 提供者:飞翔
  1. 最短路径-java

    0下载:
  2. 一个java 编写的最短路径算法实现,用applet实现,很形象-prepared in a shortest path algorithm, using applet achieve very image
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.31kb
    • 提供者:陈为
  1. Cry-DES

    0下载:
  2. 用JAVA编写的用密码学中DES算法加密解密文件的程序-prepared with Java Cryptography with the DES encryption algorithm declassified document procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38.12kb
    • 提供者:ying98
  1. chest

    0下载:
  2. java编写的可调节棋盘大小的残缺棋盘覆盖演示程序-prepared by the board may adjust the size of incomplete coverage chessboard Demonstration Program
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.46kb
    • 提供者:方西
  1. Data_Structures_and_Software_Development_in_an_Obj

    0下载:
  2. 国外的数据结构与算法分析用书,用java语言编写,实现一个简单的类似于JDK中的类库,深入浅出。这是类库的源码-foreign data structure and algorithm analysis, using java language, to achieve a simple JDK similar to the library visitors. This is the source class library
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.06mb
    • 提供者:lucylin
  1. StringMatchAlgorithms

    0下载:
  2. 数据结构中字符串匹配的三种经典算法--KMP算法、MonteCarlo算法、LasVegas算法。分别实现将两个0/1串的匹配。并作为比较。Java语言编写。-data structure string matching algorithm of the three classics -- KMP algorithm. Monte Carlo algorithm, the algorithm LasVegas. Achieve two were 0 / a string matching. An
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.97kb
    • 提供者:成熠
  1. Java 二叉树 算法

    0下载:
  2. 用Java编写的二叉树的数据结构,包括二叉树的每个节点的值,以及各子树的指针。 -Java prepared by the binary tree data structures, including binary tree each node values, and the subtree target.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.2kb
    • 提供者:yxl
  1. Calculate

    0下载:
  2. 使用java 编写的简单的计算表达式的程序,供大家学习交流-Using java prepared a simple procedure for the calculation of expression for them to learn from the exchange of
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:791byte
    • 提供者:郭庆泰
  1. NQueenrecursion

    0下载:
  2. N皇后的递归算法。使用java语言编写。可以在计算机上实现-N Queens of the recursive algorithm. Using java language. Can be implemented on a computer
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:837byte
    • 提供者:wanwen
  1. quicksort

    0下载:
  2. 该代码是一个快速排序算法的代码,用java编写的,是一个很不错的代码,希望有帮助。-The code is a quick sort algorithm code, written in java, is a very good code, want to help.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:549byte
    • 提供者:黄伟锋
  1. dijkstra

    0下载:
  2. Java语言编写的迪杰斯特拉算法,通过演示以及代码的分析可以帮助大家掌握此算法。-Java language Dijkstra algorithm, demos, and code analysis can help us grasp the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:91.84kb
    • 提供者:blue_fox
  1. Three

    0下载:
  2. recall.c:回溯法求有向图是否存在回路,将结果输出到文件中。dfs.c:深度优先搜索解决N皇后问题,结果输出到文件。Client.java:一个java编写的即时通讯小程序。-recall. depth-first search. Instant message.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:5.04kb
    • 提供者:谭继林
  1. JAVA-experiment-5

    0下载:
  2. 1、编写一个名为“复数”的类,包含复数的实部和虚部(数据成员),以及复数之间的基本算术运算:加、减(方法成员),并要求复数加减运算,程序运行中能对给定的复数进行运算,并打印运算的结果。-1, the preparation of a " plural" , contains the real part and imaginary part (data members), as well as the complex between the basic arithmetic ope
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:48.67kb
    • 提供者:郭培源
  1. duobianxingyouxi

    0下载:
  2. 算法设计与分析 多边形游戏 动态规划算法 源码 java编写 王晓东版本-Algorithm design and analysis polygon game version of the dynamic programming algorithm source code java prepared Wang Xiaodong
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:934byte
    • 提供者:xr0517
  1. huadongchuangkou

    0下载:
  2. 使用Java编写的模拟滑动窗口协议,部分修改可实现停等、回退N帧以及选择重发功能-Analog sliding window protocol written in Java, the partial revision of the stop-and-wait fallback N frame retransmission function
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:2.14kb
    • 提供者:code
  1. BackpackTH(1)

    0下载:
  2. 退火算法实现0/1背包问题求解,java编写,eclipse中编写,工程文件齐全,界面清楚,运行结果正确-Annealing algorithm to achieve the 0/1 knapsack problem solving, writing java eclipse write engineering documents, clear interface, the results are correct
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:7.75mb
    • 提供者:李梦
  1. PCATest

    0下载:
  2. 这是一个用java编写的PCA程序,很好地完成了主成分分析。-This is a program written in java PCA, well done principal component analysis.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:94.63kb
    • 提供者:yangping
  1. int-linked-list

    0下载:
  2. 基于JAVA编写一个整数的链表。程序包括对dat文档读取,链表的添加,删除,和完成指定要求。-Write a program, using an IntLinkedList to read in the following file and create a list according to the rules specified. The first number is n = the number of elements to generate. In the example, this
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:12.87kb
    • 提供者:han
  1. diijestrala

    0下载:
  2. 最短路径算法:用java 编写的最短路径算法,里面有详细的实现过程,可以很容易看懂-Dijsktra shortest way to find the shortest way one verise to another,way one verise to another
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:14.62kb
    • 提供者:陈思蒙
  1. MazeCreator

    0下载:
  2. 使用Java编写的迷宫生成算法,运行程序可以用JPanel显示迷宫。-Using Java prepared by the maze generating algorithm, running the program can be used to display the maze.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.05kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com