-
cdp
单炮地震记录正演模拟,有详细说明,可供地球物理初学者学习(Single-shot seismogram modeling, there are detailed instructions, for beginners to learn geophysics)
- 2020-09-12 19:17:58下载
- 积分:1
-
8bit_echo
Easy to learn Visual Basic 6.0
- 2013-07-10 16:38:26下载
- 积分:1
-
down
说明: 一个复杂的工程通常可以分解成一组小任务的集合,不错(A complex project can usually be broken down into a collection of small tasks.)
- 2018-12-30 10:57:37下载
- 积分:1
-
PC与汇川PLC_ModbusTCP_Test
上位机读写汇川H3U PLC的寄存器与继电器(Register and Relay of H3U PLC for Upper Computer Reading and Writing)
- 2021-04-23 20:58:47下载
- 积分:1
-
testPowerCtrl
电力系统监测组件,显示电动机的控件的源代码。(N/A)
- 2010-12-27 22:26:57下载
- 积分:1
-
saolei
vb写的扫雷外挂源码,学习内存操作的朋友不妨可以看看呵呵(vb wrote mine external source, a friend may wish to study memory operations can see Oh)
- 2012-01-17 15:43:26下载
- 积分:1
-
CF活动助手推广版_--可以当作者【有视频教程】
CF活动助手成品 可自定义名字 修改配置文件 引流(CF Activity Assistant Product can customize name to modify configuration file drainage)
- 2020-06-21 23:40:01下载
- 积分: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
-
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
-
INSPC
登录界面的使用,包括下拉框的使用等,直观方便(Login use include combox its very easy and clear you can lean something very fast)
- 2018-01-13 10:54:18下载
- 积分:1