-
matlab-mod
对一些离散点进行相关的插值,有内插法,线性内插法(Interpolation of some discrete points, interpolation method, linear interpolation method)
- 2017-05-13 00:26:18下载
- 积分:1
-
Wavelets For Kids A
说明: 小波分解的入门级教材,内容不多,但讲解平实,简单易懂,可以作为刚开始学习小波的同学的阅读材料(wavelet decomposition of the entry-level teaching materials, as small, but on the down-to-earth, simple, as it has just begun to study wavelet students reading material)
- 2005-09-22 19:54:13下载
- 积分:1
-
RW_G MA_r0.02
JG MA 第二版 加了一条参数 这是一个应小组提议而做的初级迭代版本,LN或将加入更多参数丰富功能(JG MA Version 0.02. adds one parameter, which is a preliminary iteration version proposed by the LNTeam. LN may add more parameter to rich features.)
- 2019-02-13 01:57:26下载
- 积分:1
-
randpdf
生成给定分布函数的随机数,可以任意指定分布函数的形式(random number generator from a given a probability distribution)
- 2018-04-12 20:23:52下载
- 积分:1
-
solut4-4th
Pattern_Recognition_4nd _CH4-solution
- 2010-12-14 20:47:48下载
- 积分:1
-
soaofficestd7
SOAOffice 中间件系统包括服务器端和客户端控件两个部分。客户端控件调用包含在
示例代码中(The Soaoffice middleware system includes two parts of the server side and the client control.
Client control calls are contained in the In the sample code)
- 2019-03-13 21:56:13下载
- 积分: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
-
ATmega的测试代码与1MHz的闪烁LED
Atmega s Test code with 1Mhz Blink LED
- 2022-03-01 11:15:06下载
- 积分:1
-
excel_vba_程序设计源码考试成绩管理系统
excel_vba_程序设计源码考试成绩管理系统-excel vba 考试成绩管理系统
- 2022-08-06 06:18:02下载
- 积分:1
-
fluent-2
利用fluent软件,模拟固液相变过程,同时考虑自然对流的影响。(Fluent software is used to simulate the solid liquid phase change process, and the influence of natural convection is considered.)
- 2017-07-19 22:38:36下载
- 积分:1