-
separate speakers detection based on energy calculation
这个函数实现了一个简单的语音检测器。算法是
- 2023-08-09 22:25:03下载
- 积分:1
-
鼹鼠闯迷宫
资源描述void creatWay(int (*mg)[N],int x, int y)//在迷宫中产生一条路,使用图的深度遍历思想来实现,
{
static int dir[4][2] = {0, 1, 1, 0, 0, -1, -1, 0};////将要走的4个方向保存在二维数组中
int zx = x*2;
int zy = y*2;
int next, turn, i;
mg[zx][zy] = 0;
if(rand()%2)
turn = 1;
else
turn = 3;
for(i=0,next=rand()%4;i
- 2022-01-26 05:46:58下载
- 积分:1
-
穿虎可惜TERA
应用背景sdsdfasfafad fhshsfhsfhdfhsfhsfhh gasdgsdfsfhsfhs ; ; ;sfhsfghsfgh ;sfghsfghsfhsfhgdfhsfhsfhh sfghsfhsfghsfh ; ; ;sfghsfhsfghsfh sfhsfghsfgh ; ;sfghsfghsfhsfhg关键技术xfgnnxnnxfgnnxnnxfgn nxnnxfgnnxnnxfgnnxnnxfgnnxnnxfgn xnnxfgnnxnnxfgnnxnnxfgnnxnnxfgnnxnnxf gnnxnnxfgnnxnn ;xfgnnxnnxfgnnxnn
- 2023-04-15 23:55:03下载
- 积分:1
-
IGES解释器
基于MFC对IGES文件进行解析并分流存储,采用数学算法完成NURBS模型统一建立,最后利用OpenGL完成NURBS模型重绘并进行交互操作。
- 2023-02-21 20:00:04下载
- 积分:1
-
圆孔的夫琅和费衍射,以动画的形式表式衍射的过程,以及最后衍射的图样(来源于http://luobo.ycool.com/post.701424.html)...
圆孔的夫琅和费衍射,以动画的形式表式衍射的过程,以及最后衍射的图样(来源于http://luobo.ycool.com/post.701424.html)-Round hole of Fraunhofer diffraction to the form of table-style animation of the process of diffraction, and the final diffraction pattern (from http://luobo.ycool.com/post.701424.html)
- 2022-02-19 23:19:55下载
- 积分:1
-
Given the use of SVD for solving equations of the code, the validity of the resu...
给出了利用svd求解方程组的代码,结果的有效性在主函数中得到验证-Given the use of SVD for solving equations of the code, the validity of the results in the main function has been verified
- 2022-08-09 20:27:22下载
- 积分:1
-
人脸识别代码
提供了人脸识别的算法和思想,以简短的例子和不是很长的matlab代码实现人脸识别。同时可作为毕业论文的参考资料和进行相关的科研项目的有关文献参考。
- 2023-04-28 01:40:04下载
- 积分:1
-
大数据结构操作
- 2023-05-10 06:30:04下载
- 积分:1
-
点阵汉字放大,倾斜,加粗
该文件是自己在做点阵汉字字体变换时所写的函数,主要包括整数放大,倾斜,加粗,颠倒,镜像和旋转操作。
- 2022-04-13 11:47:37下载
- 积分:1
-
LU分解,QR分解等矩阵分解
矩阵分解的C语言实现,包括LU分解,QR分解,household分解以及givens分解;QRfactorization.cpp:QR分解源码LUfactorization.cpp:LU分解源码Household reduxtion:household分解源码GivensReduction:Givens分解源码start.cpp:main函数ReadFile.cpp:从文件中读取矩阵内容
- 2022-04-19 22:38:25下载
- 积分:1