登录
首页 » matlab » MATLABProgramSourceCode

MATLABProgramSourceCode

于 2010-07-08 发布 文件大小:653KB
0 185
下载积分: 1 下载次数: 1

代码说明:

  这是科学运算语言MATLAB程序设计有关的函数代码(This is a scientific computing language of MATLAB programming code related to the function)

文件列表:

@polynom
........\char.m,471,2000-05-07
........\display.m,143,2000-05-07
........\double.m,64,2000-05-07
........\minus.m,159,2000-05-07
........\mpower.m,209,2000-05-07
........\mtimes.m,111,2000-05-07
........\plus.m,157,2000-05-07
........\polynom.m,307,2000-05-07
........\polyval.m,91,2000-05-07
apolloeq.m,363,2000-05-07
ball_bounce.m,1729,2000-05-07
bmpSigns.mat,5000,2000-04-04
c6ftest.c,10829,2000-05-05
c6ftest.cpp,9446,2000-05-05
c6ftest.exe,126976,2000-05-05
c6ftest.h,459,2000-05-05
c6ftest.hpp,435,2000-05-05
c6ftest.m,2020,2000-04-05
c6ftest.mat,1720,2000-04-05
c6ftest_mainhg.c,1484,2000-05-05
c6ftest_mainhg.cpp,1281,2000-05-05
c7fpid1.mdl,7400,2000-04-27
c7fsim2.mdl,7199,2000-03-27
c7fsim2_tmp.mdl,6133,2000-03-27
c7_MATLAB_Notebook.doc,91136,2000-06-24
Contents.m,3519,2000-06-30
convs.m,178,2000-06-05
dadao.au,402668,1999-02-25
diffctr.m,1197,2000-05-07
draw_3d_graph.m,188,2000-05-07
exec_bouncing.m,671,2000-05-07
file_print.m,534,2000-05-07
frac_tree.c,7477,2000-04-18
frac_tree.dll,9728,2000-04-18
frac_tree.h,619,2000-04-18
frac_tree.m,657,2000-05-07
frac_tree1.c,835,2000-04-19
frac_tree1.dll,40960,2000-04-19
frac_tree2.c,838,2000-04-16
frac_tree2.dll,7168,2000-04-09
frac_tree3.c,838,2000-04-16
frac_tree3.dll,7168,2000-04-04
frac_tree_c.dll,9728,2000-04-18
frac_tree_main.c,1345,2000-04-18
frac_tree_mex.c,1003,2000-04-18
frac_tree_p.cpp,4498,2000-04-18
frac_tree_p.hpp,344,2000-04-18
frac_tree_p.m,557,2000-05-08
frac_tree_plt.c,7389,2000-04-18
frac_tree_plt.h,617,2000-04-18
frac_tree_plt.m,493,2000-05-08
frac_tree_plt_mex.c,1027,2000-04-18
frac_tree_p_main.cpp,915,2000-04-18
frac_tree_s.c,7294,2000-04-19
frac_tree_s.h,457,2000-04-19
frac_tree_s.m,563,2000-05-08
frac_tree_s_main.c,1357,2000-04-19

gshwfrac.m,470,2000-05-07
gui_counter.m,1021,2000-04-06
gui_counter1.m,972,2000-04-05
gui_demo.m,1231,2000-05-07
gui_demo_ctx.m,1603,2000-04-05
g_lower.m,116,2000-05-07
g_upper.m,115,2000-05-07
julia.m,309,2000-06-19
lorenzeq.m,248,2000-05-07
matrix_editor.m,276,2000-05-08
matx_edit.xls,13824,2000-04-27
mat_inv.m,753,2000-05-07
mex_cell.c,547,2000-04-16
mex_cell.dll,6656,2000-04-16
mex_eigens.c,944,2000-04-17
mex_eigens.dll,6656,2000-04-17
mex_engine.c,595,2000-04-17
mex_engine.dll,6656,2000-04-17
mex_ex7_1.c,745,2000-06-24
mex_ex7_1.dll,40960,2000-04-28
mex_ex7_1.m,163,2000-05-08
mex_ex7_1a.c,936,2000-04-28
mex_ex7_1a.dll,40960,2000-04-28
mex_ex7_1a.m,163,2000-05-08
mex_matp.c,1070,2000-04-17
mex_matp.exe,8152,2000-04-17
mex_matproc.c,374,2000-06-24
mex_matproc.dll,6656,2000-04-17
mex_mattrans.c,940,2000-04-19
mex_mattrans.dll,40960,2000-04-28
mex_mysin1.c,706,2000-06-30
mex_mysin1.dll,6656,2000-06-30
mex_mysin2.c,860,2000-04-17
mex_mysin2.dll,40960,2000-04-17
mex_string.c,664,2000-04-28
mex_string.dll,32768,2000-04-28
mex_strmat.c,967,2000-04-28
mex_strmat.dll,32768,2000-04-28
my2deq.m,254,2000-05-07
my2dfun.m,191,2000-05-07
myerrf.m,141,2000-05-07

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

发表评论

0 个回复

  • 粒子群优化算法求解最优路径
    粒子群优化最优路径算法,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优(Similar to simulated annealing (SA), particle swarm optimization (PSO) optimizes the optimal path by iteratively searching for the optimal solution from a random solution. It also evaluates the quality of the solution by fitness, but it is simpler than the genetic algorithm rules. It does not have the crossover and Mutation operations of genetic algorithm. It finds the global optimum by following the best values currently searched.)
    2018-10-26 15:21:31下载
    积分:1
  • 89346492nrzrz
    NRZ_RZ码以及功率谱的matlab程序。希望对大家有用 (NRZ RZ CODE AND SPECTRUM)
    2010-12-13 14:32:49下载
    积分:1
  • TabActivityDemo
    TabActivity实现多页面切换,经典的底部导航栏功能(TabActivity demo)
    2014-09-10 10:29:50下载
    积分:1
  • MIP_TSP
    说明:  利用lindoapi借口在matlab中调用lindoapi中的函数,构造混合整数规模模型,求解小规模TSP问题的最优解(lindoapi excuse the use of Matlab lindoapi call the function, Mixed Integer scale tectonic model for small-scale TSP Optimal Solutions)
    2006-05-06 23:52:16下载
    积分:1
  • ADRC
    ADRC自抗扰控制simulink仿真程序。(ADRC(Active Disturbance Rejection Control))
    2017-10-10 23:24:58下载
    积分:1
  • quantize
    一个MATLAB编的图像编码中的量化小程序,希望大家看了有用(A series of MATLAB Image Coding quantify small procedures, hope that we read useful)
    2007-12-13 16:01:46下载
    积分:1
  • Odefun5
    间歇反应釜的matlab建模,M文件,c可自由改变(Modeling of batch reactor)
    2013-12-16 20:15:44下载
    积分:1
  • kalp-presentation
    A Novel Approach to Design and Implement Di erential Time Lapse Video in Real Time Application
    2012-01-26 14:13:21下载
    积分:1
  • Perceptron_Batch
    使用吗matlab语言,实现很多模式识别上的经典算法,如Perceptron_Batch算法等(Matlab language to use it to achieve many of the classic pattern recognition algorithms, such as algorithm Perceptron_Batch)
    2009-07-02 05:21:25下载
    积分:1
  • Build_Noiselets.m
    Create a noiselet matrix
    2013-03-28 06:04:32下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载