-
butterworth_filter
Butterworth Filter (digital image processing)
- 2020-06-20 16:40:02下载
- 积分:1
-
SY-4
矩形脉冲信号的非周期傅里叶变换并绘制其频谱图(Aperiodic Fourier transform)
- 2021-04-21 22:38:49下载
- 积分:1
-
calendar
说明: 这是一款汇编的日历,完全是由汇编写成的,主要有2个模块构成。(This is a compilation of the calendar is entirely written by the compilation, there are two modules.)
- 2008-11-17 14:22:09下载
- 积分:1
-
PSpice_training
PSpice软件的培训教材,经典入门的资料!(PSpice software, training materials, the classical entry information!)
- 2008-07-10 10:47:53下载
- 积分: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
-
新建文件夹
说明: 基于光栅条纹的3D重建 用于生成正弦条纹 三频四相(3D reconstruction based on grating fringe is suitable for novice)
- 2019-01-14 16:13:45下载
- 积分:1
-
对游戏爱好者有一定帮助,让你了解游戏的技巧与美妙。对于VB也会有一定的帮助。...
对游戏爱好者有一定帮助,让你了解游戏的技巧与美妙。对于VB也会有一定的帮助。-lovers of the game definitely helps you understand the game with wonderful skills. For VB will have some help.
- 2022-04-11 23:51:16下载
- 积分:1
-
tybpq
目前国内唯一一本介绍通用变频器的书籍,各大变频器厂商都将其作为工作手册使用。对目前国内较缺的矢量变频器 高压变频器作了一般性介绍。对DSP电机控制有指导作用。(At present, only a general-purpose inverter, introduced books, major inverter manufacturers will use its position as the work manual. Than the current lack of domestic vector converter high voltage inverter a general introduction. DSP motor control of the guiding role.)
- 2008-06-19 13:49:13下载
- 积分:1
-
ItcastTetris
一个小型的俄罗斯方块游戏,初学java编的,不足处望提出建议(A small game tetris, beginners Java, insufficient place at advice)
- 2013-09-03 13:18:42下载
- 积分:1
-
用于专业的应用,对于处学者是个不错的选择.可以下载的,好东西...
用于专业的应用,对于处学者是个不错的选择.可以下载的,好东西-For professional applications, the Department scholars is a good choice. Can be downloaded, and good things
- 2022-04-18 16:09:03下载
- 积分:1