-
addresslist
是一个简单的通讯录,可以添加,删除,查找和修改里面的内容(Is a simple address book, you can add, delete, find and modify the contents inside)
- 2008-06-11 17:26:41下载
- 积分:1
-
daxiaoxiehuhuan
实现大小写互换,即输入大写子母程序会自动转成小写子母(Realization case swap)
- 2014-02-23 09:40:42下载
- 积分:1
-
Essential.cpp
efficient C著名的C++书籍,非常好用的chm版本。(efficient C)
- 2009-05-29 20:44:07下载
- 积分:1
-
vs2008环境设置(黑色背景+雅黑Consolas+VAssist)
VS2008背景颜色设置——vs2008环境设置(黑色背景+雅黑Consolas+VAssist)(VS2008 background color settings)
- 2018-03-01 09:30:15下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
Pham_Van_project_summary_report
项目工作总结报告范文,项目的前期市场调研总结等例子,对项目管理人员有帮助(Pham Van project summary report)
- 2010-09-03 14:20:50下载
- 积分:1
-
6363734
VB中列表分页模型的实例源代码,有需要的就下载吧。(List paging model in VB source code examples, there is a need to download it.)
- 2013-08-15 17:36:14下载
- 积分:1
-
converte-into-corresponding-digital
对一段只含有几种字符的字符串进行转换,转换成相应的数字(a string contains only several character conversion, and converted into the corresponding digital
)
- 2013-09-07 17:46:26下载
- 积分:1
-
ControlBiometrico
说明: control biometrico zk
- 2019-05-21 21:57:04下载
- 积分:1
-
oktic
光通的传奇3的代码-2 光通的传奇3的代码-2 光通的传奇3的代码-2,(Optic legend 3 code- 2 optic legend 3 code optic legend 3-2-2,)
- 2017-04-14 02:43:29下载
- 积分:1