登录
首页 » Windows开发 » 使用宏汇编 ( MASM ) 写的一个计算器, 能进行 加 和 减 操作.

使用宏汇编 ( MASM ) 写的一个计算器, 能进行 加 和 减 操作.

于 2022-01-26 发布 文件大小:3.53 kB
0 172
下载积分: 2 下载次数: 1

代码说明:

使用宏汇编 ( MASM ) 写的一个计算器, 能进行 加 和 减 操作.-Use Macro Assembler (MASM) write a calculator that can be " plus" and " cut" operations.

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

发表评论

0 个回复

  • 一键ghost
    一键ghost-A key ghost
    2023-06-19 17:20:04下载
    积分:1
  • 实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC E...
    实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
    2022-07-13 07:36:52下载
    积分:1
  • 数据结构中实现栈空间共享的小程序.先用户分配一个空间.再分为几个栈.尽量平分每个栈的空间,但是各个栈的空间是可以变化的,由用户的需要而定.用户可任意选择输入栈的...
    数据结构中实现栈空间共享的小程序.先用户分配一个空间.再分为几个栈.尽量平分每个栈的空间,但是各个栈的空间是可以变化的,由用户的需要而定.用户可任意选择输入栈的顺序,如先选择第1栈,输入元素,再输第0栈,再输入第2栈,以后也可以再在原先的栈内添加或删除元素.若pop,留下的空间归原栈所有,以后添加元素的时候可以用来左右移动栈,元素在整个空间的开始装入的顺序是先分别在各个栈的bot处装.-data structure to achieve the shared stack space small programs. First distribution of a user space. Again divided into several stacks. Equally as each stack space, but all stack space can change from the user"s needs. Users can freely select input stack in the order, if we choose a stack, the importation of elements and transported 0 stack, the first re-entry two stack, could again after the original stack within add or delete elements. if pop, leaving the space under the original stack all, after adding the element of time can be used to stack and move around, the elements in the entire space to the beginning of the loading sequence is first in the various bot Department stack installed.
    2022-03-16 07:30:51下载
    积分:1
  • 比较两个目录(包括子目录)和更新,目标目录…
    比较两个目录(包含子目录)并更新 1、发现目标目录缺少文件,则更新 2、发现目标目录的文件与源文件不同,则更新 3、更新时,保持与源目录结构相同-compare two directories (including subdirectories) and an update, the target directory lack of documentation, update 2, the target directory file with the source file were different, Update 3, update, and maintain the same source directory structure
    2022-08-22 21:39:23下载
    积分:1
  • 这个源代码在Visual Basic 6为数据记录在Excel中的应用。
    This the sorce code in Visual Basic 6 for the data logging in Excel application. -This is the sorce code in Visual Basic 6 for the data logging in Excel application.
    2023-08-30 23:45:04下载
    积分:1
  • 下载中国彩票网上双色球所有历史中奖号码
    使用python下载中国彩票网上,历年来双色球的所有中奖号码。目前中国彩票网使用的是静态网页,历年来的双色球中奖号码才80多页,目前定义了80页已经能够下载全部号码,如果网站调整,代码稍加改动即可。
    2022-02-04 08:09:22下载
    积分:1
  • 这是一个象棋游戏,用户可以和电脑练习自己的象棋技术
    这是一个象棋游戏,用户可以和电脑练习自己的象棋技术-This is a chess game, the user can practice their own chess computer technology
    2023-01-30 13:45:03下载
    积分:1
  • VS2005 is an integrated source of new features, including MemberShip, theme Them...
    是一个集成了VS2005新功能的源码集,包括MemberShip、主题Theme、站点地图SiteMap、TreeView、母版页Master、页面缓存输出、本地化、WebParts、HealthMonitoring验证等非常实用的新功能 具有根据HealthMonitoring的设置,验证失败会发送信息到指定邮箱的功能 是学习及应用VS2005不可或缺的一个参照源码 -VS2005 is an integrated source of new features, including MemberShip, theme Theme, site map SiteMap, TreeView, master pages Master, page output caching, localization, WebParts, HealthMonitoring verification very useful new features with in accordance with HealthMonitoring settings, authentication failure will send a message to the specified mailbox function is to study and application of VS2005 indispensable a reference source
    2023-06-04 03:25:03下载
    积分:1
  • 循环链接列表
    这是一个简单的代码在 c + + 中的循环链接列表。欢迎下载和使用。非常感谢您的支持。
    2022-04-30 20:37:54下载
    积分:1
  • 背单词的小程序,单词显示在顶层窗口的标题上,很隐蔽
    背单词的小程序,单词显示在顶层窗口的标题上,很隐蔽-back to the word small programs, word show on the top floor window title, very hidden
    2022-06-21 09:21:33下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载