搜索资源列表

  1. 冒泡法改进

    0下载:
  2. 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将N 个数按从大到小排序,Turbo C语言程序函数 -Bubble Act to sort the data is a basic algorithm, which is the basic method : two adjacent elements, i
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1363
    • 提供者:王想
  1. 基于 FPGA 实现的冒泡排序法范例

    0下载:
  2. 基于 FPGA 实现的冒泡排序法范例,Verilog 的语法.
  3. 所属分类:VHDL编程

    • 发布日期:2011-06-28
    • 文件大小:898
    • 提供者:xyz543
  1. 电话本管理系统

    0下载:
  2. 该系统是本人课程设计作业,因为时间关系,只用了两天多的时间编成。所以有很多地方没有得到增强。版本为1.0。现作以下升级。 增加NEW,OPEN版本。 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heap
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:游鸿明
  1. maopao1

    0下载:
  2. 冒泡法,快速排序等排序的实现-Bubble, rapid sequencing order as the realization
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:潘了了
  1. 冒泡法改进

    0下载:
  2. 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将N 个数按从大到小排序,Turbo C语言程序函数 -Bubble Act to sort the data is a basic algorithm, which is the basic method : two adjacent elements, i
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:王想
  1. 利用双向走动法改进冒泡排序算法C语言源代码

    0下载:
  2. 传统的冒泡排序法是这样操作:从前往后,依次比较两个相邻的元素,如果逆序则交换这两个元素值,然后继续往后操作;到了数据尾部时,就找出了一个最大值(或最小值)。然后重复上面的操作n-1次(n为元素个数)。相关的改进办法:按照上面的办法来操作的话,第一次扫描把最大数(或最小数)放到最后面的位置,第二次扫描时其实只需要扫描到倒数第二个位置就可以了,因为最后一个位置已经不需要判断了,以后的操作都是类似的。这样可以减小程序运行时间。-traditi
  3. 所属分类:文档资料

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:张庚
  1. sort_by_pop

    0下载:
  2. 用汇编写成的有符号,双字节冒泡法的一个程序。内含有流程图,对于初学汇编的人有一定的参考价值-with a compilation of written symbols, double byte of a Bubble Act procedures. Contain flow charts for beginners compilation of a certain reference value
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-12
    • 文件大小:244736
    • 提供者:潘波
  1. 8086masm

    0下载:
  2. 汇编小程序 多种方法解冒泡法排序 以masm 5.0以上版本编译运行 -small compilation method for a variety of procedures Bubble Act to masm ranking above version 5.0 compiler operation
  3. 所属分类:汇编语言

    • 发布日期:2024-05-12
    • 文件大小:208896
    • 提供者:张雨
  1. 1maopaofa

    0下载:
  2. 数据结构中关于冒泡法的内容 用c++环境运行-data structure on the contents of Bubble Act with operating environment c
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:聂显东
  1. ShowSort

    0下载:
  2. 使用对话框输入若干整型数据(不超过10个),实现冒泡法排序。-Use the dialog box enter the number of integer data (not more than 10), realize bubble sort method.
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-12
    • 文件大小:43008
    • 提供者:zwy
  1. maopaofaPL_main

    0下载:
  2. C++冒泡法排序.可以使初学者尽快掌握c++中的循环-C++ bubble sort method. Will enable beginners to grasp c++ in the cycle
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:339968
    • 提供者:li
  1. DataSort

    0下载:
  2. FPGA内,通过Verilog语言,实现冒泡法数据排序。仅供参考!-FPGA, through the Verilog language, implementation data bubble sort method. For reference purposes only!
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:weishiji
  1. VB

    0下载:
  2. VB常用的一些小程序,包括选择法及冒泡法排序的源代码。-some small projections
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:4721664
    • 提供者:zhf
  1. Bubble-sort-method

    0下载:
  2. 冒泡法排序,vb习题必做,常用的练习题,老师给的,超管用的 -Bubble sort method, vb exercises must be done, common exercises
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:wang
  1. 冒泡

    0下载:
  2. TTS把文字转化为语音 的人工智能的源程序(TTS to convert text into speech source program of artificial intelligence)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:94208
    • 提供者:SDFXFDFG
  1. 用冒泡法排列数组大小

    0下载:
  2. 用冒泡法新建数组重排一个数组中每个数值的大小(Resize the number of arrays by a bubble method)
  3. 所属分类:LabView

    • 发布日期:2024-05-12
    • 文件大小:7168
    • 提供者:oyayan
  1. 冒泡

    0下载:
  2. 冒泡排序法C语言版,数组入门练习,适合新手使用。(Bubble sort C language version, array introductory practice, suitable for the use of novice.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:19456
    • 提供者:gkp95457
  1. 冒泡排序法

    0下载:
  2. 不限数字个数且使用函数的冒泡排序法,供交流学习使用。(Bubble sorting method without limitation of quantities of inputs.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:Blanker
  1. 新建文件夹 (3)

    0下载:
  2. 冒泡法排序,可以将123456789这几个数按照从小到大的顺序排列,然后也可以将123456789按照从大到小的顺序排列(Bubble sort, you can arrange 123456789 of these numbers in a small to large order, and then you can arrange 123456789 in order from large to small.)
  3. 所属分类:汇编语言

    • 发布日期:2024-05-12
    • 文件大小:10240
    • 提供者:老爽的大哥
  1. 冒泡法

    0下载:
  2. 该冒泡算法是通过C语言编写的,可以实现对数字和字母的排序(The bubble algorithm is written in the C language and can be used to sort numbers and letters.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:8192
    • 提供者:小飞鱼_
« 12 3 4 5 6 7 8 9 10 ... 24 »

源码中国 www.ymcn.org