-
vbP3公式
水文学P3公式这里主要是描述降雨量之类的曲线用vb程序来实现的
- 2022-08-15 07:05:43下载
- 积分:1
-
mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境...
mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境-mpi parallel computing available vc c code or compile gcc structures can be used to test parallel computing environment
- 2022-04-12 23:37:21下载
- 积分:1
-
s变换的运用
资源描述本程序为S变换,程序中包含付里叶正变换DFT,付里叶反变换IDFT,包括S变换实现的具体的物理过程,文件的输入与输出
- 2022-03-03 07:41:06下载
- 积分:1
-
插值程序
给入控制信号,输入输出分辨率 进行放大,分辨率例如1024 768,系统时钟为最高频率的输入时钟,里面包括双线性,还有最近领域法,两种算法的选择是通过一个电平进行控制
- 2022-09-19 13:50:03下载
- 积分:1
-
排队系统
//#include"stdafx.h"
#include < stdio.h >
#include < tchar.h >
#include < iostream >
使用命名空间 std ;
int main)
{
////////////////////////////////////////////////////////
/ / 初始化变量 / /
int n = 0,n1 = 0 ;/ / 没有。就业机会
int maxLength = 0 ;/ / 最大长度队列。
浮
- 2023-01-13 23:05:03下载
- 积分:1
-
A program to demonstrate the optimization process of ant colony optimization for...
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.
- 2022-02-19 22:51:42下载
- 积分:1
-
求矩阵奇异分解svd算法,共计4种实现方式,
求矩阵奇异分解svd算法,共计4种实现方式,-for SVD matrix decomposition algorithm, for a total of four kinds of achievement,
- 2022-02-01 20:33:32下载
- 积分:1
-
固定分区模拟,按"回车"可以随机加入进程,对未获资源的进程自动排序,等待调度...
固定分区模拟,按"回车"可以随机加入进程,对未获资源的进程自动排序,等待调度-Fixed partition simulation, press the Enter can be random to join the process has not been the resources of the process of automatic sorting, awaiting scheduling
- 2022-12-08 07:15:03下载
- 积分:1
-
matlab语音识别算法的改进
应用背景基于HMM算法的MATLAB的语关键字识别,比较成熟的小系统,供初学者学习下载,有助于帮助初学者了解语音识别的几本过程,其中提供的一些程序可以改进,识别为一些基本词汇,从建模训练到语音识别关键技术识别过程:识别的前面部分与训练相似,都是要计算得到mfcc系数,不同在于,识别时,将计算得到的mfcc 参数分别代入训练得到的HMM模板求出概率,比较出最大概率者,则该模板对应的数字就是识别的数字。用大量语音文件做测试,结果正确率为90%以上。训练及识别数据太大,少量上传一点,大家可以用COOLEDIT等软件仿照自己制作
- 2022-01-25 22:09:14下载
- 积分:1
-
图形界面的计算器,使用VC++开发,绝对经典可用,好用,好用的...
图形界面的计算器,使用VC++开发,绝对经典可用,好用,好用的-calculater
- 2022-05-19 11:03:01下载
- 积分:1