搜索资源列表
CORPuS
- 文件查找的示例小程序,VC++编写,运用了API函数中的FINDFIRSTFILE(),FINDNEXTFILE()-documents identify examples of small programs, VC preparation, use of the API function FINDFIRSTFILE (), FINDNEXTFILE ()
FileDivider
- 使用内存映射机制,分割大型文件的程序——对于较小的文件,一般的api函数是没法打开的呢!
gifVB
- 极为经典的拷屏样例,程序短小精悍,关键是自动存成GIF格式,图像文件字节数很小。通过此例可以学到以下技巧: 1、如何使用API拷屏。 2、如何自动保存文件且保证不重名。 3、如何对保存路径进行确认,同时自动递归建立不存在的路径。 4、如何确认一个文件是否存在,并自动创建不存在的文件。 5、将VB获得的BMP截屏转换成GIF文件。 其中大部分代码为原创,敢说,如此经典的VB截屏样例源码绝无仅有!
api2con
- 将空气质量指数转化为污染物浓度(二氧化硫,二氧化氮和颗粒物浓度)的小程序-convert API to concentration
WinFind
- VC6.0下使用Win32 API函数编写的遍历打印指定目录所有文件(包括子目录的文件)并获取文件的最后修改时间的小程序-VC6.0 Win32 API function to write the traversal to print all the files in the specified directory (including subdirectories) and access to the file last modified procedures