登录
首页 » matlab » matlabandcode

matlabandcode

于 2009-09-12 发布 文件大小:2976KB
0 93
下载积分: 1 下载次数: 4

代码说明:

  该压缩包里有 MATLAB的许多源码,包括插值拟合。绘图等(MATLAB)

文件列表:

Arithmetic
..........\Binary_Search.m
..........\Dijkstra
..........\........\MINROUTE.M
..........\Dynamic_pro
..........\...........\DYNPROG.M
..........\Floyd
..........\.....\floyd.m
..........\kruskal
..........\.......\MINTREEK.M
..........\Random_generate
..........\...............\SPECRND.M
..........\work
..........\....\CandM
..........\....\.....\mrank.c
..........\....\.....\mrank.exe
..........\....\.....\mrank.h
..........\....\.....\mrank.m
..........\....\.....\mrankp.c
..........\....\.....\pkg.c
..........\....\.....\pkg.exports
..........\....\.....\pkg.h
..........\....\.....\pkg.mlib
..........\....\code
..........\....\....\foo.m
..........\....\....\fun.m
..........\....\....\gasket.m
..........\....\....\sample.m
..........\....\c_mat
..........\....\.....\matcreat.c
..........\....\.....\matcreat.dsp
..........\....\.....\matcreat.dsw
..........\....\.....\matcreat.ncb
..........\....\.....\matcreat.opt
..........\....\.....\matcreat.plg
..........\....\.....\matcreate.c
..........\....\.....\mexopts.bat
..........\....\m_build
..........\....\.......\main.c
..........\....\.......\main.h
..........\....\.......\main.m
..........\....\.......\main_main.c
..........\....\.......\mrank.c
..........\....\.......\mrank.h
..........\....\.......\mrank.m
..........\....\m_build1
..........\....\........\main.c
..........\....\........\main.exe
..........\....\........\main.h
..........\....\........\main.m
..........\....\........\main_main.c
..........\....\........\mrank.c
..........\....\........\mrank.h
..........\....\........\mrank.m
..........\....\m_build2
..........\....\........\magic.h
..........\....\........\main.c
..........\....\........\main.exe
..........\....\........\main.h
..........\....\........\main.m
..........\....\........\main_main.c
..........\....\........\mrank.c
..........\....\........\mrank.h
..........\....\........\mrank.m
..........\....\........\my_rank.c
..........\....\........\my_rank.h
..........\....\........\my_rank.m
..........\....\squaren
..........\....\.......\gasket.c
..........\....\.......\gasket.cpp
..........\....\.......\gasket.dll
..........\....\.......\gasket.exe
..........\....\.......\gasket.h
..........\....\.......\gasket.hpp
..........\....\.......\gasket.m
..........\....\.......\gasket_main.cpp
..........\....\.......\gasket_mex.c
..........\....\.......\squaren.c
..........\....\.......\squaren.dll
..........\....\test
..........\....\....\axis.h
..........\....\....\grid.h
..........\....\....\legend.h
..........\....\....\sjbh.m
..........\....\....\sjbh1.c
..........\....\....\sjbh1.dll
..........\....\....\sjbh1.h
..........\....\....\sjbh1.m
..........\....\....\sjbh1_mex.c
..........\....\....\test_exe.cpp
..........\....\....\test_exe.exe
..........\....\....\test_exe.hpp
..........\....\....\test_exe.m
..........\....\....\test_exe_main.cpp
..........\....\....\Untitled.m
..........\....\timestwo
..........\....\........\timestwo.c
..........\....\........\timestwo.dll
math_exp
........\代数方程组的解法

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

发表评论

0 个回复

  • array-processing
    用matlab编的阵列处理程序,可供初学者入门。(Array processing using matlab program for beginners entry.)
    2013-05-09 21:36:17下载
    积分:1
  • leach
    无线传感器网络仿真LEACH协议,希望有人能改进下(Wireless sensor network simulation LEACH protocal, under the hope that someone can improve)
    2009-06-11 22:23:12下载
    积分:1
  • sipangzi
    用monte carlo 方法计算圆周率pi,采用的是随机投点法。以及另一个应用程序(with monte carlo methods calculated pi pi, the vote is random point method. And another application)
    2007-05-16 09:39:35下载
    积分:1
  • MATLAB_res
    这段代码主要用于工程中的结构有限元设计,依次从代码中很容易求解出结构所划分的节点数,单元数以及荷载等。(This code is mainly used for finite element in structural engineering design, are easily solved by the number of nodes in the structure of the number of units, and load.)
    2015-04-20 10:08:39下载
    积分:1
  • emdyanshi
    emd过程的详细演示 可以帮助刚刚接触hht的人了解 emd的过程(EMD detailed demonstration of the process can help just contact HHT people understand the process of EMD)
    2008-05-27 11:38:48下载
    积分:1
  • mathmodel2
    说明:  1.1 背包问题 有一个徒步旅行者,已知他能承受的旅行背包的重量不超过a(kg)。设有n种物品可供他选择装入背包,这n种物品分别编号为1,2,…,n。其中第i种物品每件的重量为ai(kg),其使用价值(指一件第i种物品对旅行者来说所带来的好处的一种数量指标)为ci(i=1,2,…,n)。问这位旅行者应如何选择携带这n种物品的件数,使得总价值最大? (1.1 knapsack problem is a hikers. he is known to travel to withstand the weight of the backpack not exceed a (kg). N Species with articles for his choice loaded backpack, n product were numbered 1, 2, ..., n. I first of which product each ai of the weight (kg), its value (i refers to a section of the types of items travelers the benefits brought by a number of indicators) for the ci (i = 1, 2, ..., n). Asked how travelers who choose to bring this product to the n pieces, making the total value of the largest?)
    2006-04-13 18:47:43下载
    积分:1
  • Salt-sensing-inversion-
    遥感盐分反演,介绍了matlab进行数学建模,并采用bp神经网络等内容(Remote sensing of salt inversion, introduced matlab mathematical modeling, and the use of neural networks and other content bp)
    2014-09-25 20:32:20下载
    积分:1
  • samp7_2
    matlab采用512个频率点绘制各种窗函数的幅频特性(matlab using 512 frequency points, drawing all kinds of window function of the amplitude-frequency characteristics)
    2008-06-19 10:08:12下载
    积分:1
  • matlab2
    说明:  matlab 界面设计应用程序篇,内容同1类似 ,讲述界面设计问题(matlab application2)
    2010-04-29 09:51:19下载
    积分:1
  • the-box-dimension
    利用matlab图像处理计算一维信号的盒维数(Calculated using matlab image processing one-dimensional signal box dimension)
    2013-12-25 15:15:40下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载