-
C# coordinate conversion
说明: C# coordinate conversion program 4 parameter 7 parameter In carrying out coordinate transformation, we often involve four parameters and seven parameters calculation using C# to program, convenient calculation
- 2020-04-16 15:58:16下载
- 积分:1
-
game2048
基于python3.6版本的2048算法开发(Development of 2048 algorithm based on python3.6)
- 2020-06-19 16:00:02下载
- 积分:1
-
SSD1306SimpleDemo3_reset
说明: ssd resest ssd arduino
- 2019-04-19 06:49:38下载
- 积分: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
-
VUMT-Tsai-Wu
说明: 复合材料VUMAT层压板三维分析,失效准则为蔡-吴失效(Three dimensional analysis of composite laminates using VUMATwith Tsai-Wu failure criterion)
- 2020-05-19 15:59:54下载
- 积分:1
-
dflux热源加载
说明: 正弦移动的热源编程方法,圆形热源,非其他热源(Programming method of sinusoidal moving heat source)
- 2021-03-09 14:49:28下载
- 积分:1
-
Flash发光按钮源码
Flash发光按钮源码,鼠标放在按钮上的时候,会发出炫耀,氏量的发光按钮,不会失真的Flash荧光按钮特效,附有源文件。
- 2023-04-26 05:45:03下载
- 积分:1
-
代码
小波包分析,对信号进行分解和重构,从而获得低噪声,完整的信号(Wavelet packet analysis, decomposition and reconstruction of signals, thus obtaining low noise, complete signal.)
- 2018-04-20 21:48:52下载
- 积分:1
-
等高线拟合源代码(matlab源码),老外编的,水平确实可以,佩服。里面注释挺详细了。...
等高线拟合源代码(matlab源码),老外编的,水平确实可以,佩服。里面注释挺详细了。-contour fitting source code (Matlab source), a foreigner series, level really can admire. Inside Notes quite detailed.
- 2022-07-07 01:48:30下载
- 积分:1
-
XIANXING
线性表的建立与基本运算1.采用表尾挂入法建立一个以la为头的单链表2.采用表首插入法建立一个yilb为头指针的单链表3.就地逆转以lb为头指针的单链表。
还有矩阵的链式存贮及运算。以一个c函数创建任一稀疏矩阵的十字链表。以一个c函数从十字链表的头指针起按行序及三元组形式输出十字链表中各节点的值
- 2009-06-17 12:49:15下载
- 积分:1