-
快速排序与交换排序算法比较
在Visual C++中建立一个单文档Windows应用程序,并实现下述功能:
运用随机函数自动生成一定规模的测试数据 (1...
快速排序与交换排序算法比较
在Visual C++中建立一个单文档Windows应用程序,并实现下述功能:
运用随机函数自动生成一定规模的测试数据 (10000个测试元素),并输出到文件中。
分别执行快速排序算法和交换排序算法对测试数据排序,并输出到不同的文件中。
使用较为精确的QueryPerformanceCounter和QueryPerformanceFrequency等函数记录算法耗时,精确到毫秒,以便更好地进行算法耗时比较。
分析两种不同算法,有针对性地设计与调整测试数据,进而通过比较算法耗时来得到更充分且更深刻的认识。
编写模块校验两种不同排序算法的输出结果正确且相同
-Quicksort sorting algorithm comparison and exchange
In the Visual C++ to create a single document Windows application, and to achieve the following functions:
The use of random function automatically generates a certain amount of test data (10000 test elements), and output to a file.
Respectively, and the exchange of the implementation of quick sort algorithm sorting algorithm to sort of test data, and output to a different file.
Using a more accurate record of QueryPerformanceCounter and QueryPerformanceFrequency algorithms such as time-consuming functions, accurate to the millisecond, in order to better carry out time-consuming compared algorithms.
Analysis of two d
- 2022-04-22 17:20:42下载
- 积分:1
-
MS OCR VC程序
图形文字识别(OCR)是常用的东西。微软早在Office2003中推出了一个OCR模块,对中文有很好的支持(不亚于国内的一个品牌产品)。可能有许多人都注意到这个好东西了,但是MS_OCR在VC++上的接口和用法一直没见披露。
这里发布一个用MS_OCR做的示范程序,识别能力还不错,支持多种图形格式(bmp,jpg,tif)。
- 2022-04-13 14:00:03下载
- 积分:1
-
fillin small vc procedures used in the preparation of small programs can s
写留言的小程序
用vc++编写的小程序
可以-fillin small vc procedures used in the preparation of small programs can s
- 2022-04-26 21:14:10下载
- 积分:1
-
- 2022-02-03 10:49:23下载
- 积分:1
-
MVC模式的实现
MVC Model realization
- 2022-03-16 13:20:24下载
- 积分:1
-
GetAdaptersInfo函数的使用
GetAdaptersInfo函数的使用-Use GetAdaptersInfo function
- 2023-09-07 06:05:03下载
- 积分:1
-
源程序实现view窗口的动态切分,通过该源代码可以学习一下
源程序实现view窗口的动态切分,通过该源代码可以学习一下-View source window to achieve the dynamic segmentation, through which you can learn the source code
- 2023-05-16 12:20:03下载
- 积分:1
-
期权绘图代码
期权绘图代码,实现多种功能,c++语言,期权绘图代码,网上很少的。编码技术简单,可以很快上手使用,通过测试。期权绘图代码,网上很少的。
- 2023-09-04 23:55:04下载
- 积分:1
-
关于DataSet的理解
应用背景如果你需要了解下C#中dataSet的用法,那么这篇文章会对你有很大帮助关键技术c# dataSet dataTalbe dataRow c# dataSet dataTalbe dataRow
- 2022-09-26 06:50:02下载
- 积分:1
-
The main algorithms for some commonly used procedures, all the algorithms are de...
主要为一些常用的算法程序,所有的算法均用C语言描述。
-The main algorithms for some commonly used procedures, all the algorithms are described using C language.
- 2023-08-22 01:05:03下载
- 积分:1