-
代码
说明: MATLAB语音去噪,LMS算法,RLS算法(MATLAB speech denoising, LMS algorithm, RLS algorithm)
- 2021-04-21 18:58:49下载
- 积分:1
-
123
用C语言实现的在屏幕显示I LOVE YOU ,其中将循环等各种语法用到了极致。(a instance to display "Ilove you")
- 2009-02-07 17:30:10下载
- 积分:1
-
谱分析
雷达接收信号频谱分析(幅度和相位)-matlab实现(Radar receiver, signal spectrum analysis, matlab implementation)
- 2017-07-03 17:21:20下载
- 积分:1
-
VSG
并网逆变器的虚拟同步发电机控制技术的一些资料(Grid-connected inverter virtual synchronous generator control technology of some information)
- 2021-03-08 22:49:28下载
- 积分:1
-
华为的编程规范和范例 排版,注释,标示符命名,可读性,变量,结构,可测性,程序效率,质量保证,代码编辑,编译,审查,代码维护等...
华为的编程规范和范例 排版,注释,标示符命名,可读性,变量,结构,可测性,程序效率,质量保证,代码编辑,编译,审查,代码维护等-Huawei programming specifications and examples of layout, annotation, naming identifiers, readability, variables, structures, testability, procedural efficiency, quality assurance, code editing, compilation, review, code maintenance, etc.
- 2022-04-07 02:49:40下载
- 积分:1
-
C# 代码演示水仙花求和算法
C# 代码演示水仙花求和算法,关于求和水仙花数的原理:一个三位数,每一位数的立方相加等于该数本身。清空listBox1控件,获取3位数中的后两位数。具体代码可看下面:
//水仙花数的算法是一个三位数,每一位数的立方相加等于该数本身。
private void button1_Click(object sender, EventArgs e)
{
int a = 0, b = 0, c = 0;//定义变量
listBox1.Items.Clear();//清空listBox1控件
for (int i = 100; i
- 2022-06-16 00:33:40下载
- 积分:1
-
基于多线程的VC++高效率文件搜索代码
基于多线程的VC++高效率文件搜索代码,若是高速硬盘的话,那文件搜索的速度就更快了,其实很多时候,搜索文件的瓶颈是硬件本身,特别是硬盘转速,像这种多线程的文件检索,理论上处理速度是很快,但需要硬盘跟得上才可以。
- 2022-01-26 07:11:14下载
- 积分:1
-
dynarray
动态数组应用实例。将动态数组运用于房间的计算,包括房间个数,总面积,平均面积,最大以及最小房间面积等(Dynamic array application example. Dynamic arrays used in the calculation of the room, including the room number, the total area, average size, maximum and minimum room size, etc.)
- 2009-11-25 03:49:38下载
- 积分:1
-
UEXPAN
几个关于热膨胀的子程序-非常适合初学者,有助于理解热膨胀子程序的编写(Write very suitable for beginners, help to understand the thermal expansion of the subroutine- several of the thermal expansion of the subroutine)
- 2021-02-21 20:39:42下载
- 积分:1
-
PSO_FCM
说明: 基于PSO_FCM的遗传算法的聚类实现,对各种样本数据进行聚类划分(Clustering implementation of genetic algorithm based on PSO FCM clustering and dividing various sample data)
- 2020-04-02 22:11:49下载
- 积分:1