-
LD3320_探索者
使用STM32F407实现LD3320的语音识别(Using STM32F07 to run LD3320 of ASR)
- 2021-02-03 20:19:58下载
- 积分:1
-
2010CB945500-组织干细胞识别、谱系重编程
说明: 2010CB945500-组织干细胞识别、谱系重编程和示踪研究——相关学习资料,仅供个人学习参考,禁止用于商业目的(2010 CB945500 - Tissue Stem Cell Recognition, Genealogical Reprogramming and Tracer Research - Relevant Learning Materials for Individual Learning Reference only, Banned for Commercial Purpose)
- 2019-04-27 11:26:49下载
- 积分:1
-
eemd
说明: 对信号进行EEMD分解,程序已调通,欢迎下载。有问题请留言(EEMD decomposition of signals)
- 2020-06-30 22:40:01下载
- 积分: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
-
MATLAB-algorithms-assemblies
matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析(matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical differentiation, numerical integration, Solving Equations, nonlinear equations, direct method for solving linear equations, solving linear equations of iterative method, random number generators, special functions computation, the initial value problems of ordinary differential equations, numerical solution of partial differential equations, statistics and analysis)
- 2016-10-11 08:52:37下载
- 积分:1
-
mt4 蝴蝶形态指标
说明: mt4指标 蝴蝶指标非常好用 初学者可以好好研究一下。这个指标功能强大准确率也很高(MT4 index butterfly index)
- 2020-06-23 12:00:02下载
- 积分:1
-
Project2
说明: 实现通讯,以太网和欧姆龙plc之间通过网线进行通讯,很好很强大(To achieve communication, Ethernet and OMRON PLC through the network line to communicate, very good and powerful)
- 2020-06-20 06:00:01下载
- 积分:1
-
stap_clutter
联合空时自适应处理算法仿真之杂波谱仿真程序(Joint space-time adaptive processing algorithm simulation of the clutter spectrum simulation program)
- 2021-02-26 01:19:37下载
- 积分:1
-
经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第7章中的例题源码,使用LabWindows CVI的人用得着。麻烦...
经典LabWindows CVI方面的教材《LabWindows CVI开发入门和进阶》一书第7章中的例题源码,使用LabWindows CVI的人用得着。麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-LabWindows CVI aspects of the classic textbook
- 2022-10-25 18:50:03下载
- 积分:1
-
IV18 SOUCE
说明: 基于STC单片机的MAX6921驱动的荧光钟程序(DS3231 clock program.)
- 2019-02-24 22:15:14下载
- 积分:1