登录
首页 » matlab » matlab_bgl

matlab_bgl

于 2013-05-22 发布 文件大小:7386KB
0 273
下载积分: 1 下载次数: 6

代码说明:

  matlab 工具包,matlab_bgl,复杂网络(matlab toolkit, matlab_bgl, complex networks)

文件列表:

matlab_bgl
..........\.project,208,2008-10-22
..........\@inplace
..........\........\assign.m,245,2008-10-22
..........\........\display.m,195,2008-10-22
..........\........\double.m,319,2008-10-22
..........\........\end.m,239,2008-10-22
..........\........\inplace.m,766,2008-10-22
..........\........\size.m,228,2008-10-22
..........\........\subsasgn.m,269,2008-10-22
..........\........\subsref.m,687,2008-10-22
..........\@ipdouble
..........\.........\ipdouble.m,276,2008-10-22
..........\@ipint32
..........\........\ipint32.m,269,2008-10-22
..........\all_shortest_paths.m,3546,2008-10-22
..........\astar_search.m,3582,2008-10-22
..........\bellman_ford_sp.m,1606,2008-10-22
..........\betweenness_centrality.m,3525,2008-10-22
..........\bfs.m,1757,2008-10-22
..........\biconnected_components.m,2198,2008-10-22
..........\boyer_myrvold_planarity_test.m,1850,2008-10-22
..........\breadth_first_search.m,2525,2008-10-22
..........\chrobak_payne_straight_line_drawing.m,1728,2008-10-22
..........\circle_graph_layout.m,774,2008-10-22
..........\clique_graph.m,1347,2008-10-22
..........\clustering_coefficients.m,3653,2008-10-22
..........\combine_visitors.m,3048,2008-10-22
..........\components.m,1416,2008-10-22
..........\Contents.m,4560,2008-10-22
..........\core_numbers.m,3252,2008-10-22
..........\custom
..........\......\dijkstra_all_sp.m,1509,2008-10-22
..........\......\path_histogram.m,2057,2008-10-22
..........\cycle_graph.m,1226,2008-10-22
..........\dag_sp.m,1253,2008-10-22
..........\depth_first_search.m,2942,2008-10-22
..........\dfs.m,2283,2008-10-22
..........\dijkstra_sp.m,1603,2008-10-22
..........\doc
..........\...\changed.txt,2862,2008-10-22
..........\...\html
..........\...\....\changes.html,6454,2008-10-22
..........\...\....\core_numbers_example
..........\...\....\....................\core_numbers_example.html,14359,2008-10-22



..........\...\....\faq.html,12920,2008-10-22
..........\...\....\images

..........\...\....\index.html,10429,2008-10-22
..........\...\....\new_in_3
..........\...\....\........\new_in_3_0.html,15759,2008-10-22




..........\...\....\new_in_4
..........\...\....\........\new_in_4_0.html,10051,2008-10-22





..........\...\....\old.html,3231,2008-10-22
..........\...\....\planar_graphs
..........\...\....\.............\planar_graphs.html,14381,2008-10-22





..........\...\....\.............\planar_graphs_05.png,5301,2008-10-22
..........\...\....\.............\planar_graphs_06.png,9289,2008-10-22
..........\...\....\.............\planar_graphs_07.png,12319,2008-10-22
..........\...\....\.............\planar_graphs_08.png,16158,2008-10-22
..........\...\....\record_alg
..........\...\....\..........\record_alg.html,11818,2008-10-22
..........\...\....\red_black
..........\...\....\.........\red_black.html,10018,2008-10-22





