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

1<b>5</b>4

  • 光导型InAsSb红外探测器的研制

    针对室温(293 K)条件下使用要求,采用InAsSb单晶材料加浸没透镜制作成2~9 μm波段高灵敏度光导型InAsSb红外探测器。实测光谱响应值出现在1.656 5~8.989 μm。在光谱响应波段范围内,最大响应度值为对比组C2、C3组。初步实现了室温(293 K)使用要求,响应光谱2~9 μm波段光导型InAsSb红外探测器设计目的。

    标签: InAsSb 光导 红外探测器

    上传时间: 2013-11-23

    上传用户:xiaohanhaowei

  • 空间行波管慢波结构及注波互作用模拟设计

    设计了Ka波段螺旋线行波管的慢波结构,分析其色散特性曲线和耦合阻抗,对高频系统进行了优化;利用PIC粒子模拟得到在工作频带内饱和输出功率>73.5 W,增益畸变<2%,并对试制样管进行了试验,测得在工作频带内输出功率>45 W,电子效率>12.5%,采用4级降压收集极后总效率大于40%,最后对模拟结果和实测结果的差异原因进行了简单分析。

    标签: 行波管 慢波 模拟设计

    上传时间: 2013-12-14

    上传用户:米米阳123

  • 30个棋子由人机双方轮流取子

    30个棋子由人机双方轮流取子,每次每方只能取走1,2或4个,拿到最后一个棋子的一方算失败。开始时随机决定那方先走,尽量保证机器能赢得游戏。

    标签:

    上传时间: 2013-11-30

    上传用户:hanli8870

  • 餐饮管理系统数据库设计文档 表名:bzqbj(保质期报警表) 字段名 字段类型 字段长度 (0表示不允许NULL

    餐饮管理系统数据库设计文档 表名:bzqbj(保质期报警表) 字段名 字段类型 字段长度 (0表示不允许NULL,1为允许) id bigint 8 0 id ylid varchar 50 1 原料id ylmc varchar 50 1 原料名称 diffbzq bigint 8 1 距离保质期的时间 diffbzqyj bigint 8 1 距离保质预警期的时间 bzq bigint 8 1 保质期 表名:cdb(菜单表) id varchar 50 1 mc varchar 50 1 名称 price float 8 1 价格 lbbh bigint 8 1 类别编号(typelist) dlmc varchar 50 1 大类名称 tj float 8 1 特价 sftj int 4 1 是否特价 sfjl int 4 0 是否酒类

    标签: bzqbj NULL 字段 管理系统

    上传时间: 2015-04-01

    上传用户:royzhangsz

  • LPC2000系列32位ARM微控制器中为所有CAN控制器提供了全局的接收标识符查询功能。它包含一个512×32(2k字节)的RAM

    LPC2000系列32位ARM微控制器中为所有CAN控制器提供了全局的接收标识符查询功能。它包含一个512×32(2k字节)的RAM,通过软件处理,可在RAM中存放1~5个标识符表格。整个AF RAM可容纳1024个标准标识符或512个扩展标识符,或两种类型混合的标识符。由于允许的表格范围有2k字节,所以能容易地满足设计复杂的ID接收过滤要求

    标签: 2000 LPC ARM 512

    上传时间: 2015-04-25

    上传用户:jeffery

  • bp算法

    bp算法,网络为1-5-2-2-1。函数为y=sin(3x)cosx+1。这是用c语言写的,能运行,可以画图,这是神经网络的一个作业。

    标签: 算法

    上传时间: 2014-01-06

    上传用户:qilin

  • 数字运算

    数字运算,判断一个数是否接近素数 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

  • 源代码用动态规划算法计算序列关系个数 用关系"<"和"="将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

  • SCTP lib库

    SCTP lib库,版本1。0。4,实用于windows和linux平台,希望大家喜欢

    标签: SCTP lib

    上传时间: 2015-08-28

    上传用户:xinyuzhiqiwuwu

  • 一个简单的SPI IP核

    一个简单的SPI IP核,SPI Core Specifications 可以从说明文档中找到! The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripheral Interface is a serial, synchronous communication protocol that requires a minimum of 3 wires. FEATURES: · Compatible with Motorola’s SPI specifications · Enhanced M68HC11 Serial Peripheral Interface · 4 entries deep read FIFO · 4 entries deep write FIFO · Interrupt generation after 1, 2, 3, or 4 transferred bytes · 8 bit WISHBONE RevB.3 Classic interface · Operates from a wide range of input clock frequencies · Static synchronous design · Fully synthesizable

    标签:

    上传时间: 2015-09-17

    上传用户:TRIFCT