资源列表
[Windows编程] ListboxChkSel
说明:利用ListBox控件实现标签式数据选择,MFC控件的一个应用-ListBox control to achieve the use of tabbed data selection, MFC controls an application<李慧> 在 2025-06-18 上传 | 大小:1.79mb | 下载:0
[Windows编程] Web_xiongxing
说明:一个网站的源码 这是我自己编写的 希望你们喜欢-The source of a Web site This is what I have written I hope you like<QQ> 在 2025-06-18 上传 | 大小:1.97mb | 下载:0
[Windows编程] dll(loader)
说明:说明: 1 例子程序在 vc6.0 +windows xp 编译测试过 2 需要阅读者对程序进程空间,编译,pe结构有一定的理解 3 这里根据自己认识加上对其他资料整理而成,对dll 简单的介绍 -Descr iption: 1 examples of procedures vc6.0+ Windows xp compile tested 2 need to read about the process of the space program, the compiler<周晓宇> 在 2025-06-18 上传 | 大小:320kb | 下载:0
[Windows编程] ioport
说明:有多种方法可以实现异步I/O,其不同资料上的分类一般都不尽相同,但原理上都类似,这里我把实现异步I/O的方法分为3类,本文就针对这3类方法进行详细的讨论。 (1)重叠I/O (2)异步过程调用(APC),扩展I/O (3)使用完成端口(IOCP) -There are many ways to achieve asynchronous I/O, its information on the different classifications in general are not<周晓宇> 在 2025-06-18 上传 | 大小:424kb | 下载:0
[Windows编程] MemoryMap
说明: 相信对于大家来说,内存映射技术已经是个很熟悉的技术了。在这里我只是作个总结,希望对那些新手朋友有帮助。 内存映射文件通常有两个用途:一是内存映射磁盘文件,这对于大数据文件的处理比较适合;二是共享内存,作为进程间通信的一种方式。 -I believe that we, the memory mapping technology is already very familiar with the technology. Here, I only conclude, in the h<周晓宇> 在 2025-06-18 上传 | 大小:368kb | 下载:0
[GDI/图象编程] BmpBrowser
说明:这个是一个位图浏览器,是源码,大家一定支持-This is a bitmap browser, is the source, we will certainly support<范正> 在 2025-06-18 上传 | 大小:2.87mb | 下载:0
[Windows编程] ProcessCommunication
说明:Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named<周晓宇> 在 2025-06-18 上传 | 大小:150kb | 下载:0
[Windows编程] SEH
说明:SEH,结构化异常处理,是作为一种系统机制引入到操作系统中的,本身与语言无关。在我们自己的程序中使用SEH可以让我们集中精力开发关键功能,而把程序中所可能出现的异常进行统一的处理,使程序显得更加简洁且增加可读性。 -SEH, structured exception handling, as a system mechanism into the operating system itself has nothing to do with the language. In our own p<周晓宇> 在 2025-06-18 上传 | 大小:2kb | 下载:0