资源列表
qhzgocr
- 图像处理的图像以及相关的代码,真的很有用的,你用就知道了-Image processing, image and related code, is really very useful, you used to know
delphiextfile
- Delphi更改文件的扩展名并保存,比如,本代码中的默认文件扩展名为ICO,程序将其改为BMP,演示如何截取文件扩展名并修改扩展名后保存文件属性源码- After Delphi change the extension of the file and save, for example, the code in the default file extension ICO, the program will change it to BMP, demonstrates how to inte
range
- 数据结构排序算法,包含大部分排序算法 数据结构排序算法,包含大部分排序算法-Sorting algorithm of data structure, including most of sorting algorithm
project_cPP
- VC++按钮控件文件胆码阿大叔大asfasf-VC++ Button control
binaries_r13
- cctalk libraries visual basic
cfile64
- 本cfile64源码包是一个支持Win32 64位文件系统的一个类,基于此类可读取大文件,是一个文件操作类。来自国外的代码,参考价值大。-The cfile64 source package is a support class Win32 64-bit file system, based on such a large file can be read, a file operation type. From foreign code, reference large value.
memmap
- 一个运行于C++环境的内存映像文件,提供的CMemMapFile功能比较强大,C++早期版本的代码文件,在VC6.0下转换后即可编译运行。同样来自国外的源代码,想了解与内存映像相关方面知识的可下载本源码-A C++ environment running on memory image file, CMemMapFile provides more powerful functions, C++ code in earlier versions of files, you can compile
sinstance
- 让程序只可在一台电脑上运行一个程序实例,C++如何做到的,利用MMF(内存映像文件)来检测,通过其提供的CSingleInstance类,设置exe可执行程序只有一个实例,如何检测一个程序的拷贝正在运行是一个古老的问题,这个例子利用MMF确实值得推荐。-Let the program can only run one instance on a computer, C++ how to do, using MMF (memory image file) to detect, provided b
shut_down
- 基于IdleUI.dll动态链接库实现的VC++定时关机程序,也可定时锁定系统,程序界面友好,有丰富的设置选项。运行程序时请记得把IdleUI.dll拷贝到Debug目录中。本程序可预设关机时间,可弹出和关闭光驱,也可重新启动计算机,自定义时间功能丰富,还可将本程序添加到启动菜单中。 在此说明下IdleUI.dll的使用: - 应用启动时调用 IdleUIInit - 应用终止时调用 IdleUITerm - 调用 IdleUIGetLastInputTi
dtwinver
- 一个较老的程序,可检测操作系统版本,支持Win32s、Windows95/98、NT Workstation/Server 3.1和以后版本,在XP下未做版本检测测试,自己动手试下吧。-An older program that can detect the operating system version, support for Win32s, Windows95/98, NT Workstation/Server 3.1 and later versions, without making
getbmpvc
- VC++通过位图文件直接获取位图文件大小,打开一张BMP位图后,立即显示出位图大小,这里是获取像素尺寸大小,不用占用字节。-VC++ After obtaining the size of the bitmap file directly through the bitmap file, open a bitmap BMP, immediately shows the bitmap size, here is to get the pixel size, without taking bytes
cputicker
- 一个基于C++用于检测Pentium CPU时钟主频的小程序,高精度显示,原理是通过嵌入汇编语言后检测"RDTSC"和"PCLKS"来实现,较底层的操作。不过无从知道能否检测更高主频的CPU。若有需要的自己下载源码研究下。-A C++-based program for the detection of small Pentium CPU clock speed, high-precision display, the principle is the detection by embeddin