本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院校研究生、本科生教学用书,也可作为广大科研工程技术人员的自学用书。
上传时间: 2013-12-08
上传用户:电子世界
网络传输,并自动控制电脑打印, 这个功能可以 有多种的 实际 用际,提供 强大的 功能
标签: 网络传输
上传时间: 2016-01-07
上传用户:qq521
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
EndNote是帮助科技人员在写作论文过程中管理、查询文献资料的一个有力工具,而IEEE库则是电气、自动控制学科主要的文献资料来源。但可惜的是当IEEE库生成可导入EndNote的索引资料时,未能将文章的下载网址一起写入。本VB源程序针对这一问题,对IEEE库生成的两种索引资料(一种文本格式、一种是EndNote格式)进行处理,实现了将文章的下载网址一起导入EndNote的功能,从而使得用户在经过IEEE库的搜索、并将索引导入Endnote以后,就无须再访问IEEE苦的主页,也无须你学校有IEEE库的空位(只要你们学校订购了IEEE库),就可以随时下载相关的论文。
上传时间: 2016-01-24
上传用户:qunquan
一个用电磁炉测试式,电流检测,电压检测。及功率自动控制
上传时间: 2014-01-13
上传用户:古谷仁美
直流电机教材,自动控制必备,好东西大家分享
上传时间: 2013-12-14
上传用户:wuyuying
本书提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院校研究生、本科生教学用书,也可作为广大科研工程技术人员的自学用书。
上传时间: 2016-02-07
上传用户:LouieWu
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
用zigbee协议实现的家庭自动化的程序,这里主要是实现家庭灯光的无线自动控制,掌握了这个,对zigbee协议中的绑定就会有很好的理解了。
上传时间: 2014-07-03
上传用户:silenthink
本人做的一款MSC-51控制程序定时开关控制器 本产品能根据用户设定的时间,自动打开 和关闭各种电器设备的电源。广泛用于路灯、霓虹灯、广告灯、电饭煲、增氧机、养殖灌溉、预热等领域用电设备的编程定时自动控制。
上传时间: 2016-02-22
上传用户:shanml