资源列表
OpenedFileFinder_src
- 用于显示特定文件夹下打开的所有文件。我们都有这样的经历,当试图给一个文件重名名时,系统提示你这个文件正在被使用。本程序可以找到当前文件夹下所有被使用的文件。
HMM
- 实现了隐马尔可夫模型的算法。可用向前算法和向后算法对模型进行训练。
Windianzhenkongzhi
- AppWizard has created this 点阵控制 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
SIP_Service_Examples
- 关于SIP/VOIP的一些功能实现时的包具体说明与解释
CNewListCtrl_20070906
- 简单图形化list,ComboBox控件。每行开头可以有图标,最多可以有2列,行数不受限制,有翻页等一些功能。
adpcm
- 编解码ADPCM的VC源码,可以移植到AVR上面去,在12MHz的频率下可以工作的
ghcr
- 实现隔行插入标题行,适用于用excel打印工资发放表
mediaplayer
- MediaPlayer.java 是一个用JMF开发的多媒体播放程序,是一个很好的JMF入门示例。 FrameAccess.java 是一个能够访问视频流中每一帧的程序,对于作视频处理研究的人很有帮助。
DCT_transform
- This file include the DCT and IDCT transform of an image. void show_DCT( void ) void DCT_8x8( float* data ) void IDCT_8x8( float* data ) void BDCT( float* input,int rows,int cols ) void BIDCT( float* input,int rows,int cols ) void get_8x8
Small_RTOS_V1.12.1_example
- 陈明计开发的嵌入式操作系统下配套的例子程序,可以很好地学习简单嵌入式操作系统
Small_RTOS1.12.1
- 周立功公司--陈明计编写的基于51单片机的嵌入式操作系统,在实际中我使用AT89LV52就可以良好运行这个操作系统,AT89C51下不行(因为RAM太小)
image_comparaison
- This file include how to compute the PSNR between two images.