CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - Algorithm

搜索资源列表

  1. 排序比较

    1下载:
  2. 排序算法的性能比较 对不同类型的问题规模,测试各种介绍的排序算法的性能。统计他们的键值比较次数,键值移动次数以及运行时间并分析结果。 小型问题:N≈20 中型问题:N≈2000 大型问题:N≈200000. C 语言的32关键字如下: 实验原理: 线性表的排序,快速,起泡,选择,插入。-algorithm to compare the performance of different types of scale of the problem, introduced by the test a
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:9.42kb
    • 提供者:王为
  1. 操作系统实验报告

    0下载:
  2. 设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。-Design a procedure , to the dispatcher of the process according to algorithm simulation operating systems of different dispatchers.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:10.98kb
    • 提供者:陈可
  1. 5个c程序源代码

    0下载:
  2. 五个c源代码 矩阵的运算方法 邻接矩阵求解最短路径 全屏幕模拟时钟 先序遍历非递归算法 字符串查找-5 c source code matrix arithmetic method adjacency matrix for the Shortest Path full-screen analog clock preorder non - recursive algorithm to search string
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4.79kb
    • 提供者:张广旭
  1. RowCount_v1.5

    0下载:
  2. RowCounter这个东东更多时候我是作为一种好玩的工具用的。 上一版本是一年半前发布的吧?这次我更新了统计代码行的算法,速度超快,并且增加了扫描目录功能,哈,这下可以方便地统计Delphi所带的源码有多少行啦! RowCounter 源码公开,你可以自由使用、修改及传播,如果你有什么改进,请给我发一份,我的EMail是:iamready@eastday.com。-RowCounter this time I was more as a fun tool to use. There
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:307.15kb
    • 提供者:oliver
  1. TypeDir2

    0下载:
  2. 用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。修改了原程序中的一些bug。 -binary tree algorithm used for the specified directory of files and directories to the formatting preserved. The original amendments to the procedures in some bug.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:19.82kb
    • 提供者:oliver
  1. 递归查找文件

    0下载:
  2. 递归查找文件: 有助于dephi初学者学习递归算法和window文件结构-recursive search documents : dephi help beginners learn recursive algorithm and the structure of the document window
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:196.74kb
    • 提供者:阿议
  1. Kalman111

    0下载:
  2. c语言编写的卡尔曼滤波器算法,可用于对信号进行滤波处-prepared by the Kalman filter algorithm can be used to signal filtering Office
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:267.91kb
    • 提供者:周红波
  1. Rijnd

    0下载:
  2. 文件加密器。 本程序用RJ算法实现对任意文件加密。 只是效验密码方面有些缺陷。-file encryption device. The procedures used for RJ algorithm arbitrary file encryption. Only well-tested code with some flaws.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:47.22kb
    • 提供者:黎尚伟
  1. eF_Uis

    0下载:
  2. 计算多产品间歇过程调度uis操作的,遗传算法程序-computing products intermittently over the course of the operation scheduling Uis, genetic algorithm
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2.71kb
    • 提供者:孔令启
  1. ef_zw

    1下载:
  2. zw方式操作的多产品间歇过程调度目标函数makespan,遗传算法。-zw methods of multi-product batch process scheduling objective function makespan, genetic algorithm.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2.05kb
    • 提供者:孔令启
  1. LZW_Demo

    0下载:
  2. WINDOWS 界面,LZW压缩算法和RLE压缩算法的实现源码及Demo。-Windows interface, LZW compression algorithm and RLE compression algorithm to achieve the source and Demo.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:45.84kb
    • 提供者:张细细
  1. Lzss_VC

    0下载:
  2. 测试LZSS算法的VC代码,其中LZSS算法的实现部分为C代码来自网上,修改后在VC上测试通过 可移植到其它平台,如嵌入式系统 示例中直接打开本目录下的Tmp.txt zip压缩Tmp.txt并输出压缩内容到zip.out unzip解压zip.out的内容并输出到unzip.out 目录下Tmp.txt文件必须存在-test LZSS VC code algorithm, the algorithm to achieve LZSS part of the C code
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:51.5kb
    • 提供者:匿阳
  1. XML_reader

    0下载:
  2. 自己手动编写的XML分析程序。其中用到了STL的模版库。其中的算法很巧妙,并且没有用其他任何库函数,值得一看。-own manual prepared by the XML analytical procedures. STL which uses the template library. The algorithm is a clever, and not any other library functions overseas.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1.81kb
    • 提供者:李明
  1. BNB20

    0下载:
  2. 利用matlab进行分支定界的算法-using Matlab for branch-and-bound algorithm
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4.64kb
    • 提供者:潘峰
  1. Graphic3

    0下载:
  2. 处理.bmp文件,读取bmp文件,根据bmp的格式,根据给定算法,将文件的值修改成新值。-treatment. Bmp file, reading the paper bmp, bmp format, according to the given algorithm, to document the value of adaptation to the new value.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:23.3kb
    • 提供者:王小明
  1. zhishupinghua

    0下载:
  2. 关于指数平滑算法的文章,其中包含了1次和2次的经典案例-exponential smoothing algorithm on the article, which includes the 1st and 2nd of the classic cases
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:228.73kb
    • 提供者:123123
  1. 2006040603

    0下载:
  2. 该程序实现遗传算法的功能,结构紧凑,可用于分类-genetic algorithm functions, compact structure, used to classify
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2.72kb
    • 提供者:李小丹
  1. FileEnc_Sources

    0下载:
  2. File Encryption utility is a simple tool for encrypting both text and binary files using the blowfish encryption algorithm.
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:69.91kb
    • 提供者:matt
  1. mixture_of_gaussians

    0下载:
  2. This m-file implements the mixture of Gaussians algorithm for background subtraction.
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:90.31kb
    • 提供者:santosh
  1. Bankers-algorithm-simulation

    0下载:
  2. 银行家算法模拟,以避免系统产生死锁,操作系统课程设计-Bankers algorithm simulation, in order to avoid deadlock system, operating system, curriculum design
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:plm
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com