资源列表
[其他小程序] _Counter_
说明:一个计数器dll,能统计进程的个数,只要进程装载它计数器会自动加一,进程卸载它就会自动减一,函数GetCount返回计数器的值-a counter dll, statistical process can number, as long as the process of loading it would counter an automatic, the process will automatically uninstall it by one, function GetCount coun<空了> 在 2025-06-08 上传 | 大小:12kb | 下载:0
[其他小程序] MFCConsole_demo
说明:How to send debugging output to a console in a MFC application<丁丁> 在 2025-06-08 上传 | 大小:12kb | 下载:0
[其他小程序] CShellLink_src
说明:2 Freeware MFC classes to encapsulate shell shortcuts<丁丁> 在 2025-06-08 上传 | 大小:12kb | 下载:0
[Windows编程] 2-16进制正整数字符串转为数值11
说明:函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中 加入#include<梁志洪> 在 2025-06-08 上传 | 大小:12kb | 下载:0