资源列表
complex
- 这个文档虽然没有源代码,但是里面有一些关于复杂网络的重要资料,比源代码本身更具有代表意义。-Although this document is not the source code, but there are some on the complex network of important information than the source code itself, on behalf of more significance.
qpsk
- 上述程序主要描述的是用matlab来编程实现qpsk通信系统调制-Procedure described above is mainly to programming qpsk matlab modulation communication system
sorting
- 排序、插入、删除用数据结构进行算法的设计-failed to translate
Class1
- Program to demonstrate in java
capvsantenna
- This code gives MIMO capacity comparison wrt antenna 1t 10db
ex3
- An exercise solution in VHDL
pilot-insersion-and-remove
- Pilot insersion and remove for OFDM block
bmptomif
- 用Matlab将bmp格式的图片转化为mif文件-translate the bmp picture to mif picture
shanchu.rar
- 一个用C#编写的删除例子,可以作为封装成类。,One prepared by the deletion of C# example, can serve as a package into a category.
Medianfiltertoachieve
- 实现中值滤波,在VC环境下的用行,任意大小的中值滤波。-Median filter to achieve in the circumstances of the use of VC firms, of any size median filter.
4
- 假设树上第个结点所含的数据元素为一个字母,并用链式存储结构为树的存储结构,试写一个按凹入表达方式打印一棵树的算法-Assumes that a tree each node has data elements of a letter, and chain storage structure for the storage structure of tree, try to write a press recessed expression print a tree algorithm
NEW
- 中缀表达式转后缀表达式 Descr iption 将中缀表达式(infix expression)转换为后缀表达式(postfix expression)。假设中缀表达式中的操作数均以单个英文字母表示,且其中只包含双目算术操作符+,-,*,/和 。 Input 表示中缀表达式的一个字符串(其中只包含操作数和操作符,不包含任何其他字符) Output 表示对应后缀表达式的一个字符串(其中只包含操作数和操作符,不包含任何其他字符) Sample Input A+