文件名称:Pipe_exp
- 所属分类:
- 进程与线程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-05-27
- 文件大小:
- 7.12mb
- 下载次数:
- 0次
- 提 供 者:
- Liu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
设有二元自然数变量函数F(m,n) = f(m)+ g(n) ,其中
f(m)= f(m-1)*m,m>1 1,m =1
g(n) = g(n-1)+g(n-2), n>2 1, n =1,2
请编程建立3个并发协作进程或线程,它们分别完成计算F(m,n)、f(m)和g(n) 。
-Natural variables has two yuan function F (m, n) = f (m)+ g (n), where f (m) = f (m-1)* m, m> 1 1, m = 1 g (n) = g (n-1)+g (n-2), n> 2 1, n = 1,2 please collaborative program established three concurrent processes or threads, which are to complete the calculation F (m, n) , f (m) and g (n).
f(m)= f(m-1)*m,m>1 1,m =1
g(n) = g(n-1)+g(n-2), n>2 1, n =1,2
请编程建立3个并发协作进程或线程,它们分别完成计算F(m,n)、f(m)和g(n) 。
-Natural variables has two yuan function F (m, n) = f (m)+ g (n), where f (m) = f (m-1)* m, m> 1 1, m = 1 g (n) = g (n-1)+g (n-2), n> 2 1, n = 1,2 please collaborative program established three concurrent processes or threads, which are to complete the calculation F (m, n) , f (m) and g (n).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Pipe_exp\Debug\Pipe_exp.exe
........\.....\Pipe_exp.ilk
........\.....\Pipe_exp.pdb
........\Pipe_exp\Debug\CL.read.1.tlog
........\........\.....\CL.write.1.tlog
........\........\.....\link-cvtres.read.1.tlog
........\........\.....\link-cvtres.write.1.tlog
........\........\.....\link-rc.read.1.tlog
........\........\.....\link-rc.write.1.tlog
........\........\.....\link.7356-cvtres.read.1.tlog
........\........\.....\link.7356-cvtres.write.1.tlog
........\........\.....\link.7356-rc.read.1.tlog
........\........\.....\link.7356-rc.write.1.tlog
........\........\.....\link.7356.read.1.tlog
........\........\.....\link.7356.write.1.tlog
........\........\.....\link.9092-cvtres.read.1.tlog
........\........\.....\link.9092-cvtres.write.1.tlog
........\........\.....\link.9092-rc.read.1.tlog
........\........\.....\link.9092-rc.write.1.tlog
........\........\.....\link.9092.read.1.tlog
........\........\.....\link.9092.write.1.tlog
........\........\.....\link.read.1.tlog
........\........\.....\link.write.1.tlog
........\........\.....\main.obj
........\........\.....\Pipe_exp.Build.CppClean.log
........\........\.....\Pipe_exp.lastbuildstate
........\........\.....\Pipe_exp.log
........\........\.....\vc110.idb
........\........\.....\vc110.pdb
........\........\main.cpp
........\........\Pipe_exp.vcxproj
........\........\Pipe_exp.vcxproj.filters
........\........\Pipe_exp.vcxproj.user
........\........\Release\CL.read.1.tlog
........\........\.......\CL.write.1.tlog
........\........\.......\link-cvtres.read.1.tlog
........\........\.......\link-cvtres.write.1.tlog
........\........\.......\link-rc.read.1.tlog
........\........\.......\link-rc.write.1.tlog
........\........\.......\link.read.1.tlog
........\........\.......\link.write.1.tlog
........\........\.......\main.obj
........\........\.......\Pipe_exp.lastbuildstate
........\........\.......\Pipe_exp.log
........\........\.......\vc110.pdb
........\Pipe_exp.sdf
........\Pipe_exp.sln
........\Pipe_exp.v11.suo
........\Release\Pipe_exp.exe
........\.......\Pipe_exp.pdb
........\Pipe_exp\Debug
........\........\Release
........\Debug
........\Pipe_exp
........\Release
Pipe_exp