资源列表
CreateParabola_2
- 通过若干坐标点拟和出二次抛物线。 拟和出的曲线为方差最小。 实验中和预计值有出入。
polyfit2dtest
- 二维多项式拟合 仿照matlab中polyval编写
724619974OFDM
- 关于ofdm的一种好的实现方法,和实现程序,较为完整
CollectionOfType
- A class helper support collection of type
huffman
- 数据结构的一个重要知识点的练习,使我们对赫夫曼树有更好的理解-Data structure knowledge of an important point of practice, so that we Huffman tree for a better understanding
contrast
- 图像比对,使用VC6.0编程,简单快速.-Image compared to right, uses VC6.0 to program, simple fast.
Bitmap
- Small and handy bitmap wrapper. Allow to create and work with bitmap with automatically DC creation
GetIpAddrTableSource
- 获取Ip和网络地址映射的VC++驱动源码-Get Ip and Network Address mapping VC++ driver source
cross
- “交叉引用生成器”(cross-refrencer)是指具有如下功能的程序: 对输入的一篇文档,统计出现的所有单词及其所在行号。将其结果以规定格式输出。 【输入形式】 程序从文件crossin.txt读入一篇文档。该文档由若干行组成,每行中包含一系列单词。 行号由1开始计数。该文档中单词总量不超过200,每个单词长度最大不超过20个字符。-" Cross-reference generator" (cross-refrencer) refers to t
whiteblackpoint
- 黑白点的匹配贪心算法 设平面上分布着n个白点和n个黑点,每个点用一对坐标(x, y)表示。一个黑点b=(xb,yb)支配一个白点w=(xw, yw)当且仅当xb>=xw和yb>=yw。若黑点b支配白点w,则黑点b和白点w可匹配(可形成一个匹配对)。在一个黑点最多只能与一个白点匹配,一个白点最多只能与一个黑点匹配的前提下,求n个白点和n个黑点的最大匹配对数。-black and white point matching greedy algorithm based on the d
Stack
- 数据结构入门:顺序栈的应用,参考《大话数据结构》这本书。-Getting data structures: sequential application stack, refer to Westward the data structure this book.
