-
本文件包括了各种常用排序算法
void InsertSort(SqList L) //直接插入排序
void BInsertSort(SqList L)...
本文件包括了各种常用排序算法
void InsertSort(SqList L) //直接插入排序
void BInsertSort(SqList L) //折半插入排序
void BubbleSort(SqList L) //冒泡排序
void QuickSort(SqList L) //快速排序
void ShellSort(SqList L) //希尔排序-This document includes a variety of commonly used sorting algorithm void InsertSort (SqList L)// direct insertion sort void BInsertSort (SqList L)// half insertion sort void BubbleSort (SqList L)// Bubble Sort void QuickSort (SqList L)// quicksort void ShellSort (SqList L)// Hill sort
- 2023-04-10 05:10:02下载
- 积分:1
-
Pocket SIP Messenger is a SIP instant messaging client for small devices that us...
Pocket SIP Messenger是一款SIP即时消息客户端,适用于使用Windows CE(iPAQ Pocket PC,…)的小型设备。IM协议基于SIMPLE(IETF)工作组的规范。
- 2022-03-31 23:36:32下载
- 积分:1
-
VB编写的动态链,且能够自定义字体
这个可以自己定义文字效果的的DLL文件,不是组件,可以直接像API那样调用
- 2022-02-20 03:37:54下载
- 积分:1
-
这是一个基于c/s模式的操作系统课程设计 目的是让大家能够了解线程的问题...
这是一个基于c/s模式的操作系统课程设计 目的是让大家能够了解线程的问题-This is a based on c/s mode of the operating system course is designed so that we can understand the issue of thread
- 2022-03-24 10:18:40下载
- 积分:1
-
开发文档wince.net4.2文档 是个不错的文档需要赶快下载哟
开发文档wince.net4.2文档 是个不错的文档需要赶快下载哟-The develop document of wince.net4.2,teach you how to install wince correctly! Just down Now!
- 2022-03-17 06:58:31下载
- 积分:1
-
实验目的
通过对第四章的学习,已对windows的图形设备接口的基本概念以及设备环境的获取有了一定的了解 教材中的例题也向我们展示了windows窗口的基本...
实验目的
通过对第四章的学习,已对windows的图形设备接口的基本概念以及设备环境的获取有了一定的了解 教材中的例题也向我们展示了windows窗口的基本设计以及利用常用绘图函数绘图的一些效果。为此,在配套习题解析与编程实例一书中例【4-6】的启发下,我们组编写了一小车沿路行驶然后撞上一块预定挡板程序,以加深对windows的图形设备接口及windows绘图的理解并进一步应用
-experimental purposes of Chapter IV of the study, has windows on the graphics device interface and the basic concepts of environmental equipment there to acquire certain understanding of the materials are examples to show us a window of windows basic design and the use of commonly used graphics function mapping some results. To this end, the matching exercises analytical and programming examples of a book cases 4-6-- inspired, we prepared a one car traveling on the road before hitting a baffle procedures intended to enhance the windows graphics device interface and graphics windows to further the understanding and application
- 2022-11-12 07:10:03下载
- 积分:1
-
用于监视Windows所有窗口的程序,程序简洁实用,特好!
用于监视Windows所有窗口的程序,程序简洁实用,特好!-Spy all the window in Windows.
- 2022-06-14 07:37:59下载
- 积分:1
-
友善之臂wince下LED驱动程序,已经通过EVC4.0调试
友善之臂wince下LED驱动程序,已经通过EVC4.0调试-wince
- 2022-08-04 11:57:15下载
- 积分:1
-
企业社会责任 4.0 驱动程序
csr4.0 usb 驱动程序的源代码,从企业社会责任的官方网站,下载使用在 windows 平台上,windows ddk 解法和在 xp 和 win7 平台上测试好,它验证用于蓝牙 ble 开发,应用程序可以使用到互动,人机交互界面
- 2022-01-25 22:36:35下载
- 积分:1
-
运行程序,打开程序主界面,如图1.1所示。在屏幕录像模块的主窗体中,用户可以设置录像文件名和存储位置,并可以进行录像和抓图,还可以对已有录像文件进行播放、重命名...
运行程序,打开程序主界面,如图1.1所示。在屏幕录像模块的主窗体中,用户可以设置录像文件名和存储位置,并可以进行录像和抓图,还可以对已有录像文件进行播放、重命名、另存为、查看时间和删除等操作。-Run the program, open the main program interface, as shown in Figure 1.1. On the screen video module" s main form, the user can set the video file name and storage location, and can make videos and drawings, but also can play existing video files, rename, save as, view time, and delete operations, etc. .
- 2022-08-16 11:33:17下载
- 积分:1