资源列表
文件变更通知
- 文件变更通知.rar,时时检测磁盘上的文件的变化情况,-change notification document. Rar, and always detect files on the disk changes,
DXPlayer
- 自己写的一个播放器,有初次涉及此方面的可作参考-himself in a player, a first in this connection in the reference can be made!
MyProgBar
- visual c++界面编程技术\MyProgBar-visual c++ interface programming technology MyProgBar
MSP430_Library
- TI公司MSP430系列单片机的protel原理图库文件-TI company MSP430 MCU series of principles of library files protel
Serial2009
- CSerialPort实例 用于使用CSerial在VC中的应用-CSerialPort
VC_programming_form_right_corner_against_maximum_m
- VC编程实现禁止窗体右上角最大、最小化按钮代码-vVC programming form the upper right corner against the maximum and minimum of button code
SynchScroll
- 可实现对不同的表格的同步实现,对不同的列同步-Can be realized in different forms of synchronization, synchronization of different columns
server-client
- 此文包含3个文件,包括简易FTPserver和client,还有一个二者都用到的公共类,适合新手学习。(源自《C#编程100例》)-This article contains three documents, including summary FTPserver and client, there is a public class that is used both for novice learning. (From " C# Programming 100 cases"
COMHook_Demo
- hook com的源码,当时获取播放器中音频数据的时候用到的。-hook com source code, looking for a long time to find. . You can learn about the. . This code is not easy to find.
VCPP_Service_App
- 通过C++实现建立services服务应用程序,内含文档与源代码,介绍很详细,适合新手学习。-By C++ services service application contains documentation and source code, a very detailed introduction, suitable for novice learning.
directoryfind
- 文件查找在很多场合会被派上用场,类ffsco将文件查找操作简单封装,使用只需要传递参数查找路径和文件匹配格式(可以继承该类的 match 方法实现自己的匹配算法)到find方法,查询结果(文件/目录等)被保存到类内部的vector容器,以后想怎么用都行。