搜索资源列表
程序内存驻留程序(TSR)8
- 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
yasuo1-6
- 这是一个关于无损压缩的例子共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
huff0645345
- 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
CInfoZipSample
- 一个压缩和解压缩的例子,里面有详细的注释和演示-a compression example, with a detailed presentation of the Notes and
Key_test
- 这是一个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,
struts_doyo
- struts的一个入门例子,struts的一个入门例子!-struts example of a portal, a portal struts example!
tuixiurenyuanzhaopianguanli
- 一个关于企业退休人员照片管理的例子不太完善,传上来大家共同学习学习-a retired staff on the management of the photographs less than perfect example, the traditional line with everyone learn from
upsd3400
- 包含一个完整的开发实例的源文件(包括LED驱动),已经通过编译,供upsd3400开发参考.-contains a complete example of the development of source documents (including LED Driver), has adopted compiler, upsd3400 reference for the development.
j_9022_SockSpy
- 远程网络监视程序源码,对于开发远程监视的人员来说,是一个极好的例子.-remote network monitoring program source code, for the development of a long-range surveillance personnel, it is an excellent example.
VC++makingFlash
- 用vc 实现一个做flash的经典范例 希望对大家有帮助-with vc done to achieve a classic example of the flash of hope that we help
zlib-1.2.3
- 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
xx
- 单片机程序举例,很好的程序。欢迎下载,液晶显示,万年历,计算器,电子琴,英文输入原程序及电路图-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
xxx
- 单片机程序举例,很好的程序。液晶显示,万年历,计算器,电子琴,英文输入原程序及电路图-Single-chip process, for example, a very good procedure. Liquid crystal display, calendar, calculator, electronic organ, the original procedures and English input circuit
Javascript(Example)
- Javascr ipt的一个小例子,很简单的 新手必看 总有收获-Javascr ipt is a small example of a simple Xinshoubikan total harvest
example
- 一个VB6的解压缩WinRar的控程序。非常适合学习VB的人看。-A VB6' s control of decompression WinRar program. Very suitable for people looking to learn VB.
Huffman-Coding
- 哈夫曼编码(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
Using-a-pointer
- 主要介绍在VC++环境下指针的正确使用,可以作为一个实例进行指针的使用。-Mainly introduces the correct use of Pointers in vc++ environment, can be used as an example for the use of Pointers.
Example
- 新唐最新的ARM M058S例程,内置简单的仿真程序-Nuvoton latest ARM M058S routines, built a simple simulation program
A-High-Performance-Video-Transform-Engine-by
- 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
Steganography
- 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.