搜索资源列表
仓库管理系统(C语言)
- 一个仓库管理系统,用C语言编写的,之前做过学生成绩管理系统与此有相同的地方。采用结构体数组,具有输入商品,排序的功能,用菜单实现查询,学习C语言的好程序-a warehouse management system using the C language, the students did before the performance management system with the same place. Using the structure of the array, with the
bubblesorttemp
- 对字符串集进行排序,支持C++数组和MFC集合类,支持升序和降序. -right string sets, in order to support array and MFC C Class Set support ascending and descending.
arraysort
- 数组排序,用C 实现
shuzupaixu
- 数组排序函数,对一窜数据进行冒泡排序或者进行二分排序-array sorting functions, a right channeling data Bubble sorting or ranking for two hours
cshuzupaixuzongjie
- 应用文--C及C++开发--C语言数组排序小结,希望对大家有帮助.
suzusort
- 一个进行数组排序的程序,可以进行数组单元的随即无序处理,产生随机数。
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
ASM_Sort
- 用汇编语言实现的:首先通过键盘输入一已知长度的字节数组,然后对该数组进行递增排序,并显示排序结果。最后再输入一数值,在该数组中进行查找。要求使用子程序结构。-Using assembly language to achieve: First of all, through the keyboard input of a known length of the byte array, and then increase the array to sort and display the resul
order
- 用8051汇编写的数组排序程序,内有程序。用masm6编的-Writing with the 8051 compilation of array sort procedure, there are procedures. Masm6 made by the
HUI42
- 输入一组有符号字数据。对该组数进行排序,按照从大到小的顺序以用户指定的进制形式输出排序后的结果。-There is one group of input data symbols word. Sort a few of the group, in accordance with the order of smallest to the user specified in hexadecimal form of the output to sort the results.
asm
- 8086微机,显示时间,数组排序,已经测试通过-8086 computer, display time, sort the array has been tested
SORT
- 给数组排序,文件输入,从小到大输出,不限数组内的数字个数-To an array sort, file input, from small to large output, limited number of digits within the array
Desktop
- 求10个数的最大数== 以及数组排序之类-just something
ARMsort
- 嵌入式ARM编程 实现简单的数组排序功能-The embedded ARM programmed simple sorting capabilities
PAIXU
- LABVIEW二维数组排序,labview中没有二维数组排序的函数,很费解,在去年的一个项目中借鉴网上的资源写的函数-LABVIEW-dimensional array sorting, labview no dimensional array sorting functions, it is difficult to understand, in a project last year to learn from online resources to write a function
zharuorder
- Delphi直接插入法排序示例,插入法数组排序,示例将显示一组没有经过排序的数组,看上去比较混乱无规律,之后显示了排序后的数组,这下看着清爽了,有图有真相,你看出猫腻了吗?-Delphi direct insertion sort example, insertion sort the array, the example displays a group without a sorted array, looks confused without the law, and revealed t
Labview-Two-dimensional-array-sort
- 二维数组排序,可以根据任意一列的大小进行排序。-Two-dimensional array sort
数组排序
- 去除数组中较小的N个元素并将剩下的其它所有元素按照从小到大的顺序排列生成新的数组(Remove the smaller N elements in the array and arrange all the rest of the array in small order from the small to large to generate a new array)
插入排序
- 将一个记录插入到已排序好的有序表中,从而得到一个新,记录数增1的有序表。即:先将序列的第1个记录看成是一个有序的子序列,然后从第2个记录逐个进行插入,直至整个序列有序为止。 要点:设立哨兵,作为临时存储和判断数组边界之用。(A record is inserted into a sorted ordered table to obtain a new ordered table with a record number increase of 1. That is, the first fir
二维数组排序
- 选择二维数组要排序的列,然后选择好升序还是降序排列,相同大小保留原有排列顺序