-
Windows 服务被设计用于需要在后台运行的应用程序以及实现没有用户交互的任务。为了学习这种控制台应用程序的基础知识,C(不是C++)是最佳选择。本文将建立并...
Windows 服务被设计用于需要在后台运行的应用程序以及实现没有用户交互的任务。为了学习这种控制台应用程序的基础知识,C(不是C++)是最佳选择。本文将建立并实现一个简单的服务程序,其功能是查询系统中可用物理内存数量,然后将结果写入一个文本文件。最后,你可以用所学知识编写自己的 Windows 服务。-Windows service is commonly used by program which running without intactive with users. To learn how to develop it, C is the best choice. This article will give you an example about how to develop a basic service program which can query the physical memory and write the results to a text file. You can develop your own service program after this pratice.
- 2022-09-21 05:20:02下载
- 积分:1
-
读取ini文件类,十分实用的工具
读取ini文件类,十分实用的工具-read ini file type, a very useful tool
- 2022-01-22 02:44:35下载
- 积分:1
-
用 c# 制作自己的浏览器
这是 c# 项目,为您打造类似 IE 的 web 浏览器。你可以重新生成或开发它,这像一个专业的开发人员的源代码。但这不是对我来说足够。会发生这么多的选项添加
欢迎来到我的世界,codeforge.com逗留曲调与我们...太谢谢你了......
- 2022-09-09 21:15:08下载
- 积分:1
-
程序开始时的动画窗口,显示创作者的相关信息等,欢迎界面(源文件)....
程序开始时的动画窗口,显示创作者的相关信息等,欢迎界面(源文件).-Program at the beginning of animated window displays relevant information such as creators, welcome interface (header file).
- 2022-01-26 00:50:34下载
- 积分: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
-
69大厅源码
网狐防69最新带游戏列表最近戏 测试图 可以把喜欢的功能移植进去。
- 2022-07-26 14:22:19下载
- 积分:1
-
聊天程序的客户端,还有服务器在后面
聊天程序的客户端,还有服务器在后面-chat program and the client, the server behind
- 2022-06-17 17:21:02下载
- 积分:1
-
sqlite数据库的源代码,用于设计小型数据库
sqlite数据库的源代码,用于设计小型数据库-Source code of sqlite database, which is used for designing minitype database.
- 2023-06-14 22:15:03下载
- 积分:1
-
本人使用WIN2000,一直以为开着系统服务 Windows Time 就能自动实现系统对时。 哪知道前两天一对时,发现快了1分钟,天,我上下班打卡可是直接与经...
本人使用WIN2000,一直以为开着系统服务 Windows Time 就能自动实现系统对时。 哪知道前两天一对时,发现快了1分钟,天,我上下班打卡可是直接与经济利益挂钩的。 真不知道这玩意是不是仅用来浪费系统资源的。一气之下,自己花点时间写了个对时程 序,嗯,不错,挺好用,这下安心了,另外那个对时的垃圾服务也可以关掉了-A clock program that correct the time from Internet.
- 2022-06-27 21:51:30下载
- 积分:1
-
远程桌面
要互相连接两个或更多台计算机。这一项目,它包括所有的源代码和可执行的 jar 文件的服务器基于客户端应用程序
- 2023-04-02 16:50:03下载
- 积分:1