-
给函数传递数组
#include
using namespace std;
double average(double array[],int count); //函数原型
int main(void)
{
double values[]={1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0};
cout
- 2022-03-19 10:39:26下载
- 积分:1
-
MFCC
此代码使用 speakerr 鉴定。在这项工作,我用 MFCC 作为特征提取和我用支持向量机作为分类器。这段代码是非常有用的信号处理工作的人。MFCC 计算中很多步骤,第一,划分信号的帧,然后每个帧乘以海明窗后, 我们将快速傅里叶变换应用于每个帧。然后,Mel 滤波器已经被应用到照片。离散余弦变换和门窗升降器应用于结果。
- 2022-02-14 06:42:23下载
- 积分:1
-
C#运用水晶报表源码
C#运用水晶报表源码-C# using crystal statements FOSS
- 2022-01-26 08:32:01下载
- 积分:1
-
C#数据库管理实例,其中实现了数据库还原、备份、附加功能
数据库还原、备份、附加功能实例
- 2013-01-25下载
- 积分:1
-
真二叉树重构
说明: 但是对于“真二叉树”(每个内部节点都有两个孩子的二叉树),给定它的先序、后序遍历序列足以完全确定它的结构。将二叉树的n个节点用[1, n]内的整数进行编号,输入一棵真二叉树的先序、后序遍历序列,请输出它的中序遍历序列。(But for one proper binary tree, in which each internal node has two sons, we can uniquely determine it through its given preorder traversal sequence and postorder traversal sequence.Label n nodes in one binary tree using the integers in [1, n], we would like to output the inorder traversal sequence of a binary tree through its preorder and postorder traversal sequence.)
- 2019-04-21 16:54:36下载
- 积分:1
-
wpf-treeview
自定义漂亮的wpf树控件,可以实现漂亮的树控件显示效果(it is a buty wpf treeview )
- 2010-05-27 22:35:19下载
- 积分:1
-
rtspd
rtsp server自己写的代码,可以实现h264的传输。
- 2023-05-12 19:40:04下载
- 积分:1
-
STM32F103——SPI控制
SPI应用实例,详细的原创代码,包含SPI的配置,通信控制过程以及错误的检测、判断和处理。希望对大家能够有所帮组。
- 2022-03-20 12:58:15下载
- 积分:1
-
STM32F103SD卡升级跟IAP升级
STM32F103的BootLoader功能,支持SD卡升级功能,比较适合于初级或者新人查阅,不喜勿喷。。。。
- 2022-08-06 03:43:36下载
- 积分:1
-
使用BCB直接访问硬件端口和物理内存的源程序
使用BCB直接访问硬件端口和物理内存的源程序 -use BCB direct access to hardware ports and physical memory of the source
- 2022-02-22 00:42:55下载
- 积分:1