搜索资源列表

  1. FixHDParton18

    0下载:
  2. fix partition
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:
  1. swapfs-1

    0下载:
  2. title=Windows NT/2000/XP 一个RAM-DISK文件系统驱动 memo=SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It i
  3. 所属分类:加密解密

    • 发布日期:2024-05-12
    • 文件大小:32768
    • 提供者:王红正
  1. 自定义窗口分割条

    0下载:
  2. 自定义窗口分割条-Custom window partition Article
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-12
    • 文件大小:110592
    • 提供者:薛妮
  1. c_disksect

    0下载:
  2. 查看磁盘分区信息的C语言源程序!-View disk partition information of the C language source code!
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:中国人
  1. chessplate

    0下载:
  2. 分治算法解决棋盘覆盖问题-partition algorithm chessboard coverage
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:方西
  1. uselinklist

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

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:方西
  1. bootmaster

    0下载:
  2. 硬盘启动分区表读写操作-hard disk boot partition table and write
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-12
    • 文件大小:11264
    • 提供者:李红
  1. 用C语言建立多个PRI DOS分区及其隐含

    0下载:
  2. 用C语言建立多个PRI DOS分区及其隐含 -C language to create a number of PRI DOS partition and implied
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:魏海宇
  1. FAT32资料

    0下载:
  2. 磁盘分区格式FAT32资料-format FAT32 disk partition information
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-12
    • 文件大小:378880
    • 提供者:
  1. Partdisk.ZIP

    0下载:
  2. 独立 WIN98下磁盘分区程序(C语言+汇编) 界面功能类似FDISK 但独立编译-independent Win98 disk partition (C+ compilation) SNMP interface functions similar but independent compiler
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-12
    • 文件大小:168960
    • 提供者:李峰
  1. 一维最近点(分治法)1

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得递归进栈的数据很多,消耗系统空间很大,所以处理的个数经测试不超过70个,可见在设计程序时,考虑空间的使用也是很必要的!)-the process of achieving a dimensional data axis near the point of the methodology used to solve the proble
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:杨晨
  1. ClosestPairPoint

    0下载:
  2. 实现查找一组给定点中的最近点对,通过分治方法将问题求解,简化问题的复杂性。-Lookup a group to the latest sentinel points right, adoption of the partition method of problem solving, simplifying the complexity of the problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:韩希先
  1. 张柳新

    0下载:
  2. 一个很号用的小软件,文件分割功能,以及较完整的设计文档,喜欢设计模式的有一定帮助-No. with a very small software file partition function, as well as more complete design documentation, design patterns like some help
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:441344
    • 提供者:杨圣湖
  1. power

    0下载:
  2. 该程序用于计算幂积,它比普通的连乘方法要快得多,主要是它含有分治的思想。-the procedures used in the calculation of power plot, it more than ordinary continually multiply much faster method, it is the partition containing the idea.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:唐海浪
  1. truecrypt-3.1a-source-code

    0下载:
  2. 一个提供档案及Partition作加解密的程式支援以下的加密演算法AESBlowfishCAST5SerpentTriple DESTwofishAES-BlowfishAES-TwofishAES-Twofish-SerpentSerpent-AESSerpent-Twofish-AESTwofish-Serpent-a partition for files and for the encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-12
    • 文件大小:566272
    • 提供者:林世明
  1. 新建 Microsoft Word 文档 (3)

    0下载:
  2. 基于划分的聚类分析算法k-means,主要用于数据挖掘领域.-Partition- based cluster analysis algorithm k-means, used mainly for data mining areas.
  3. 所属分类:数据库编程

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:许朝
  1. dividemultiply

    0下载:
  2. 这是一个分治法应用的又一个例子,利用分治技术,做大整数乘法,尤其是几百位数以上的乘法,比一般的方法快很多,仅次于快速傅立叶变换.-This is a partition of the application also an example of the use of the partition, bigger integer multiplication, especially above the median of hundreds
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:唐海浪
  1. 第八章:文件系统实验

    0下载:
  2. Linux 的最重要的特徵之一是它的为许多不同的文件系统的支持。这使其非常灵活从而与许多另外的操作系统可以很好的共存。linux采用的是树型结构。最上层是根目录,其他的所有目录都是从根目录出发而生成的。微软的DOS和windows也是采用树型结构,但是在DOS和windows中这样的树型结构的根是磁盘分区的盘符,有几个分区就有几个树型结构,他们之间的关系是并列的。但是在linux中,无论操作系统管理几个磁盘分区,这样的目录树只有一个。-
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-12
    • 文件大小:12288
    • 提供者:莫凡
  1. 动态规划----矩阵连乘问题

    0下载:
  2. 动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(i<j)表示矩阵Mi连乘到Mj的最小工作量 3)下方元素Di,j(i>j)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:26624
    • 提供者:莫非
  1. 动态分区的分配和回收算法

    0下载:
  2. 动态分区方式主存的分配和回收。 通过本实验可以了解在动态分区管理方式下应怎样实现主存空间的分配和回收-dynamic way through the distribution of the main deposit and recycling. Through this experiment can understand the dynamic partition management practice should be how to
  3. 所属分类:系统编程

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:程倩
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org