-
KZ_CA_GrainGrowth-master
说明: 用元胞自动机法有效的模拟了二维晶粒长大的模型(The two-dimensional grain growth model is effectively simulated by the cellular automata method)
- 2020-04-29 19:03:09下载
- 积分:1
-
vbplc
PLC通信测试,,做参考用,较用串口助手时方便一点(PLC communication test, for reference purposes, more convenient than using serial assistant.)
- 2018-05-22 21:01:37下载
- 积分:1
-
Prolog-Tutorial
Tutorial de Software Visual Prolog
- 2015-05-07 08:07:32下载
- 积分: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
-
自动记录-表头
可以用计算机对485通讯表头数据自动保存,便于对监测数据整理。(The computer can automatically save the data of the 485 communication head, so that it is easy to arrange the monitoring data)
- 2018-01-20 09:22:40下载
- 积分:1
-
NP驱动源码
说明: 可以读写任何程序!可BE,可TP!驱动源代码开源!(Can read and write any program! Be, TP! Drive source code open source!)
- 2020-02-07 22:04:22下载
- 积分:1
-
simple_web_browser
source code for a very simple web browser!
- 2009-03-18 08:03:24下载
- 积分:1
-
2013_BEPS_GLOBAL_REVISE_5_4
陆地生态系统碳源汇动态模拟
碳循环 净生产力 总生产力(Terrestrial ecosystem carbon exchange dynamics simulation)
- 2021-01-14 15:58:46下载
- 积分:1
-
labviewEMDsepration
labview 编写 的EMD分解程序(EMD sepration)
- 2010-03-09 16:59:15下载
- 积分:1
-
Boost-library-study-
说明: Boost库学习指南与使用说明,可以带领您快速的学习Boost,希望可以帮到您。(Boost library study guides and instructions for use, can lead you quickly learn Boost, hoping to help you.)
- 2011-04-08 21:58:18下载
- 积分:1