搜索资源列表
5_1TheArray
- 一个冒泡法排序(升序)的例子再进一步学习SPCE061A的编程,及调试。还有试验指导书,在电子书籍里找
基于 FPGA 实现的冒泡排序法范例
- 基于 FPGA 实现的冒泡排序法范例,Verilog 的语法.
DataSort.rar
- FPGA内,通过Verilog语言,实现冒泡法数据排序。仅供参考!,FPGA, through the Verilog language, implementation data bubble sort method. For reference purposes only!
verilog--maopao-paixu
- 用verilog实现的冒泡排序法 ,有testbench-Implemented using verilog bubble sort, there is testbench
Paixu
- 由小到大的排序使用冒泡法完成。9S12DG128的程序。-Introduction to assembly language programs are running on the 8086 system.
array_sort51mcu
- 数组的冒泡法排序在51单片机上演示,通过COM口传到PC上显示,硬件节约资源-Bubble sort method demonstrated in the 51 SCM
paixu
- 用冒泡法对16个数据进行排序,并将结果存于固定地址。跑马灯,及循环点亮程序-With the method of bubbling 16 data to sort and will result in fixed deposit address. Scrolling, and circulation of light up the program
maopaofapaixu
- 基于单片机学习板的Keil环境下可以成功调试,是冒泡法排序的演示程序-The Keil Microcontroller learning board-based environment can successfully debug, is bubbling to the law sort of demo program
430-SHILICX
- 目录:1. 堆栈时钟初始化 2. RAM自测子程序 3. 二进制转化为BCD码(二进制16位(65536)放R15,结果放R4,R5) 4. BCD码转化为二进制(BCD码放R4,二进制放R5) R5=XO+10*(X1+10*(X2+10*X3)) 5. BCD码转化为二进制(BCD码放R4,二进制放R5)R5=XO+10*X1+100*X2+1000*X3 6. 冒泡排序法(适合20个数字以下) 7. X=a^+b^(a为2个字节,b为2个字节,X为3个字
MSP430--16X16
- 目录:1. 堆栈时钟初始化 2. RAM自测子程序 3. 二进制转化为BCD码(二进制16位(65536)放R15,结果放R4,R5) 4. BCD码转化为二进制(BCD码放R4,二进制放R5) R5=XO+10*(X1+10*(X2+10*X3)) 5. BCD码转化为二进制(BCD码放R4,二进制放R5)R5=XO+10*X1+100*X2+1000*X3 6. 冒泡排序法(适合20个数字以下) 7. X=a^+b^(a为2个字节,b为2个字节,X为3个字
maopaofapaixu
- 基于飞思卡尔S12X的冒泡法排序(汇编语言编写)-Based on Freescale S12X the bubble sort method (assembly language)
MAOPAOFA(flag)
- 基于飞思卡尔S12X单片机汇编语言的冒泡法排序程序-Based on Freescale S12X MCU assembly language program bubble sort method
max197
- 基于单片机和max197的电压检测程序,包含冒泡排序法,量程自动转换,max197的驱动程序-Based on SCM and max197 voltage detection procedures, including bubble sort, automatic conversion range, max197 driver
bubble-sort
- ARM汇编程序之冒泡排序法:用汇编语言实现十个数字的排序-ARM assembler of the bubble sort method: using assembly language to achieve ten digits sort
maopaofa
- 使用双向冒泡法对整型或字符型数组元素进行排序的程序-Using the method of bidirectional bubble sort by integer or a character array element program
adc
- STM8S的ADC采样配置,拿来就可以用,已经调试过。采样值采用求平均的方法,当然也可以采用冒泡排序法,看自己的需求。-STM8S ADC sample configuration used can be used, it has been tuned. Samples using the averaging method, of course, can also be used bubble sort method, see their needs.
arrangement
- 用VB编写的程序,主要用于冒泡法排序,能够产生随机数,演示排序过程。-Programs written with VB, mainly for the bubble sort method, to generate random numbers, demonstrate the sorting process.