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

搜索资源列表

  1. BMP_DCT_IDCT

    0下载:
  2. 本源码是用VC++6.0实现的,显示了BMP位图,并实现了快速的8*8的块的DCT和IDCT变换-the source of VC 6.0, showing a bitmap BMP, and achieve a rapid 8 * 8 block of DCT and IDCT transform
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:868376
    • 提供者:颜色
  1. aupcm_codec

    1下载:
  2. a-law u-law pcm间的转换,提供了快速实现这几种编码的转换方法 -a-law u-law pcm the conversion, the rapid realization of these various ways of coding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3463
    • 提供者:yifa
  1. zhy20070522144641601.Rar

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

    • 发布日期:2008-10-13
    • 文件大小:1932962
    • 提供者:孟政
  1. sfalic-03-src

    1下载:
  2. 一个简单而且快速的无损压缩算法。包含源代码实现,这种算法速度较快,是一个德国人发明的,对CCSDS SZIP算法进行了改进。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:722241
    • 提供者:王晓丹
  1. filecompress

    0下载:
  2. 该程序是在VISUAL C++环境下开发的,源代码比较简短,可以快速地实现对多种格式的文件压缩。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:20708
    • 提供者:fuyanjun
  1. FastHF

    0下载:
  2. 惠普实验室的经典代码。用于huffman编码的快速实现,具有参考价值-HP Labs classic code. Huffman coding for the rapid realization of value with reference
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:220877
    • 提供者:子陵
  1. FFTc

    0下载:
  2. 快速傅里叶变换用c语言实现!!经测试可用-Fast Fourier Transform using c language! ! Been tested and can be used
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:1336
    • 提供者:前卫
  1. Discrete_Cosine_and_Sine_Transforms

    0下载:
  2. 继 Discrete Cosine Transform: Algorithms, Advantages, Applications (K. R. Rao and P. Yip) 之后的一本关于离散余弦变换(DCT)的快速实现算法的最新专著. 本书第五章“Integer Discrete Cosine/Sine Transforms”关于DCT整数近似实现写的非常详细和精彩, 很方便大家编程实现. 值得一提的是本书的第一作者Vladimir Britanak 一直在从事DCT, 尤其是改进的离散余
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:2693044
    • 提供者:伍家松
  1. news.Rar

    0下载:
  2. 伴随着网络的出现,网页逐渐融入人们的生活。快速及时的新闻浏览,五彩缤纷的网上信息,使网络与人们的生活息息相关,于是世界上又出现了第三媒体——Internet。它打破了地域限制,真正使信息得以共享,改变了人们的工作和生活方式。而网页具有信息量大,传递快速,没有时空限制等特点。在这个网络时代,人们了解的新闻不仅仅是来源于电视、报纸等,还来源于网络。所以新闻发布系统也就成为大家所认可的在网络浏览新闻的最佳途径。 本系统实现了对新闻的添加、修改、删除、审核,以及对用户的管理等功能,在前台新闻浏览模块
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:3193964
    • 提供者:赵明月
  1. JPGCompact

    0下载:
  2. 图像重压缩工具,简单易用,可快速实现图像的压缩-Image re-compression tools, easy to use, fast image compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:316492
    • 提供者:zhangyan
  1. fdct

    0下载:
  2. 用vc++语言实现离散余弦变换(快速和一般两种方法)-Vc++ language with the realization of discrete cosine transform (fast and generally two ways)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4846751
    • 提供者:付明哲
  1. FFT

    0下载:
  2. FFT快速傅里叶变换的c++实现源代码,用于数字图像处理和计算方法上-FFT Fast Fourier Transform source code c++ implementation for digital image processing and calculation method
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:167548
    • 提供者:lee
  1. wsjws73

    0下载:
  2. 社区派出所警务管理系统,主要用于警务管理,可以快速接处警,实现远程警力调派等功能-Community police station, police management system, mainly for police management, and can quickly response alarm, remote functions such as police deployed
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:11775403
    • 提供者:MR liu
  1. QS

    0下载:
  2. 用于实现一个快速的排序,使用起来比较节省时间,挺高效率。-Used to implement a quick sort, to use more time-saving, efficiency deadly accuracy.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:62925
    • 提供者:duzhenzhen
  1. HuffmanTree

    0下载:
  2. 实现Huffman快速编码解码,Huffman压缩算法,以及测试代码-Quick Huffman Coding and Decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:561775
    • 提供者:xjj
  1. Arith

    0下载:
  2. 用二值算术编码实现的加密压缩算法,简单快速-Encryption & compreesion with a bit level arithematic coding method
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:18378
    • 提供者:Fengguang Zhao
  1. 128_d_2

    0下载:
  2. 128点的小波变换,小波函数采用db3,变换过程采用FFT圆周卷积快速实现卷积过程。-128-point wavelet transform, wavelet function using db3 conversion process using the FFT circular convolution convolution process quickly.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:2836
    • 提供者:yangdong
  1. BOOMP

    0下载:
  2. BOOMP算法,近来热门压缩解压技术——压缩传感的实现算法。次方法是对OMP算法的进一步改进,使压缩传感高效而且快速。-BOOMP algorithm, recently popular compression decompression technology- Compressed sensing algorithm. OMP algorithm second method is to further improve the compression efficiency and fast se
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1903
    • 提供者:Mengxuan Ma
  1. jrebel-5.5.4-crack

    0下载:
  2. JRebel是一套JavaEE开发工具。JRebel允许开发团队在有限的时间内完成更多的任务修正更多的问题,发布更高质量的软件产品。 JRebel是收费软件,用户可以在JRebel官 方站点下载30天的评估版本。 Jrebel 可快速实现热部署,节省了大量重启时间,提高了个人开发效率。网上可搜索到破解版。 JRebel是一款JAVA虚拟机插件,它使得JAVA程序员能在不进行重部署的情况下,即时看到代码的改变对一个应用程序带来的影响。JRebel使你能即时分别看到代码、类和资源的变化,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-24
    • 文件大小:8413232
    • 提供者:肖乾
  1. ArithCoder

    1下载:
  2. 一种算术编码器,可以快速实现压缩,在matlab中具体命令如:!ArithCoder -e -t bits Idata.dat enIdata.dat 其中Idata.dat 为需要压缩的,enIdata.dat 为编码后的-An arithmetic encoder, can quickly achieve compression, in the MATLAB specific commands such as:!-e-t bits Idata.dat ArithCoder enIdata.d
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:18667
    • 提供者:依然狠执着
« 12 »
搜珍网 www.dssz.com