-
本文件包括了各种常用排序算法
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
-
a submerged platform equipment under the usb driver with embdedc 4. 0 developmen...
一个基于wince潜入式平台的设备下的usb的驱动程序,用embdedc++4。0开发的,对于初学wince的人来说有参考利用的价值,类似于windows编程的代码风格-a submerged platform equipment under the usb driver with embdedc 4. 0 development, the weights for beginners who are using the reference value, similar to windows programming code style.
- 2022-08-18 10:17:09下载
- 积分:1
-
一个完整的图形绘制系统,注释清楚,操作简单
一个完整的图形绘制系统,注释清楚,操作简单-Rendering a complete system, notes a clear, simple operation
- 2022-01-20 22:59:49下载
- 积分:1
-
时间系统中的年月日转化为儒略日。编程语言为matlab。
时间系统中的年月日转化为儒略日。编程语言为matlab。-Time in the system date into Julian day. Programming language for matlab.
- 2022-02-15 01:07:50下载
- 积分:1
-
导航嵌入式系统,嵌入式硬件启动后该软件自动启动车载导航系统软件...
导航嵌入式系统,嵌入式硬件启动后该软件自动启动车载导航系统软件
-navigation embedded system and the hardware after commencement of the software automatically launch vehicle navigation system software
- 2022-02-14 19:49:55下载
- 积分:1
-
win32MP3播放器
win32实现的MP3播放器,采样了MCI接口,通过复写wnproc实现不规则界面,并自定义实现了歌词显示功能。支持lrc歌词
- 2022-05-14 00:22:45下载
- 积分:1
-
关机接口及其演示程序
关机接口及其演示程序-shutdown interface and Demonstration Program
- 2022-06-17 14:26:17下载
- 积分:1
-
对图像进行非线性调整,可用用图像的增强,特别是模糊图像,增加对比度...
对图像进行非线性调整,可用用图像的增强,特别是模糊图像,增加对比度-right image nonlinear adjustment can be used to enhance the image, especially fuzzy images, increase contrast
- 2022-05-17 22:33:26下载
- 积分:1
-
这是VC++精彩案例一书的随书光盘(二),里面包含了很多具有代表性的代码,可用于初学VC者参考的好资料...
这是VC++精彩案例一书的随书光盘(二),里面包含了很多具有代表性的代码,可用于初学VC者参考的好资料-This is a wonderful case with the book CD-ROM (2), which contains a lot of representative code that can be used when a person VC good reference information
- 2022-08-20 10:52:21下载
- 积分:1
-
很好的垃圾收集源代码
很好的垃圾收集源代码-good garbage collection source code
- 2022-07-27 20:07:15下载
- 积分:1