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

搜索资源列表

  1. actionlogic

    0下载:
  2. 基于protel工作环境下的 七阶低通滤波器仿真实例。-protel work environment based on the seven-order low-pass filter simulation example.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.72kb
    • 提供者:sundapeng
  1. chf

    0下载:
  2. 递归的字符串逆序,将带有空格的一行字符串按照单词的顺序逆序排列.例如:this is a string. 转化为string a is this.-recursive string reversal, with his string of blanks in accordance with the order of words printed in reverse chronological order. For example : this is a string. into a string
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:817.58kb
    • 提供者:成心
  1. zhy20070522144641601.Rar

    0下载:
  2. 《86gou购物系统单用户增强版》具有强大的商品管理、赠品管理、积分管理、订阅管理、分类管理、会员管理、销售员管理、订单管理、利润结算、信息管理、帮助管理、评论管理等功能,每个功能模块都尽可能从使用者的角度实现易用性、安全性和稳定性。 卓越的访问速度和负载能力 在实现同样功能的前提下,《86gou购物系统单用户增强版》比同类软件占用数据库资源更小,页面处理时间更短,可以在极为繁忙的服务器环境下快速稳定运行,最大程度的为使用者节约了服务器资源,为访问者提高了访问速度。 周
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.84mb
    • 提供者:孟政
  1. haffman

    0下载:
  2. 在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致是: 分别统计从最大编码长度 maxlength 到 1 的每个长度对应了多少个符号。根据这一信息从 maxlength 个 0 开始以递增顺序为每个符号分配编码。例如,编码长度为 5 的符号有 4 个,长度为 3 的有 1 个,长度为 2 的有 3 个,则分配的编码依次为: 00000 00001 00010 00011
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8.31kb
    • 提供者:gaorui
  1. huffman4

    0下载:
  2. 哈夫曼树的建立,编码,以减少存储空间-Huffman tree is established, coding, in order to reduce storage space
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4.77kb
    • 提供者:成心
  1. wbs

    0下载:
  2. 这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。——总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:26.14kb
    • 提供者:叶润
  1. ecg_matlab_data.zip 用matlab处理ecg心电数据

    5下载:
  2. 最近用matlab处理ecg心电数据,网上查了许多资料,终于成功导入.dat和.hea文件 做出了心电图 附件中含一组ecg心电数据(.dat和.hea文件各一),以供调试,fine.m是程序文件(含中文注释) 默认路径C:\Documents and Settings\Administrator\My Documents\MATLAB 打开方式:>>fine(‘62y933e.hea’,‘62y933e。dat’,9) 最后一个数字范围(1~12),代表第几道导连,
  3. 所属分类:压缩解压

    • 发布日期:2015-09-29
    • 文件大小:708.1kb
    • 提供者:钟毓秀
  1. arith-n.zip

    0下载:
  2. Arith-N 是可以在命令行指定阶数的 N 阶上下文自适应算术编码通用压缩、解压缩程序,由于是用作教程示例,为清晰起见,在某些地方并没有刻意进行效率上的优化。由王笨笨大侠提供,Arith-N is specified in the command-line order of the N-order context adaptive arithmetic coding common compression, decompression procedures, because it is used
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-08
    • 文件大小:12.31kb
    • 提供者:王丛知
  1. entropy

    0下载:
  2. 课堂学习程序,C语言实现计算图像的熵、二阶熵、差分熵。在VC6下运行正常-Classroom learning process, C language realization of the calculation of the entropy of image, second-order entropy, differential entropy. VC6 run in the normal
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:32.58kb
    • 提供者:chenminhao
  1. DivConquer

    0下载:
  2. 算法实验:1 分治法在数值问题中的应用 ——最近点对问题 2 减治法在组合问题中的应用——8枚硬币问题 3 变治法在排序问题中的应用——堆排序 4 动态规划法在图问题中的应用——全源最短路径问题 -Algorithm experiment: 1 divided numerical problems in the application- the nearest point to question 2 by governance problems in the applicati
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:23.74kb
    • 提供者:邱名楷
  1. huffmantree

    0下载:
  2. 动态对文件和字符串统计个字符出现的次数作为其权值,以实现霍夫曼编码,达到节省存储空间的目的。-Dynamic string of documents and statistics on the number of characters appear as part of its weight in order to achieve the Huffman coding to achieve the purpose of saving storage space.
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 求n个自然数的全排列,输入n,程序将输出从1到n着n个自然数的全排列。-Natural number n for the entire order, enter n, the procedure will be the output from 1 to n with n the number of all-natural order.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:7.96kb
    • 提供者:huangqiuxuan
  1. MyTicketSale

    0下载:
  2. 现在需要全国联网销售火车票,全国代销点很多,为了保证数据库的安全,要求使用Web Service提供接口的方式实现,完成车票查询功能-National network now needs to sell train tickets across the country to sell a lot of points, in order to ensure database security, require the use of Web Service interfaces provide me
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:951.14kb
    • 提供者:cf
  1. SunHongEn

    0下载:
  2. 一阶熵的计算,可以直观的看到一阶熵是如何计算的-first order entropy computation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:40.07kb
    • 提供者:华生
  1. Adams

    0下载:
  2. Adams四阶预测的源码,供大家学习使用-Adams fourth-order prediction of the source for studying the use of U.S.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:989byte
    • 提供者:黄路遥
  1. juzhen

    0下载:
  2. 设某物质有m个产地,n个销地,如果以 aij 表示由第 i 个产地销往第 j 个销地的数量,则这类物质的调运方案,可用一个数表表示如下-M has established a substance of origin, n sell, if in order to express AIJ i个origin from the first sold to the first j months of quantity sold, then the transport of such substances
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:705.1kb
    • 提供者:鱼子
  1. 222222

    0下载:
  2. 此文件可以能帮你求体积,面积和圆球的体积。用于初学VC的有帮助-This document can help you order the size, area and volume of sphere. For beginner with VC help
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:531.42kb
    • 提供者:守望者
  1. Mp3bianmajiemayuanlihechengxu

    0下载:
  2. MP3文件以一帧为一个编码单元,各帧编码数据是独立的。为了清晰而准确地描述mp3文件格式,下面采用位流语法描述,这种语法格式与c语言近似,易于理解,且描述清晰-An MP3 file to a coding unit, the encoded data frame is independent. In order to clear and accurate descr iption of mp3 file format, the following descr iption of the use
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:179.47kb
    • 提供者:
  1. o

    0下载:
  2. 用C实现hamming压缩编解码,以达到纠错检错的目的-Hamming with C compression codec to achieve in order to achieve the purpose of correcting error
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1.46kb
    • 提供者:罗强智
  1. CHENGXU

    0下载:
  2. 定义3个结构数组,对A表、B表进行交替冒泡排序,合并递增排列的C表,输出排序后的A表、B表,输出合并后的C表-3 the structure of the definition of an array of A form, B form to the turn of bubble sort, merge table in ascending order of C, the output of the A table after sorting, B form, the combined outp
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3.95kb
    • 提供者:柏德胜
« 12 3 4 5 6 »
搜珍网 www.dssz.com