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

搜索资源列表

  1. 程序内存驻留程序(TSR)8

    0下载:
  2. 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7333
    • 提供者:高俊杰
  1. yasuo1-6

    0下载:
  2. 这是一个关于无损压缩的例子共6个文件,详细实现了,无损压缩的全过程,是学习压缩解压的好材料-This is a lossless compression for example a total of six documents, in detail achieved, and the lossless compression of the entire process, learning compression decompression is a good material
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:47918
    • 提供者:wcg
  1. huff0645345

    0下载:
  2. This file contains a new and improved version of the Huffman coder, (June 29. 2001). The name is Huff06.m. There are also some additional files which are helpful when using Matlab for data compression: quantizer, different variants of run-length-enco
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:25410
    • 提供者:金金
  1. CInfoZipSample

    0下载:
  2. 一个压缩和解压缩的例子,里面有详细的注释和演示-a compression example, with a detailed presentation of the Notes and
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:45222
    • 提供者:xiaoxin
  1. Key_test

    0下载:
  2. 这是一个VC++演示的小例子,比较简单,但还是很典型的,按S为方框,按C为椭圆,-VC This is a small example of the demonstration, relatively simple, but still very typical, according to Box S, by C. elliptical,
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:43133
    • 提供者:王志强
  1. struts_doyo

    0下载:
  2. struts的一个入门例子,struts的一个入门例子!-struts example of a portal, a portal struts example!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1709695
    • 提供者:Doyo Wei
  1. tuixiurenyuanzhaopianguanli

    0下载:
  2. 一个关于企业退休人员照片管理的例子不太完善,传上来大家共同学习学习-a retired staff on the management of the photographs less than perfect example, the traditional line with everyone learn from
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:637112
    • 提供者:王会强
  1. upsd3400

    0下载:
  2. 包含一个完整的开发实例的源文件(包括LED驱动),已经通过编译,供upsd3400开发参考.-contains a complete example of the development of source documents (including LED Driver), has adopted compiler, upsd3400 reference for the development.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:141617
    • 提供者:王蓝天
  1. j_9022_SockSpy

    0下载:
  2. 远程网络监视程序源码,对于开发远程监视的人员来说,是一个极好的例子.-remote network monitoring program source code, for the development of a long-range surveillance personnel, it is an excellent example.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:16701
    • 提供者:xyl
  1. VC++makingFlash

    0下载:
  2. 用vc 实现一个做flash的经典范例 希望对大家有帮助-with vc done to achieve a classic example of the flash of hope that we help
  3. 所属分类:压缩解压

    • 发布日期:2014-01-14
    • 文件大小:10755
    • 提供者:刘斌
  1. zlib-1.2.3

    0下载:
  2. We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:608589
    • 提供者:ylin_v
  1. xx

    0下载:
  2. 单片机程序举例,很好的程序。欢迎下载,液晶显示,万年历,计算器,电子琴,英文输入原程序及电路图-Single-chip process, for example, a very good procedure. Welcome to download, liquid crystal display, calendar, calculator, electronic organ, the original procedures and English input circuit
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:322996
    • 提供者:聪聪
  1. xxx

    0下载:
  2. 单片机程序举例,很好的程序。液晶显示,万年历,计算器,电子琴,英文输入原程序及电路图-Single-chip process, for example, a very good procedure. Liquid crystal display, calendar, calculator, electronic organ, the original procedures and English input circuit
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-27
    • 文件大小:10453792
    • 提供者:聪聪
  1. Javascript(Example)

    0下载:
  2. Javascr ipt的一个小例子,很简单的 新手必看 总有收获-Javascr ipt is a small example of a simple Xinshoubikan total harvest
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:1961
    • 提供者:miki
  1. example

    0下载:
  2. 一个VB6的解压缩WinRar的控程序。非常适合学习VB的人看。-A VB6' s control of decompression WinRar program. Very suitable for people looking to learn VB.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1776
    • 提供者:adam
  1. Huffman-Coding

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码-Huffman coding (Huffman Coding) is an encoding, the Huffman tree ─ that is optimal binary tree, the minimum weighted path length of the binary tree, of
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:2214
    • 提供者:chenyuhao
  1. Using-a-pointer

    0下载:
  2. 主要介绍在VC++环境下指针的正确使用,可以作为一个实例进行指针的使用。-Mainly introduces the correct use of Pointers in vc++ environment, can be used as an example for the use of Pointers.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-19
    • 文件大小:5395363
    • 提供者:GUO
  1. Example

    0下载:
  2. 新唐最新的ARM M058S例程,内置简单的仿真程序-Nuvoton latest ARM M058S routines, built a simple simulation program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:442024
    • 提供者:李果
  1. A-High-Performance-Video-Transform-Engine-by

    0下载:
  2. In electrical engineering and computer science, video processing is a particular case of signal processing, which often employs video filters and where the input and output signals are video files or video streams. Video processing techniques are use
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:607287
    • 提供者:MANI
  1. Steganography

    0下载:
  2. Steganography includes the concealment of information within computer files. In digital steganography, electronic communications may include steganographic coding inside of a transport layer, such as a document file, image file, program or protocol.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:123817
    • 提供者:ahmed
« 12 3 4 5 »
搜珍网 www.dssz.com