资源列表
sl
- 顺序表的基本操作:创建 打印 插入 删除 及倒序输出-The basic operation of the order of the table: create print insert delete and reverse output
1
- 这是一个用VC++环境编译的C程序,实现的功能是测评给分-This is a compilation with VC++ environment, the C program, to achieve the function of evaluation to the sub-
hy2-boot-music
- 很好的windows开机关机随机变换音乐的-Good Windows boot off the random transform music stuff
Hanio
- 关于汉诺塔的代码,中间是用迭代的方法实现的-About Hanio Tower
PPPOE-Arrange-Tool
- 宽带账号整理器,知道使用ccmcc、chinanet热点的人可以用一下。 请确定已创建宽带连接。-pppoe account arrangement tool.
chongzai
- 1、 对Point类重载++和――运算符 编写C++程序完成以下功能: (1) Point类的属性包括点的坐标(x,y); (2) 实现 Point类重载++和――运算符: ++p,--p,p++,p--。 ++和――分别表示x,y增加或减少1。 -1, Point class overloaded++ and- operators write C++ program to perform the following function
example5_11
- 基于matlab自有函数的增光矩阵系统辨识法-Own matlab function-based the graced matrix system identification method
mell
- 可以从一段语音中提取16维的美尔系数,关键语句已经标有注释了。-16 dimensions can be extracted from a voice Simmel coefficient, the key statement has been marked by a comment.
seqencing-order
- 输入一些数字,排列后输出,并且显示最大最小数-Input some Numbers, after the arrangement of output, and display the maximum minimum number
Ser2Par
- 二进制序列的串并转换 用于OFDM通信系统的编码部分的调制-A serial-to-parallel conversion
FUN_GLD
- 灰色关联度算法, 希望对大家有帮助-Grey algorithm, we hope to help
shellsort
- 在算法书上看到的shell排序算法,利用vc实现了一下-a little program about shell sort.