Maple学习教程 Maple是目前世界上最为通用的数学和工程计算软件之一,在数学和科学领域享有盛誉,有“数学家的软件”之称.Maple在全球拥有数百万用户,被广泛地应用于科学.工程和教育等领域,用户渗透超过96%的世界主要高校和研究所,超过81%的世界财富五百强企业. 也可在百度网盘下载 http://pan.baidu.com/s/1kT0vhxd 资源名称[点击即可免费下载] 资源大小 Applied Maple for Engineers and Scientists.pdf 1.6
收藏吧,网上搜集的,费了老大劲了,推荐给有需要的人,^_^. MATLAB课件2007北京交通大学.zip 4.87 MB A Guide to MATLAB for Beginners and Experienced Users.pdf 7.47 MB An Introduction To Programming And methods in Matlab.pdf 2.32 MB Applied Econometrics using MATLAB.pdf 1.41 MB A
一.单项选择题(共 10 题,每题 2 分,共计 20 分: 每题有且仅有一个正确选项) \2. 下列属于解释执行的程序设计语言是( ). A. C B. C++ C. Pascal D. Python 答案:D 解析:编译语言 :C/C++.Pascal/Object Pascal(Delphi) 解释性语言 :JavaScript.VBScript.Perl.Python.Ruby.MATLAB 区别就是编译语言要先翻译成中间代码,每执行一次都要翻译一次 \4. 设根节点深度为 0,一棵
在Matlab中,这几个函数区分如下: (以下默认S1和S2是字符串,同样也适用于cell细胞类型数据,也就是循环对cell中每个元素分别判断即可.) findstr(S1,S2):寻找是否有S1和S2之间的匹配,真返回1,假返回0,双向: 例: s = 'How much wood would a woodchuck chuck?'; findstr(s,'a') returns 21 findstr('
matlab有两个生成直方图的库函数,分别是imhist和histogram,二者有何区别呢? 区别就是: imhist 官方help:imhist(I) calculates the histogram for the intensity image I and displays a plot of the histogram. The number of bins in the histogram is determined by the image type. 可见,imhist的NumB