-
mofangkuaiyuyinyue
说明: 这是个小小游戏,小时侯我们特爱玩的那种魔方块,不知大家玩过否?有什么改进希望大家能发信息给我,(This a small game, turkey we catch a special kind of magic squares, I do not know whether you have played? What we can hope to improve the information to me, thank you)
- 2006-03-25 10:10:25下载
- 积分:1
-
CPP
可以实现电力系统负荷削减的判断,找出需要削减负荷的负荷点和母线编号(failed to translate)
- 2021-02-26 01:39:38下载
- 积分:1
-
basic_optical
基本的光学知识,想学习光学的同学们可以看看的,呵呵(Basic optical knowledge of the students want to learn optics can see, the Hehe)
- 2010-02-05 11:30:39下载
- 积分:1
-
digital-clock
基于12C5A60S2可移植性应用[红外遥控的数字时钟](Based on the application of infrared remote digital clock in the 12C5A60S2 portability])
- 2012-05-14 19:13:17下载
- 积分:1
-
Wordvccod
AppWizard has created this WordAutomation application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2009-10-01 06:15:34下载
- 积分: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
-
pinlvji
在KEIL C51平台上 用 汇编写的一段程序(主要功能是 测频率:数字频率计)(In KEIL C51 platform a program written in assembly (the main function is to measure frequency: digital frequency meter))
- 2013-07-08 12:14:25下载
- 积分:1
-
CloudMoonFormatCode_V1.0
vb界面整理与重新编辑,适用于vb6.0开发环境。(VB interface reorganization and re-editing, suitable for VB6.0 development environment.)
- 2020-06-23 09:00:01下载
- 积分:1
-
PRODAVE
PRODAVE 资料 西门子提供的动态链接库(Siemens PRODAVE information provided dynamic link library)
- 2011-09-16 09:42:05下载
- 积分:1
-
第1章
说明: 哈尔滨工业大学,visual basic,编程课件,第1章(Harbin University of Technology, Visual Basic, Programming Courseware, Chapter 1)
- 2020-06-24 13:40:02下载
- 积分:1