-
cppWindowsSerivceDemo
说明: 这个文件没用,用来赚点积分的。我为了下载别的文件。(this file is no useful,just for win score.)
- 2020-06-24 16:40:02下载
- 积分:1
-
Mifare_UsbMiCard_DLL
Mifare USBMiCard.DLL - Visual C/C++ Source Program(Mifare USBMiCard.DLL- Visual C/C++ Source Program)
- 2009-02-17 09:56:50下载
- 积分:1
-
6102
调试通过可以使用,D-S证据理论数据融合,均值便宜跟踪的示例。( Debugging can be used, D-S evidence theory data fusion, Example tracking mean cheap.)
- 2017-05-22 23:56:05下载
- 积分:1
-
OK-OK-HW-SPI
Spi connect to mmc
tested is ok
- 2020-06-19 19:20:02下载
- 积分:1
-
hike1.0
自制,安全,密码123456,可以发送给朋友,但其中有一个未知病毒,请只发送hike1.0(The language is unknown and the function is unknown. It is recommended to run in the virtual machine. Only for learning, do not broadcast!)
- 2018-04-20 18:20:18下载
- 积分: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
-
VBrolemove
VB精灵操作方法通过方向键控制人物角色移动,VB原代码演示(VB rgp role move VB rgp role move VB rgp role move )
- 2011-06-18 14:53:41下载
- 积分:1
-
baobiao
报表制作程序演示(statements prepared demo)
- 2005-01-11 03:55:27下载
- 积分:1
-
punda
Rabbit has been released into the public domain and may be used
freely for any purposeRabbit has been released into the public domain and may be used
freely for any purposeRabbit has been released into the public domain and may be used
freely for any purposeRabbit has been released into the public domain and may be used
freely for any purposeRabbit has been released into the public domain and may be used
freely for any purposeRabbit has been released into the public domain and may be used
freely for any purpose
- 2012-05-16 02:47:43下载
- 积分:1
-
ASimpleCalculator
一个简单的计算器程序,实现了加、减、乘、除计算(A simple calculator program to achieve the add, subtract, multiply, divide computing)
- 2013-12-17 22:04:32下载
- 积分:1