搜索资源列表
water2
- 用c++的多态性编写一个简单的管理程序,处理的信息包括教师、学生、职员等三类对象。程序应具有适当的数据结构。程序的功能是管理学生,教师,职工信息,要求具有添加,删除,查询,排序的功能,在输出时注意综合应用所学知识灵活应用虚函数。 要求: 1. 在一个容器中存储不同类型的对象,要求数据结构中不能有类型判断字段。 2. 利用继承和虚函数,使得程序容易扩展,如输出对象信息。 3. 利用代理或者句柄实现引用计数和写时复制。-polymorphism with a simple preparation o
sort
- different sort,such as bubble,insertion,counting,merge,-different sort,such as bubble,insertion,counting,merge,...
prefix-sum
- Prefix sums are trivial to compute in sequential models of computation, by using the formula yi = yi − 1 + xi to compute each output value in sequence order. However, despite their ease of computation, prefix sums are a useful primitive in certa
counting.c
- Counting sort/C counting sort is an algorithm for sorting a collection of objects according to keys that are small integers
Counting_Sort_FINAL.c
- counting sort with openMP