搜索资源列表
创建多进(线)程
- VC目录: 演示Viusal C++中创建多线程的方法 编译环境要求: 安装Viusal C++6.0 主要文件说明: ThreadDemo.cpp: 演示创建线程的C++文件 run.cmd:自动打开一个命令窗口执行程序的脚本文件-VC Contents : Presentations Khan C to create multiple threads of environmental requirements compiler : 6.0 C contemp
进程创建
- 1 程序开发步骤 (1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为\"process\"的win32 console applicatoin工程;创建时注意指定创建该工程的目录; (2) 在工程中创建源文件\"process.cpp\":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是\"process.cpp\";接下来询问是否创建新文件时回答\"yes\";然后
itbbs
- 第二版功能: 能将DSP应用程序生成的.out文件直接生成烧写Flash的.out文件,直接在CCS里load program并运行即可。 变灰的控件表示以后版本将要支持的功能。 第一次发布前经过测试的系统: 1.C5402+SST39VF040,Flash的8000H-FFFFH映射到外部数据空间的8000H-FFFFH, 2.C5416+SST39VF200,Flash的0000H-7FFFH映射到外部数据空间的8000H-FFFFH 加载表均小于32k wor
BarSvr
- 一个多线程,线程同步的例子, (debug一个目录和一个配置文件是执行程序使用的,所以没有删除)-more than one thread, thread synchronization example, (debug a catalog and a configuration file is used in the implementation of procedures, there is no delete)
multithreading_file_search
- 本程序实现一个多线程的文件快速搜索。在通常的操作系统中,比如Windows 2000,都提供了文件搜索功能,但采用的是顺序搜索,搜索效率较低。在本程序中,使用多线程的搜索技术,可以明显提高搜索效率。 本程序主要用到以下函数: //找到指定目录下的第一个文件 HUNDLE FindFirstFile(LPCTSR lpFileName,LPWIN32_FIND_DATA lpFindFileData) //找到指定目录下的下一个文件 BOOL FindNextFile(HAND
FileWatcher
- VC例程多线程目录检测,可以检测目录中文件的创建、修改、重命名等事件。-VC routine multi-threaded directory detection, can detect the files in the directory to create, modify, rename and other events.
stringSearch10
- 在指定目录下的所有文件中,搜索 查找提定的多个字符串 可以创建指定个数的线程,最多30个,并支持设置各个线程的优先级-String Search
MultiFinder
- 采用多线程查找指定目录下的文件,涉及多线程间的通信和同步对象的使用-multi-thread to lookup file
TaskTop
- C#版的进程管理器,查看进程,进程详细信息,结束进程,带有文件目录的监控。-C# version of the process manager, process view, process details, the end of the process, with directory monitoring.
FileDirCopy
- 该软件用C#编写,用于多线程的文件拷贝,复制,选择好要复制的目录和目的目录点按钮开始复制-The software is written in C# for multi-threaded file copy, reproduce, choosing to copy the directory and destination directory points button to start copying
idfind
- 任务旨在强化线程编程能力,对并行所带来的性能优势有直观的认识。 在阅读大型项目代码时,经常要搜索某个标识符,找出该标识符的声明、定义或引用的地方(某文件的哪一行)。本任务要求实现一个程序idfind,其使用格式如下: idfind [-j n] id dirname 选项 -j 指定并行线程数目。如果省略该选项,则只启动一个线程。 id表示要查找的标识符,dirname表示项目所在目录。-Task is to strengthen the ability of progra
coredump
- 在程序崩溃的时候打印dump文件,此dump机制为:若能在程序运行目录中或path中找到ntsd.exe则打印大的dump文件,否则打印minidump记录崩溃的线程以及状态等信息。main函数中为用法,以及例子代码-To print dump file when the program crashes, this dump mechanism: to find ntsd.exe if the program run directory or path in the print large du
lianxi08
- 监视notepad.exe,如果发现其运行则每隔5s记录notepad当前内容一次,并存在当前目录下的f1.txt文件中。-Mmonitor the notepad.exe process, if it was runing log the content of notepad every 5 second and save it to f1.txt in current directory.
multiThread
- 将含有多层子目录的某个目录下的全部文件,抽取到某个目录下(无子目录)。用多线程实现,一个搜索线程,一个拷贝线程,使用windowsAPI函数-The entire file to a directory containing subdirectories under multi-extracts to a directory (no subdirectories). With multithreading, a search thread, a copy of the thread, use w
pipe
- A)编写myls在既定的文件中列出当前工作目录文件的个性化列表(每行一个文件目录包括inode 号,硬链接数,文件名,大小,最近修改时间),不需要排序。并且报告处理花费的总时间(屏幕显示)。 B)Process – model ( fork() + exec() + pipe() ): parent 进程:产生 child 进程,接受并显示 child 进程传回的信息。 child 进程:调用 exec(),执行 A) 中的myls可执行文件(将所花费的时间报告给父进程)。 -a
djreqtordeshaveexplorer
- 实现了一个Windows资源管理器,该资源管理器具有浏览系统文件,目录-Implements a Windows explorer, the resource management instruments have browsing system files, directories
hqbmlcx932
- VC6,0编译运行,用CCtrlList列表浏览目录文件,不用CFileDialog-VC6 0 compiler to run, use CCtrlList list browse the catalog file, no CFileDialog
tejponse_invoke
- 本示例演示了不需要链接库的makefile编写方式,makefile文件内部有详细的注释,目录下也有介绍文档-This example demonstrates the does not need to link library makefile writing way, makefile internal has detailed notes, have introduced the document directory
colteytmon
- 用VB开发快速查找文件的例子,可扫描正磁盘区的目录文件(Examples of using VB to develop quickly find documents, can scan is directory file disk areas)
vjpgenx
- 删除同一目录下的所有文件,目录,子目录及下 的所有文件,很好()