登录
首页 » 软件系统 » Arithmetic Asscii and BCD

Arithmetic Asscii and BCD

于 2023-05-15 发布 文件大小:7.00 kB
0 142
下载积分: 2 下载次数: 1

代码说明:

这是一个计算算术和BCD的计算器。它已经添加了SUB MUL DIV DAS AAA AAS AAM和AAD;

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

发表评论

0 个回复

  • Source Code USB API Calls
    Source Code USB API Calls
    2022-03-06 16:48:31下载
    积分:1
  • 经典的arm 论文, 详细讲解了嵌入式ARM开发地要点
    经典的arm 论文, 详细讲解了嵌入式ARM开发地要点-classic arm papers, gave a detailed account of the development of embedded ARM points to
    2023-05-01 23:50:04下载
    积分:1
  • 源码,一个学生管理的程序
    c语言开发源码,一个学生管理系统的大程序-source, a student management system of procedures
    2023-03-27 05:25:03下载
    积分:1
  • 设计模式精解,一本经典的外国的工程方面的书籍
    设计模式精解,一本经典的外国的软件工程方面的书籍-Design Patterns Explained.rar the explantation of the design patterns!
    2022-02-04 02:34:53下载
    积分:1
  • It describes the object
    它描述了在面向对象软件设计过程中针对特定问题的简洁而优雅的解决方案。设计模式捕获了随时间进化与发展的问题的求解方法,因此它们并不是人们从一开始就采用的设计方案。它们反映了不为人知的重新设计和重新编码的成果,而这些都来自软件开发者为了设计出灵活可复用的软件而长时间进行的艰苦努力。设计模式捕获了这些解决方案,并用简洁易用的方式表达出来。-It describes the object-oriented software design process-specific issues concise and elegant solution. Design patterns capture the evolution over time with the development of the solution, so they are not people from the very beginning the design. They reflected the arcana of the re-design and re-encode the results, which came from software developers to design flexible and reusable software for a long time of hard work. Design patterns capture these solutions, and with simple and user-friendly way out.
    2022-01-26 07:57:59下载
    积分:1
  • (Architecture 是一个的基本组织,它蕴含于的组中、组之间的相互关中、 组与环境的相互关中、以及呈现于其设计和演进的原则中。)...
    (Architecture 是一个系统的基本组织,它蕴含于系统的组件中、组件之间的相互关系中、 组件与环境的相互关系中、以及呈现于其设计和演进的原则中。)-(Architecture is a basic system, it contains the components in the system, the components of the interrelationship between, components and the environment of mutual relations, and showing its design and evolution of the principle.)
    2022-09-08 04:20:03下载
    积分:1
  • A colleague to a simple POS system, used only for study, functions are not very...
    一个同事给的简单的POS系统,仅用于学习,功能也不是很强大!-A colleague to a simple POS system, used only for study, functions are not very powerful!
    2023-01-10 05:25:03下载
    积分:1
  • seeking maze exports from the entrance to the path of all the procedures for a c...
    求迷宫中从入口到出口的所有路径是一个经典的程序设计问题。由于计算机解迷宫室,通常用的是“穷举求解”的方法,即从入口出发,顺某一方向向前探索,若能走通,则继续往前走;否则沿原路退回,换一个方向在继续探索,直到所有可能的通路都探索到为止。为了保证在任何位置上都能沿原路返回,显然需要用一个后进先出的结构来保存从入口到当前位置的路径。因此,在球迷宫通路的算法中应用“栈”也就是自然而然的事了。 -seeking maze exports from the entrance to the path of all the procedures for a classic design problem. The computer maze room, normally used was "exhaustive solution" approach, that is, from the entrance, with a direction to explore, if we can follow links, will continue to move forward; Otherwise, return along the same route, a direction for the continued exploration and until all possible pathway to date has explored. To ensure that in any position along the same route can return, obviously need a last-in, first-out to preserve the structure from the entrance of the current location of the path. Therefore, in the Palace fans access algorithm application "stack" is naturally a thing of the past.
    2022-06-15 15:18:08下载
    积分:1
  • MISRA (The Motor Industry Software Reliability Association 汽车工业可靠性联会) 是位于英国的一个...
    MISRA (The Motor Industry Software Reliability Association 汽车工业软件可靠性联会) 是位于英国的一个跨国汽车工业协会,其成员包括了大部分欧美汽车生产商。其核心使命是为汽车工业提供服务和协助,帮助厂方开发安全的、高可靠性的嵌入式软件。这个组织最出名的成果是所谓的MISRA C Coding Standard,这一标准中包括了127条C语言编码标准,通常认为,如果能够完全遵守这些标准,则你的C代码是易读、可靠、可移植和易于维护的。最近很多嵌入式开发者都以MISRA C来衡量自己的编码风格,比如著名的uC/OS-II就得意地宣称自己99%遵守MISRA标准。而《嵌入式开发杂志》也专门载文号召大家学习。编码规范通常是一个公司自定的“土政策”,居然有人去做标准,而且还得到广泛的认可,这不禁引起我强烈的兴趣。可惜这份标准的文本需要花钱去买,而且短短几十页,要价非常昂贵。MISRA在网上公布了一些文档,其中有关于MISRA C Coding Standard的Clarification报告,从中间你可以大致猜到MISRA标准本身是什么。-MISRA (Motor Industry Software The Reliab ility Association Automobile Industry Software Reliability Association) is a UK-based multinational car Industry Association, whose members include most of Europe and the US car manufacturers. Its core mission is to the automobile industry to provide services and assistance to help the factory to develop secure, high-reliability embedded software. The organization"s most famous achievement is the so-called MISRA C Coding Standard, this standard includ
    2022-01-28 00:32:50下载
    积分:1
  • Matlab 操作技巧与常用函数。帮助Matlab初学者迅速掌握Matlab环境下编程技巧。...
    Matlab 操作技巧与常用函数。帮助Matlab初学者迅速掌握Matlab环境下编程技巧。-Matlab operating skills with commonly used functions. Help the Matlab environment for beginners to grasp the Matlab programming skills.
    2023-07-13 12:35:03下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载