资源列表
paper5
- 基于SNMP的校园网络监控系统的设计与实现_赵万平.pdf-With the implementation of _ Zhao Wanping.Pdf design of campus network monitoring system based on SNMP.pdf
spectral-subtraction-code
- spectral subtraction code implementation
rls
- this code for RLS equalizer in OFDM system
lms
- this code for LMS equalizer
linux
- 操作系统的安装,以及安装中所有的步骤,安装中遇见的问题解决。-Operating system installation, and installation of all the steps to install the met problem is solved.
K-SVD
- K均值,K-SVD算法,字典学习,英文版算法的翻译-K-means, K-SVD algorithm, dictionary learning algorithm in English translation
ofdm
- ofdm system with channel estimation -ofdm channel estimation
network
- network descr iption includes criteria for different types of network, their application and their area.
wlan1
- WLAN CSMA/CA with exponential backo-WLAN CSMA/CA with exponential backoff
papers
- Gives descr iption, introduction, generation for the space time block codes.-Gives descr iption, introduction, generation for the space time block codes.
The-PPP-dial-up-guidance
- pppd拨号指导书,包括很详细的基础知识-The PPP dial-up instruction, including the basis of detailed knowledge
二叉排序树的删除算法
- 写出在二叉排序树中删除一个结点的算法,使删除后仍为二叉排序树。设删除结点由指针p所指,其双亲结点由指针f所指,并假设被删除结点是其双亲结点的右孩子。