资源列表
cyclic_decoder
- (7,4)系统循环码译码器 decode_out = cyclic_decoder(decode_in) 该系统循环码译码器的生成多项式是g(x) = x^3 + x + 1 输入参数decode_in是接收到的循环码字,是1×7的行向量;输出decode_out是解 码后的信息码字,是1×4的行向量。 函数运行时,同时画出接收循环码字和译出码字的波形图。 - (7,4) system cycle Decoder decode_out = cyclic_
cyclic_coder
- (7,4)系统循环码编码器 code_out = cyclic_coder(code_in) 该系统循环码编码器的生成多项式是g(x) = x^3 + x + 1 输入参数code_in是信息码字,是1×4的行向量;输出code_out是编码后的系统 循环码字,是1×7的行向量。 函数运行时,同时画出输入信息码字和循环码字的波形图。- (7,4) cyclic code system Encoder code_out = cyclic_coder (code
test2
- 该程序产生一个Gold序列族的所有序列,并计算其自相关函数,从而检验其平衡性-The program produces a family of Gold sequences of all sequences, and calculate its autocorrelation function, and thus test its balance
CSPopengl2011
- 此代码是在C++的环境下用OpenGL进行图像的开发,代码主要是用OpenGL变换背景。-This code is in C++ environment using OpenGL for image development, the code is mainly used OpenGL transformation background.
STACKS
- 堆栈、队列的链式实现 基本要求:所设计的程序要有简单的DOS界面,方便用户进行操作,完成以下功能: 以链式存储方式,实现堆栈的入栈、出栈、取栈顶元素功能。 以链式存储方式,实现带表头结点的循环队列的入队、出队、取队首元素、求队列长度。 查找出队列中的最大元素。 利用所实现的堆栈对队列中元素进行逆置,并将结果输出到文本文件中。 提高要求: 系统运行时能从文本文件中读取堆栈、队列元素信息,运行结束能将堆栈、队列最新元素信息保存至相应文件中。-Stack, queue ch
appl3_4
- 绘制序列及其傅里叶变换的幅值图,并求逆变换。一个matlab程序。-Draw sequences and Fourier amplitude figure, and pray for inverter change. A matlab application.
listmanagement
- 按照详细的格式打印公司出货单,尤其是利用css布局整个网页页面,并用asp.net实现动态打印功能。-The format printing company in accordance with detailed shipping orders, especially the layout of the web page using css, and dynamic printing using asp.net.
appl3_3
- 这是一个关于求周期序列的离散傅里叶变换的程序。-This is about the sequence of the cycle for the discrete Fourier transform program.
DEMO8901_c
- LTM8091温湿度传感器测试程序,LTM - 8901使用数字化技术, 使得系统精度不受传输影响, 且无需A /D 等繁琐电路, 数据由传感器出来直接进入单片机, 系统可能发生故障的环节少, 便于维护。-LTM8091 temperature and humidity sensor test program
OpenGLbook2010
- OpenGL的入门级教程,此教程适合于初学者,通过学习此教程,初学者能更快地学习OpenGL的编程-OpenGL entry-level tutorial, this tutorial is for beginners, through this tutorial, beginners can quickly learn OpenGL programming
tiankong
- 初学D3D游戏编程,自己的写的一个天空盒模型,后缀为.X文件-D3D game programming beginner, to write their own model of a sky box, the suffix. X Files
appl3_2
- 用振幅为0.8的方波进行傅里叶分析,并求当K不同值时的合成信号。-By amplitude of 0.8 square wave to Fourier analysis, and pray for different value when K synthetic signal.
