-
EMD所有相关工具箱
说明: 用于分析信号的emd函数,可以分离信号和噪声,获取更精确的信号(The EMD function, which is used to analyze the signal, can separate the signal from the noise and obtain more accurate signal)
- 2020-11-02 21:02:55下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1
-
powerbuilder开发的一个仓库程序
powerbuilder开发的一个仓库程序-PowerBuilder development of a warehouse procedures
- 2022-03-22 14:05:48下载
- 积分:1
-
盈亏统计指标
Mt4 平台统计订单和手数指标,可以看到当前持仓和做单路径!(Mt4 Platform Statistical Order and Hand Number Indicators can see the current position and single path!)
- 2020-06-16 20:20:01下载
- 积分:1
-
hslogic算法仿真
hslogic算法仿真,GPS数字中频处理,包括信号源的生成,捕获跟踪,用M文件写(Self made GPS digital intermediate frequency processing, including the generation of signal sources, acquisition and tracking, and writing with M files.)
- 2018-11-06 23:58:35下载
- 积分:1
-
这个是VB的代码,用来解决八皇后问题。关于八皇后问题得解决,网上有很多的C的代码。把老东西挖出来把自己的门面充大点,这就是我的本意。总体来说八皇后问题是用来考查...
这个是VB的代码,用来解决八皇后问题。关于八皇后问题得解决,网上有很多的C的代码。把老东西挖出来把自己的门面充大点,这就是我的本意。总体来说八皇后问题是用来考查编程者对C语言的递归理解与运用的,我是受到蛊惑才费尽心血写出来的,当然我没用VB的递归来解决问题,一是用VB这样编效率太低,二是在我写这些代码的时候,我还根本不能熟练运用递归的方法。我要告诉每一位同学,你如果自己用VB写出八皇后,江苏的二级电脑考试上机你就没问题了。-code for queen
- 2023-01-10 19:45:03下载
- 积分:1
-
banner图片切换代码
使用方法:
1、在head区域引入样式表文件css.css
2、在head区域引入jquery-1.11.1.min.js
3、在你的网页中加入<!-- 代码 开始 --><!-- 代码 结束 -->注释区域代码即可。(Usage method:
1, introduce stylesheet file css.css in head area
2, introduce jquery-1.11.1.min.js in the head area.
3, add "!" in your web page -- code start -- > <! - end of code > annotation area code.)
- 2018-09-29 08:59:35下载
- 积分:1
-
WorlistMaker
说明: Word list maker, generate dico
- 2020-03-10 03:51:57下载
- 积分:1
-
峰值法peak_picking
峰值拾取法法matlab程序,欢迎各位同学下载。(Peak picking method matlab program, welcome to download)
- 2020-12-17 17:29:11下载
- 积分:1
-
ms08-067
Python版的MS08-067的一个源码,这个漏洞太恐怖了,所以没放出来,这个脚本用来检测系统是否存在MS08-067漏洞的,现在蠕虫都有了,这个东西也没有多少危险性了,也就放在网上,供大家学习用。(Python version of the MS08-067 as a source, this vulnerability is too horrible, so do not put out, the script system used to detect the presence of MS08-067 vulnerability, but now the worm has been, nor how much this thing of a dangerous , also on the Internet for everyone to learn.)
- 2021-04-23 19:18:47下载
- 积分:1