资源列表
Fibonacci_number
- 输入n,输出费波那契数列 1~n 项 Input a number n and then output Fibonacci numbers from the first to the nth Fibonacci_number2: 输入 n ,输出第 n 项 Input n and then output the nth number -Input a number n and then output Fibonacci numbers from the first to the
fftdaima
- fft源代码 , matlab程序编写-fft source code, matlab programming
HDOJ1532_MAXFLOW
- hdoj 1532 最大流 edmonds_karp算法-hdoj 1532 maximum flow algorithm edmonds_karp
waveletdecompose
- 局域波分解MATLAB代码,很全的,很好用-Local Wave Decomposition of MATLAB code
RD
- 通过matlab变成来实现RD函数迭代算法,并绘制出RD函数图像-realise the algorithm of RD and draw the image of RD
digitalclock_bat
- 用批处理做的一个超大的数字时钟,效果不错,热爱批处理的朋友可不要错过哦!-A large digital clock made by batch language.
bestschedule
- 该算法在C语言环境下,使用回溯算法实现最佳调度问题。-The algorithm in C language environment, the use of backtracking algorithm for optimal scheduling problem.
measuretoolsGPSR.NS2
- MEasurement tools for calculate Packet Delivery fraction and normalized routing load for greedy perimeter stateless routing
leastMeanSquare
- least mean square LMS自适应滤波器算法matlab代码,对自适应设计有很好的参考价值-least mean square LMS adaptive filter algorithm matlab code, a good reference value of adaptive design
maxSNR
- 用于最大信噪比准则方向图和功率谱,自己编写,仅供参考-Pattern for maximum signal-to-noise ratio criterion and the power spectrum, write your own, for reference only
Guass
- 非常有用的GUASS 分析,对于求方程的解,参数哟优化非常有用-Very useful Guass analysis, for the solution of the equation, parameter optimization is very useful
aPb
- 题目描述 给出两个非负实数a和b,求a+b 输入 一组用例,包括两个长度不大于400的非负实数a和b 输出 输出一行为a+b的最简形式,即没有前置0后置0,小数部分为0则省略小数点 样例输入 1 1 样例输出 2-Title Descr iption Two non negative real numbers a and B are given, and the a+b is obtai