搜索结果
找到约 126 项符合
sub-bands 的查询结果
matlab例程 This is a program to calculate the Photonic Bands of two dimension Photonic Crystal with circular in
This is a program to calculate the Photonic Bands of two dimension Photonic Crystal with circular inclusions. It calculates both TE and TM modes (E and H polarization).
其他行业 实验参数采集窗口程序 开始采集 Private Sub kaishicaiji_Click() Timer1.Enabled = True End Sub Private Sub lishi
实验参数采集窗口程序
开始采集
Private Sub kaishicaiji_Click()
Timer1.Enabled = True
End Sub
Private Sub lishishuju_Click()
Form5.Show
Form2.Hide
End Sub
Private Sub shishiquxian_Click()
Form4.Show
Form2.Hide
End Sub
软件设计/软件工程 bu9435是一款MP3解码IC,可以独立使用,也可以通过I2C接口作为SUB IC.不错的选择!
bu9435是一款MP3解码IC,可以独立使用,也可以通过I2C接口作为SUB IC.不错的选择!
其他书籍 SIEMENS TD-SCDMA White Paper, the Solution for TDD bands. 有助于了解TDD的一些知识
SIEMENS TD-SCDMA White Paper,
the Solution for TDD bands.
有助于了解TDD的一些知识
通讯/手机编程 IEEE 802.15.3a标准的超宽带信道模型.This is the final report of the channel modeling sub-committee.
IEEE 802.15.3a标准的超宽带信道模型.This is the final report of the channel modeling sub-committee.
matlab例程 Comparison of the performances of the LS and the MMSE channel estimators for a 64 sub carrier OFDM
Comparison of the performances of the LS and the MMSE channel estimators
for a 64 sub carrier OFDM system based on the parameter of Mean square error
微处理器开发 以at91的9200举例讲解嵌入式系统中如何实现完美的SUB功能
以at91的9200举例讲解嵌入式系统中如何实现完美的SUB功能,代码很规范,值得读细品读
并行计算 用sub子程序的算法实行两个数大小比较
用sub子程序的算法实行两个数大小比较,比较结果直接显示出来。
系统设计方案 A New Optimization Model for Dynamic Power and Sub-Carrier
A New Optimization Model for Dynamic Power and Sub-Carrier
微处理器开发 ARM定址方式 直接由暂存器取出值操作 指令中的位址为暂存器编号 例题: MOV R1,R2 R2 -> R1 SUB R0,R1,R2 R1 - R2 -> R
ARM定址方式
直接由暂存器取出值操作
指令中的位址为暂存器编号
例题: MOV R1,R2 R2 -> R1
SUB R0,R1,R2 R1 - R2 -> R0