登录
首页 » 汇编语言 » 小车程序,设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要...

小车程序,设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要...

于 2022-08-02 发布 文件大小:5.22 kB
0 178
下载积分: 2 下载次数: 1

代码说明:

小车程序,设计语言教科书和编译教科书的有关知识,并增加了一些有关汇编 层体系结构的材料,以满足没学过计算机组织的学生们的需要-Trolley procedures, language textbooks and textbooks compiled the relevant knowledge, and an increase of some of the compilation of the material layer architecture to meet the needs of organizations never learned the computer needs of students

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 微机原理8254与8255设计的手动跟自动的路灯控制系统
    微机原理8254与8255设计的手动跟自动的路灯控制系统-8254 8255
    2022-07-12 00:43:03下载
    积分:1
  • ;每隔10ms响铃一下
    汇编;每隔10ms响铃一下-compilation; Neither about every 10ms
    2022-05-18 11:43:17下载
    积分:1
  • 串口通讯程序,这个程序给出一个参考,并且带645协议部分
    串口通讯程序,这个程序给出一个参考,并且带645协议部分-Serial communication procedures, which are given a reference, and with part of 645 agreement
    2022-01-25 19:58:25下载
    积分:1
  • DES是一种分组密码。假定明文m是由0和1组成的长度为64位的符号串,密钥k也是64位的0、1符号串。...
    DES是一种分组密码。假定明文m是由0和1组成的长度为64位的符号串,密钥k也是64位的0、1符号串。-DES is a block cipher. M is expressly assumed by 0 and a length of 64 strings of symbols, as well as key k 0 64, a string of symbols.
    2022-03-10 08:33:02下载
    积分:1
  • 计算今天星期几的程序,没有用过程方法直接写的程序...
    计算今天星期几的汇编程序,没有用过程方法直接编写的程序-Today, a compilation of the calculation procedure a few weeks, there is no direct way to use the process of a program written in
    2023-07-31 00:50:03下载
    积分:1
  • STM32LCD初始化
    应用背景 本人原创STM32汇编实现LCD的显示,目前搜遍全球也没有STM32汇编实现LCD显示的代码。 编译器 ARM-NONE-EABI   ,是在LINUX下编译的。 代码很复杂不容易看懂,我用了很长时间才写出来,大概有1000行汇编代码,写了半个多月才写出来,真是不容易啊。 程序包括IO设置 时钟初始化,NVIC中断设置,定时器,温度传感器等,红外遥控, 然后在LCD上显示 关键技术 初始化代码 shizhong:     ldr r0, = 0x40021000     ldr r1, = 0x14D83     str r1, [r0] gsszbz:     ldr r2, [r0]     ldr r1, = 0x20000     tst r1, r2           @高速时钟标志位                bne rccchushihua     b gsszbz rccchushihua:     ldr r0, = 0x40022000     mov r1, # 0x00000032     str r1, [r0]       &n
    2022-03-12 04:17:41下载
    积分:1
  • 设计要求: 出于不同目的的旅客对交通工具有不同的要求.例如,因公出差的旅客希望在旅途中的时间尽可能短,出门旅游的游客则期望旅费尽可能省,而老年旅客则要求中...
    设计要求: 出于不同目的的旅客对交通工具有不同的要求.例如,因公出差的旅客希望在旅途中的时间尽可能短,出门旅游的游客则期望旅费尽可能省,而老年旅客则要求中转次数最少.编制一个全国城市间的交通咨询程序,为旅客提供两种或三种最优决策的交通咨询. //请保留此信息,谢谢 1.需求分析: (1)提供对城市信息进行编辑(如添加或删除)的功能. (2)城市之间有两种交通工具:火车和飞机.提供对列车时刻表和飞机航班进行编辑(增设或删除)的功能. (3)提供两种最优决策:最快到达或最省钱到达.全程只考虑一种交通工具. -design requirements : For different purposes to transport passengers have different requirements. For example, on official business travelers in the journey time as short as possible away tourists expect possible travel provinces, and elderly passengers asked the least number of transit. establishment of a national inter-city traffic advisory proceedings, for the visitors two or three best decision of the Transport Advisory.// Please keep this information, I would like to thank one. demand analysis : (1) to provide information on the city for editing (such as add or delete) function. (2) Town between the two modes : Train and aircraft. Schedules for the train and flights for editing (created or deleted) function. (3)
    2022-03-23 02:35:30下载
    积分:1
  • DS1302 driver, C51 series, and finally by the Proteus simulation can show the se...
    DS1302的驱动程序,C51编的,最后由proteus仿真的,可以显示设定时间,程序中的延时函数是由汇编语言实现,也就是说这程序是C和汇编混编的。-DS1302 driver, C51 series, and finally by the Proteus simulation can show the set time delay proceedings by the assembly language function is to achieve, that is to say that the procedure is of mixed C and assembler.
    2022-04-29 01:34:26下载
    积分:1
  • that I write on the H.264 codec
    这是我自己写的关于H.264解码反量化(IQ)部分的ARM汇编程序.请版主给以指教,多谢!-that I write on the H.264 codec- quantization (IQ) of ARM assembler. Please enlighten giving moderator, Thank you!
    2022-04-02 05:03:07下载
    积分:1
  • 这是一段代码,用来判断CPU是否为64位还是32位。
    这是一段汇编代码,用来判断CPU是否为64位还是32位。-This is a compilation of code, used to determine whether the CPU for 64 or 32.
    2023-07-23 03:15:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载