文件名称:code
-
所属分类:
- 标签属性:
- 上传时间:2013-12-23
-
文件大小:337.16kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
给定多个目录,要求并发地统计这些目录下所有文件中,英文单词出现的次数。
假设:目录下的文件只包含英文单词
限制:采用多进程协作的方式
功能要求:词频统计结果需要写入指定的结果文件。用户可以通过查看这一结果文件, 了解这些目录下文件中的词频统计信息-Given multiple directories, the number of requests that all files in these directories, the English word appears concurrently statistics. Assumptions: file directory contains only English word limit: A collaborative approach to multi-process functional requirements: word frequency statistics need to be written to specify the results file. Users can view the results file for these files in the directory word frequency statistics
假设:目录下的文件只包含英文单词
限制:采用多进程协作的方式
功能要求:词频统计结果需要写入指定的结果文件。用户可以通过查看这一结果文件, 了解这些目录下文件中的词频统计信息-Given multiple directories, the number of requests that all files in these directories, the English word appears concurrently statistics. Assumptions: file directory contains only English word limit: A collaborative approach to multi-process functional requirements: word frequency statistics need to be written to specify the results file. Users can view the results file for these files in the directory word frequency statistics
(系统自动生成,下载前可以参看下载内容)
下载文件列表
code/a.out
code/CLConditionVariable.cpp
code/CLConditionVariable.h
code/CLCriticalSection.cpp
code/CLCriticalSection.h
code/CLEvent.cpp
code/CLEvent.h
code/CLExecutive.cpp
code/CLExecutive.h
code/CLExecutiveCommunication.cpp
code/CLExecutiveCommunication.h
code/CLExecutiveCommunicationByNamedPipe.cpp
code/CLExecutiveCommunicationByNamedPipe.h
code/CLExecutiveFunctionForMsgLoop.cpp
code/CLExecutiveFunctionForMsgLoop.h
code/CLExecutiveFunctionProvider.cpp
code/CLExecutiveFunctionProvider.h
code/CLExecutiveInitialFinishedNotifier.cpp
code/CLExecutiveInitialFinishedNotifier.h
code/CLExecutiveNameServer.cpp
code/CLExecutiveNameServer.h
code/CLLibExecutiveInitializer.cpp
code/CLLibExecutiveInitializer.h
code/CLLogger.cpp
code/CLLogger.h
code/CLMessage.cpp
code/CLMessage.h
code/CLMessageDeserializer.cpp
code/CLMessageDeserializer.h
code/CLMessageLoopManager.cpp
code/CLMessageLoopManager.h
code/CLMessageObserver.cpp
code/CLMessageObserver.h
code/CLMessageQueueByNamedPipe.cpp
code/CLMessageQueueByNamedPipe.h
code/CLMessageQueueBySTLqueue.cpp
code/CLMessageQueueBySTLqueue.h
code/CLMessageSerializer.cpp
code/CLMessageSerializer.h
code/CLMsgLoopManagerForPipeQueue.cpp
code/CLMsgLoopManagerForPipeQueue.h
code/CLMsgLoopManagerForSTLqueue.cpp
code/CLMsgLoopManagerForSTLqueue.h
code/CLMutex.cpp
code/CLMutex.h
code/CLMutexByPThread.cpp
code/CLMutexByPThread.h
code/CLMutexByRecordLocking.cpp
code/CLMutexByRecordLocking.h
code/CLMutexByRecordLockingAndPThread.cpp
code/CLMutexByRecordLockingAndPThread.h
code/CLMutexBySharedPThread.cpp
code/CLMutexBySharedPThread.h
code/CLMutexInterface.cpp
code/CLMutexInterface.h
code/CLNonThreadForMsgLoop.cpp
code/CLNonThreadForMsgLoop.h
code/CLPrivateExecutiveCommunicationByNamedPipe.cpp
code/CLPrivateExecutiveCommunicationByNamedPipe.h
code/CLPrivateMsgQueueByNamedPipe.cpp
code/CLPrivateMsgQueueByNamedPipe.h
code/CLProcess.cpp
code/CLProcess.h
code/CLProcessFunctionForExec.cpp
code/CLProcessFunctionForExec.h
code/CLSharedConditionVariableAllocator.cpp
code/CLSharedConditionVariableAllocator.h
code/CLSharedConditionVariableImpl.cpp
code/CLSharedConditionVariableImpl.h
code/CLSharedEventAllocator.cpp
code/CLSharedEventAllocator.h
code/CLSharedEventImpl.cpp
code/CLSharedEventImpl.h
code/CLSharedExecutiveCommunicationByNamedPipe.cpp
code/CLSharedExecutiveCommunicationByNamedPipe.h
code/CLSharedMemory.cpp
code/CLSharedMemory.h
code/CLSharedMsgQueueByNamedPipe.cpp
code/CLSharedMsgQueueByNamedPipe.h
code/CLSharedMutexAllocator.cpp
code/CLSharedMutexAllocator.h
code/CLSharedMutexImpl.cpp
code/CLSharedMutexImpl.h
code/CLSharedObjectsImpl.cpp
code/CLSharedObjectsImpl.h
code/CLStatus.cpp
code/CLStatus.h
code/CLThread.cpp
code/CLThread.h
code/CLThreadCommunicationBySTLqueue.cpp
code/CLThreadCommunicationBySTLqueue.h
code/CLThreadForMsgLoop.cpp
code/CLThreadForMsgLoop.h
code/CLThreadInitialFinishedNotifier.cpp
code/CLThreadInitialFinishedNotifier.h
code/leo.txt
code/LibExecutive.h
code/MessageHead.h
code/test/a.out
code/test/CLConditionVariable.cpp
code/test/CLConditionVariable.h
code/test/CLCriticalSection.cpp
code/test/CLCriticalSection.h
code/test/CLEvent.cpp
code/test/CLEvent.h
code/test/CLExecutive.cpp
code/test/CLExecutive.h
code/test/CLExecutiveCommunication.cpp
code/test/CLExecutiveCommunication.h
code/test/CLExecutiveCommunicationByNamedPipe.cpp
code/test/CLExecutiveCommunicationByNamedPipe.h
code/test/CLExecutiveFunctionForMsgLoop.cpp
code/test/CLExecutiveFunctionForMsgLoop.h
code/test/CLExecutiveFunctionProvider.cpp
code/test/CLExecutiveFunctionProvider.h
code/test/CLExecutiveInitialFinishedNotifier.cpp
code/test/CLExecutiveInitialFinishedNotifier.h
code/test/CLExecutiveNameServer.cpp
code/test/CLExecutiveNameServer.h
code/test/CLLibExecutiveInitializer.cpp
code/test/CLLibExecutiveInitializer.h
code/test/CLLogger.cpp
code/test/CLLogger.h
code/test/CLMessage.cpp
code/test/CLMessage.h
code/test/CLMessageDeserializer.cpp
code/test/CLMessageDeserializer.h
code/test/CLMessageLoopManager.cpp
code/test/CLMessageLoopManager.h
code/test/CLMessageObserver.cpp
code/test/CLMessageObserver.h
code/test/CLMessageQueueByNamedPipe.cpp
code/test/CLMessageQueueByNamedPipe.h
code/test/CLMessageQueueBySTLqueue.cpp
code/test/CLMessageQueueBySTLqueue.h
code/test/CLMessageSerializer.cpp
code/test/CLMessageSerializer.h
code/test/CLMsgLoopManagerForPipeQueue.cpp
code/test/CLMsgLoopManagerForPipeQueue.h
code/test/CLMsgLoopManagerForSTLqueue.cpp
code/test/CLMsgLoopManagerForSTLqueue.h
code/test/CLMutex.cpp
code/test/CLMutex.h
code/test/CLMutexByPThread.cpp
code/test/CLMutexByPThread.h
code/test/CLMutexByRecordLocking.cpp
code/test/CLMutexByRecordLocking.h
code/test/CLMutexByRecordLockingAndPThread.cpp
code/test/CLMutexByRecordLockingAndPThread.h
code/test/CLMutexBySharedPThread.cpp
code/test/CLMutexBySharedPThread.h
code/test/CLMutexInterface.cpp
code/test/CLMutexInterface.h
code/test/CLNonThreadForMsgLoop.cpp
code/test/CLNonThreadForMsgLoop.h
code/test/CLPrivateExecutiveCommunicationByNamedPipe.cpp
code/test/CLPrivateExecutiveCommunicationByNamedPipe.h
code/test/CLPrivateMsgQueueByNamedPipe.cpp
code/test/CLPrivateMsgQueueByNamedPipe.h
c
code/CLConditionVariable.cpp
code/CLConditionVariable.h
code/CLCriticalSection.cpp
code/CLCriticalSection.h
code/CLEvent.cpp
code/CLEvent.h
code/CLExecutive.cpp
code/CLExecutive.h
code/CLExecutiveCommunication.cpp
code/CLExecutiveCommunication.h
code/CLExecutiveCommunicationByNamedPipe.cpp
code/CLExecutiveCommunicationByNamedPipe.h
code/CLExecutiveFunctionForMsgLoop.cpp
code/CLExecutiveFunctionForMsgLoop.h
code/CLExecutiveFunctionProvider.cpp
code/CLExecutiveFunctionProvider.h
code/CLExecutiveInitialFinishedNotifier.cpp
code/CLExecutiveInitialFinishedNotifier.h
code/CLExecutiveNameServer.cpp
code/CLExecutiveNameServer.h
code/CLLibExecutiveInitializer.cpp
code/CLLibExecutiveInitializer.h
code/CLLogger.cpp
code/CLLogger.h
code/CLMessage.cpp
code/CLMessage.h
code/CLMessageDeserializer.cpp
code/CLMessageDeserializer.h
code/CLMessageLoopManager.cpp
code/CLMessageLoopManager.h
code/CLMessageObserver.cpp
code/CLMessageObserver.h
code/CLMessageQueueByNamedPipe.cpp
code/CLMessageQueueByNamedPipe.h
code/CLMessageQueueBySTLqueue.cpp
code/CLMessageQueueBySTLqueue.h
code/CLMessageSerializer.cpp
code/CLMessageSerializer.h
code/CLMsgLoopManagerForPipeQueue.cpp
code/CLMsgLoopManagerForPipeQueue.h
code/CLMsgLoopManagerForSTLqueue.cpp
code/CLMsgLoopManagerForSTLqueue.h
code/CLMutex.cpp
code/CLMutex.h
code/CLMutexByPThread.cpp
code/CLMutexByPThread.h
code/CLMutexByRecordLocking.cpp
code/CLMutexByRecordLocking.h
code/CLMutexByRecordLockingAndPThread.cpp
code/CLMutexByRecordLockingAndPThread.h
code/CLMutexBySharedPThread.cpp
code/CLMutexBySharedPThread.h
code/CLMutexInterface.cpp
code/CLMutexInterface.h
code/CLNonThreadForMsgLoop.cpp
code/CLNonThreadForMsgLoop.h
code/CLPrivateExecutiveCommunicationByNamedPipe.cpp
code/CLPrivateExecutiveCommunicationByNamedPipe.h
code/CLPrivateMsgQueueByNamedPipe.cpp
code/CLPrivateMsgQueueByNamedPipe.h
code/CLProcess.cpp
code/CLProcess.h
code/CLProcessFunctionForExec.cpp
code/CLProcessFunctionForExec.h
code/CLSharedConditionVariableAllocator.cpp
code/CLSharedConditionVariableAllocator.h
code/CLSharedConditionVariableImpl.cpp
code/CLSharedConditionVariableImpl.h
code/CLSharedEventAllocator.cpp
code/CLSharedEventAllocator.h
code/CLSharedEventImpl.cpp
code/CLSharedEventImpl.h
code/CLSharedExecutiveCommunicationByNamedPipe.cpp
code/CLSharedExecutiveCommunicationByNamedPipe.h
code/CLSharedMemory.cpp
code/CLSharedMemory.h
code/CLSharedMsgQueueByNamedPipe.cpp
code/CLSharedMsgQueueByNamedPipe.h
code/CLSharedMutexAllocator.cpp
code/CLSharedMutexAllocator.h
code/CLSharedMutexImpl.cpp
code/CLSharedMutexImpl.h
code/CLSharedObjectsImpl.cpp
code/CLSharedObjectsImpl.h
code/CLStatus.cpp
code/CLStatus.h
code/CLThread.cpp
code/CLThread.h
code/CLThreadCommunicationBySTLqueue.cpp
code/CLThreadCommunicationBySTLqueue.h
code/CLThreadForMsgLoop.cpp
code/CLThreadForMsgLoop.h
code/CLThreadInitialFinishedNotifier.cpp
code/CLThreadInitialFinishedNotifier.h
code/leo.txt
code/LibExecutive.h
code/MessageHead.h
code/test/a.out
code/test/CLConditionVariable.cpp
code/test/CLConditionVariable.h
code/test/CLCriticalSection.cpp
code/test/CLCriticalSection.h
code/test/CLEvent.cpp
code/test/CLEvent.h
code/test/CLExecutive.cpp
code/test/CLExecutive.h
code/test/CLExecutiveCommunication.cpp
code/test/CLExecutiveCommunication.h
code/test/CLExecutiveCommunicationByNamedPipe.cpp
code/test/CLExecutiveCommunicationByNamedPipe.h
code/test/CLExecutiveFunctionForMsgLoop.cpp
code/test/CLExecutiveFunctionForMsgLoop.h
code/test/CLExecutiveFunctionProvider.cpp
code/test/CLExecutiveFunctionProvider.h
code/test/CLExecutiveInitialFinishedNotifier.cpp
code/test/CLExecutiveInitialFinishedNotifier.h
code/test/CLExecutiveNameServer.cpp
code/test/CLExecutiveNameServer.h
code/test/CLLibExecutiveInitializer.cpp
code/test/CLLibExecutiveInitializer.h
code/test/CLLogger.cpp
code/test/CLLogger.h
code/test/CLMessage.cpp
code/test/CLMessage.h
code/test/CLMessageDeserializer.cpp
code/test/CLMessageDeserializer.h
code/test/CLMessageLoopManager.cpp
code/test/CLMessageLoopManager.h
code/test/CLMessageObserver.cpp
code/test/CLMessageObserver.h
code/test/CLMessageQueueByNamedPipe.cpp
code/test/CLMessageQueueByNamedPipe.h
code/test/CLMessageQueueBySTLqueue.cpp
code/test/CLMessageQueueBySTLqueue.h
code/test/CLMessageSerializer.cpp
code/test/CLMessageSerializer.h
code/test/CLMsgLoopManagerForPipeQueue.cpp
code/test/CLMsgLoopManagerForPipeQueue.h
code/test/CLMsgLoopManagerForSTLqueue.cpp
code/test/CLMsgLoopManagerForSTLqueue.h
code/test/CLMutex.cpp
code/test/CLMutex.h
code/test/CLMutexByPThread.cpp
code/test/CLMutexByPThread.h
code/test/CLMutexByRecordLocking.cpp
code/test/CLMutexByRecordLocking.h
code/test/CLMutexByRecordLockingAndPThread.cpp
code/test/CLMutexByRecordLockingAndPThread.h
code/test/CLMutexBySharedPThread.cpp
code/test/CLMutexBySharedPThread.h
code/test/CLMutexInterface.cpp
code/test/CLMutexInterface.h
code/test/CLNonThreadForMsgLoop.cpp
code/test/CLNonThreadForMsgLoop.h
code/test/CLPrivateExecutiveCommunicationByNamedPipe.cpp
code/test/CLPrivateExecutiveCommunicationByNamedPipe.h
code/test/CLPrivateMsgQueueByNamedPipe.cpp
code/test/CLPrivateMsgQueueByNamedPipe.h
c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.