-
ray
随机设置了雷的位置,当用户输入的位置与雷的位置相同,则游戏结束。否则该位置处打印出笑脸。(Ray random set position when the user enters the same position and the position of mine, the game is over. Otherwise, the position of print faces.)
- 2013-11-01 10:33:06下载
- 积分:1
-
vemy
一个由VC实现科学计算器程序,功能简单,程序也很浅显易懂(A VC realize scientific calculator program, function is simple and application is also very simple)
- 2017-06-21 06:09:42下载
- 积分: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
-
RiChengBiao
一个实用的日程表工具,可以快速记事,安排任务,可以自动排序;可以标记是否完成,可以查询历史记录。(Schedule a practical tool that can quickly notes, schedule tasks, can automatically sort can mark it complete, you can check the history.)
- 2011-10-19 18:22:13下载
- 积分:1
-
xuzheng_word
徐政MMC柔直高速仿真资料word板,网上只有pdf版,很难得的资料。(Jones MMC soft straight high-speed simulation data word, only PDF version online, very rare.)
- 2017-01-01 17:11:27下载
- 积分:1
-
zhisu
本程序通过用户输入范围而求出范围内所有的质数 (The scope of this program through the user input to derive all the prime numbers within the range)
- 2011-08-22 11:05:45下载
- 积分:1
-
LinkWnd
水晶连连看的游戏,你一定不陌生吗?可是你想过自己来编出这个游戏吗?如果你没有,那你就要看看这个源代码了,本源代码,完全实现了水晶连连看,就是水晶连连看的源代码!在一定程度上比水晶连连看原版还好!(Crystal Lianliankan game, you certainly no stranger to it? But you thought of themselves made out of the game? If you do not, you will have to see the source code, and source code, the full realization of the crystal Lianliankan is Crystal Lianliankan source code! to some extent better than the original crystal Lianliankan!)
- 2007-08-02 15:17:28下载
- 积分:1
-
PIC12F508-PICC-control-led
基于pic12f508开发的流水灯控制程序,PICC编程。c语言控制(Pic12f508 based on the development of light water control program, PICC program. c language control)
- 2011-06-28 19:56:10下载
- 积分:1
-
ldpc
说明: LDPC 编码算法 基于LU的校验矩阵编码方法(LDPC coding algorithm based on LU checksum matrix encoding method)
- 2008-12-02 12:56:35下载
- 积分:1
-
fapiaoprint
一个发票打印程序,含VB源代码,可以打印发票,可自行修改发票样式。(An invoice printing program, including VB source code, can print invoices, can modify the invoice style.)
- 2020-06-21 11:20:02下载
- 积分:1