搜索资源列表
用 C 语言编写 Windows 服务程序的五个步骤
- Windows 服务被设计用于需要在后台运行的应用程序以及实现没有用户交互的任务。为了学习这种控制台应用程序的基础知识,C(不是C++)是最佳选择。本文将建立并实现一个简单的服务程序,其功能是查询系统中可用物理内存数量,然后将结果写入一个文本文件。最后,你可以用所学知识编写自己的 Windows 服务。-Windows service is commonly used by program which running without intactive with users. To learn
字节查询器
- 用VC写的C语言版控制台字节查询器
Flight-ticketing-system
- C语言编写的航班售票系统的控制台程序,实现航班查询,航班修改,增加航班等功能-Console program written in C and the flight ticket, flight inquiries, flight changes, increasing flights and other functions
phone-directory
- 一个控制台的小通讯查询系统,可为大学生C语言程序设计大作业参考代码。-a telephone directory little console program writed by C/C++