资源列表
Dijkstra
- 求数组最长递增子序列算法。输入一个数组,输出其最大递增子序列
Hello
- 刚学的汇编,所以只能传一个hello world
容器类
- 容器类的实现和定义,由于使用迭代器需 要关于STL容器类和算法的知识,-container class and the realization of the definition, because the need for the use of iterative STL containers on the type and algorithms knowledge,
qiebixuefu
- 由低通数字变换为高通(带阻)数字频带的变换示例,附频谱特性图-by low-pass digital transformation of the high-pass (with resistance) digital bandwidth transform example, the map attached spectrum
DataList
- 这是1个对服务器空间datalist功能进行扩展的文件,内附语句说明,因该都能看明白吧-This is one pair of server space for expansion datalist functional document contains statements that because of the Naikanmengbai it all
AD8402
- 数字电位器AD8402驱动程序, AD8402驱动程序-Digital Potentiometers AD8402 driver, AD8402 driver, AD8402 driver
tree_array
- 数据结构中的树状数组,能够实现高效查询,在数组中进行查询的复杂度为 O(log(n
channel
- ofdm信道特性 Channel transmission simulator Channel transmission simulator % % inputs: % sig2 - noise variance % Mt - number of Tx antennas % Mr - number of Rx antennas % x - vector of complex input symbols (for MIMO, this is a matrix, wh
cifageixiqi
- 词法分析器 大家共享哈 呵呵 /************************************/ /* 程序名称: 词法分析器*/ /* 程序用途: 编译原理实验(一) */ /* 编写日期: 2006年10月 */ /************************************/ -lexical analyzer share Kazakhstan Oh /*********************** *************/ / * pro
erchashu
- 建立二叉树,统计二叉树中度为2的结点个数和叶子结点个数( 用递归或非递归的方法都可以,先序、中序或后序均可)-establish binary tree, Statistics for the two binary tree to moderate the number of nodes and the number of nodes leaves (with the recursive and non - recursive method can be first order, After t
123
- 在Borland C++ Builder 实现 图的深度和广度遍历
shujujiegou
- 将快速排序算法写成程序并上机调试通过,并统计递归深度。