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

可<b>测</b>性设计

  • 电力系统在台稳定计算式电力系统不正常运行方式的一种计算。它的任务是已知电力系统某一正常运行状态和受到某种扰动

    电力系统在台稳定计算式电力系统不正常运行方式的一种计算。它的任务是已知电力系统某一正常运行状态和受到某种扰动,计算电力系统所有发电机能否同步运行 1运行说明: 请输入初始功率S0,形如a+bi 请输入无限大系统母线电压V0 请输入系统等值电抗矩阵B 矩阵B有以下元素组成的行矩阵 1正常运行时的系统直轴等值电抗Xd 2故障运行时的系统直轴等值电抗X d 3故障切除后的系统直轴等值电抗 请输入惯性时间常数Tj 请输入时段数N 请输入哪个时段发生故障Ni 请输入每时段间隔的时间dt

    标签: 电力系统 计算 运行

    上传时间: 2015-06-13

    上传用户:it男一枚

  • 在数据采集系统中

    在数据采集系统中,USB接口技术以其高传输速度,简便的连接,以及其高通用性和高稳定性,比PCI等其他采集更适合与计算机的通信。本文系统介绍了基于USB2.0接口的数据采集系统的开发过程,以及硬件设计、固件、驱动和应用程序的设计等。本系统可实现模拟信号的采样和多路开关量输入、输出。并可通过对USB接口芯片可编程控制接口的设计实现数据的高速连续采样和传输。

    标签: 数据采集系统

    上传时间: 2013-12-17

    上传用户:wangyi39

  • 一个小的学生管理系统

    一个小的学生管理系统,可为完成java课程设计的同学提供参考。

    标签: 管理系统

    上传时间: 2015-10-25

    上传用户:love_stanford

  • 本书以帮助读者掌握C++面向对象高效编程方法为目的

    本书以帮助读者掌握C++面向对象高效编程方法为目的,详细介绍了C++编程中的各种概念和应用技巧。全书共分为两部分,第一部分介绍了面向对象编程的基础和应用,如数据抽象,继承,异常处理等内容;第二部分说明了如何建立抽象的概念及其策略,并研究了C++对象模型。书中带有大量的代码实例,使读者不仅能够从理论上得以提高,而且还能够轻松地在实践中应用。本书适用于C++程序员,也可供面向对象程序设计感兴趣的编程人员及大专院校计算机专业师生参考。

    标签: 对象 编程方法

    上传时间: 2015-11-08

    上传用户:开怀常笑

  • 专用于计数器的检测

    专用于计数器的检测,可同时测80个,分时控制,整机电流小,20A开关电源即可。

    标签: 计数器 检测

    上传时间: 2013-12-20

    上传用户:ainimao

  • 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

  • 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

  • 面积最小的AES高级加密算法实现

    面积最小的AES高级加密算法实现,和此代码的测试程序,可作为一个IP核直接使用,可减少开发人员的设计时间

    标签: AES 加密算法

    上传时间: 2016-03-18

    上传用户:Yukiseop

  • 一个详细的通信程序

    一个详细的通信程序,可作为大家的课程设计使用

    标签: 通信程序

    上传时间: 2016-05-25

    上传用户:王小奇

  • S3C44B0学习板原理图

    S3C44B0学习板原理图,可为初学者参考ARM7设计用

    标签: S3C44B0 原理图

    上传时间: 2013-12-23

    上传用户:chenbhdt