..........\...\....\reweighted_graphs
..........\...\....\.................\reweighted_graphs.html,34539,2008-10-22
..........\...\....\site.css,1982,2008-10-22
..........\...\....\style.css,1444,2008-10-22
..........\...\mxdom2mbgl-html.xsl,9753,2008-10-22
..........\...\write_examples_html.m,678,2008-10-22
..........\edge_weight_index.m,2969,2008-10-22
..........\edge_weight_vector.m,1739,2008-10-22
..........\edmonds_maximum_cardinality_matching.m,1360,2008-10-22
..........\edmunds_karp_max_flow.m,957,2008-10-22
..........\erdos_reyni.m,611,2008-10-22
..........\examples
..........\........\approx_multiway_cut.m,1642,2008-10-22
..........\........\bacon_numbers.m,939,2008-10-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • COMPUTEG
    computes the gravitational acceleration vector at a specified % ECF location using the JGM2 gravitational ellipsoid only. % Higher-order gravity terms (the "gravity anomaly") are % ingnored. Only the pure ellipsoid is used. (computes the gravitational acceleration vector at a specified ECF location using the JGM2 gravitational ellipsoid only. Higher-order gravity terms (the gravity anomaly ) are ingnored. Only the pure ellipsoid is used.)
    2007-12-20 00:07:29下载
    积分:1
  • fit_ML_maxwell
    fit_ML_normal - Maximum Likelihood fit of the log-normal distribution of i.i.d. samples!. Given the samples of a log-normal distribution, the PDF parameter is found fits data to the probability of the form: p(x) = sqrt(1/(2*pi))/(s*x)*exp(- (log(x-m)^2)/(2*s^2)) with parameters: m,s format: result = fit_ML_log_normal( x,hAx ) input: x - vector, samples with log-normal distribution to be parameterized hAx - handle of an axis, on which the fitted distribution is plotted if h is given empty, a figure is created. output: result - structure with the fields m,s - fitted parameters CRB_m,CRB_s - Cram?r-Rao Bound for the estimator value RMS - RMS error of the estimation type - ML
    2011-02-09 19:08:34下载
    积分:1
  • PNN-CVLOO-code
    The code implements a probabilstic Neuraol network for classification problems trained with a Leave One Out Cross Validation Scheme in Matlab (version 7 or above). The following toolboxes are required: statidtics, optimization and neural networks.
    2010-05-29 22:25:15下载
    积分:1
  • algorithm-MOTOT-Matlab-development
    matlab code for beging cc motor...
    2013-12-16 23:17:37下载
    积分:1
  • yichuansuanfa
    基于遗传算法的优化调度,调度是电力系统的调度,现在应用很广泛。(Based on Genetic Algorithms The scheduling is to schedule the power system, which is widely used now)
    2015-05-10 20:25:55下载
    积分:1
  • 用Z-N法实现P,PI,PID控制的参数整定
    用MATLAB程序软件完成Z-N法对控制器的参数整定,实现P,PI,PID控制器的分别参数整定,并求出控制器的控制参数Kp,Ti,Td。最后绘制出不同控制器控制下的及参数整定前后的单位阶跃响应图进行比较。(MATLAB program software is used to complete the parameter tuning of the controller by Z-N method. The parameters of P, PI, PID controller are adjusted, and the control parameters of the controller Kp, Ti, Td are obtained. Finally, the unit step response diagram before and after parameter tuning is plotted under different controller control.)
    2021-03-18 10:49:20下载
    积分:1
  • Func_Ga
    Finds a maximum of a function of several variables. fmaxga solves problems of the form: max F(X) subject to: LB <= X <= UB
    2012-05-06 13:00:10下载
    积分:1
  • partial-equations
    基于MATLAB环境下偏微分方程组的求解对应的代码 简单明了 便于初学者学习使用(Based on the MATLAB environment to solve partial differential equations corresponding code is simple for beginners to learn to use)
    2013-09-14 23:52:16下载
    积分:1
  • prcatice1
    802.11a, 802.11b与802.11g的throughput计算程序,只需按照程序提示即可算出不同协议下throughput的理论值。(A computing program for the throughput of 802.11a, 802.11b as well as 802.11g. You can get the throughput by typing in parameters as the guidance on the screen.)
    2013-11-06 09:45:33下载
    积分:1
  • 选择性中继中不同中继方式以及不同分集接收方式进行仿真分析 OFDM_resourse-allocation
    资料中的代码主要对选择性中继中不同中继方式以及不同分集接收方式进行仿真分析比较并仿真实现了OFDM 系统的资源分配问题。(Data code mainly selective relay and the different ways in different relay diversity reception mode simulation analysis and simulation to achieve a relatively resource allocation problem OFDM system.)
    2014-08-26 18:58:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载