搜索资源列表
drawline2
- 一个简单的画直线的程序 用的是中心线算法画的-a simple line drawing of the procedure is the center of the painting algorithm
GSM_simlate_packge.rar
- 基于matlab开发的GSM物理层仿真程序,包括信道编解码、GSMK调制解调、viterbi均衡等整套的L1算法,并有详细的文档说明。,Matlab based on the development of GSM physical layer simulation program, including channel encoding and decoding, GSMK modulation and demodulation, viterbi algorithm for a balanced
AntiDopplerFrequencyShiftOfOFDM
- 在OFDM系统中,针对多普勒频偏采用多种算法进行校正,该文总结了这些算法。-In OFDM system, for the use of a wide range of Doppler shift correction algorithm, the text summary of the algorithm.
BPSK_simlink
- BPSK方式的一个编码译码算法程序,通过该程序可以学习编码译码的整个实现过程,写的很好-BPSK mode of a coding-decoding algorithm program, the program can learn the entire implementation process of the codec, written in good
1
- 功能:现代人的社会交往越来越多,人们会需要通讯录来记录联系信息,必须对通讯录进行管理,对使用通讯录提供方便,基本功能如下: 输入、显示、查找、删除、插入、保存、读入、按照序号查询、拷贝、排序和退出。 目的:利用静态结构数组实现通讯录管理,数组的每一个元素是一个联系记录,通过该例子了解数据库管理的基本功能,重点掌握数组元素作为结构体的应用、数组作为函数参数、文件读写、自定义函数等知识。 程序设计思路:程序设计一般由两个部分组成:算法和数据结