-
windows服务管理类
压缩包包含两个文件ServiceManager.h、ServiceManager.cpp可以直接使用
CServiceManager提供接口如下:
BOOL IsActive(); // 查下服务是否开启
BOOL StopService(SC_HANDLE hService); // 关闭服务
BOOL StartService(); // 开启服务
BOOL ReStartService(); // 重启服务
BOOL GetDependentServices(SC_HANDLE hscService, std::vector& vecServiceStatus); // 获取服务依赖服务
- 2023-08-19 15:45:03下载
- 积分:1
-
模拟 Windows 开机动态色带条
模拟 Windows 开机动态色带条-boot Windows simulation of the dynamic ribbon
- 2022-04-12 13:12:05下载
- 积分:1
-
使用 jsp 的购物车项目源代码
Microsoft SQL Server 包括命名为最受欢迎的命令提示实用工具bcp可将数据从一个表到另一个,无论是在一台服务器上或服务器之间。SqlBulkCopy 类允许您编写提供类似功能的托管的代码解决方案。还有其他方法将数据加载到 SQL Server 表 (INSERT 语句,例如),但 SqlBulkCopy 提供显著的性能优势,他们。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-06 08:09:28下载
- 积分:1
-
这是有关2进制数的算法
这是有关2进制数的算法-This the number of two-band algorithm
- 2022-03-17 21:29:37下载
- 积分:1
-
本人两年前开发的移动给小灵通发短消息的程序,原理是用一个gsm modem接收从移动手机发过来的消息并解码成为文字信息,然后通过电信的web网站发送给小灵通,虽...
本人两年前开发的移动给小灵通发短消息的程序,原理是用一个gsm modem接收从移动手机发过来的消息并解码成为文字信息,然后通过电信的web网站发送给小灵通,虽然现在是废物,但是对学习gsm modem的操作大有好处,尤其是短消息编码解码,at命令操作等,该程序在实达的某款gsm modem上通过,也可以用一个老的nokia手机代替,但是我没有try过,自己简单调试一下即可-mobile PHS send text messages to the procedures, principle is a GSM modem reception from mobile phones made up of news and decoding as text messages, then Telecom web site sent to PHS, although now is the waste, but learning to operate the GSM modem large good, especially short news codec, at order operation, in the process of a particular Shida Public gsm adopted modem can also use an old nokia phones in place, but I did not try that I can simply about debugging
- 2022-09-30 03:50:03下载
- 积分:1
-
This is a simple phone book, realized the deletions change the contact investiga...
这是一个简单的电话本,实现了联系人的增删改查等基本功能。-This is a simple phone book, realized the deletions change the contact investigation and other basic functions.
- 2022-04-06 12:32:47下载
- 积分:1
-
SUN公司CDC参考实现,非常权威的设计参考资料
SUN公司CDC参考实现,非常权威的设计参考资料-SUN company CDC Reference Implementation, very authoritative reference design
- 2022-10-31 19:05:03下载
- 积分:1
-
一个图像增强类,实现了SSR算法(Scalable Sample Rate)。
一个图像增强类,实现了SSR算法(Scalable Sample Rate)。-a class realized SSR(Scalable Sample Rate) algorithm
- 2022-03-19 03:57:39下载
- 积分:1
-
测试移动Ad hoc网络安全路由
testing secure aodv in mobile ad hoc network
- 2022-05-13 03:30:12下载
- 积分:1
-
参照《Windows程序设计》一书编写的Wave声音捕获到内存的VCL控件BCB源码(亦即一个通用的C++类)。采用双缓冲技术,效果比较流畅。可以方便进行音频数...
参照《Windows程序设计》一书编写的Wave声音捕获到内存的VCL控件BCB源码(亦即一个通用的C++类)。采用双缓冲技术,效果比较流畅。可以方便进行音频数据处理和研究。根据需要,代码可能要部分修改。-light "Windows Programming," a book prepared by the Wave voices to capture the memory VCL controls BCB source (ie, a generic category C). Double buffer technology and the results were quite fluent. Audio can facilitate data processing and research. According to the need, code may be some changes.
- 2023-04-19 18:30:04下载
- 积分:1