CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - partition

搜索资源列表

  1. uselinklist

    0下载:
  2. 分治算法解决一维点对最小距离-partition algorithm to solve one-dimensional point of minimum distance
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. java通过串口或USB口调用短信猫收、发短信DEMO及API-The examples in this document assume that you have unzipped the commapi.zip file in your C: partition and your JDK installation is in C:\jdk1.1.6. If you have installed JDK in an other location or unzipped javacomm20-w
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:272.12kb
    • 提供者:Long King
  1. CPair

    0下载:
  2. 分治法寻找最接近点对,内附测试文件,算法分析与设计作业-Partition method to find the most close point ,Enclosed test files, the algorithm analysis and design work
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:17.01kb
    • 提供者:李子谦
  1. skyline

    0下载:
  2. 城市轮廓线问题的实现,利用分治算法,将input1.dat文件放在d盘根目录下-Urban contour implementation issues, using the partition algorithm, the input1.dat files under the root directory on the d
  3. 所属分类:Java Develop

    • 发布日期:2015-04-09
    • 文件大小:5.67kb
    • 提供者:nick
  1. FileDivisionUniter

    0下载:
  2. 文件分割合并器,将大文件分割成若干小文件;将多个小文件合并到一个大文件。-Partition merge document, and will split large files into several small files multiple small files into one large file.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1.71kb
    • 提供者:wuyu
  1. jFmenu

    0下载:
  2. Java文件分割合并工具,能实现文件的合并与分割.-Java file split merge tool, to achieve the merger of paper and partition.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4.12kb
    • 提供者:肖武华
  1. FileOs

    0下载:
  2. 一个JAVA的文件分割器,可以把一个文件分成N份,并且还可以整合,以后可以利用它把文件分好后存在自己的邮件里啦-JAVA partition a document, you can put a file into N copies, and also can be integrated, then you can use it to document the existence of its own after a good e-mail you. . .
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2.12kb
    • 提供者:杨健
  1. checkuser

    0下载:
  2. 验证用户信息,电子邮件,地址是否合法 身份证验证,性别验证..... 支持[数据导入](导入格式用空格或逗号或竖线|分割字段),并验证导入数据 firefox\ie测试通过。-Validate the user information, e-mail, address, ID card to verify the legality, gender verification ..... Supporting [Data Import] (Import format by a space
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3.46kb
    • 提供者:ghosthuang
  1. filesplitter

    0下载:
  2. 图形界面swing 实现文件分割,确定分割的大小与分割数量,并且可以合并文件-Graphical interface for file segmentation swing to determine the partition size and the number of partitions, and files can be merged
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:18.07kb
    • 提供者:墨兰王者
  1. java_File_filter

    0下载:
  2. Java编写的一个文件分割工具的源代码,值得看一下!-Java prepared a file partition tool' s source code, it is worth a look!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:9.55kb
    • 提供者:
  1. Partition

    0下载:
  2. Print out all partitions of a positive integer N. In number theory, a partition of N is a way to write it as a sum of positive integers. Two sums that differ only in the order of their terms are considered the same partition. Example: jav
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:597byte
    • 提供者:riascosc
  1. java_code_of_algorithms

    0下载:
  2. 各种数据结构算法的java代码实现,包括选择排序、快速排序、分区算法、dfs、mst等18个算法的java代码。-Various data structure algorithms java code to achieve, including the selection sort, quick sort, partition algorithm, dfs, mst in 18 algorithm java code.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:25.9kb
    • 提供者:wujunwei
  1. 123456789

    0下载:
  2. 归并排序(merge sort)体现了分治的思想,即将一个待排序数组分为两部分,对这两个部分进行归并排序,排序后,再对两个已经排序好的数组进行合并。这种思想可以用递归方式很容易实现。归并排序的时间复杂度为O(nlogn),空间复杂度为O(n)。-Merge sorting (merge sort) embodies the idea of partition, about an array to be sorted into two parts, the two parts merge sort
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:25.45kb
    • 提供者:yang
  1. yiwei

    0下载:
  2. 完成一维的最接近点对问题,用的是分治算法进行的-The closest point to complete one-dimensional problem, using a partition algorithm of
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-31
    • 文件大小:42.43kb
    • 提供者:chasel
  1. dynamicSubareaManage

    0下载:
  2. 动态分区存储管理方式的模拟与实现 1、分配算法 首次适应算法、循环首次适应算法、最佳适应算法、最坏适应算法 2、回收策略 -Dynamic partition memory management and implementation of a simulation, the first fit algorithm allocation algorithm, the first cycle adaptation algorithm, the best fit algorithm,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3.05kb
    • 提供者:HSL
  1. java-getDisk

    0下载:
  2. java做的获取电脑的主板ID和硬盘分区编号。-java to do to get the computer' s motherboard ID and hard disk partition number.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:1.51kb
    • 提供者:tangfei
  1. MatrixMultiply

    0下载:
  2. 用分治法和Strassen方法,并进行效率的比较,有图形界面,输出结果用log4j输出到文件中。-With partition and Strassen method, and comparison of the efficiency, has a graphical interface, using log4j output the results output to a file
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:1.72mb
    • 提供者:刘英
  1. Partition

    0下载:
  2. 集合划分问题。给定正整数 n,计算出n 个元素的集合{1,2, , n }可以划分为多少个不同的非空子集。-Set partitioning problem. Given a positive integer n, calculate the n elements of the set {1,2,  , n} can be divided into a number of different non-empty sets.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-08
    • 文件大小:698byte
    • 提供者:Kerwin
  1. helix-0.6.0-incubating-src

    0下载:
  2. Helix 是一个通用的集群管理框架,用于自动化的分区、复制和资源分布,提供如下特性: 1.Automatic assignment of resource/partition to nodes 2.Node failure detection and recovery 3.Dynamic addition of Resources 4.Dynamic addition of nodes to the cluster 5.Pluggable distributed state
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:1.89mb
    • 提供者:pudn
  1. linear-partition-master

    0下载:
  2. Linear Partition of the layout
  3. 所属分类:JavaScript

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