搜索资源列表
ldsdsed_dm
- 软件介绍:主要用于LED数码管段位置信息生成,可保存在单片机程序存储器中供查表使用的数据。可自行修改数码管各段的位置信息;可以选择LED类型:共阴或共阳;自定义位置信息并可保存;可以生成 8位同样可以保存为C、ASM、PIC、EMC、数组等格式数据。-software presentations : mainly for possession of the LED digital location information generated, kept in SCM program memory
DSPprogram
- 1、(1)32bit乘法的指令解释 (2)volume1的load.asm基础上实现一个 16bit数组的乘法累加的函数,并进行 -o2 / -o3 / 手工优化 2、c环境 C调用汇编函数,汇编函数调用c函数 addarr3(int * arr1, int * arr2, int * arr3, int * arr4, n) //汇编函数,3个数组的对应位置相加,结果放在arr4[n]中, 汇编函数调用C的子函数,它把arr1和arr2相加放到arr3
bianyiyuanlisheji
- 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 ●保留字(关键字):所谓保留字是指
jioushu.ASM
- 对数组ARRAY中的奇偶数进行区分,并存储到两个其他的数组中。
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
find_alldel.asm
- 设有一字数组A,第一个字单元存放的是数组元素的个数,从第二个字单元开始依次存放的是数组元素。现要求编写一程序,查找字数组A中与X字变量相等的所有元素,若找到,则从数组中删除该元素;否则,数组中的元素保持不变。最后在屏幕上打印出结果数组。(与某一年的考研题相似,算是个变型题)-Word with an array A, the first word storage unit is the number of array elements, from the beginning of the sec
F2Hex
- 将一个二进制文件转化成一个16进制数组供其他语言使用,目前仅实现了1字节C++数组,但留有接口,你可以自己实现剩下的代码。-convert a binary file to a hex array which used by delphi,asm ,vb etc. ,but now support c++ array,but i gave interface for you to complete the rest code by yourself.
asm
- 8086微机,显示时间,数组排序,已经测试通过-8086 computer, display time, sort the array has been tested
ASM_MBF_ARRAY
- A阵列天线方向图ASM MBF ARRAY-A array antenna pattern ASM the MBF the ARRAY
asm
- 字节变量ARRAY中存有N个数,要求编写一程序统计ARRAY中偶数的个数,并将结果在屏幕上显示。另外附加了一个:编写一个能实现两个十进制数的加法运算处理的程序。设每个十进制数最多4位。两个十进制数由键盘输入,结果以十进制数输出-The byte variable ARRAY there N number, write a program statistics ARRAY even number, and the results are displayed on the screen. Also
ASM
- 51单片机的ARM汇编实现(纯原创上机通过)可能有待优化,但是鉴于汇编得高效率,依然比c及以上高级语言有着速度优势,这段代码比较短但是他可以实现按键,数码管显示(共阳),定义数组等功能,可供单片机初学者学习使用。- 检测到:中文 » 英语 51 microcontroller ARM assembly (pure original computer through) may need to be optimized, but given the assembly effic
homework2
- Reversing a String and Array using Push and Pop
Desktop
- les codes for calcul e max of array with assembleur langage