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

搜索资源列表

  1. UnZip(.net)

    0下载:
  2. 实现文件的压缩与解压,编程环境.net2003,在win2000+sp4下调试通过,适用于.net初学者参考。-achieve document compression and decompression, the programming environment. Net2003. In WIN2000 sp4 through debugging under applicable to. net beginners reference.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:127521
    • 提供者:刘国强
  1. vbreadshapefile

    0下载:
  2. 刚得到的读取shape图片的visualbasic源程序,经调试通过-just read the shape of the picture visualbasic source, through debugging
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4660
    • 提供者:刘光远
  1. T264_decoder

    0下载:
  2. 经过开源的H.264压缩算法代码,进行优化后并在VC++6。0环境下调试和PC下成功运行,也可以在DSP上运行-revenue H.264 compression algorithm code, After optimization and VC 6. 0 debugging environment and PC successful operation, can also run on the DSP
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:169372
    • 提供者:冯彬
  1. onehuffman

    0下载:
  2. 纯c的HUFFMAN编码,希望大家喜欢。经VC6.0调试成功。-the pure c Speed HUFFMAN coding, hope you like them. Debugging by VC6.0 success.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5631
    • 提供者:赵智斌
  1. suanfajihe

    0下载:
  2. 算法集合,说明java 中的各种算法的应用,带有源代码,可运行调试-algorithm set, java note of the various algorithms applied with the source code can be run debugging! !
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1103961
    • 提供者:王聃琦
  1. litipipei

    0下载:
  2. 立体图像对编码的MATLAB实现程序。包含了匹配跟小波变换2种算法,经过调试,可以使用。且效果很好。-stereo image pairs of MATLAB coding procedures. Included with the matching two kinds of wavelet transform algorithm, after debugging, can be used. And the results very good.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:65612
    • 提供者:tangli
  1. collectimage

    0下载:
  2. This paper provides video capture and category CcaptureVideo example, in Win2K DirectX9 SDK VC6 through debugging environment
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:100471
    • 提供者:易水寒
  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
    • 文件大小:725098
    • 提供者:钟毓秀
  1. G711

    0下载:
  2. 这是一个G.711在DSP上运行的程序.已经通过调试-This is a G.711 to run in the DSP process. Has passed debugging
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:13334
    • 提供者:王小刚
  1. 1

    0下载:
  2. 任意脉宽连续脉冲信号发生器,经过实验板成功调试-Arbitrary pulse width for pulse generator, after the success of the experimental board debugging
  3. 所属分类:压缩解压

    • 发布日期:2017-04-15
    • 文件大小:5670
    • 提供者:前卫
  1. IDCT

    0下载:
  2. 反DCT变换代码,已通过调试,可以直接运行-Anti-DCT transform code, had passed through debugging, can be directly run
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:1282
    • 提供者:牛杰
  1. huffmanprogram

    0下载:
  2. 用matlab软件实现图像的编码和解码,并对解压后的图像是否失真进行测试,采用的算法是huffman算法,经调试无误后上传-Matlab software used to encode and decode images and extract the image to test whether the distortion using the algorithm is huffman algorithm, after the upload through debugging correct
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:4529
    • 提供者:李添翼
  1. HuffmanCoding

    0下载:
  2. 本代码是基于VC++用C语言编写的哈弗曼编码 调试已通过 可使用 程序有待改善之处是译码程序没有 -The code is based on the VC++ Using C language debugging哈弗曼coding procedures have been through the use of room for improvement is the decoding process is not
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:12894
    • 提供者:kenneth
  1. waveletimagecompression

    0下载:
  2. 本程序使用VC++编写,主要实现Spiht编码算法。Spiht算法虽然已经非常成熟,但是作者从网上下载了一些代码来看,编写的不是很规范,所以作者在此整理了Spiht程序,在VC6.0下通过调试.-This procedure used VC++ Prepared, the main achievement of SPIHT coding algorithm. SPIHT algorithm has been very mature, but the author downloaded from
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:284189
    • 提供者:王为
  1. tuxiangchuli

    0下载:
  2. 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:764938
    • 提供者:SANMIL
  1. masm

    0下载:
  2. masm汇编编程工具,MASM是汇编语言的调试工具-MASM compilation of programming tools, MASM is the assembly language debugging tools
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-24
    • 文件大小:7843593
    • 提供者:xxx
  1. aspweb

    0下载:
  2. asp调试工具,不用iis也可以调试asp网站!-asp debugging tools can not iis debug asp web!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:1270846
    • 提供者:李小红
  1. my

    0下载:
  2. 实现图像压缩功能。这个程序是从网上下载来的,但是有很多错误,我调试了,已经通过编译,可直接编译运行。-Achieve image compression. This procedure is to download from the Internet, but there is a lot of mistakes, my debugging, and has been through the compiler, the compiler can be run directly.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-27
    • 文件大小:9932418
    • 提供者:宋庆席
  1. JPEG01

    0下载:
  2. 实现bmp图片到jpeg图片的转换,通过编译调试,功能完好。-Bmp picture to achieve the conversion to the jpeg image through compiler debugging, function well.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-12
    • 文件大小:2820767
    • 提供者:辛光明
  1. mimasuo

    0下载:
  2. 利用proteus仿真电子密码锁,通过调试,对初学单片机有很好的帮助。-Proteus simulation of the use of electronic locks, through the debugging of single-chip a very good beginner help.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:141471
    • 提供者:WHL
« 12 3 »
搜珍网 www.dssz.com