-
图书管理系统,采用Visual Basic编写,能实现对图书书籍的管理,对其进行添加、删除、修改。并能进行借书日期的管理,当超过一定的时间后就会对读者进行罚款...
图书管理系统,采用Visual Basic编写,能实现对图书书籍的管理,对其进行添加、删除、修改。并能进行借书日期的管理,当超过一定的时间后就会对读者进行罚款-Library management system using Visual Basic development, to achieve the management of the library books, their add, delete, modify. And to date the management of library, when after more than a certain amount of time readers will be fine
- 2022-07-03 12:51:50下载
- 积分: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
-
示例自动完成框
AutoCompleteBox定义在 Silverlight 工具包,您可以找到其最新版本在这里。如果没有已经安装工具包,请从 http://developer.nokia.com/Community/Wiki/How_to_use_Auto_Complete_Box_in_Windows_Phone 按照安装说明进行安装。
- 2022-05-17 19:07:13下载
- 积分:1
-
modbusTCP客户端
在Windows系统中C++编程模拟成modbusTCP客户机设备,与工控场合的modbusTCP服务机设备实现通信。modbusTCP服务机采用MCGS触摸屏。用CAsyncSocket类实现基础TCP/IP通信,接收来自服务机的modbusTCP编码,识别编码并按照modbusTCP协议编制回应信息码,通过以太网返回服务机。编程环境为Visual C++6.0,程序简洁,可作交流与参考。
- 2023-02-12 01:40:03下载
- 积分:1
-
利用函数重载实现的c++日志库
自己实现的日志库,使用宏定义输出一系列的重载函数仅支持3个及3个以内的参数个数。参数类型可为int和char×参考了SAStatusLog的实现。但是基本不一样的
- 2023-06-19 23:55:03下载
- 积分:1
-
使用Winsock开发的邮件发送程序,支持存储转发功能,对于初学者是一个不错的实例...
使用Winsock开发的邮件发送程序,支持存储转发功能,对于初学者是一个不错的实例-Developed by using the Winsock mail program, supports store and forward functionality, for beginners it is a good example
- 2022-02-15 08:30:37下载
- 积分:1
-
组态监控简单实现
应用背景使用vc6.0开发组态监控系统,可编辑设备属性,实现开关量、液晶显示、调节器和视频播放等基本组件,通过网络传输进行监控。关键技术ffmpeg、组态思想、RTP协议、网络编程模型、序列化类得使用
- 2022-03-24 17:22:38下载
- 积分:1
-
一个功能比较完整的计算器,附带二进制转化(包含小数的转换)...
一个功能比较完整的计算器,附带二进制转化(包含小数的转换)-Complete a functional calculator, with a binary transformation (including decimal conversion)
- 2022-01-25 19:29:01下载
- 积分:1
-
在VISUAL C++ 的单文档中进行鼠标的绘图操作。
在VISUAL C++ 的单文档中进行鼠标的绘图操作。-VISUAL C++ in a single document for the drawing operation of the mouse.
- 2022-05-15 12:23:29下载
- 积分:1
-
最基础的Win CE程序源码(模块化程序):HELLo WINCE
最基础的Win CE程序源码(模块化程序):HELLo WINCE-The most basic procedures for Win CE source (modular procedures): HELLo WINCE
- 2022-02-22 01:27:52下载
- 积分:1