文件名称:thread_test
- 所属分类:
- 进程与线程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.87mb
- 下载次数:
- 0次
- 提 供 者:
- 赵**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个MFC 对话框的应用程序,实现两个线程。线程1:不断地往一个全
局的字符串数组(大小为5)中写随机的字符串(数字和字母构成);线程2:
不断的处理字符串数组中的所有字符串,把它们逆序。
-An MFC dialog application, to achieve the two threads. Thread 1: constant string to a global array (size 5) to write a random string (numbers and letters form) Thread 2: continue processing all the strings in the array of strings, put them in reverse order.
局的字符串数组(大小为5)中写随机的字符串(数字和字母构成);线程2:
不断的处理字符串数组中的所有字符串,把它们逆序。
-An MFC dialog application, to achieve the two threads. Thread 1: constant string to a global array (size 5) to write a random string (numbers and letters form) Thread 2: continue processing all the strings in the array of strings, put them in reverse order.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
thread_test\Debug\StdAfx.obj
...........\.....\thread_test.exe
...........\.....\thread_test.ilk
...........\.....\thread_test.obj
...........\.....\thread_test.pch
...........\.....\thread_test.pdb
...........\.....\thread_test.res
...........\.....\thread_testDlg.obj
...........\.....\vc60.idb
...........\.....\vc60.pdb
...........\Debug
...........\ReadMe.txt
...........\res\thread_test.ico
...........\...\thread_test.rc2
...........\res
...........\resource.h
...........\StdAfx.cpp
...........\StdAfx.h
...........\thread_test.aps
...........\thread_test.clw
...........\thread_test.cpp
...........\thread_test.dsp
...........\thread_test.dsw
...........\thread_test.h
...........\thread_test.ncb
...........\thread_test.opt
...........\thread_test.plg
...........\thread_test.rc
...........\thread_testDlg.cpp
...........\thread_testDlg.h
thread_test
...........\.....\thread_test.exe
...........\.....\thread_test.ilk
...........\.....\thread_test.obj
...........\.....\thread_test.pch
...........\.....\thread_test.pdb
...........\.....\thread_test.res
...........\.....\thread_testDlg.obj
...........\.....\vc60.idb
...........\.....\vc60.pdb
...........\Debug
...........\ReadMe.txt
...........\res\thread_test.ico
...........\...\thread_test.rc2
...........\res
...........\resource.h
...........\StdAfx.cpp
...........\StdAfx.h
...........\thread_test.aps
...........\thread_test.clw
...........\thread_test.cpp
...........\thread_test.dsp
...........\thread_test.dsw
...........\thread_test.h
...........\thread_test.ncb
...........\thread_test.opt
...........\thread_test.plg
...........\thread_test.rc
...........\thread_testDlg.cpp
...........\thread_testDlg.h
thread_test