-
My_C_OBJ_QA
I have contributed 40 objective type c questions written as source code. Which will be helpful in learning C.
- 2014-02-20 02:40:23下载
- 积分:1
-
MFOA
说明: 对FOA算法进行改进,提高了算法寻优的速度与准确性(The FOA algorithm is improved to improve the speed and accuracy of the algorithm)
- 2021-03-04 10:29:49下载
- 积分:1
-
GraphTheoryAlgorithmMATLAB
说明: 图论算法及其MATLAB 程序代码
1.求赋权图G = (V, E , F )中任意两点间的最短路的Warshall-Floyd 算法、Kruskal 避圈法
2.求二部图G 的最大匹配的算法(匈牙利算法)、利用可行点标记求最佳匹配的算法
3.从一个可行流f 开始, 求最大流的Ford--Fulkerson 标号算法
6.(Graph Theory Algorithm and MATLAB program code 1. Seeking weighted graph G = (V, E, F) in the shortest path between any two points of the Warshall-Floyd algorithm, Kruskal avoid the circle method 2. Seeking the maximum bipartite graph G matching algorithm (the Hungarian algorithm), using feasible point mark seeking the best match algorithm 3. a feasible flow f from the beginning, find the maximum flow of the Ford- Fulkerson Labeling Algorithm 6.)
- 2010-03-28 15:39:29下载
- 积分:1
-
xinhaohuifu
研究微弱信号随机共振之后信号的恢复问题,包括一些模型的搭建等等(Study weak signal stochastic resonance signal after recovery issues, including some of the model structures, etc.)
- 2013-03-19 16:32:34下载
- 积分:1
-
work
说明: 归一化代码,自己做毕业设计的时候随便编的(Normalized code, make their own graduation time series of random)
- 2011-03-06 11:16:06下载
- 积分:1
-
lsm-rbf
说明: 一种最小二乘法的RBF网络
----------------------------------
radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1
-
PN_sequence_generation
说明: 直接序列扩频通信系统建模与仿真 PN码序列产生代码(matlab)(PN code sequence generated code (matlab))
- 2010-05-03 16:46:34下载
- 积分:1
-
wavelet_matlab
小波去噪的matlab程序实现,使用了db3小波,程序有详细注释(wavelet filter, programmed in Matlab)
- 2012-03-29 23:29:45下载
- 积分:1
-
pimc_india
采用Monta Carlo 方法求Pi值方法,并画出圆内随机点(Monta Carlo method, to calculate the value of Pi method, and draw a random point within the circle)
- 2012-07-05 11:21:36下载
- 积分:1
-
wavelet_denoising3_20
这是利用二维小波分析对含高频噪声的图像进行消噪的例程,这里采用的是小波分解系数阈值量化法,(This is the routine use of two-dimensional wavelet analysis denoising images with high-frequency noise, the wavelet coefficients threshold quantization method used here,)
- 2013-03-28 18:08:33下载
- 积分:1