-
BurnCD
用C++做的文件刻录(来自于网上转载),希望大家可以用得上。(File Burning)
- 2010-07-15 08:36:20下载
- 积分:1
-
PANNAUSOLPROGRAMME
le programme d un paneau solaire
- 2011-04-27 06:11:02下载
- 积分:1
-
InterfaceThread
实例12-1:使用用户界面线程实例 联合开发网 - pudn.com
- 2012-07-09 14:43:05下载
- 积分:1
-
EX_Dictionary
能对已有的单词数据库进行查询,修改,实现双向翻译,并能够进行模糊查询(Word on the existing database can be queried, modified, two-way translation, and be able to carry out fuzzy query)
- 2013-10-10 20:31:55下载
- 积分: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
-
HOMEFRONT_MiniSDK
Unreal Game SDK for several games. made by unreal.
- 2011-08-05 22:58:31下载
- 积分:1
-
CreatingFaceBasedARExperiences
说明: ARKit Demo by Apple. FaceBased
- 2019-06-05 10:11:02下载
- 积分:1
-
A student' s information will be inserted into the array
将某个学生的信息插入到数组中,可以通过文件输入数据文件输出结果-A student" s information will be inserted into the array
- 2022-03-16 01:49:56下载
- 积分:1
-
Text2Tiff
说明: 一个能把文本文件(text)文件转换成传真格式文件(tiff文件)的源代码。(convert text file to tiff file.)
- 2010-04-01 10:44:06下载
- 积分:1
-
setcover
贪心算法实现集合覆盖问题,不带权的集合覆盖问题,c++源码(Greedy algorithm set cover problem)
- 2021-02-07 16:59:55下载
- 积分:1