-
这个程序的头文件中包含四种排序方法:泡沫排序法(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
-
串口函数
vc串口通讯函数,已经包装好,可以直接用,
- 2023-02-07 13:35:04下载
- 积分:1
-
- 2022-07-17 21:45:03下载
- 积分:1
-
VC++编程,有原代码,类似于微软的“磁盘扫描程序”控制。
VC++编程,有原代码,类似微软磁盘扫描的控件。-VC++ Programming, there is the original code, similar to Microsoft ScanDisk controls.
- 2022-01-21 01:29:21下载
- 积分:1
-
MFC Insider (book distribution source CHAP
MFC技术内幕(配书源码CHAP-MFC Insider (book distribution source CHAP
- 2023-02-15 19:05:03下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
MS Wince6培训资料之实践手册.
是学习WINCE6的好教材.
MS Wince6培训资料之实践手册.
是学习WINCE6的好教材.-MS Wince6 practice manual training materials. WINCE6 good learning materials.
- 2022-03-03 16:53:21下载
- 积分:1
-
这是一个小工具,用于CS上,可以对游戏进行一守的控制对你的技术有一定的帮助...
这是一个小工具,用于CS上,可以对游戏进行一守的控制对你的技术有一定的帮助-this is a small tool used in CS structure,it can do some help in your control of your game.
- 2022-12-24 00:50:04下载
- 积分:1
-
枚举窗口和子窗口
枚举窗口示例,枚举子窗口示例
枚举子窗口中的指定金额,取出金额并显示
一般用于扣费系统中的扣费金额读取
用到API有:GetWindowText,FindMoneyParentWnd,EnumWindows,EnumChildWindows
- 2023-08-27 23:35:03下载
- 积分:1
-
一个显示文件不同的例子
一个显示文件不同的例子-documents show a different example
- 2022-03-03 06:08:45下载
- 积分:1