本书基于MATLAB 5.2版,提供了使用MATLAB的实践性指导。MATLAB已成为适合多学科、多种工作平台的功能强大、界面友好、语言自然并且开放性强的大型优秀应用软件,同时也已成为国内外高等院校高等数学、数值分析、数字信号处理、自动控制理论以及工程应用等课程的基本教学工具。本书按逻辑编排,自始至终用实例描述;内容完整且每章相对独立;是一本简明的MATLAB参考书,既适用于初学者,也适用于高级MATLAB用户。对MATLAB与FORTRAN、C等语言结合的描述更是所有MATLAB书籍中少有的一大特色。 本书适合作为理工科高等院校研究生、本科生教学用书,也可作为广大科研工程技术人员的自学用书。
上传时间: 2013-12-08
上传用户:电子世界
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
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
这是一本数据结构算法的书,是用C语语言描述的。
上传时间: 2016-02-14
上传用户:dreamboy36
学生管理系统修改版,解压后使用,数据库文件导入到sql2000中(先要新建一个数据库student,然后右键点击还原数据库),运行源代码(在.net中,c#开发语言)
上传时间: 2014-10-12
上传用户:liglechongchong
Samsung S3C2440 bootloader。串口输出,支持USB下载内核镜像,主要分为硬件初始化的汇编代码init.s和C的内核引导代码u2440mon.c两部分
标签: bootloader Samsung S3C2440 串口输出
上传时间: 2016-03-31
上传用户:aappkkee
AES和MD5算法源码,用C#语言编写,可以当作实验的参考使用
上传时间: 2013-12-09
上传用户:youlongjian0
本书分为五个部分,共23章。8-18章 本书主要介绍了Visual C++.NET语言、图形界面开发、文件操作、动态链接库、多线程编程、多媒体编程、帮助的制作、软件的安装与部署、关系数据库、ADO编程技术、.NET框架、ADO.NET编程技术,ASP.NET编程技术和Web服务。
标签: 分
上传时间: 2014-06-29
上传用户:sk5201314
本书分为五个部分,共23章。21章 本书主要介绍了Visual C++.NET语言、图形界面开发、文件操作、动态链接库、多线程编程、多媒体编程、帮助的制作、软件的安装与部署、关系数据库、ADO编程技术、.NET框架、ADO.NET编程技术,ASP.NET编程技术和Web服务。
标签: 分
上传时间: 2013-12-23
上传用户:标点符号
Programming interviews exposed 程序员面试宝典 本书取材于各大IT公司历年面试真题(包括笔试题、口试题、电话面试、英语面试,以及逻辑测试和智商测试)。通过精确详细的分类,把在应聘程序员(含网络、测试等)过程中所遇见的常见考点分为21章。不仅对传统的C系语言考点做了详尽的解说,包括面向对象问题、sizeof问题、const问题、数据结构问题等。还根据外企出题最新特点,针对设计模式问题、C#问题、网络问题、数据库问题、NET问题等,做了深入的说明。 程序员面试宝典 英文版 Programming interviews exposed
标签: Programming interviews exposed 程序员面试
上传时间: 2014-01-05
上传用户:gonuiln