资源列表
统计字母出现的频率
- 实验一 统计26个字母出现的频率和赫夫曼编码
kong
- 通讯录,实现添加、插入、删除、保存、读取等功能-Contacts, achieve add, insert, delete, save, reading and other functions
DataStructure
- 非常多的数据结构算法示例代码,以及关于算法的描述文档。-some classic data Data Structure Algorithm code and descr iption.
AciGisWork
- AE中实现最短路径和最近设施的小例子,有附带数据,-AE in the shortest path and the latest facilities to achieve a small example of incidental data,
parallel-bgl-0.7.0.tar
- Parallel Graph Boost Library from IU.
xujilei
- 本程序主要讲解了虚基类应用的典型例子,对于虚基类的理解有重要的作用-This procedure mainly on the virtual base class example of the application for the virtual base class has an important role in understanding
AlgorithmsandDataStructures.pdf
- 算法与数据结构 第1章 引论 数据结构研究什么 基本概念和术语 数据类型和抽象数据类型 算法和算法分析 用C语言描述数据结构与算法-Algorithms and Data Structures
code
- 充分地实现了数据结构中链表的各种操作,具有很好的移植性。-reality of link,including single link,double direction link etc
3
- 根据题目可分析:假设主管道位于所有管道的东侧(或是西侧),则测得个油井到主管道之间的输油管道总长度为sum1,若主管道的位置位于所有管道纵坐标的中位值,其输油管道总长度为sum2。由此可推算出sum1>=sum2。因此我采用第二个思路,进而将问题转化为求n个数中第k大数是什么的问题。 总的输油管道长度可通过每个输油管道的纵坐标减中位值得到,最后即可解决问题。 根据题目要求,需在线性时间内确定主管道的最优位置。在排序算法中,最优的便是快速排序,而根据题目要求,我们又不需要将所有n
SingleList
- 单链表的构建 本例程详细的编写了c++中关于单链表的构建过程。间接、明了。有助于学习。-Construction of a single linked list in detail the routines written in c++ build process on a single list. Indirect, and clear. Contribute to learning.
gaosi
- 高斯约旦法求解矩阵逆,用来求解多元线性方程组,在求解最小二乘时常常使用-Solving matrix inverse Gaussian Jordan and France, used to solve multiple linear equations, least-squares solution often used in
partition-package
- 采用贪心算法来解决部分背包问题,简化了动态规划思想,提高了算法效率-Use the greedy algorithm to solve some of the knapsack problem, simplify the dynamic programming, improving the efficiency of the algorithm
