CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - sort algorithm

搜索资源列表

  1. kuaisufeidigui

    0下载:
  2. 快速排序的非递归算法 vc编程练习,学生作业-Quick Sort Algorithm vc non - recursive programming exercises, the students work
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:1.41kb
    • 提供者:phoenix
  1. paixu

    1下载:
  2. 单片机用来实现数据排序程序(冒泡排序算法)-MCU used to achieve data sorting procedures (Bubble Sort Algorithm)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2.61kb
    • 提供者:李敏
  1. keymatrix

    0下载:
  2. 我自己整理的单片机4*4键盘最简扫描算法,相当精炼。-I sort of SCM 4 * 4 keyboard the most simple scanning algorithm, very refined.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:24.82kb
    • 提供者:SL
  1. gui

    0下载:
  2. 理解递归算法的思想和递归程序的执行过程,并能熟练编写递归程序。 合并排序-Recursive algorithm to understand the idea and the implementation of recursive procedures, and proficiency in the preparation of recursive procedures. Merge sort
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-26
    • 文件大小:151.28kb
    • 提供者:松柏长青
  1. VQ_C_language

    0下载:
  2. 基于经典LBG算法的矢量量化的C语言实现,注释详尽,很容易让读者理清程序算法和思路。函数的功能和怎么调用,一目了然。-Based on the classic LBG vector quantization algorithm C-language implementation, comment in detail, it is easy for readers to sort out procedural algorithms and ideas. The function and how f
  3. 所属分类:DSP program

    • 发布日期:2017-04-07
    • 文件大小:3.07kb
    • 提供者:陈永恒
  1. C51commonlyusedassemblysubroutine

    0下载:
  2. C51常用汇编子程序:ACM-12864汉字液晶显示驱动程序,定时与中断类,Ad转换类,排序类,频率计,串行通信,代码运算类,DES算法演示,C51_table,I2c总线,IIC,键盘与显示类,交通灯,步进电机,电机控制,-C51 compilation of subprograms used: ACM-12864 character LCD driver, timer and interrupt class, Ad Conversion class, sort type, frequency
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-10
    • 文件大小:2.4mb
    • 提供者:apple
  1. keilc-shiyan3

    0下载:
  2. 单处机实验程序,实现数据统计及排序实验 熟悉单片机的指令系统,了解程序设计基本方法1、 排序用冒泡排序算法-One experimental program at the machine, data statistics and sort familiar to microcontroller instruction experiment to understand the basic method of 1 programming, sorting using bubble sort al
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:7.88kb
    • 提供者:lipxiong
  1. F2812_ADsample

    0下载:
  2. F2812 AD校正算法,提高转换精度。(CCS3.3开发环境)。 AD采样频率为10K,利用通用定时器T1的周期中断事件来启动AD转换。ADCINA0和ADCINB0为参考电平,实际的电压值分别为0.420和1.653。对ADCINA0、ADCINA1、ADCINB0、ADCINB1四个通道进行连续10次的采样,然后对各个通道的10个采样值进行排序,滤波,最后取平均值。然后由ADCINA0和ADCINB0通道的值计算求得CalGain和CalOffset,最后由这两个量来校正ADCINA1和A
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:347.62kb
    • 提供者:奋斗不止
  1. 51-practical-subroutine-(assembly)

    0下载:
  2. 第1章 二进制定点数运算 第2章 二进制浮点数运算 第3章 十进制(BCD码)数运算 第4章 代码转换 第5章 数据变换 第6章 排序、查找和非线性算法 第7章 数学函数 第8章 树和图 第9章 延时与跳转控制 第10章 人机交互接口 第11章 单片机测控接口 第12章 51单片机内部资源编程实例 第13章 单片机数据传输接口 第14章 波形发生与控制实例 第15章 C51单片机软件抗干扰和数字滤波-Chapter 1 dot binary
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:119.53kb
    • 提供者:张志刚
  1. GPSLoc

    0下载:
  2. This zip file interfaces a GPS module with the AVR ATMega64. The main.c file contains the algorithm to sort out the data from PMTK format to GPS co-ordinates
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:38kb
    • 提供者:Yogesh
  1. Bubble-Sorter

    0下载:
  2. 冒泡排序算法的verilog实现,基于FPGA-Verilog implementation of the bubble sort algorithm, based on FPGA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-13
    • 文件大小:1.54kb
    • 提供者:sun
  1. SORT-F2013

    0下载:
  2. Quick sort algorithm on the F2013. It chooses the splitting value and rearranges the array so that all elements to the left of split value are less than or equal to it and all elements greater that the split value are to the right of it.-Quick sort a
  3. 所属分类:DSP program

    • 发布日期:2017-11-20
    • 文件大小:1.54kb
    • 提供者:devdev
  1. sort

    0下载:
  2. quick_sort、bubble_sort、select_sort排序算法的实现,适合做学习和参考的模版。 相信这还是初学者的最爱。-quick_sort, bubble_sort, select_sort sorting algorithm, suitable for learning and reference template. I believe this is the beginner' s favorite.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-03
    • 文件大小:758byte
    • 提供者:欧才俊
  1. LCD12864duojicaidan

    3下载:
  2. 本压缩包里包含了一个完整的基于51单片机LCD12864液晶多级菜单设计源程序、液晶多级菜单设计原理讲解文档。源程序大家可以参考,而设计原理讲解文档可以帮大家理清多级菜单设计思路,从而参考思路设计自己需要的液晶显示。。。原理讲解非常清楚,只要你认识字,基本能弄明白,而且多级菜单核心算法之结构体可以复制直接用-The compression bag contains a complete single-chip based on 51 LCD12864 LCD multi-level menu d
  3. 所属分类:SCM

    • 发布日期:2017-01-20
    • 文件大小:631kb
    • 提供者:wubin
  1. kuaisufeidigui

    0下载:
  2. 快速排序的非递归算法vc编程练习,学生作业-Quick Sort Algorithm vc non- recursive programming exercises, the students work
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:1.45kb
    • 提供者:importantto
  1. kuaisufeidigui

    0下载:
  2. 快速排序的非递归算法vc编程练习,学生作业-Quick Sort Algorithm vc non- recursive programming exercises, the students work
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:1.49kb
    • 提供者:etorev
  1. guibing

    0下载:
  2. 该设计采用VHDL语言将五个数的从大到小排序,采用的方法是归并插入排序算法。该算法能在最少比较次数(七次)情况下排列出五个数的大小顺序。-This design using VHDL language will be ordered five digits from big to small, the method is to merge insertion sort algorithm. The proposed algorithm can at least compare (seven) i
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-26
    • 文件大小:8.47mb
    • 提供者:田慧中
  1. Cpp1109

    0下载:
  2. c++ plamer法排序Palmer启发式算法是基于作业的加工时间按斜度顺序指标排列作业的启发式算法。按机器的顺序,加工时间趋于增加的作业被赋予较大的优先权数。-c++ plamer Act Sort Palmer heuristic algorithm is based on the operation of the processing time as a gradient sequence with operation indicators heuristic algorithm. Ac
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1.03kb
    • 提供者:fu173951
  1. sort-algorithm

    0下载:
  2. 此文件是插入排序,选择插入排序,希尔排序算法的源码,仅供参考- Shell Sort,insert sort
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:1.77kb
    • 提供者:ldh
搜珍网 www.dssz.com