-
envelop_by_xcorr
Matlab 自相关方法求声音信号包络源代码及说明(Method Matlab autocorrelation envelope of the voice signal and note the source code)
- 2009-04-26 11:39:59下载
- 积分:1
-
aa
说明: 要求如下: 数组与函数 1. 实验目的:掌握数组与函数的使用方法,掌握,面向过程的程序设计方法,复习分支与循环语句的使用。...
(Requirements are as follows: the array with the function 1. Experimental purposes: taking control of the array with the function to use, master, process-oriented program design method, review the use of branching and loop statements. ...)
- 2010-03-20 15:02:12下载
- 积分:1
-
tiaojian
编码是在MATLAB下编写的,可以在MATLAB上直接运行,我没有在分类中找到MATLAB,所以选择了c++,希望管理员能分下类。这款编码是计算水准测量中计算条件平差的。(The code is written in MATLAB, you can run directly in MATLAB, MATLAB, I did not find in the classification so chose c++, I hope that the administrators in the next class. This code is calculated in the calculation leveling adjustment of condition equations.)
- 2012-05-29 09:14:21下载
- 积分:1
-
MATLAB-IMAGE
matlabr软件应用的图形图像处理,很专业的教材,事例很多(matlabr graphic image processing software applications, very professional materials, many examples)
- 2013-11-22 17:25:08下载
- 积分:1
-
1
说明: two wheeler inventory Management
- 2014-11-27 03:06:45下载
- 积分:1
-
Delaunay
delaunary三角剖分,在数据点较小的情况下,运行结果还算客观,但是数据点大于五万时,运行较慢。(Delaunary triangulation, data point in the case of small, the operation results is objective, but the data points is greater than fifty thousand, is running slower.)
- 2014-12-09 21:44:53下载
- 积分:1
-
visualC_matlabImageProcessing_Sourcecode
VC++和MATALB混合编程,图象处理(源码)(VC++ and MATALB mixed programming, image processing (source code))
- 2010-07-18 11:30:59下载
- 积分:1
-
lfsr
1)利用CC++语言实现给定的LFSR;
2)通过不同初始状态生成相应的序列,并观察它们的周期有什么特点;
3)利用生成的序列对文本进行加/解密(按对应位作模2加运算)。
给定的LFSR为:(1) the use of C C++ language given LFSR
2) to generate the corresponding sequences by different initial state, and observe what are the characteristics of their cycle
3) using the generated sequence of text encryption/decryption (press the corresponding bit for modulo-2 addition operation).
LFSR given as follows:)
- 2015-12-14 16:26:56下载
- 积分:1
-
GAfor-Unit-combination
本文针对当前科技水平不足以有效存储电力的情况下产生的发电机机组组合的问题,考虑负荷平衡、输电线传输容量限制等实际情况产生的约束条件,建立机组组合优化模型,追求发电成本最小。同时采用矩阵实数编码遗传算法(MRCGA)和穷举搜索算法,利用MATLAB 7.0.1和C++编程,分别对模型进行求解,并对所得结果进行分析比较,以此来帮助电力部门制定机组启停计划(This article in view of the current level of science and technology would not effective storage power generator unit combination problem, considering the load balance, such as transmission line transmission capacity, the actual situation of constraint conditions, unit combination optimization model is set up, the pursuit of power generation cost minimum. At the same time using matrix real-coded genetic algorithm (MRCGA) and exhaustive search algorithm, using MATLAB 7.0.1 and c++ programming, the model is solved respectively, and analyzes and compares the results to help power unit start-stop planning department)
- 2016-04-16 17:47:31下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1