-
Windows 服务样例
windows服务样例,已经完成了服务的注册,启动,停止,暂停等内容,只需要在相关代码处添加自己的代码即可使用。注意windows服务运行在session0,xp勾选可以与桌面交互可以弹出窗口,xp以上系统,需要配合托盘程序,通过管道、socket、内存共享等方式进行通讯。
- 2023-01-09 08:35:03下载
- 积分:1
-
VC++ 动态链接库编程深入浅出,很好的DLL编程参考书籍
VC++ 动态链接库编程深入浅出,很好的DLL编程参考书籍-VC++ Dynamic link library easy programming, good programming reference books DLL
- 2022-03-12 14:08:33下载
- 积分:1
-
老Y文章管理系统V2.0
专业的开发多提宝贵意见
老Y文章管理系统V2.0
专业的开发多提宝贵意见-Old Y article management system V2.0 professional development with more valuable comments
- 2022-04-13 12:57:59下载
- 积分:1
-
an adjustment resolution, chromatic number, the refresh rate dll, and demo
一个调节分辨率,色数,刷新率的dll,和demo-an adjustment resolution, chromatic number, the refresh rate dll, and demo
- 2023-05-15 19:50:03下载
- 积分:1
-
名字空间扩展编程例子
名字空间扩展编程例子-name space expansion of programming examples
- 2022-02-20 03:40:32下载
- 积分:1
-
我接触DLL的时间也不长,对DLL的了解也不是很深,在这里以一个简单的例子说明一下应用程序与DLL是如何工作的,希望给初学者一些帮助。文章附有源码,以编译通过。...
我接触DLL的时间也不长,对DLL的了解也不是很深,在这里以一个简单的例子说明一下应用程序与DLL是如何工作的,希望给初学者一些帮助。文章附有源码,以编译通过。-I contacted the time is not long, right DLL understanding is not very deep here in a simple examples to illustrate what applications and how the DLL is working, and hopes to give some help beginners. Articles with source code to compile.
- 2022-12-31 05:20:04下载
- 积分:1
-
windows 完成端口 IOCP
一个朋友做的完整的IOCP代码,效率挺高的.
以下是朋友的原话:
初学IOCP(windows完成端口)编程时,遇到很多问题和挫折,也在网上找过很多他人的代码,但是这些代码要么不稳定,要么难以使用,所以决定自己动手。在N次查阅MSDN有关章节,几度大改源代码,以及无数次的调试之后,终于有了目前这个比较稳定高效的的IOCP代码,我将其封装成了Delphi控件,所以也是比较方便使用的。现在我将这些代码全部毫无保留的贴出来,希望能够对某些正在0学习IOCP编程的朋友有所帮助。我的代码很少注释,但是风格自认为比较好,读起来应该不会费力。
- 2022-04-18 02:04:48下载
- 积分:1
-
在网上找VC资料时的意外收获,拿出来和大家一起分享
在网上找VC资料时的意外收获,拿出来和大家一起分享-VC on the Internet to find information on the windfall, like to share with everyone
- 2022-04-28 14:10:51下载
- 积分:1
-
一个模拟的文件系统,支持EDDELCDDIRMDRD等命令(含设计文档)
一个模拟的文件系统,支持EDDELCDDIRMDRD等命令(含设计文档)-a simulated file system, support ED DEL CD DIR MD RD such orders (including design documentation)
- 2022-10-30 07:50:03下载
- 积分:1
-
JNA(Java Native Access )提供一组Java工具类用于在运行期动态访问系统本地库(native library:如Window的dll)而不...
JNA(Java Native Access )提供一组Java工具类用于在运行期动态访问系统本地库(native library:如Window的dll)而不需要编写任何Native/JNI代码。开发人员只要在一个java接口中描述目标native library的函数与结构,JNA将自动实现Java接口到native function的映射。-JNA (Java Native Access) provides a set of Java tools for the dynamic run-time access to the system of local libraries (native library: such as the Window of the dll) without the need for the preparation of any Native/JNI code. As long as developers in a java interface as described in the target native library function and structure, JNA will automatically realize Java interface to native function mapping.
- 2022-09-06 18:20:02下载
- 积分:1