搜索资源列表
paixu
- 单片机用来实现数据排序程序(冒泡排序算法)-MCU used to achieve data sorting procedures (Bubble Sort Algorithm)
keymatrix
- 我自己整理的单片机4*4键盘最简扫描算法,相当精炼。-I sort of SCM 4 * 4 keyboard the most simple scanning algorithm, very refined.
sort
- 从虚拟终端输入8个任意数据,通过串口传送给单片机的led_buf缓冲区,并在8个led上显示;按回车键对led_buf缓冲区中的数据进行由小到大排序,排序结果在led上显示。
insertion-sort
- SPIM模拟器上用递归和非递归两种方法实现0-9十个数字的插入排序-SPIM simulator using recursive and non-recursive two ways to achieve the insertion sort ten numbers 0-9
bubblesort_for_51
- 51单片机专用冒泡排序子函数,可直接调用,只要输入你要排序的数组及长度即可-bubble sort for 51 MCU,can be used directly by input you the array and the length
STC12C5A
- STC的头文件,收集了很久整理出来,内部有对P4端口的第二功能开关定义,比系统头文件更适用。-STC head files, collect the sort out for a long time, have internal to the second function of P4 port switch definition, head than system files more applicable.
A_Bubble
- A Bubble Sort - This is a sort that can be used on small numbers of records. Bubble Sorts file orig.txt in the application path.-A Bubble Sort- This is a sort that can be used on small numbers of records. Bubble Sorts file orig.txt in the application
motorspeedmodification
- 介绍了基于单片机用PWM实现直流电机调整的基本方法,直流电机调速的相关知识,及 PWM调整的基本原理和实现方法。重点介绍了基于MCS一51单片机的用软件产生PWM信号的途径,并 介绍了一种独特的通过采用计数法加软件延时法实现PWM信号占空比调节的方法。对于直流电机速度控 制系统的实现提供了一种有效的途径。-This paper introduces a kind of method of DC —motor speed modification based on PWM theory
6080120629_lad5.1.c
- 成绩排序,用codeblocks编的成绩排序系统-Sort results by codeblocks system for sorting results
HeapSort
- Heap sort, this code we can use to sort a array
search
- 對數值做二分類 搜尋 輸入 : 一組已經按「鍵值不遞減」排序的值 要搜尋的鍵值 key 輸出 : 搜尋之過程和結果 -Category Search on the value of doing two type: one group had click " key is not diminishing," the value of sort keys to search for key outputs: the search process and result
Tutorial-Algorithmsfor2-DObjectRecognition
- Tutorial: Algorithms for 2-Dimensional Object Recognition. Representation of arbitrary shape for purposes of visual recognition is an unsolved problem. The task of representation is intimately constrained by the recognition process and one cannot b
DataSort
- 用单片机实现的数据排序功能,用数码管显示排序后的结果-Sorting data with MCU features a digital LED display to sort the results of post-
56
- 电子电路图,多多看就可以跟清楚的了解电路内部工作,也可以更好的理清思路。-Electronic circuit, a lot can be read with a clear understanding of the inner workings of the circuit, you can sort out a better idea.
zhigongxinxiguangli
- 职工的数据,存放在文本文件中,格式自定 1. 可以从键盘输入职工信息,添加到磁盘的文本文件中 2. 可以根据职工的姓名查找 3. 可以排序输出 4. 可以指定删除某个职工信息 -The data stored in the worker of text files, the format 1 from the keyboard input information can be added to the disk, the worker of the text file
ds18b20
- DS18B20基于单片机测量温度,可以测量范围为0度到100度。一般在普通环境下测量-DS18B20 can measure range owing to that the monolithic machine measures the temperature, for 0 degree to 100 degree. The sort is measured under average environment
elevator
- 电梯控制程序,包括预警,显示,键盘,之类的控制程序-Elevator control procedures, including early warning, display, keyboard, sort of control program
TheunsignedShanbytedatapieceiordereRar
- 标号:SORT 功能:单字节无符号数据块排序(增序) 入口条件:数据块的首址在R0中,字节数在R7中。出口信息:完成排序(增序) 影响资源:PSW、A、R2~R6 。堆栈需求:2字节 D: My document table top -Label: SORT function: single-byte unsigned block sorting (by order) entry conditions: the first data block address in R0, the
Proteus
- 1.分析直流电机的机械特性,并掌握直流电机调速原理; 2.学习单片机工作原理、接口方法及编程方法; 3.学习PWM调速基本原理及软、硬件实现方法; 4.独立设计一个基于单片机的PWM直流电机调速系统,并用Proteus、Matlab等软件进行绘图与仿真; 5.分析仿真结果,提出改进方案。 -This paper introduces a kind of method of DC —motor speed modification based on PWM theory by
sort
- 常用的几个排序算法。* 函 数: SwapFloat() - 交换两个元素, float型 * BubbleSortFloat() - 冒泡排序, float型 * SelectSortFloat() - 选择排序, float型 * InsertSortFloat() - 插入排序, float型 * QuickSortFloat() - 快速排序, float型-a few common sort functions