CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程

文件名称: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
(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com