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

射频功率<b>放大</b>电路

  • 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

  • 电梯门禁系统:包括系统原理图

    电梯门禁系统:包括系统原理图,通信流程图和C语言源程序 AT89C52控制H6152读卡器读写Mifare射频卡并通过CAN总线连接系统主机,CAN总线控制器为SJA1000,收发器为P82C250.

    标签: 电梯 原理图 门禁系统

    上传时间: 2014-01-06

    上传用户:jhksyghr

  • 公交非接触IC卡读写器的应用设计采用PHILIPS公司的Mifare卡作IC卡

    公交非接触IC卡读写器的应用设计采用PHILIPS公司的Mifare卡作IC卡,设计以射频技术为核心,以单片机为控制器的IC卡读写器在公交自动收费系统中的应用。制作的IC卡读写器可以实现制卡、售卡、自动收费等功能,具有安全、实用、方便、快捷、可靠性高的特点,解决了城市公共交通服务行业既频繁又琐碎的收费管理问题,有广泛的应用前景。

    标签: PHILIPS Mifare 非接触IC卡 读写器

    上传时间: 2014-12-05

    上传用户:aysyzxzm

  • 最新的DVB-H的引导标准

    最新的DVB-H的引导标准,对于预将DVB-H,DVB-T,DMB等模块集成到手机射频中有相当大的参考价值

    标签: DVB-H 标准

    上传时间: 2015-05-07

    上传用户:牛津鞋

  • ZigBee™ 是专为低速率传感器和控制网络设计的无线网络协议。有许多应用可从ZigBee 协议受益

    ZigBee™ 是专为低速率传感器和控制网络设计的无线网络协议。有许多应用可从ZigBee 协议受益,其中可能的一些应用有:建筑自动化网络、住宅安防系统、工业控制网络、远程抄表以及PC 外设。此程序包提供的是Zigbee协义栈函数库源代码,它实现了一个与物理层 无关的应用程序接口。 因此,无需做重大修改就可以轻松地在射频(Radio Frequency,RF)收发器之间移植应用程序。

    标签: ZigBee 8482 协议 低速

    上传时间: 2014-01-16

    上传用户:Pzj

  • 青岛市城市远程集超系统中的手持器程序

    青岛市城市远程集超系统中的手持器程序,用的是KEIL C7.0,用了北京天石的操作系统,是一个典型的嵌入式POS的程序,包含了常见手持器的基本功能,如用了红外1。1版本的通信协议,接触,射频卡读写等。

    标签: 城市 远程 手持

    上传时间: 2015-05-13

    上传用户:liansi

  • 数字运算

    数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    标签: 数字 运算

    上传时间: 2015-05-21

    上传用户:daguda

  • FM1702NL

    FM1702NL,FM1702SL(复旦微电子的M1射频卡读卡芯片,替换PHILIPS的MFRC500/530等)问题的解决办法,以及基于LPC213X系列ARM的SPI接口程序和时序图。 可以用于LPC2131,LPC2132,LPC2134,LPC2136,LPC2138等,也可以用在LPC2141,LPC2142,LPC2144,LPC2146,LPC2148上面。内部有详细说明。

    标签: 1702 FM NL

    上传时间: 2015-05-30

    上传用户:123啊

  • 源代码用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a

    源代码\用动态规划算法计算序列关系个数 用关系"<"和"="将3个数a,b,c依次序排列时,有13种不同的序列关系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要将n个数依序列,设计一个动态规划算法,计算出有多少种不同的序列关系, 要求算法只占用O(n),只耗时O(n*n).

    标签: lt 源代码 动态规划 序列

    上传时间: 2013-12-26

    上传用户:siguazgb

  • 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