-
怎样把MID中的菜单去掉
怎样把MID中的菜单去掉-how to remove the menu
- 2022-07-11 17:46:25下载
- 积分:1
-
课程中一些重要的知识点,原代码希望能给大家一点帮助。
课程中一些重要的知识点,原代码希望能给大家一点帮助。-course some important knowledge, the original code in hopes of giving us some help.
- 2022-01-31 22:27:02下载
- 积分:1
-
一个模仿示波器的代码,效果很好
一个模仿示波器的代码,效果很好-an oscilloscope imitate the code, with good results
- 2023-07-18 10:25:04下载
- 积分:1
-
狗狗管理系统 java
跟着老师一起写的一个狗系统,主要完成的就是对狗狗的添加,修改,删除,查找的功能。可以为狗狗添加图片和相关信息。用eclipse工具写的,适合刚学java得人学习一下的。
- 2022-08-23 15:34:19下载
- 积分:1
-
一款管理网页脚本的绿色软件
一款管理网页脚本的绿色软件-new website management software green script
- 2022-01-26 15:19:34下载
- 积分:1
-
采用AES尼克尔森写的经典小游戏
wince下用evc写的一个经典小游戏--俄罗斯方块,功能不算多界面还很简陋有待改善-using AES Nicholson wrote a small classic games-- Tetris, the functional interface is not that much room for improvement is still very poor
- 2022-07-03 07:59:04下载
- 积分:1
-
VB卸载
一个vb的反安装程序,在做好程序后,加一个卸载程序,有注释,也可直接加在工程里。-vb unload
- 2023-02-05 10:05:04下载
- 积分:1
-
得到所有进程列表的程序
得到所有进程列表的程序-The app of getting all the processes
- 2022-07-04 16:16:39下载
- 积分:1
-
在第1章中,我们首先讨论在使用和不使用M F C的情况下创建一个窗口,以便清楚地了解
M F C是如何工作的。M F C窗口既可以由属于M F C的C +
在第1章中,我们首先讨论在使用和不使用M F C的情况下创建一个窗口,以便清楚地了解
M F C是如何工作的。M F C窗口既可以由属于M F C的C + +类创建,也可以由一个早于并存在于
M F C之外的非C + +窗口类创建。我们将进一步观看窗口类并讨论那些由Wi n d o w s操作系统提
供的窗口类。最后,再看看M F C应用程序中都有什么。-In Chapter 1, we first discuss the use and does not use MFC create a window to a clear understanding of how the work of MFC. MFC window can belong to MFC from the C++ Type create, you can co-exist as early as by an outside non-MFC is C++ Window class to create. We will further watch window class and discussed by the Wi ndows provided by the operating system window class. Finally, take a look at MFC application has what.
- 2022-05-18 08:31:25下载
- 积分:1
-
中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。
本例中使用了I...
中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。
本例中使用了INT0中断,一般中断程序进入时应保护PSW,ACC以及中断程序使用但非其专用的寄存器。本例的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,即设置时不允许重入。本例中没有涉及这种情况。
实验开始时K8应在H(高电平)端,要产生中断时先拨向L(低电平)端再拨回H端。
-Interrupt service s key is: 1. the protection enters when the interrupt condition, and when the withdrawal interrupt before regains enters the condition. 2. must in the interrupt routine establish whether to permit the interrupt re-entry, namely establishes the EX0 position. in this example has used the INT0 interrupt, generally the interrupt routine enters when should protect PSW, ACC as well as the interrupt routine use but non-its special-purpose register. This example INT0 program protection PSW, ACC,2 and so on three registers, and restored these three registers before the withdrawal. Moreover in the interrupt routine involves to when the essential data establishment should close the interrupt, namely when establishment does
- 2022-03-22 04:01:46下载
- 积分:1