资源简介
描述了ER随机网络的具体现实程序,是用matlab程序编写
代码片段和文件信息
function [G]=erdosRenyi(nvpKreg)
%Funciton [G]=edosRenyi(nvpKreg) generates a random graph based on
%the Erdos and Renyi algoritm where all possible pairs of ‘nv‘ nodes are
%connected with probability ‘p‘.
%
% Inputs:
% nv - number of nodes
% p - rewiring probability
% Kreg - initial node degree of for regular graph (use 1 or even numbers)
%
% Output:
% G is a structure inplemented as data structure in this as well as other
% graph theory algorithms.
% G.Adj - is the adjacency matrix (1 for connected nodes 0 otherwise).
% G.x and G.y - are row vectors of size nv wiht the (xy) coordinates of
% each node of G.
% G.nv - number of vertices in G
% G.ne - number of edges in G
%
%Created by Pablo Blinder. blinderp@bgu.ac.il
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1918 2005-01-25 17:14 erdosRenyi.m
文件 410 2005-01-25 17:03 getNodeCoordinates.m
文件 333 2003-12-02 23:32 permPairs.m
文件 1935 2005-01-25 17:40 plotGraphBasic.m
文件 218 2007-06-04 14:14 www.pudn.com.txt
- 上一篇:Matlab有约束规划,无约束规划
- 下一篇:基于循环码的差错控制系统仿真
相关资源
- synchronization 利用matlab仿真实现载波的
-
myaudiopla
yer 使用Matlab GUI实现的音频 - naive_bayes_numeric 利用matlab实现的朴素贝
- susancorners
- svm_matlab 用SVM算法实现聚类与分类的例
- Peking_University_PSO_All_in_one 北京大学计
- MatlabSerialCommunication 本文介绍MATLAB环境
- DoGfilters DOG高斯差分实现物体识别中的
- KLFDA 基于局部Fisher准则的非线性核F
- FaceVerification 人脸认证流程
- chapter9 图像分割
- BilateralFiltering
- licenceplatecharacterrecognitionprogram 能完成
-
vision_ba
sed_barcode_reader -
Fourier_Disc
riptor 基于傅里叶描述子对 - beamformer 基于自适应天线阵理论
- TheResearchofOff-linehandwrittenChinesecharact
- average_smooth 对图像进行平滑处理
-
BP_tanh_linaer BP神经网络Simuli
nk模型。 - usb-carmer-matlab-RT-process 通过计算机us
- QAM16_demo
- TheuseandyanjiuofAdaptivefilter 该文档是自适
- SAR_Clutter SAR杂波统计建模方面的源程
- PCA_LDA_Face_Verification PCA+LDA人脸识别
- zernike 矩不变量
- imagereconstruction 基于小波和插值的超分
- Zernike 亚像素边缘检测的matlab代码
- copy-and-paste-detection
- LBF “Implicit Active Contours Driven by Loca
- FaceRec 基于matlab2008的人脸识别系统
评论
共有 条评论