搜索资源列表
Delphi动态链接库线程同步器
{ 单元名称: ThreadSyncHelper }
{ 功 能: 让DLL或ActiveX控件
vc++多线程
多线程编程
进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。
线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或Win
pthread-win32静态库的编译与使用
- pthread是一个跨平台的线程库,可用在多种OS下,本文档包含pthread-win32静态库在vc6下的详细编译过程,并有本人已编译出来的静态库pthread.lib,可以直接使用。为了方便用户使用该静态库,配有基于tcp的网络多线程源码的客户端和服务端,该程序可在window和linux双平台下运行,也可在多个编译器下编译
FlyFish
- FlyFish网络下载工具 优秀的商业下载工具对我们的团队开发有借鉴意义和启发作用,最终我们实现了预期目标:整个课程设计按软件工程原理进行组织,我们设计的网络下载工具具有多线程、多任务、断点续传的功能。 1.实验目的 配合学习《计算机网络和Web技术》,响应老师开展“课程设计”的号召,培养我们的综合开发网络软件的能力,团队合作能力,为最终实现具有商业开发能力而努力奋斗。 2.实验要求 整个课程设计按软件工程原理进行组织,文档必须规范、齐
threads-2.0.tar
- 多线程库 -Multi-thread library
api
- 实现网络输入/输出和多线程的Win32库-the network input/output and multithreading of the Win32
ptypes-2.0.tar
- PTypes是一个扩充了多线程和网络功能的STL库,具有跨平台移植的能力-PTypes is an expansion of the multithreading and networking capabilities for the STL, which is cross-platform capability transplant
pth-2.0.5.tar
- 线程库最新实现,在linux/unix上实现了创建用户态线程,使得开发多线程更加容易。-threads for the latest achievement in linux/unix achieved users to create state-threaded, making the development of multi-threaded easier.
ThreadLibrary
- 线程池 网络封装库 提供源码 编写网络程序-Thread Pool network package provides source code for the preparation of network programming
JThread_manual
- 一个非常好的windows和unix、linux使用的线程库,继承该类可以很方便地实现自己的线程-a very good windows and unix, linux for the use of threads. inheriting such it is easy to realize their own threads
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备
pthreadsdll
- 附件是linux下面非常经典的线程库,如果你要做多线程编程,读写文件或其他共享资源,这个包很有用-Annex linux Below is a very classic Thread Library, if you do multithreaded programming, read and write documents or other shared resources, this useful package
linuxthreads.tar
- linux 下的线程库源码,从网上下载的,可已了解线程的实现方法,更好的利用线程提高性能-Thread Library under linux source, downloaded from the Internet and can realize the thread has to understand methods, better use of threads to improve performance
omniThreadLibrary-1.0
- 一个很棒的线程库,解决了很多的delphi自带的线程的问题,真正体验到什么叫做多线程。很爽。-A great thread library to solve a lot of delphi
socket
- 此题目为实现一个采用TCP协议实现多线程的web server.即使用操作系统提供的多线程库实现多线程并发服务器具体要求为,在浏览器中输入 http://127.0.0.1:6789/index.html 可正确显示纯html文件index.html-This topic for the realization of a TCP protocol using multi-threaded web server. That is, the
Multithread
- 操作系统实验 多线程实现矩阵乘法 win32、pthread、java三种线程库均有 适合用来学习多线程操作的入门例程-java, win32, pthread three kinds of thread libraries are suitable for multi-threaded operation started learning routines
经典的互斥锁线程例子
- 经典的互斥锁线程例子,使用 pthread 的互斥锁机制,使得程序运行的结果正确,使用 pthread 线程库创建两个线程,两个线程都要访问共享变量counter,按照源程序的逻辑,两个线程各循环 5 次,每次循环对 counter 变量加 1,最后打印的结果是 10。-The classic example of mutex thread using pthread mutex lock mechanism, so that the
指导4:创建线程
- 本文档是我找到的用ffmpeg库进行视频处理的关于ffplay播放器系列的文档的指导4(With ffmpeg library for video processing on ffplay create thread)
Win32多线程程序设计(源代码)
- ● Internet开发范例,包括ISAPI和WinSock。 ● 如何在服务器中使用线程和overlapped I/O。 ● 如何在多线程环境中使用C runtime函数库和MFC. ● 以C和C++写成的各个范例程序。 ● UNIX环境比较。让UNIX下的开发人员能转移到Win32. (Internet development examples, including ISAPI and WinSock. How t
C#多线程编程实战_中文完整版_带书签目录
- 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出