搜索资源列表
QUIKsort
- 快速排序,动态生成数组,然后通过算法实现排序-Quick sort, dynamic generation array, then sorting algorithm
score_static
- 用一个数组和一个字符数组分别储存学生的分数和姓名,然后用排序算法进行排序,最后按降幂输出结果。 -With an array of characters and an array of storage, respectively, and the names of scores of students, and then sort sorting algorithm, and finally by the lower power output.
z
- 实现数组的相关功能,如查询,求和,求平均值,求最大值最小值,排序,查找等,并且有菜单,适合靠C语言二级证书的,或者初学者-To achieve an array of related functions, such as query, sum, average, seeking maximum minimum, sort, search and so on, and there are menus for relying on C-2 certificates, or beginners
VirtualListControl_src
- 虚拟列表控件使用起来非常简单。它总共只有三个相关的消息,如果你直接使用CListCtrl,应该在对话框中响应这三个消息。如果你使用CListCtrl派生类,可以在派生类中响应这三个消息的反射消息。这三个消息分别是: (1)LVN_GETDISPINFO 控件请求某个数据 (2)LVN_ODFINDITEM 查找某个数据 (3)LVN_ODCACHEHINT 缓冲某一部分数据(You may have noticed that the standard CListCtrl ge