搜索资源列表
operating-system-(OS)
- operating system (OS)包括进程、线程与微内核技术、并发性、死锁、内存管理、多处理机调度等-Operating system ( OS ) including the process, thread and microkernel technology, concurrency, deadlock, memory management, multiprocessor scheduling etc.
test
- 一路测试用户并发,一路测试多线程并发。-All the way to test the user concurrent, all the way to test multi-threaded concurrent.
python_img_spider
- 图片网站爬取图片及下载多线程并发执行,下载保存-Download pictures and images on the web crawling concurrent execution of multiple threads
下载管理
- 模拟多线程下载、暂停、恢复任务,可控制并发(Analog multi-threaded download, pause, resume tasks, concurrency control)
wcdb-master
- WINQ(WCDB语言集成查询): 通过WINQ,开发者无须为了拼接SQL的字符串而写一大坨胶水代码。 ORM(Object Relational Mapping): WCDB支持灵活、易用的ORM。开发者可以很便捷地定义表、索引、约束,并进行增删改查操作。 多线程高并发: WCDB支持多线程读与读、读与写并发执行,写与写串行执行。 加密:WCDB提供基于SQLCipher的数据库加密。 损坏修复: WCDB内建了Repair Kit用于修复损坏的数据库。 反注入:
RT-Thread下TCP并发服务器模型-多线程TCP服务器
- stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
xc-client
- 多线程并发编程的服务器端、客户端,实现了多线程并发(Server and client of multi thread concurrent programming)
Cpp_Concurrency_In_Action
- c++ 并发编程,基于C++11新标准的并发和多线程编程深度指南。(Cpp_Concurrency_In_Action)
Java并发编程实战
- Java多线程教程 内容很全面 对多线程理解深刻(Java Concurrency in Practice)
SpiderMan
- 爬取网站信息,使用go语言和并发实现,可以多线程爬取网页(Crawling web site information, using go language and concurrent implementation, can crawl web pages by multithreading)
SpiderMan
- 爬取网站信息,使用go语言和并发实现,可以多线程爬取网页(Crawling web site information, using go language and concurrent implementation, can crawl web pages by multithreading)
Windows下线程的创建和并发执行
- 编写一个程序,完成多个线程的创建,使得所创建的多线程在处理机上并发执行。通过本实验,学习在Win32程序中利用操作系统提供的API创建线程,并通过所创建线程的运行情况来获得关于多线程并发的感性认识,以及加深对临界资源(本实验中临界资源是屏幕)互斥访问的理解。(Write a program to complete the creation of multiple threads, so that the created multithreading is executed concurrentl
Java 并发编程实战-随书源码
- 《java并发编程实战》随书源码,《java并发编程实战》是一本深入讲解java多线程的书籍(Java concurrent programming actual source code)
CplusplusConcurrencyInAction
- 并发处理,如果你正在用C++写一个多线程程序,你应该阅读本书。如果你正在使用C++标准库中新的多 线程工具,你可以从本书中得到一些指导意见。如果你正在使用其他线程库,后面章节里的 建议和技术指导也很值得一看。(Concurrent processing. If you are writing a multithreaded program with C++, you should read this book. If you are using more of the new C++ sta
pbthreadpool
- pb线程池,支持线程管理、等待队列、控制并发数(thread pool for pb,management for thread,waiting queue and concurrency)
C#并发编程经典实例
- c# 多线程 编程 必备资料. 避免新手错误 . 编写高质量的程序必备. 新手变高手的秘籍(C# multithreaded programming essential information. Avoid novice errors. Compile high quality program essential.................)