logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Matlab 之wavread,audioread,wavwrite,audiowrite函数

wavread - Read WAVE (.wav) sound file    This MATLAB function loads a WAVE file specified by the string filename,    returning the sampled data in y.    y = wavread(filename)    [y, Fs] = wavrea...

二叉树建立

结束二叉树输入:如何结束创建二叉树的输入那;把二叉树补全前序(输入):AB##C##中序:#B#A#C#后序:##B##CA输出结果如下:代码如下#include<iostream>using namespace std;//定义节点typedef struct node{struct node *left;struct node *...

到底了