-
get Ionospheric VTEC
Gnss ionospheric vtec calculation program
- 2018-08-28 11:28:08下载
- 积分:1
-
XZB
vb做的写字板小程序,对于初学VB的学生有一定用处。(WordPad applet vb do have some use for the beginner VB students.)
- 2012-11-26 15:59:44下载
- 积分:1
-
Snake-source-code
本程序是一个贪吃蛇的程序,可以实现贪吃蛇游戏的基本功能(This program is a Snake' s program, you can achieve the basic functions of the Snake game)
- 2013-03-04 16:31: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
-
Mp2100Test
安川MP2100程序,C++调用API函数,实现GEAR功能(Yaskawa MP2100 card procedures, the use of the gear function)
- 2020-11-05 11:19:53下载
- 积分:1
-
Game
这是一本关于游戏服务器打包方法的介绍,在通信传输中,总也离不开打包、解包操作(This is a book about the game server packing method is introduced, in the communication transmission, also always cannot leave packing, unpacking operation
)
- 2012-09-18 11:07:49下载
- 积分:1
-
Skyblue_Mine
扫雷一只小游戏,模拟windows系统的自带游戏,用C++实现
(Mine-sweeping a smart game)
- 2013-04-15 15:59:42下载
- 积分:1
-
VC_GWVI_Code
说明: vc编写的虚拟仪器的例子
带有信号显示的方法(vc The virtual instrument with a signal example of the methods shown)
- 2010-04-06 12:31:29下载
- 积分:1
-
776867
说明: 此系统由VC++ 6 0 MFC开发而成,主要实现一些基本的界面操作,如画笔画刷,文字改变字体颜色,以及时钟显示和小型购物系(This system is developed by VC 60 MFC. It mainly implements some basic interface operation, such as brush, text changing font color, clock display and small shopping department.)
- 2018-12-31 12:24:07下载
- 积分:1
-
jishiqi1
使用C++实现的小程序。计时器单位转换。输入为整型数单位为秒,输出格式为DDD:HH:MM:SS的时间。华为机试。(Use C++ achieve applet. Timer unit conversion. Enter an integer number of seconds, the output format is DDD: HH: MM: SS time. Huawei machine again.)
- 2013-12-06 09:48:52下载
- 积分:1