资源列表
排序选择:
[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-08-24 上传 | 大小:368kb | 下载:0
[JSP源码/Java] java_arithmetic
说明:用JAVA写的个种算法:排序,迷宫,巴斯卡(Pascal), ThreeColorFlags ,Knight tour-Written by JAVA species algorithms: sorting, maze, Pascal (Pascal), ThreeColorFlags, Knight tour<sp> 在 2025-08-24 上传 | 大小:44kb | 下载:0
[GDI/图象编程] BmpBrowser
说明:这个是一个位图浏览器,是源码,大家一定支持-This is a bitmap browser, is the source, we will certainly support<范正> 在 2025-08-24 上传 | 大小:2.87mb | 下载:0
[DSP编程] sine4_poll
说明:DSP原理及其C编程开发技术的源码 真的还好呀-DSP Principle and C Programming source technology really nice<hujunwn> 在 2025-08-24 上传 | 大小:6kb | 下载:0
[DSP编程] sine8_intr
说明:DSP原理及其C编程开发技术的源码 真的很好呀-DSP Principle and C-source programming development techniques are really good you<hujunwn> 在 2025-08-24 上传 | 大小:19kb | 下载:0
[Windows编程] ProcessCommunication
说明:Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named<周晓宇> 在 2025-08-24 上传 | 大小: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-08-24 上传 | 大小:2kb | 下载:0