-
[emuch.net]获得lammpsdata文件的几种方法
说明: 获得lammps中data文件的几种方法(Several methods of obtaining data files in lammps)
- 2020-07-02 16:34:55下载
- 积分:1
-
pingjiansheji
采用c语言设计平键,校核平键的强度,实现人机交互,用户有较大的选择余地(Flat key design using c language, check the strength of flat keys, to achieve human-computer interaction, users have greater choice)
- 2011-05-16 16:36:17下载
- 积分:1
-
tuvb
91.com小游戏“水果“(对对碰)的外挂源码,调用到的ocx文件需要另外从网上下载(91.com game )
- 2008-07-17 00:46:25下载
- 积分:1
-
selectinto
一个利用SELECTINFO生成临时列表的小工程,值得看看(SELECTINFO generated using a provisional list of small-scale projects, it is worth a look)
- 2009-09-10 16:40:23下载
- 积分: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
-
06-236530-001_print_AE
说明: READING SAMPLE JUST SAMPLE JUST SAMPLE
- 2019-04-18 04:04:17下载
- 积分:1
-
0908888888
激光键盘全部资料代码已打包好,非常非常使用好学习上手来来来来来来(Laser keyboard all the information code has been packaged well, very, very good use of learning to get started Come Come)
- 2020-10-30 20:09:55下载
- 积分:1
-
TestCalculatorDemo
这是自己编写的一个简易计算器,用于加减乘除计算,还有百分比和平方。(I have written a simple calculator for arithmetic calculations, as well as percentages and square.)
- 2013-11-16 20:02:17下载
- 积分:1
-
Pascal
说明: Pascal program that performs arithmetic
- 2020-06-19 03:00:01下载
- 积分:1
-
34401a
VB 透过GPIB 和仪器通信,代码比较简单,仅供参考。谢谢(VB communicates with the instrument through GPIB. The code is relatively simple and is for reference only. Thank you)
- 2020-06-22 18:00:01下载
- 积分:1