-
简单的傅立叶分解代码fft
在做仿真时,用到的fft傅立叶分解代码。里面的量是我的仿真量,简单用了fft。其实simulink模块里可以直接分析的,但是我不是在simulink里面跑的模型,因此只能导出数据重新fft傅立叶分析。希望大家喜欢~~~
- 2022-08-06 05:41:41下载
- 积分:1
-
VC实现的多
VC实现的,多维函数搜索,无约束优化方法,
(1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法
-VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton" s method (3) conjugate gradient method (4) Powell Law (5) variable metric method (6) The simplex method
- 2022-03-18 09:54:02下载
- 积分:1
-
processes and threads of an application
进程与线程的一个应用-processes and threads of an application
- 2022-02-22 11:14:03下载
- 积分:1
-
不错的C源码,是关于遥操作服务的,很不错的
不错的C源码,是关于遥操作服务的,很不错的-good C source code, the distance of operational services, and very good
- 2022-10-08 22:30:03下载
- 积分:1
-
The file is about binary search tree.It is implemented with C++ language.This st...
这个文件提供的C++代码实现的二叉搜索树。这是一种高效的数据结构。非常有参考价值。-The file is about binary search tree.It is implemented with C++ language.This structur is very efficient.
- 2022-02-07 20:51:52下载
- 积分:1
-
向u盘拷贝文件
调用windows的dl文件,获取u盘在pc上的盘符,然后向u盘中拷贝文件。
源方法如下。
判断指定驱动器的类型:GetDriveTypeA函数
该函数能依据根目录识别1个驱动器是软驱或光驱或硬盘等。声明:
Declare Function GetDriveType Lib "kernel32" Alias "GetDriveTypeA" (ByVal nDrive As String) As Long
参数nDrive:驱动器根目录路径的字符串,如"C : ".
函数返回值为1个常数,指定驱动器类型:DRIVE_ REMOVABLE=2,软驱; REMOVABLE是可移动的
如果驱动器不能识别,则返回0,如指定目录不 DRIVE_ FIXED=3,硬盘。
存在,则返回1。 DRIVE _REMOTE=4,网络驱动器;
DRIVE _CDROM=5,光驱;
DRIVE_ RAMDISK=6虚拟磁盘
调用如:
Private Const DRIVE_CDROM = 5
- 2023-02-14 04:40:03下载
- 积分:1
-
good thing. Shielding the confines of pop website
好东西。屏蔽网页弹出的-good thing. Shielding the confines of pop website
- 2022-01-21 04:50:01下载
- 积分:1
-
Apriori算法的实现
这是一个先验算法的一个简单的应用程序,在这里使用两个代码,,即,,穿着一个数据库,而不是用它把所有
ISIS文件夹到本地主机...
- 2022-01-25 14:40:31下载
- 积分:1
-
.Net中创建接收服务的组建
.Net中创建接收服务的组建-. Net to create a service set up to receive
- 2022-02-24 13:26:05下载
- 积分:1
-
MailReceiver(E
MailReceiver(E-mail接收)-MailReceiver (E-mail Acquisition)
- 2022-02-14 09:56:33下载
- 积分:1