登录
首页 » matlab » math_solutions

math_solutions

于 2009-02-02 发布 文件大小:45183KB
0 219
下载积分: 1 下载次数: 155

代码说明:

  《高等应用数学问题MATLAB求解》的PDF版及习题解答(《Higher Applied Mathematics MATLAB to solve the problem》of the PDF version and answer exercises)

文件列表:

chap1.pps
chap10.pps
chap2.pps
chap3.pps
chap4.pps
chap5.pps
chap6.pps
chap7.pps
chap8.pps
chap9.pps
math_solutions.pdf
readme.pps
《高等应用数学问题MATLAB求解》
..............................\chap1.pps
..............................\chap10.pps
..............................\chap2.pps
..............................\chap3.pps
..............................\chap4.pps
..............................\chap5.pps
..............................\chap6.pps
..............................\chap7.pps
..............................\chap8.pps
..............................\chap9.pps
..............................\readme.pps
例题全部代码
............\c1ex4mod.mdl
............\examp10_1.m
............\examp10_10.m
............\examp10_11.m
............\examp10_12.m
............\examp10_13.m
............\examp10_14.m
............\examp10_15.m
............\examp10_16.m
............\examp10_17.m
............\examp10_18.m
............\examp10_19.m
............\examp10_2.m
............\examp10_20.m
............\examp10_21.m
............\examp10_22.m
............\examp10_23.m
............\examp10_24.m
............\examp10_25.m
............\examp10_28.m
............\examp10_29.m
............\examp10_3.m
............\examp10_30.m
............\examp10_31.m
............\examp10_32.m
............\examp10_33.m
............\examp10_34.m
............\examp10_35.m
............\examp10_36.m
............\examp10_37.m
............\examp10_38.m
............\examp10_39.m
............\examp10_4.m
............\examp10_5.m
............\examp10_6.m
............\examp10_7.m
............\examp10_8.m
............\examp10_9.m
............\examp1_1.m
............\examp1_2.m
............\examp1_3.m
............\examp1_4.m
............\examp1_5.m
............\examp2_1.asv
............\examp2_1.m
............\examp2_10.m
............\examp2_11.m
............\examp2_12.m
............\examp2_13.m
............\examp2_14.m
............\examp2_15.m
............\examp2_17.m
............\examp2_18.m
............\examp2_19.m
............\examp2_2.m
............\examp2_20.m
............\examp2_21.m
............\examp2_22.m
............\examp2_23.m
............\examp2_24.m
............\examp2_25.m
............\examp2_26.m
............\examp2_27.m
............\examp2_28.m
............\examp2_29.m
............\examp2_3.m
............\examp2_30.m
............\examp2_31.m
............\examp2_4.m
............\examp2_5.m
............\examp2_6.m
............\examp2_7.m
............\examp2_8.m
............\examp2_9.m
............\examp3_1.m

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

发表评论

0 个回复

  • MATLAB
    说明:  本书中包含有 所有MATLAB的函数中文简介 对英文不好的朋友 有很好的用处(This book contains all the MATLAB functions Introduction to the English is not good Chinese friends have a good use)
    2010-04-25 16:28:11下载
    积分:1
  • jdzyd
    计算网络节点收缩后的节点重要度,并对电源节点和负荷节点进行归一化(node importance)
    2010-05-05 22:35:39下载
    积分:1
  • TSP
    利用和声搜索算法解决数目较小的TSP问题,程序中取路径点数为5.(Use harmony search algorithm to solve a smaller number of TSP, the program takes the path points to 5.)
    2020-10-22 20:57:22下载
    积分:1
  • Cattle-Rafah-program-description
    牛拉法解潮流问题,程序运行良好,可以实现良好的解决潮流问题(Ox-drawn method for solving the flow problem, the program is running, you can achieve a good solution to the trend.)
    2012-04-01 10:58:02下载
    积分:1
  • xiaoboyuzhi
    各种方法的去噪程序 den1.m 使用半软阈值方法对图像进行去噪 den1_5_1.m 半软阈值的改进方法 对第一层重构图像进行均值滤波 den1_9.m 半软阈值的改进方法 将线性衰减的函数改为指数的 den1_10.m 半软阈值的改进方法 对第一层的重构图像再次进行小波阈值去噪 den2.m 用软硬阈值函数的改进方法进行去噪 den3.m 用广义阈值函数进行去噪 den4.m 用自适应特征阈值函数进行去噪 wdenoise.m 用Donoho阈值或Birge-Massart策略及软阈值或硬阈值函数进行去噪 meanfilter.m 均值滤波方法进行去噪(对比用) medfilter.m 中值滤波方法进行去噪(对比用)(Denoising procedures for various methods Den1.m using semi soft threshold method for image denoising The improved method of den1_5_1.m semi soft threshold for the first layer of the reconstructed image The improved method of den1_9.m semi soft threshold will be changed linear to exponential. The improved method of den1_10.m semi soft threshold for the first layer of the reconstructed image again for wavelet thresholding denoising Den2.m using the soft and hard threshold function to improve the method of denoising Den3.m using generalized threshold function for denoising Den4.m with adaptive feature threshold function for denoising Wdenoise.m with Donoho threshold or Birge-Massart strategy and soft threshold or hard threshold function for denoising Meanfilter.m mean filtering method for denoising (contrast) Medfilter.m median filtering method for denoising (contrast))
    2015-11-13 20:27:01下载
    积分:1
  • ACO
    基本蚁群算法,主要做的是最短路径,请大家修改后应用(Basic ant colony algorithm, the main job of the shortest path, let us apply the modified)
    2011-05-18 17:34:17下载
    积分:1
  • RFID-in-matlab
    关于rfid射频技术的实现方式的软件研究,并通过matlab进行了仿真(Theory of rfid programming,similation in matlab environment)
    2011-05-27 08:59:27下载
    积分:1
  • NL2
    nl算法是一个十分好的图像去噪的算法,算法比较容易实现,适合于图像处理方面入门的人学习使用(nl algorithm is a very good image denoising algorithm, the algorithm is relatively easy to implement, suitable for image processing aspects of the entry of people learning to use)
    2012-05-02 22:56:37下载
    积分:1
  • forty--case
    matlab统计分析与应用40案例(电子书加全部源代码)(Matlab statistic analysis and application:forty case (include ebook and all the source codes))
    2013-02-27 17:01:02下载
    积分:1
  • snake
    蛇贪蛋,一个好玩的游戏,matlab编码(The snake corruption eggs, a fun game, matlab code)
    2014-11-25 09:52:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载