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

搜索资源列表

  1. yiliao

    0下载:
  2. 这个程序是用C语言实现的。我使用了单向链表来实现对药品的增加. 删除等操作. 我修改了几次算法, 优化了一下. 如果有不足之处,还望各位多多指点。 设计目的: 这是一个专为小药店设计的药品管理系统. 可以对药品自由的进行添加、删除、查找等操作. 功能简介:(每个数字键对应相应的功能, 按数字键后,请按Enter键) \"1 - 增加药品\": 向系统增加一种药品 \"2 - 删除药品\": 删除系统中的一种药品 \"3 - 查找药品\": 输入药品
  3. 所属分类:压缩解压

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

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

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

    0下载:
  2. 这是我做的毕业设计,是基于DSP的数字图象压缩系统的实现。本系统能很好的压缩图象,系统运行时间快,压缩比也比较高。其中采用JPEG标准对图象进行压缩,使用了Huffman算法。-This is what I am doing graduate design is based on the DSP digital image compression system is achieved. The system can be a very good image compression, faster
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:161978
    • 提供者:高燕
  1. RayCompressDelphi

    0下载:
  2. RAY压缩是综合统计和字典方法,针对数据库的压缩算法。这个算法是专门针对重复率比较高的数据的压缩算法,有较高的压缩比。如果全部重复,那么它的压缩率是以2为底的对数。可应用于电力系统数据的压缩。-Ray compression integrated statistics and dictionary method, the database compression algorithm. The algorithm is targeted at high repetition rate of dat
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:194941
    • 提供者:孙金凤
  1. zuoyediaodu

    0下载:
  2. 这是一个操作系统的作业调度的算法,是用C语言来编程的-This is a system of job scheduling algorithm is the use of C language programming
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:1770
    • 提供者:tom
  1. GZIP

    0下载:
  2. GNU 系统开发的基于Iz77语法的压缩 学习lz77压缩算法 -GNU system development based on the syntax of compressed Iz77 learning lz77 Compression Algorithm
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:254915
    • 提供者:君风
  1. radarbest

    0下载:
  2. 双基地雷达空间定位精度分析,针对双基地雷达空间定位时的数据冗余提出了一种相关数据压缩算法。-bistatic radars space location accuracy analysis, presents a correlated data compression algorithm for the data redundancy in space bistatic- radar location system。
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:1167
    • 提供者:馨迪
  1. _1.1B07010424

    0下载:
  2. ① 设计和实现基于哈夫曼算法的编码和译码功能,系统功能包括:产生哈夫曼编码,输入电文进行编码生成码文,将码文译成电文,对输入电文和译文作对比等。 -① Design and Implementation of the algorithm based on Huffman coding and decoding functions, the system features include: generated Huffman code, enter the code to generate
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:859
    • 提供者:王的伟
  1. dct

    0下载:
  2. JPEG压缩算法的核心是“视觉保真”原理,利用人类视觉系统特征进行处理,以达到最大图像数据压缩效果,实际上就是去除那些人眼不易觉察的信息。图像的空间频率对人的视觉至关重要,采用离散余弦变换可将图像分解成一组波,每个波有一个不同的空间频率,这样可以去除人类眼睛觉察不到的信息,而且还可使系统只保留重要的信息。-JPEG compression algorithm is the core of " visual fidelity" principle, the use of the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1476
    • 提供者:huoxinglin
  1. HuffmanCode

    0下载:
  2. Huffman 编码是第一个实用的无损压缩编码技术,经过了多年的不断改进,已经形成了系统的理论和方法。目前主要有两种类型的Huffman编码方式,即静态Huffman编码和动态Huffman编码。Huffman编码有着广泛的应用,但是不再是压缩算法的全部,而是被当作最终的编码方法。-Huffman coding is the first practical lossless compression coding technology, after years of continuous impr
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:4427
    • 提供者:杜秋国
  1. huffman

    1下载:
  2. 任务:设计一个利用哈夫曼算法的编码和译码系统。 要求:建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。 “压缩文件”即:读文件、统计文件中的字符个数、对文件进行哈夫曼编码和译码、并将编码译码后的字符存储在文件中。 根据以上任务说明,设计数据结构,并设计程序完成功能。 -Task: Design a Huffman algorithm using coding and decod
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-04-24
    • 文件大小:108544
    • 提供者:王平
  1. wusunyasuo

    0下载:
  2. 本系统使用Microsoft Visual C++ 6.0 进行了开发。按照LZW算法压缩原理,完成了压缩函数和解压缩函数的编写,实现了文件的无损压缩和解压缩。-This system uses the Microsoft Visual C++ 6.0 development. In accordance with the principle of LZW algorithm compression, the compression function and decompression func
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:156863
    • 提供者:王环
  1. JpegDecode

    0下载:
  2. jpeg解压缩算法的实现,在C++ BUILDER 6.0上调试通过,附件是完整的代码,可直接编译和运行,开发时的操作系统为WIN XP SP3。-jpeg decompression algorithm implementation, debugging through C++ BUILDER 6.0 Annex is a complete code can be directly compiled and run, the operating system developed for the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-10
    • 文件大小:928832
    • 提供者:zzsir
  1. Bank

    0下载:
  2.  银行家算法又称“资源分配拒绝”法,其基本思想是:系统中的所有进程放入进程集合,在安全状态下系统受到进程的资源请求后,先把资源试探性地分配给它。现在,系统将剩下的可用资源和进程集合中的其它进程还需要的资源数作比较,找出剩余资源能满足最大需求量的进程,从而保证进程运行完毕并归还全部资源。这时,把这个进程从进程金额和中删除,归还其所占用的所有的资源,系统的剩余资源更多。反复执行上述步骤。最后,检查进程集合,若为空则表明本次申请可行,系统处于安全状态,可以真正实施本次分配;否则,只要进程集合非空,系统
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-01
    • 文件大小:1072029
    • 提供者:kong
  1. retphybrid.zip

    0下载:
  2. algorithm to bypass system,algorithm to bypass system
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-25
    • 文件大小:15976
    • 提供者:saymon
  1. FINALPHOTOVOLTAICSYSTEM

    0下载:
  2. PV system with mttp using p&o algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:11607
    • 提供者:sibasish
  1. matlab-file

    2下载:
  2. 其中greedy_fair文件,为认知无线电中系统中贪婪算法与比例公平算法在资源分配上的对比仿真,其结果显示了两种算法分别在系统效益上和公平上的性能对比。-The greedy_fair file is used for the comparison of the greedy algorithm and the proportional fair algorithm in resource allocation in cognitive radio system , the result s
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:20127
    • 提供者:叶枫
  1. commands

    0下载:
  2. [ convex_optimization.rar ] - 凸优化 程序包,包含各种凸优化算法,可供方便调用. [ signal_decomposition_by_bp.rar ] - 基于基追踪(basis pursuit)对信号进行稀疏表示的算法 [ cvx .zip ] - 凸规划建模系统,有助于学习压缩感知-[Convex_optimization.rar]- convex optimization package that contains a variety of convex op
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:17163
    • 提供者:高珍
  1. keywords

    0下载:
  2. [ convex_optimization.rar ] - 凸优化 程序包,包含各种凸优化算法,可供方便调用. [ signal_decomposition_by_bp.rar ] - 基于基追踪(basis pursuit)对信号进行稀疏表示的算法 [ cvx .zip ] - 凸规划建模系统,有助于学习压缩感知-[Convex_optimization.rar]- convex optimization package that contains a variety of convex op
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-23
    • 文件大小:14766
    • 提供者:高珍
  1. fingerprint

    0下载:
  2. These routines implement a landmark-based audio fingerprinting system that is very well suited to identifying small, noisy excerpts a large number of items. It is based on the ideas used in the Shazam music matching service, which can identify seemin
  3. 所属分类:Compress-Decompress algrithms

« 12 »
搜珍网 www.dssz.com