-
pywracer.2004.12.24.tar
赛车游戏 基于vc++的游戏设计 实现赛车游戏(car games)
- 2011-12-21 15:39:53下载
- 积分:1
-
prjconverter
把vc++7工程转换为vc++6的小工具。用法:prjconverter c: mpetterxmletterxml.sln(VC++7 to VC++6 project converter)
- 2010-09-18 07:09:06下载
- 积分:1
-
FPW-Set forget pattern profit indicator
指标是FPW系类这是一个震荡指标,运用于外汇30分钟图表上使用(The index is the FPW class, which is a concussion index, used on the 30 minute foreign exchange chart.)
- 2018-03-30 02:12:00下载
- 积分:1
-
dadishu
打地鼠输入输出设备买一些机器人来帮他,这些机器人很厉害,一个就可以顶上十个,原因很简单,他可以打中所有出现在和它同行或同列的地鼠(Input and output devices to play hamster robot to help him buy some of these robots is very powerful, can be a top ten, for the simple reason that he can hit it all in and out to peers or with the mouse)
- 2011-07-05 16:01:37下载
- 积分:1
-
My11_1
调用会出现一个功能界面计算器,通过它你可以来计算一些加减乘除运算.(There will be a function call interface calculator, which you can calculate a number of addition and subtraction to multiplication and division calculations.)
- 2008-07-22 10:03:02下载
- 积分: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
-
VHDL语言100例详解(含代码)
基于CAN通信的介绍,ISO11898标准的介绍,对于学习CAN通信很有帮助(Based on the introduction of CAN communication, ISO11898 standard introduction, for learning CAN communication helpful)
- 2017-08-02 18:39:34下载
- 积分:1
-
相似度
VB小工具检测两段文字的相似度是否》50%(visual basic check two word)
- 2020-06-22 14:20:02下载
- 积分:1
-
GetPicServer0513
接收信号,通过服务控制门禁的开启。vc实现websocket服务和stomp协议(Open access control through service control)
- 2017-06-08 18:11:07下载
- 积分:1
-
halcontest
c++和halcon混合编程,编有MFC界面,单击界面按钮可获得相关齿轮参数。(C++ and Halcon mixed programming, compiled with MFC interface, click the interface button, you can get the relevant gear parameters.)
- 2020-09-12 08:18:01下载
- 积分:1