-
ASimpleCalculator
一个简单的计算器程序,实现了加、减、乘、除计算(A simple calculator program to achieve the add, subtract, multiply, divide computing)
- 2013-12-17 22:04:32下载
- 积分:1
-
ecshop订单提醒
说明: 可以跟踪ECSHOP商城订单状态,实时提醒。(It can track the order status of ECSHOP mall and remind it in real time.)
- 2020-06-24 13:00:02下载
- 积分:1
-
五个比较好玩的小游戏games
五个比较好玩的小游戏 反序数设计 猜数游戏 魔方 火箭 3D台球 均用C实现(Five more fun little game against ordinal number guessing game cube rocket design 3D billiards were implemented in C)
- 2013-08-02 10:32:30下载
- 积分:1
-
www
一个小网页浏览器,很好用的,如果可以讨论一下也行(A small web browser, the good, if you can talk about is also OK)
- 2010-09-17 23:03: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
-
chengxu
基于VB 语言的竖曲线道路程序设计源代码,小程序(Based on VB language of vertical curve road design program source code, small programs)
- 2021-04-11 11:48:58下载
- 积分:1
-
6smanv2.0_P3
大气辐射传输模式6s英文说明书03,用于BRDF地表的子程序说明(6s atmospheric radiative transfer model instructions in English 03, the surface of the subroutine description for BRDF)
- 2010-09-27 15:01:14下载
- 积分:1
-
TestCom
Connect comport to PC and Test
- 2019-01-03 18:36:26下载
- 积分:1
-
tuvb
91.com小游戏“水果“(对对碰)的外挂源码,调用到的ocx文件需要另外从网上下载(91.com game )
- 2008-07-17 00:46:25下载
- 积分:1
-
Tele
VC进行数据库编程,MFC编写的,可以与CListCtrl控件配合使用(VC database programming, MFC prepared can be used in conjunction with the CListCtrl control)
- 2009-04-11 17:38:22下载
- 积分:1