-
abqnurbs-1.0.0
说明: abaqus等几何分析插件,基于非均匀有理样条函数(Isogeometric analysis plug-in for abaqus based on non-uniform rational spline functions)
- 2021-04-02 10:59:07下载
- 积分:1
-
非线性优化中的经典算法
BriefDescriptionoftheLM
非线性优化中的经典算法,LM算法,老外写的,言简意赅,对写优化程序很有用(nonlinear optimization of the classical algorithm, LM algorithm, a foreigner writing is concise and clear and optimization process of writing useful)
- 2006-12-27 09:37:58下载
- 积分:1
-
Tool-X-master
Awsome Generation of data and key and other stuff
- 2019-05-21 22:19:57下载
- 积分:1
-
vbfuxiti1
第一二章vb基础复习题、第三章语言基础复习题、第四章控制结构复习题、第五章数组复习题(Vb first two chapters review the basis for the title of Chapter III Review Problems language basis, the fourth chapter Exercises control structures, Chapter V array Exercises)
- 2008-06-22 20:43:43下载
- 积分:1
-
jiafajisuanqi
加法计算器,主要实现两个数加减运算,用来练习MFC中基本控件的使用(Addition calculator, the main achievement subtract two numbers, used to practice the basic control the use of MFC)
- 2010-10-29 10:55:16下载
- 积分:1
-
YOUXI
vc++写的另一类型的小游戏俄罗斯方块,希望大家喜欢,请跟我联系(vc++ written by another type of game the Russian box, hope everyone likes, please contact with me)
- 2008-05-10 13:30:35下载
- 积分: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
-
lianjie
说明: 两个字符串连接,利用指针函数(two strings, using indicator function )
- 2006-04-15 12:59:45下载
- 积分:1
-
Demo软件:GTS-VB系列多轴运动控制器
Demo软件:GTS-VB系列多轴运动控制器(Demo Software: GTS-VB Series Multi-axis Motion Controller)
- 2020-06-17 02:20:02下载
- 积分:1
-
ns-3-ptp-master
说明: 在通信网络中,许多业务的正常运行都要求网络时钟同步,在NS2上实现PTP协议(In the communication network, the normal operation of many services requires network clock synchronization. The PTP protocol is implemented on NS2.)
- 2021-05-13 05:30:03下载
- 积分:1