-
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
-
simulateanneal
说明: 一个解决0-1背包问题的模拟退火程序,希望给有需要的人帮助(A solution to the 0-1 knapsack problem simulated annealing process, hoping to help those in need)
- 2010-04-13 18:55:18下载
- 积分:1
-
single_inverter_wangyafankui
利用matlab做的带电网电压反馈控制的单相逆变器模型,分享给大家(Matlab to do with the grid voltage feedback control of single-phase inverter model for everyone to share.)
- 2013-01-09 21:52:06下载
- 积分:1
-
boy-girl
用matlab实现男声变女声,女声变男生的程序,简单实用,信号与系统课外作业(With Matlab achieve male variable girl, girl become boys procedures, simple and practical, signal and system homework)
- 2020-12-18 11:09:12下载
- 积分:1
-
Matlab-Genetic-Algorithms
MATLAB平台实现遗传算法 包括遗传算法与遗传算法以及遗传算法(Genetic algorithms and genetic algorithms and genetic algorithm based on MATLAB platform, including genetic algorithm)
- 2014-04-14 16:19:14下载
- 积分:1
-
soutenance
wsn wireless network
- 2010-08-10 21:32:01下载
- 积分:1
-
Roundoff
This matlab file is used to rounoff the decimals values into nearest whole number
- 2010-10-11 18:39:34下载
- 积分:1
-
Lai
追踪视频流中的运动轨迹,运用背景差分。视频名称和类型可自行命名,(Tracking the trajectory of the video stream, using the background subtraction)
- 2011-06-27 09:03:19下载
- 积分:1
-
memcached
memcached的C,c++实现,使用它可以方便的实现跨进程数据共享(memcached s C, c++ realize, it can be easily achieved using inter-process data sharing)
- 2014-09-14 11:26:34下载
- 积分:1
-
keywords
[ convex_optimization.rar ] - 凸优化 程序包,包含各种凸优化算法,可供方便调用. [ signal_decomposition_by_bp.rar ] - 基于基追踪(basis pursuit)对信号进行稀疏表示的算法 [ cvx .zip ] - 凸规划建模系统,有助于学习压缩感知([Convex_optimization.rar]- convex optimization package that contains a variety of convex optimization algorithms for easy call [signal_decomposition_by_bp.rar]-. Based on the base track (basis pursuit) algorithm for signal sparse representation [cvx .zip]- Convex planning modeling system, including user manuals, help learning compressed sensing)
- 2014-12-20 22:17:30下载
- 积分:1