资源列表

排序选择:

« 1 2 ... .33 .34 .35 .36 .37 232538.39 .40 .41 .42 .43 ... 267466 »

[数据结构常用算法Bubble-Sort

说明:冒泡排序是一种极其简单的排序算法,也是我所学的第一个排序算法。它重复地走访过要排序的元素,一次比较相邻两个元素,如果他们的顺序错误就把他们调换过来,直到没有元素再需要交换,排序完成。-Bubble sort is a simple sorting algorithm, sorting algorithm is first learned by me. It repeatedly visited to sort the elements, a comparison of the two adjac
<靳以2002> 在 2025-12-31 上传 | 大小:147kb | 下载:0

[数据结构常用算法Selection-Sort

说明:选择排序也是一种简单直观的排序算法。它的工作原理很容易理解:首先在未排序序列中找到最小(大)元素,存放到排序序列的起始位置;然后,再从剩余未排序元素中继续寻找最小(大)元素,放到已排序序列的末尾。以此类推,直到所有元素均排序完毕。-Selection sort is a simple and intuitive sort algorithm. Its working principle is easy to understand: first in the unsorted sequence t
<靳以2002> 在 2025-12-31 上传 | 大小:147kb | 下载:0

[WEB源码GetSimpleCMS_v3.2.0

说明:1 GetSimple CMS目标市场 - 这个cms是针对那些只有1到15个页面的小型企业主的。他们只需要一个简单的页面展示,不需要在线商店,blog和评论系统。简单的就能控制自己的网站内容。-1 CMS GetSimple target market- the CMS is targeted at small business owners who have only 1 to 15 pages. They just need a simple page display, no online
<gonsieye> 在 2025-12-31 上传 | 大小:872kb | 下载:0

[单片机(51,AVR,MSP430等)mpu-6050

说明:mpu-6050简单应用,单片机及arduino示例程序,串口液晶显示。-Mpu- 6050 simple applications, single chip microcomputer and the arduino sample program, liquid crystal display (LCD) serial port.
<1214> 在 2025-12-31 上传 | 大小:50kb | 下载:0

[数据结构常用算法Insertion-Sort

说明:插入排序在实现上,通常采用in-place排序(即只需用到O(1)的额外空间的排序),因而在从后向前扫描过程中,需要反复把已排序元素逐步向后挪位,为最新元素提供插入空间。- Insertion sort in the implementation, is usually used in place sorting (i.e., only need to sort of O (1) extra space). Therefore in the forward scan process a
<靳以2002> 在 2025-12-31 上传 | 大小:147kb | 下载:0

[微处理器(ARM/PowerPC等)Motopump-Driver

说明:打印机驱动源程序 新手实用代码 打印机工程-Printer driver source code novice utility code printer project
<阳华> 在 2025-12-31 上传 | 大小:71kb | 下载:0

[单片机(51,AVR,MSP430等)Current-source--ad

说明:51 12864 恒流源 51 12864 恒流源 51 12864 恒流源 51 12864 恒流源 -Current source
<古铖> 在 2025-12-31 上传 | 大小:61kb | 下载:0

[单片机(51,AVR,MSP430等)ADS7818_and_LCD1602_display

说明:ads7818 51单片机 液晶1602显示ADC值 的源码-ads7818 51 single-chip LCD display 1602 Source ADC values
<古铖> 在 2025-12-31 上传 | 大小:47kb | 下载:0

[单片机(51,AVR,MSP430等)pinghengxiaoche

说明:平衡小车,用PAD算法制作的,这是开发的源代码,STM32做的-Balance car, with the PAD algorithm, which is the development of the source code, STM32 do
<雷光耀> 在 2025-12-31 上传 | 大小:1.07mb | 下载:0

[其他小程序VFPPAPIphoto

说明:一款vfp做的照相、摄像表单,适用于vf开发人员-A vfp do photography, video form for vf Developer
<郭超> 在 2025-12-31 上传 | 大小:7kb | 下载:0

[单片机(51,AVR,MSP430等)led_breath

说明:51单片机的呼吸灯程序 寄存器设置源码程序 stc89c52-51 SCM program register settings breathing light source procedures stc89c52
<古铖> 在 2025-12-31 上传 | 大小:29kb | 下载:0

[单片机(51,AVR,MSP430等)DS1302_test

说明:51单片机的ds1302程序 寄存器设置源码程序 stc89c52-51 SCM ds1302 register setting program source program stc89c52
<古铖> 在 2025-12-31 上传 | 大小:210kb | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 232538.39 .40 .41 .42 .43 ... 267466 »

源码中国 www.ymcn.org