-
进程间通信----匿名管道
匿名管道正因为提供的功能很单一,所以它所需要的系统的开销也就比命名管道小很多,
在本地机器上可以使用匿名管道来实现父进程和子进程之间的通信,
这里需要注意两点,第一就是在本地机器上,这是因为匿名管道不支持跨网络之间的两个进程之间的通信,
第二就是实现的是父进程和子进程之间的通信,而不是任意的两个进程。
然后得话还顺便介绍匿名管道的另外一种功能,其通过匿名管道可以实现子进程输出的重定向, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-07 18:15:15下载
- 积分:1
-
wince under 2D graphics rendering, the 4.2 system can be used to test
wince下2D图形的绘制,在4.2系统下测试能用-wince under 2D graphics rendering, the 4.2 system can be used to test
- 2022-05-28 02:50:47下载
- 积分:1
-
奇迹的东西这些给你们看看,我不知道是什么
奇迹的东西这些给你们看看,我不知道是什么-hihhghzh修辞学厂夏至线
- 2022-01-23 10:24:47下载
- 积分:1
-
这是一个关于dsp编译连接工具的使用(课件推荐),值得看看。
这是一个关于dsp编译连接工具的使用(课件推荐),值得看看。- This is connects the tool about the dsp translation the use
(class recommendation), is worth having a look.
- 2022-07-07 06:50:54下载
- 积分:1
-
这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的...
这是一个字符串处理函数集,包括: IsNumeric――检查串是否为数字串 Upcase――变成大写串 Lowercase――变成小写串 Trim――截掉串尾的空格 RTrim――截掉串开始处的空格 LTrim――截掉串尾的空格 right――从右到左截掉字符 left―― 从左到右截掉字符 mid――截掉从某个起始位置到右边位置的字符 zip文件中包含StringFunctins.h和StringFunctins.cpp是字符串处理函数的头文件和实现文件,main.cpp和main.h是一个控制台应用程序的头和实现,示范字符串处理函数的使用方法。-this a string functions,include:IsNumeric-check_up if the string is Numeric,Upcase-change to capital string,Lowercase-change to small string,Trim-cut blank of string tail,right-cut character from right to left,left-cut character from left to right,mid-cut character from mid to right,the zip file include StringFunctions.h and StringFunctions.cpp,which is using for string functions,main.cpp and main.h are head and implement of a console program,it demonstate the way of using string functions.
- 2022-12-09 07:15:03下载
- 积分:1
-
动态规划
动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(ij)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic programming matrix continually multiply-dynamic programming problem is a problem-solving method. It does not require the results need to be how to divide the problems of the sub- problems fixed, but different input given by the specific example of the problem partition method, and then calculate, and answer questions. Matrix continually multiply the main idea is as follows : 1) the installation of the size of continually multiply the number phalanx 2) above the main diagonal elements Di, j (ilt; J) Matrix Mi continually multiply to the smallest workload 3) below elements Di, j (IGT; J) the record was the smallest workload of a matrix of the first group of a matrix of the final sequence, followed by the final element of the final results of the
- 2022-06-17 10:27:59下载
- 积分:1
-
多媒体播放方面的实用例子程序,用visual C++实现
多媒体播放方面的实用例子程序,用visual C++实现-the program for muti-media,It‘s very useful
- 2022-02-27 03:51:50下载
- 积分:1
-
电驴
eMule-VeryCD-src(c++)用c++写的电驴的源代码 感兴趣的可以-eMule-VeryCD-src (c++) with c++ written eDonkey interested in the source code can be
- 2022-08-07 20:50:34下载
- 积分:1
-
一个小型的计算器程序,用MFC编写的,适合新手学习参考使用...
一个小型的计算器程序,用MFC编写的,适合新手学习参考使用-A small calculator program, using MFC prepared, suitable for novices to learn their use and reference
- 2023-07-20 02:10:04下载
- 积分:1
-
利用c++Builder与Windows API编程
利用c++Builder与Windows API编程-use with the Windows API programming
- 2022-12-09 03:05:04下载
- 积分:1