CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 模拟算法

搜索资源列表

  1. 15458462587421556

    0下载:
  2. Huffman编解码器的模拟实现 应用Huffman算法实现模拟编解码器,程序实现对输入的一篇英文文章(以 .txt文件读入),输出Huffman 码流(以 .txt文件输出),最好能实现译码过程。程序语言可以选用C、 VC或C++。-Huffman CODECs the simulation application Huffman algorithm simulation codecs, Programming on the importation of an article in Eng
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:187201
    • 提供者:吉尔
  1. jcddmnxt

    0下载:
  2. 进程调度模拟程序 这里没有任何的API调用 只是模拟,我给进程设定了自己的语法,输入一般的字符cpu调用时只是正常输出,如果遇到 $ 表示该进程要调用系统资源后面必须跟一个数字表示占有的时间,如果资源闲置则占有资源否则阻塞,等资源释放在占有资源。进程的调用算法我采用的是时间片轮转算法并有所改进,当某个进程从阻塞队列释放后,他将把以前因为等待资源而被浪费的时间补回来。-scheduling process simulation program here no API calls only simu
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3498
    • 提供者:CT
  1. HaffmanTree

    0下载:
  2. 程序通过构建一个haffman树,用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5151
    • 提供者:心静止水
  1. 文件压缩算法

    0下载:
  2. VB写的文件压缩算法,速度和压缩比都还可以。(利用了模拟指针)-This algorithm is written in VB,and the speed and compression rate are good overall!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:15502
    • 提供者:pbt
  1. MATLAB-lingo

    0下载:
  2. 模拟退火算法,采用lingo算法,比MATLAB更加简洁方便。欢迎下载!-modelling computing
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:661
    • 提供者:xiajuan
  1. RLE

    0下载:
  2. RLE编码算法 用8*8的矩阵来模拟,在TextBox中输入每一行的RLE编码结果-RLE encoding algorithm uses 8* 8 matrix to simulate the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:133820
    • 提供者:chinaeping
  1. OPT

    0下载:
  2. 页面调度OPT算法:基于C++的关于模拟页面调度的算法、代码。OPT:最佳页面调度算法。仅供参考。-OPT paging algorithm: C++ based on the simulation of paging algorithms, code. OPT: optimal scheduling algorithm for page
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:1304
    • 提供者:钱小冬
  1. matlab-acq

    4下载:
  2. GPS C/A码捕获 用的是fft频域的搜索 有C/A码产生和C/A码数字化子程序,模拟卫星信号的捕获算法和过程,未考虑多普勒频移-GPS C/A code acquisition in frequency domain using the fft search with C/A code generation and C/A code number of subroutines, analog satellite signal acquisition method and process, w
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:357577
    • 提供者:铁头
  1. 1

    0下载:
  2. 采用模拟退火的算法,解决旅行商问题.tsp问题-cai yong mo ni tui huo suan fa
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:117982
    • 提供者:ganjinglei
  1. TspSA

    0下载:
  2. 这个程序是用c++编写的,采用模拟退火的算法,解决tsp 求最短路的问题 -wo de yingwen bu hao wei shenme yao you ying wen shuo ming
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:28269
    • 提供者:ganjinglei
  1. 23

    0下载:
  2. 磁盘文件模拟电梯算法以及最短磁道优先算法-Elevator algorithm and simulated disk file priority algorithm shortest track
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1511
    • 提供者:maodoudou
  1. CCITTV_42bis--compression-algorithm

    0下载:
  2. 本文主要介绍CCITT v.42bis建议的压缩算法的主要特点,以及实现该算法的数据结构,形成新串的方法,动态维护字典的方法和指针编码,并给出V.42bis建立的模拟结果。V.42压缩可以用于SNDCP子层分组数据部分的压缩。-This paper describes the main features recommended by the CCITT v.42bis compression algorithm, and the data structure of the algorithm,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:358161
    • 提供者:曾秀姗
  1. GA-about-Materials-TS-TS-TSP

    0下载:
  2. 用于工程材料计算的遗传算法,关于TSP问题的禁忌算法 模拟退火算法比较等的源程序-For engineering materials calculated genetic algorithm, tabu search algorithm simulated annealing algorithm for TSP and other source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:43944
    • 提供者:zhuj
  1. cs

    0下载:
  2. 压缩感知中模拟镜头重叠的重构算法-Compressed perception of simulated lens overlapping reconstruction algorithm. . . . .
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:416836
    • 提供者:王俊强
  1. inversion

    2下载:
  2. 王家映关于地球物理资料非线性反演理论的讲座系列,包括11个文档(地球物理反演问题概述,蒙特卡洛法,模拟退火法,遗传算法,人工神经网络,共轭梯度,同伦反演法,量子遗传算法,蚁群算法,粒子群反演算法,模拟原子跃迁反演法)-Wang Ying on the theory of nonlinear inversion of geophysical data lecture series, including 11 documents (geophysical inversion problems out
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-24
    • 文件大小:8039756
    • 提供者:Yzc
  1. process

    0下载:
  2. 进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:  先进先出调度算法;  基于优先级的调度算法;  最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:  当前执行进程;  就绪队列;  等待队列 -Process scheduling simulation program: Suppose there are 10
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:2590
    • 提供者:鸣海夜一
  1. daima

    0下载:
  2. 无线局域网802.11协议CSMACA算法模拟程序-Wireless local area network (LAN) 802.11 protocol CSMACA algorithm simulation program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:50573
    • 提供者:yangq
搜珍网 www.dssz.com