-
这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头...
这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。 dinimicky_hu对原程序做了修改和优化,使用了函数指针数组,并修改了一个BUG-The head file of this programme includes 4 methods of sorting : Bublle sorting,insertion sorting,quick sorting and selection sorting.Some
template technics are included in the head file in order to make these sorting metods achieved in the same time . The source code is recomposed and optimized by Dinimicky_hu , using the some arrays of function pointer ,and amened some bugs.
- 2022-07-19 03:30:28下载
- 积分:1
-
自己VC6.0下做的关于在WINDOWS下图形编辑的程序,可以做监控界面,对做此项工作的朋友会有帮助...
自己VC6.0下做的关于在WINDOWS下图形编辑的程序,可以做监控界面,对做此项工作的朋友会有帮助-Under VC6.0 do their own in the graphics editor under WINDOWS procedures can be done to monitor the interface for doing this work will help a friend
- 2022-02-25 10:43:35下载
- 积分:1
-
MRULESS shows a way to strip the empty "Recent Files" item off the "File" menu w...
MRULESS shows a way to strip the empty "Recent Files" item off the "File" menu when there are no entries in the MRU.
- 2022-03-10 09:39:46下载
- 积分:1
-
这个东西不一定很好!但是界面方面还不错.功能一般般.............应该是垃圾中的极品...
这个东西不一定很好!但是界面方面还不错.功能一般般.............应该是垃圾中的极品-this is not necessarily a good thing! However interface is not bad. General function as ............. should refuse statuary
- 2022-02-02 05:15:01下载
- 积分:1
-
一个BHO的例子
WINDOWS下IE的BHO简单示例,可以作为你参考学习BHO的例子
- 2023-04-22 12:05:04下载
- 积分:1
-
AviToBmp项目
这段代码可以将avi格式的视频转换成bmp序列,在c++中写。你可以打开它在vs2008中或更高版本。这是没有gui,控制台的代码,因此您必须初始化代码。感谢您下载,共享代码。
- 2023-02-02 07:40:04下载
- 积分:1
-
C++核心思想的全书源代码,包括代码和头文件
C++核心思想的全书源代码,包括代码和头文件-core thinking of the C source code for the book, including code and header files
- 2023-01-22 17:05:04下载
- 积分:1
-
database management system
database management system
- 2022-01-25 15:28:10下载
- 积分:1
-
读写io,驱动程序员看之!
读写io,驱动程序员看之!-io reader, programmers can drive!
- 2022-03-23 11:29:47下载
- 积分:1
-
贪吃蛇游戏
可以学习c语言,熟悉数据结构链表的用法哦,在windows wintc 下写的,没有用面向对象的思想,直接就是顺序结构,非常简单的实现了贪吃蛇的游戏是一个很好的入门级的代码,希望你自己先构思,然后自己在动手写一写,这样才能锻炼到自己的能力
- 2023-02-01 13:30:04下载
- 积分:1