虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

课后答案及各章<b>要点</b>

  • 对常用转矩转速测量方法进行详细的比较

    对常用转矩转速测量方法进行详细的比较,提出了一种可实现的新方案,阐述了系统硬件的构成及各部分的功能,说明了软件的设计方法,并给出误差分析及调试经验。

    标签: 转矩转速 测量方法 比较

    上传时间: 2015-12-14

    上传用户:13215175592

  • 程序源代码分成两个部分:  一部分是用记事本或EditPlus编写的

    程序源代码分成两个部分:  一部分是用记事本或EditPlus编写的,是以各章形式组织的。 例如,第二章的内容放在ch2文件夹下。  一部分是用集成开发环境编写的,工程名即是例题号,一个例题放在一个文件夹下。 例如,例5-6放在5-6文件夹下,工程名为5-6。

    标签: EditPlus 61557 程序

    上传时间: 2013-12-20

    上传用户:yzy6007

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    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

  • 本书所介绍的内容是作者多年J2EE开发经验的总结

    本书所介绍的内容是作者多年J2EE开发经验的总结,内容涉及三个开源框架:Struts、Hibernate和Spring,还介绍了Tomcat和Jetty两个开源Web服务器的详细用法,以及J2EE应用的几种常用架构。   本书不仅仅是一本J2EE入门图书,还详尽而细致地介绍了JSP各个方面,包括JSP 2.0的规范、Struts的各种用法、Hibernate的详细用法,以及Spring的基本用法。书中所介绍的轻量级J2EE应用,是目前最流行、最规范的J2EE架构,分层极为清晰,各层之间以松耦合的方法组织在一起。书的最后配备了两个实例,均采用了贫血模式的架构设计,以便于读者更快地进入J2EE应用开发。而第8章所介绍的其他架构模式则可作为读者对架构有更好把握后的提高部分。本书配套光盘包括各章内容所用的代码,以及整个应用所需要的开源类库等相关项目文件。   本书适用于有较好的Java编程基础,有初步的J2EE编程基础的读者。本书既可以作为J2EE初学者的入门书籍,也可作为J2EE应用开发者的提高指导

    标签: J2EE 经验

    上传时间: 2014-12-07

    上传用户:tyler

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    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

  • 矢量阵的波束域music算法

    矢量阵的波束域music算法,克服在阵元域波进行music算法需要较高的信噪比及各阵元需要相位意志性的缺点

    标签: music 矢量 波束 算法

    上传时间: 2014-01-13

    上传用户:dyctj

  • MSP430单片机C语言应用程序设计实例精讲,不是电子书

    MSP430单片机C语言应用程序设计实例精讲,不是电子书,只是光盘的内容~包括书中各章的电路,源程序等~~The_application_programmer_design _example_analyse_for_msp430

    标签: MSP 430 C语言 单片机

    上传时间: 2016-02-28

    上传用户:AbuGe

  • 徐士良先生的《C常用算法程序集(第二版)》的pdf格式电子书

    徐士良先生的《C常用算法程序集(第二版)》的pdf格式电子书,并附有书中各章所有算法的源代码。

    标签: 算法 程序 电子书

    上传时间: 2013-12-26

    上传用户:kytqcool

  • 本光盘是《Delphi数据库开发经典案例解析》的配套光盘

    本光盘是《Delphi数据库开发经典案例解析》的配套光盘,与图书一起发行,不得单独出售。 (2) 本光盘的主要内容包括各章示例程序的代码。光盘的说明文件为Readme.txt,就是本文件。

    标签: Delphi 光盘 数据库 案例

    上传时间: 2013-12-25

    上传用户:qw12

  • 电子书籍

    电子书籍,附带课后作业及习题解答,从基本的C语言到c++语言,全面介绍,内容详细,比较适合初学者

    标签: 电子 书籍

    上传时间: 2013-12-29

    上传用户:225588