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

综合布线<b>系统</b>

  • 传输线理论

    目录  第一章           传输线理论 一 传输线原理 二 微带传输线 三 微带传输线之不连续分析 第二章           被动组件之电感设计与分析 一 电感原理 二 电感结构与分析 三 电感设计与模拟 电感分析与量测

    标签: 传输线

    上传时间: 2013-11-21

    上传用户:qb1993225

  • 功率方向元件的MATLAB仿真

    目前,随着舰船综合电力推进系统的快速发展,环形区域配电技术已经成为当前舰船电力推进技术研究的一个重要内容。本文以此为背景,介绍了环形区域配电技术中的相关保护性问题及其重要性,主要分析了其中的方向性过电流保护的工作原理以及功率方向元件的结构框架,并通过仿真软件MATLAB 7.0b对功率方向元件进行建模仿真,并将仿真结果与理论做了对比。仿真结果表明,该功率方向元件能够较好的实现功率方向的判断。

    标签: MATLAB 功率 元件 仿真

    上传时间: 2013-10-11

    上传用户:refent

  • 题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示

    题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。

    标签: gt 90 运算符 嵌套

    上传时间: 2015-01-08

    上传用户:lifangyuan12

  • RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key

    RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s

    标签: person_key RSA 算法

    上传时间: 2013-12-14

    上传用户:zhuyibin

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    标签: government streamline important alphabet

    上传时间: 2015-06-09

    上传用户:weixiao99

  • 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P)

    上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Language, CFL),当且仅当存在一个CFG G,使得L=L(G)。 *⇒ 例如,设文法G:S→AB A→aA|a B→bB|b 则L(G)={a^nb^m | n,m>=1} 其中非终结符都是大写字母,开始符都是S,终结符都是小写字母。

    标签: Context-Free Grammar CFG

    上传时间: 2013-12-10

    上传用户:gaojiao1999

  • 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

  • 基于MVC架构的网站RBAC访问控制框架设计与实现.本此毕业设计将基于角色访问控制(Role-Based Access Control

    基于MVC架构的网站RBAC访问控制框架设计与实现.本此毕业设计将基于角色访问控制(Role-Based Access Control,RBAC)作为研究课题,来实现一个企业内部管理系统中的权限管理部分。本文在RBAC2001建议标准的参考模型(下称NIST RBAC模型)的基础上,结合综合信息管理系统以及软件系统集成的要求和特点,将RBAC访问控制框架应用到一个已有的以MVC为架构建立而成的商务网站中去。

    标签: Role-Based Control Access RBAC

    上传时间: 2016-05-08

    上传用户:yulg

  • 强联公司WS 系列

    强联公司WS 系列,51 单片机综合开发学习系统,实验手册

    标签:

    上传时间: 2016-08-06

    上传用户:anng

  • 随着社会的发展和科学技术的进步

    随着社会的发展和科学技术的进步,现代社会对测量仪器的需 求越来越广,对仪器的性能要求也越来越高。在迅速发展的集成电 路技术和计算机技术的推动下,测量仪器也正发生巨大的变化。以 虚拟仪器为代表的新型测量仪器改变了传统仪器的思想,它们充分 利用计算机强大的软硬件功能,把计算机技术和测量技术紧密结合 起来。特别是基于计算机平台的各种测量仪器由于成本低、使用方 便等优点得到了更广泛的应用,在计算机普及率比较高的高等院校, 这种测量仪器对教学和科研都有重要的使用价值。 本文作者在对各种数字测量系统深入研究的基础之上,采用虚 拟仪器的思想,结合计算机的结构特点,设计出一套以计算机为平 台,包含信号采集与显示的综合测试系统。本系统包括有频率计、 示波器、频谱分析仪等多种仪器的功能。能对信号进行综合测量。 系统的关键部分是高速数据采集。系统中的逻辑控制部分采用CPLD 来实现,大大提高了系统的集成度。系统在信号的采样方法上采用 了一种新的方案并进行了试验验证。本文从系统总体设计的角度, 对整个系统的方案设计、制板、调试过程以及试验结果等方面进行 了详细论述。

    标签: 发展

    上传时间: 2013-12-24

    上传用户:Thuan