资源列表
fading
- this explains about the concept of channel and fading related to it and about the ofdm concept.
background
- Daily moto to unlock my download account here. do not have anything useful to share now. sorry
bluetooth
- 使用J2ME搜索蓝牙设备,并与搜到的设备通信.txt-Search for Bluetooth devices using the J2ME, and seized the equipment and communications. Txt
cpp
- 内容比较全面,构思新颖!个人辛苦了两天编写和修改的,多多提意见!-Content more comprehensive, innovative idea! Individuals have worked hard to prepare and modify the two-day, multi-do so!
main
- 将两块CAN总线开发板CANH---CANH,CANL---CANL相连,通过串口调试软件发送数据到单片机中,数码管显示相应的数值,并通过CAN发送到另一块CAN开发板上。-Will be connected to two CAN bus development board CANH--- CANH, CANL--- CANL debugging software to send data through the serial port to the microcontroller, digit
Completemsmodulationanddemodulationbiterrorratesim
- 完整msk的调制解调信道误码率仿真MATLAB程序 是个文本的 解压后可以直接用-Complete msk modulation and demodulation bit error rate simulation MATLAB program
tongxunlu
- 简易通讯录 VC++课程设计 很好用 希望大家喜欢-simple communication text
Decomposition-of-the-quality-factor
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n, 重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。 -Decomposition of the qualit
New-Text-Document
- code for mobile cell search and synchronization
oracle 整理.txt
- oracle知识整理 java初学者 希望能有点用哈哈
ppt.le
- LaTeX技巧心得:编辑方便的幻灯片模板会议报告tex ppt-LaTeX skills learned: Editor and convenient report of the meeting tex ppt slide template
A-few-daffodils
- 打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数 本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 1.程序分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。 -A few daffodils