资源列表
Linuxrouter
- LINUX 策略路由的实现,并且在说明IP ROUTER-LINUX policy routing implementation, and in the descr iption IP ROUTER
CRCM
- CRC MATLAB 源程序,包括了CRC添加功能,输出直接为已添加CRC的数据,CRC8,16,24!-CRC MATLAB source code, including CRC add functionality, the output directly to the CRC of the data has been added, CRC8, 16,24!
PhysicalProcessMessage_m.cc
- Error Correcting Codes in Body Area Network
ppt
- 简单的读取ppt的功能,实现设置翻页功能和显示当前页功能-Read ppt functionality, simple set paging function and displays the current page function
nlms2
- NLMS algorithm demo with adaptive learning rate. ... NLMS is one of the adaptive filter algorithms. In this file ,an ... pls send matlab code.
wsntcl
- this a tcl scr ipt to demonstrate message sending in wireless network via dsdv routing protocol.The number of nodes is taken 2 out of which one is sender and another is receiver. this concept can further be implemented in n number of nodes.-this is a
PFilter
- 粒子滤波的想过程序的各种解决方式,我只是想要一个下载的账号而已-Particle filter thought of the various solutions to the program, I just want a download account only
A-few-daffodils
- 打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数 本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 1.程序分析:利用for循环控制100-999个数,每个数分解出个位,十位,百位。 -A few daffodils
ppt.le
- LaTeX技巧心得:编辑方便的幻灯片模板会议报告tex ppt-LaTeX skills learned: Editor and convenient report of the meeting tex ppt slide template
oracle 整理.txt
- oracle知识整理 java初学者 希望能有点用哈哈
New-Text-Document
- code for mobile cell search and synchronization
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