资源列表
ioi2003
- 国家集训队2003论文,好不容易才找到的哦-National Team of 2003 papers, hard to find, oh
gmp-5.0.2
- GMP 高精度运算工具包 运算不再受精度和值域的限制。-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available me
cds
- 虚拟骨干网,包括佛罗里达大西洋大学的Jie Wu和Hailan Li 提出的关于连通控制集的算法,第二种算法是das等提出的从找到最小近似控制集到建立一个最小生成树的算法,最后一种算法是通过寻找MIS集获得CDS的方法。这三种算法提供了三种建立CDS集的方法,连通控制集(connected dominating set,CDS)作为层次路由协议中的虚拟主干是网络中保证其余节点能顺利通信的关键,它们承受更高的通信和计算负荷,网络的可靠性会因这些关键节点中的某个节点的失效而受影响。-Virtual
Sort
- 实现顺序表结构,并利用顺序表结构实现三种排序 冒泡排序、选择排序、插入排序 完美运行-Order to achieve the table structure and use the structure to achieve three sort sequence table bubble sort, selection sort, insertion sort perfect run
Binary
- 二叉树的创建,打印并且返回高度以及元素所在高度-Binary tree create, print and return the height and the height of the element at which
onplane
- 一组数据,根据x轴、y轴模拟数据曲线,范围可选,数据放到txt文档中-With respect to analogue data to place it in digital form.
datastructure
- 数据结构二叉树 先序遍历 后续遍历 中序遍历-Binary tree data structure traversal in preorder traversal sequence follow-up traversal
Parking(vcMFC)
- 利用Visual C++平台实现的停车场模拟系统,界面较整洁,值得初学者借鉴。-this is a parking program!
Huffman
- 该代码实现了哈夫曼树算法,简单易懂,调理清晰,非常适合初学者学习。-The code implements the Huffman tree algorithm, easy to understand, clear conditioning, ideal for beginners to learn.
ADA
- 简单介绍常用的数据结构,是初学者能更快入门,包括链表 数组 线性表-Brief commonly used data structures, beginners can quickly get started, including an array of linear table list
SortAnaylizenei
- 内部排序算法的性能分析内部排序算法的性能分析-Performance analysis of the internal sorting algorithm
sort
- 对数组进行排序(C++), 传入数组和数组的大小。-sort the array in C++, the parameter of the function is the array and its length.