-
Named Pipes can be on the same computer between different processes, or across a...
命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的不同计算机的不同进程之间,支持可靠的、单向或双向的数据通信。不需要事先深入掌握基层网络传送协议(如 T C P / I P或I P X)的知识。这
是由于命名管道利用了微软网络提供者(M S N P)重定向器,通过一个网络,在各进程间建立
通信。-Named Pipes can be on the same computer between different processes, or across a network of different computers in different processes in support of a reliable, one-way or two-way data communications. Do not need prior grasp of the grass-roots network protocol (such as TCP/IP or IPX) knowledge. This is because the use of Named Pipes Provider Microsoft Network (MSNP) redirector through a network set up at the inter-process communication.
- 2022-02-15 03:41:25下载
- 积分:1
-
how to configure dns virtual domain name system configuration and setup method b...
如何配置dns系统虚拟域名的配置和设置方法
书籍语言: 简体中文
书籍类型: 网页设计
授权方式: 免费软件
书籍大小: 381 KB
书籍等级:
整理时间: 2005-7-5 6:17:38
-how to configure dns virtual domain name system configuration and setup method books Language : English books types : Web Design license : free software books Size : 381 KB books Grade : collate Time : 6:17:38 2005-7-5
- 2022-02-25 06:33:13下载
- 积分:1
-
IIC WINCE5.0 流接口驱动程序及测试,绝对可用。I2C代码有详细的注释,是一个很好的驱动学子的例子。...
IIC WINCE5.0 流接口驱动程序及测试,绝对可用。I2C代码有详细的注释,是一个很好的驱动学子的例子。-IIC WINCE5.0 stream interface drivers and testing, is absolutely available. I2C code has detailed notes, is a good example-driven students.
- 2022-05-18 18:08:47下载
- 积分:1
-
监测指定目录中的文件/目录的改变 !
监测指定目录中的文件/目录的改变 !-monitoring designated directories of file/directory!
- 2023-08-29 05:50:03下载
- 积分:1
-
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。...
这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。此外,客户中还有两个位图,当鼠标移动到位图上时,就会改变为自己定义的光标。该程序适合Win32编程初学者,内含大量的中文注释。-SDK This a process. This program tracking shows the coordinates of the mouse position, and if the mouse operation, the window title bar shows operating information, if the window area for customers double-click, double-click will be the point location shown on the location information. In addition, customers there are two bitmap, when the mouse movement on the plan in place, they will change their definition of the cursor. The program suitable for beginners Win32 programming, with a lot of Chinese Notes.
- 2022-03-19 01:22:51下载
- 积分:1
-
C++书籍How Not to Program in C++: 111 Broken Programs and 3 Working Ones, or Why D...
C++书籍How Not to Program in C++: 111 Broken Programs and 3 Working Ones, or Why Does
2+2=5986-C++ Book How Not to Program in C++: 111 Broken Programs and 3 Working Ones, or Why Does2+ 2 = 5986
- 2022-01-26 07:27:00下载
- 积分:1
-
C++设计俄罗斯方块游戏
使用C++设计俄罗斯方块游戏,游戏有两种模式,一种是玩家模式,另一各是机器自主模式。在自主模式中,使用AI算法设计俄罗斯方块游戏的玩法。
- 2022-11-26 08:30:03下载
- 积分:1
-
这是一个迷宫游戏1.
这是一个迷宫游戏1.-This a maze game 1.
- 2022-08-06 22:53:34下载
- 积分:1
-
interesting little procedures on some word processing, used in STL, there are al...
有趣的小程序,是关于一些文字处理的,用到STL,也有一些巧妙的算法在里面。-interesting little procedures on some word processing, used in STL, there are also some clever algorithm inside.
- 2023-02-11 19:20:03下载
- 积分:1
-
Darwin Streaming Server
对于并发量并不大而且对性能要求不是很高的流媒体传输模块,live555还是很好的选择,下面说一下我所实现的流媒体代理服务器(目前只能实现对H264单视频的转发)
代理转发主要分为对RTSP的转发与对RTP的转发(没有实现对rtcp的转发),尽量做到不破坏原有程序框架,所以还是要将整个代理过程融合于ServerMediaSubsession、Source、Sink的循环中,按照流程,RTSP OPTIONS不是必需进行转发,直接转到DESCRIBE的转发过程。
- 2023-05-05 17:00:07下载
- 积分:1