搜索资源列表
ListOperate
- 该程序运用线程的思想来操作一个链表,对链表的动作有增加和删除。增加节点和删除节点分别在两个线程里,这两个线程通过事件来进行同步,每次增加10个节点、删除5个节点。-use of the program's ideological threads to operate a chain and the right Chain movements had increased and removal. Additional nodes and delete nodes, in two separ
kilster
- 利用挂钩线程调度链表来检测进程的代码。基本能查出当前所有Rootkit隐藏的进程。系统编程爱好者必下。-use of thread scheduling Chain link to the code detection process. Basic can be detected all current Rootkit hidden process. System programming enthusiasts certainly under.
200501213035
- 用Java中的多线程编写的一个贪吃蛇的小游戏,供Java初学者学习Java线程和链表-using Java multi-threading of a small Snake games, for beginners to learn Java and Java threads List
FindHideTsk
- 通过对系统内核调度线程链表的查询 找出隐藏进程-through activation of the system kernel threads Chain inquiries identify hidden process
Wom
- Windows优化大师 6.5 Build 5.124 更新如下: 1、修正了Windows文件加密的一处错误。 2、改进了系统信息检测。 (1)、改进了存储系统检测。 (2)、改进了处理器信息检测。 3、改进了网络系统优化。修正了优化参数,改进了IE与其它设置模块。 4、改进了冗余动态链接库清理。该模块改进为一个独立的线程。 5、改进了垃圾文件清理。 (1)、垃圾文件清理模块改进为多线程方式。 (2)、重复文件分析模块改进为多线程方式。 6、改进了注册表清理。修正了与一款制图软件的兼容性。
RootKit
- 检测进程的代码,可以查出当前Rootkit进程。推荐!(使用挂钩线程调度链表) -detection process code, we find the current Rootkit process. Recommended! (Using thread scheduling chain link)
yinghangjiaohaoxitong
- 通过VC实现银行排号系统,采用多线程,链表,课程设计
iLeadDownloaderDemo.rar
- FTP、HTTP 多线程断点续传下载文件,封装成DLL,并且用链表方式进行多任务管理,FTP, HTTP multithreaded HTTP download files, packaged as DLL, and use multi-tasking approach to list management
mutex-lock
- 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Th
ExcelDataInput
- C#编写的桌面程序,用于往本地或局域网SQL SERVER数据库导入已定义好模板的Excel表数据,自行配置数据库链接字符串及表名,有非线程式的进度条,后面添加的执行SQL脚本功能未完善,请感兴趣的朋友完善其更丰富的功能,并将其共享,使用小工具,大家共享。-C# Prepared desktop programs for the local area network to local or SQL SERVER databases has been the definition of a goo
ExperimentsOfParallelAlgorithms
- 并行计算实验程序,包括多线程模拟并行、并行计算的数据结构、并行合并算法和链表、堆栈等的操作,等等。-Experimental procedures for parallel computing, including multi-threaded parallel simulation, parallel computing data structures, parallel algorithms and list the merger, the operation of the stack an
FTP_DOWNLOAD
- FTP多线程断点续传下载文件,封装成DLL,并且用链表方式进行多任务管理-it user FTP and mutithread to download files
Windows_Driver_Programming_Tutorial
- 第一章 字符串 6 1.1 使用字符串结构 6 1.2 字符串的初始化 7 1.3 字符串的拷贝 8 1.4 字符串的连接 8 1.5 字符串的打印 9 第二章 内存与链表 11 2.1内存的分配与释放 11 2.2 使用LIST_ENTRY 12 2.3 使用长长整型数据 14 2.4使用自旋锁 15 第三章 文件操作 18 3.1 使用OBJECT_ATTRIBUTES 18 3.2 打开和关闭文件 18 3.3 文件的读写操作 21
kqznel_system_list
- 通过对系统内核调度线程链表的查询 找出隐藏进程,还行-Through the system kernel thread scheduling list of queries Find out the hidden process, ok
newproject
- 实现网络数据收发,串口数据收发,线程的创建使用,文件操作,链表操作(To achieve network data transceiver, serial data transceiver, thread creation, use, file operation, linked list operation)
77774629
- C Language 链表实现通讯录的简单功能()
488153
- 用链表实现的内存管理,用数组来模拟内存空间实现的一个内存管理算法()
5881161
- 易语言链表对比和修改的源码····· 别人要求修改的!()
iode__passing
- 该代码为链表操作实例,包含链表创建,增加节点,删除节点,倒序节点等()
双向链表的多线程安全读写
- C++实现了双向链表的操作 使用线程同步技术实现了线程的安全读写 提供了4种链表操作(插入、查询、替换、删除)的测试用例