-
fenzhi
#include <iostream.h>
int main()
{
int i(0),sum(0)
while (i<=100)
{
sum=sum+i
++i
}cout<<"sum="<<sum<<endl
return 0;
}
- 2009-12-11 22:03:44下载
- 积分:1
-
SVM-classifier
用matlab实现非线性支持向量机分类器对多类进行分类。(Using matlab to achieve non-linear support vector machine classifier for multi-class classification.)
- 2011-05-02 19:16:35下载
- 积分:1
-
matlab
单负介质中matlab波导导模曲线单负介质中matlab波导导模曲线(Matlab single negative media guide curves of guided modes
)
- 2011-05-26 16:59:57下载
- 积分:1
-
work
在matlab的环境下,对信号进行分析处理,设计滤波器
(In the matlab environment, an analysis of signal processing, filter design)
- 2008-06-01 07:28:05下载
- 积分:1
-
GPU-Gems3
给出了GPU的最新快照,详细描述了当今最新的GPU的内部架构,以及如何利用GPU的编程技巧。另外额外探讨了如何利用GPU的计算能力完成其他计算任务(CUDA)。(This third volume of the best-selling GPU Gems series provides a snapshot of today s latest Graphics Processing Unit (GPU) programming techniques. The programmability of modern GPUs allows developers to not only distinguish themselves from one another but also to use this awesome processing power for non-graphics applications, such as physics simulation, financial analysis, and even virus detection—particularly with the CUDA architecture. Graphics remains the leading application for GPUs, and readers will find that the latest algorithms create ultra-realistic characters, better lighting, and post-rendering compositing effects.
)
- 2011-02-09 10:11:15下载
- 积分:1
-
Signal-analysis-and--matlab
信号分析处理 matlab应用。详细介绍了matlab语言的编程技术 和特点。(Signal analysis and processing matlab application. Detailed programming techniques and characteristics of the Matlab language.)
- 2012-07-21 10:36:10下载
- 积分:1
-
hmmviterbi
计算隐马尔可夫模型序列的最可能的状态路径(Hidden Markov model to calculate the most likely state sequence path)
- 2014-02-24 23:32:12下载
- 积分:1
-
DH
说明: 带有死区的hammerstein模型辨识(Identification of Hammerstein model with dead time)
- 2017-07-24 09:12:34下载
- 积分:1
-
A_Direct_Method_for_Chebyshev_Approximation_by_Rat
用有理多项式做Chebyshev逼近的一种直接方法的matlab程序(Direct Method for Chebyshev Approximation by Rational Functions)
- 2009-05-06 13:40:32下载
- 积分:1
-
mSequenceGen
a m sequence generator
- 2012-09-20 22:24:49下载
- 积分:1