-
vb_updata
VB 自动升级,让你的程序自动更新。感谢所有支持我的人,谢谢你们,你们辛苦了。(vb updata)
- 2009-10-31 13:10:56下载
- 积分:1
-
lua-design
lua程序设计,lua入门最经典的电子书,高清版本(lua programming, lua Getting the most classic books, HD version)
- 2014-11-29 00:28:05下载
- 积分:1
-
inv
用来求两个实数之间的相乘,调用方法具体见程序(Be used to seek a multiplication between two real numbers)
- 2013-07-30 10:42:50下载
- 积分:1
-
Game-Design-and-Development
非常好的游戏策划教程,如果你是游戏策划新手,那么这本书非常适合你。(Very good game design tutorial, if you are new to the game plan, then this book is for you.)
- 2011-01-22 01:12:42下载
- 积分:1
-
Snake_Source100802
贪吃蛇
利用屏幕的左右单击控制方向。(Snake using the left and right click control the direction of the screen.)
- 2010-08-02 10:13:09下载
- 积分: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
-
AcquireWave
基于LabWindows/CVI数据采集系统,采用PCI-1200数据采集卡.可实现采集,存储功能.(Based on LabWindows/CVI Data Acquisition System, using PCI-1200 data acquisition card. Can realize collection, storage capabilities.)
- 2020-12-16 13:19:12下载
- 积分:1
-
Hough Transforms
matlab code for hough transform
- 2019-03-07 01:23:17下载
- 积分:1
-
vbplc
PLC通信测试,,做参考用,较用串口助手时方便一点(PLC communication test, for reference purposes, more convenient than using serial assistant.)
- 2018-05-22 21:01:37下载
- 积分:1
-
TOYOTA RAV4 2013 WIRING DIAGRAM
Wiring diagram for toyota rav4 2013
- 2019-03-13 03:05:04下载
- 积分:1