-
apo4
Microsoft Visual Studio 1123
- 2018-02-23 11:23:15下载
- 积分:1
-
caibei
非常经典的C++程序,十分实用对于练习程序来说。(good programme)
- 2013-09-14 21:23:56下载
- 积分:1
-
lianliankan
一款简单的连连看源码,有暂停 有限时,选中方块颜色会有变化(code of
an easy game)
- 2014-07-14 17:08:02下载
- 积分:1
-
xinanjiangmoxing
可直接用于新安江模型计算,修改输入模型文件即可。(Xin)
- 2021-04-02 11:39:07下载
- 积分:1
-
2-A1电梯模拟调度
数据结构课程设计 电梯调度算法的实现,实现简单,可直接使用(Elevator is defined in this program.You can use it directly;)
- 2018-12-23 15:44:24下载
- 积分: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
-
Ruler
说明: VC++增强版电子标尺软件的源代码,透明窗体的实现是本程序的关键性技术,本标尺采用两点测量、多点测量、多角度测量的方法,配合窗体透明特效,完成一个逼真好用的电子标尺,这样,当你在网页上需要确定图片及媒体的宽度和高度时,就可用这个软件轻松的量出它的尺寸了。
(Enhanced version of VC++ source code of the software electronic scale, transparent form of implementation is the key technology of this procedure, the use of two measurement scale, multi-point measurement, multi-angle measurement method, with transparent window effects, to complete a real good using electronic ruler, so that when you need to determine the picture on the website and the media width and height, you can use this software easily measure out the size of it.)
- 2011-04-08 22:54:58下载
- 积分:1
-
vb6xemple
9820CAN的PCI开发板光盘内的开发例子,已经调试过,可以直接调用,花钱才可以看到的东西,免费得到了(9820CAN CD-ROM of the PCI development board with the development of examples have been debug, and can direct calls to spend money before we can see things that have been free)
- 2009-01-08 12:29:36下载
- 积分:1
-
link
连连看 小游戏 可以进行几本的连连看,玩得比较爽,看上去比较舒服(the little games,it is very good)
- 2013-09-28 22:55:09下载
- 积分:1
-
Money Pile EA
说明: very good ea!!!!!!!!!!!!!
- 2019-11-12 19:28:08下载
- 积分:1