资源列表
shape
- 基类虚函数,容器的范例,求多个图形面积的源程序程,全部工程文件。-source program example,use base class ,public,virtual function,to get the area of different diagrams.include all project
score
- 华为上机考试测试试题,实现观众与大众评委的评分。-Huawei-on exam test questions, the audience and the general public to realize the judges score.
kechongfuzuhewentixiangjie
- 有 n 个不同的元素,每个元素可以选多次,一共选 k 个元素,有多少种选法?例如, n=3,k=2 时,有(1,1), (1,2), (1,3), (2,2), (2,3), (3,3), 共 6 种选法。-There are n distinct elements, each element can be selected multiple times, for a total choose k elements, there are many kinds of election law?
CKLIB
- Reaction mach for fortran
read_data2d_d03_new
- 读取netcdf数据格式文件,并写成netcdf数据格式文件-read and write the netcdf data with fortran
Adjacency-table-storage
- 四种图:无向图,有向图,无向网,有向网的邻接表存储-Four kinds Figure: undirected graph, directed graph, undirected network, the network has adjacency table storage
huffman
- 数据结构课程设计,哈夫曼译码编码器,c++数据结构实现,-Data structure curriculum design, Huffman decoder encoder, c++ data structure,
RootRing
- 用坐标验证带头节点的链表例题。其中的输入格式和方法,在运行中会有提示。-Coordinate validation of the lead in the linked list node. The input format and method which, in operation will prompt.
arithmetic
- 数据结构中利用堆栈来实现日常中的四则运算-Use the stack data structure to achieve the daily operation of the four
BubbleSort
- 冒泡排序:使用冒泡排序的方法对数组进行排序,较快速-Bubble sort: using bubble sort method to sort the array, faster
MergeSort
- 归并排序:使用归并排序方法对数组进行排序,快速-Merge sort: using merge sort method to sort the array, fast
QuickSort
- 快速排序:使用快速排序对数组进行排序,速度很快-Use quick sort to sort the array, very fast