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

搜索资源列表

  1. 最短路径-java

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

    • 发布日期:2008-10-13
    • 文件大小:8506
    • 提供者:陈为
  1. Java_tree

    0下载:
  2. 有关java的一个简单树,显示树结构,程序很简单。-the java a simple tree, the tree structure, procedure is very simple.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:49530
    • 提供者:zqg
  1. DecisionStump

    0下载:
  2. JAVA的一个程序,是分类算法中的判定树的一部分。-JAVA a process, the classification algorithm of decision tree part.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5000
    • 提供者:zhengjuanwu
  1. A

    0下载:
  2. 能求101到200的素数 ,java源码
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1930
    • 提供者:TTHR
  1. A Practical Introduction to Data Structures and Al

    0下载:
  2. A Practical Introduction to Data Structures and Algorithm Analysis,数据结构和算法,里面包括Java描述、C++描述和C描述三个版本,非常全-A Practical Introduction to Data Structures and Analysis Algorithm, data structures and algorithms, including Java inside descr iption, descr ipti
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7299995
    • 提供者:妖精雨
  1. bPlusTree

    2下载:
  2. B+树,用JAVA语句实现了一个B+树,包括B+树的构成,B+树的增删查改-B+ tree, using JAVA statement to achieve a B+ tree, including the composition of B+ tree, B+ tree of additions and deletions to change search
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-30
    • 文件大小:17874
    • 提供者:evaplum
  1. malloc-java

    0下载:
  2. java实现的malloc函数。供模拟学习用,不是底层实现。-malloc function written in java. only for study and animation. not a low-level implemention
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:7168
    • 提供者:axe33shj
  1. data-structure-JAVA-edition-ppt

    1下载:
  2. 数据结构JAVA版本的电子教案,共有10章。内容全面包括数据结构的基本内容。-Data Structure JAVA version of the electronic lesson plans, a total of 10 chapters. Comprehensive and include the basic content of the data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5297271
    • 提供者:周先生
  1. data_structures_with_java

    0下载:
  2. 数据结构java源码,是数据结构与算法第2版的-Java source data structure is a data structure and algorithm version 2
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:60244
    • 提供者:liuyi
  1. dv

    0下载:
  2. 一个新的voronoi算法实现,可参照文档-A new voronoi algorithm implementation, be guided by the document
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:359771
    • 提供者:junwei
  1. BTree

    0下载:
  2. 数据结构B-TREE的java实现,按照CLRS的思路描述,通过测试~-a simple implemention of B-TREE(Java code) refer to CLRS
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1550
    • 提供者:lili
  1. KnapsackProblem

    0下载:
  2. 0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:157351
    • 提供者:王若
  1. SkipList

    0下载:
  2. SKiplist是一种概率应用于平衡树的替换数据结构。-Skip list is a probabilistic alternative to balanced trees that provide much of the simplicity of unbalanced trees , togethere with good worst-case expected performance.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2236
    • 提供者:jianwei yang
  1. B-Tree

    0下载:
  2. 自己上学时写的Btree算法,处理基于Rot语言的图形,存储一些RFID的数据-Implements a B-Tree structure as introduced in the lecture to store the information read by the RFID readers in the library.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:8145
    • 提供者:fang kun
  1. Sort

    0下载:
  2. The running time of quicksort can be improved in practice by taking advantage of the fast running time of insertion sort when its input is “nearly” sorted. When quicksort is called on a subarray with fewer than k elements, let it simply return wi
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:25365
    • 提供者:unknown9218
  1. HashTableApp

    0下载:
  2. 简单的HASH,显示简单的哈希算法,算是一个例子新手见谅-Simple HASH, shows a simple hash algorithm will be forgiven as an example of new
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1487
    • 提供者:guojiang
  1. src

    0下载:
  2. 分布式系统停车场问题:某停车场共有TOTAL-NUM个车位, ENTRY-NUM个入口, EXIT-NUM个出口. 现需要一个用于停车场控制汽车进出的分布式系统, 在该系统中没有集中的管理者(central server), 每个进(出)口通过通信平等协商保存当前车库的状态信息(如空闲车位数UNOCCUPIED-NUM等), 并据此决定是否允许车辆进入, 为简便计, 假定通信是可靠的.-Parking issues distributed systems: A total of TOTAL-NU
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:8091
    • 提供者:汪若疯
  1. GA4TSP

    0下载:
  2. GA for TSP, it is a java applet code for Genetic algorithm-GA for TSP, it is a java applet code for Genetic algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:10906
    • 提供者:mo
  1. java仓库管理系统

    5下载:
  2. 仓库管理系统,用JAVA做的,使用的数据库软件是MYSQL 课程设计内容一共有管理表格四张,包含曾删改功能;查询表格六张,包含精确查找和模糊查找。含有登陆功能,先登陆后出现主界面,登陆有三个权限。压缩包里包含JAVA源文件和数据库,导入就可使用。-Warehouse management system, using JAVA to do, use a MYSQL database software course design content management table, a total o
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-26
    • 文件大小:1203921
    • 提供者:王金
  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
    • 文件大小:94043
    • 提供者:blue_fox
« 12 3 4 5 6 »
搜珍网 www.dssz.com