搜索资源列表
kavse
- 自己写的,多线程遍历磁盘文件、线程同步,文件MD5转换。-Written multi-threaded traverse the disk file, thread synchronization, file MD5 conversion.
ReplaceKing
- 可在用户指定的文件夹下,搜索带有某个字符串的文件名称,可指定文件后缀名,可选择区分大小写,可遍历子文件夹。对于搜索到的文件,可批量更改名称,将搜索到的字符串替换为用户指定的字符串,可选择替换,也可选择备份源文件。文件搜索和替换采用多线程实现。-Can be user-specified folder, the search string with a file name suffix can specify the file name, choose case-sensitive, can tr
CoreJava
- 多线程原理,有助于理解什么是线程,如何去实现线程-The principle of multi-threading, to help understand what is thread, how to achieve thread
Readwrite
- VC++环境下编写的一个多线程文件读写操作的实例。简单的利用互斥变量、原子操作等技术实现多线程读写文件时的互斥,从而确保文件在操作过程中不会被破坏。-File accesss lock in multi-thread
multilogcPP
- c++多线程写日志类,通过设置线程标示来进行线程间写日志的区分,达到多线程写日志的目的。-c++ multithreaded written log type, marked by setting the thread to write the log distinction between threads, to write multi-threaded purpose logs.
thread
- 本实验的目的是使学生在学习文件系统原理的基础上,通过参考成熟的操作系统中文件系统的设计,实现一个简单的多用户文件系统,加深对文件系统的功能、内部结构包括逻辑结构以及物理结构的理解。有兴趣的同学可以在此基础上进行功能的扩展以及性能的优化。-The purpose of this experiment is to enable students to learn the file system on the basis of principle, by reference to the sophis
JavdwayJava
- Java多线程设计模式源码,介绍java的多线程编程的最好方式-Java multi-thread design pattern source code, the best way to introduce Java multi-thread programming