搜索资源列表
记录时间
记录代码的用时,这个也不是很精确,没有考虑到线程切换的情况。
vc++多线程
多线程编程
进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。
线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或Win
lscommdemo2
- 实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-achieve a simple and user-friendly multi-threaded serial communication interface, and can switch automatically receive inquiries model for the serial data transceiver
Clockly
- 非Applet的java电子时钟与秒表小程序 包括多线程控制与界面切换-the non- java applet electronic clock with a stopwatch small programs including multithreaded control and interface switching
MultiThreadmohuan
- 设计了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发的类接触VC,很不习惯mscomm等Active控件老让人去注册的方式,所以参照Delphi中的SpComm设计了一个类CComPort,对PJ Naughter 的-design of a simple and user-friendly multi-threaded serial communication interface, and can s
trafficjava
- 设计一个交通信号灯类: (1)变量:位置、颜色(红、黄、绿)、显示时间(秒)。 (2)方法:切换信号灯。 创建并启动两个线程(东西向、南北向)同时运行。 3.实验要求 (1)设计线程。 (2)设计路口信号灯示意图界面。 (3)进一步将每个方向的信号灯分成3种车道灯:左转、直行和右转。 (4)根据车流量进行时间的模糊控制。 -design of a traffic signal categories :
multi-thread
- 实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发 -Realize a simple and easy-to-use multi-threaded serial communication interface, you can switch query and automatically receive mode and proceed to the serial data transceive
Multithreading_serial_communication
- 这是一个简洁易用的多线程串行通信接口,可以切换查询和自动接收模式,进行对串口数据的收发。-This is a simple and easy-to-use multi-threaded serial communication interface, you can switch query and automatically receive mode and proceed to the serial data transceiver.
mcom4
- 串口编写程序 VC6请使用 LsCommDemo(for vc6).zip VC7请使用 LsCommDemo(for vc7).zip 作者:Liu_sir VC知识库 http://www.VCKBASE.com 多线程,多接收模式串口类LsComm相关文档 多线程,多接收模式串口类LsComm 作者:Liu_sir 所以参照Delphi中的SpComm设计了一个类
Lab1
- 这个是操作系统大实验的第一个实验的实现方法,在Linux环境下实现双向链表并展示线程切换所带来的错误-This is the operating system' s first big experiment experimental realization, in the Linux environment to achieve two-way linked list and display the error caused by
lph_refreshplugin
- 龙门代理公布器是一款全功能全自动的代理搜索、验证、管理软件。设置方便操作简单,可以同时多线程验证代理的匿名程度、所在地区和传输速度。软件独特的智能代理更是省去了N多操作,完全自动的实现代理的取得和使用。独特的自动切换代理功能,可直接应用于IE和内置浏览器。 此为刷流量插件源码。可用于多线程切换代理刷流量。-Dragon agency announced device is a full-featured automatic prox
2
- 操作系统实验,实现线程切换功能,在linux系统下,实现一个可以运行在无操作系统虚拟机上的线程切换工程-Experimental operating system, to achieve thread switching functions in linux system, to achieve an operating system can run on a virtual machine without thread switchi
ABthreads
- Linux 嵌入式Qt多线程编程 A B 线程切换-linux QT THreads A B
nachos01
- 1.实现一个双向链表 2.模拟多线程情况下的不同线程切换并且修改双向链表而产生的错误的情况-1. To achieve a doubly linked list 2. simulate different thread of multiple threads to modify the switch and doubly linked lists generated error condition
ThreadSwitch
- 模拟操作系统线程切换 线程切换-thread switch thread switchthread switchthread switch
ctxswap
- 这个文件是模拟windows线程切换。采用的是纯汇编语言。-This file is to simulate Windows thread switches.Is the pure assembler language.
03812943
- 使用XML文件实现多语言切换,可以同时切换所有打开的窗口的语言(Using XML file to realize multiple language switch, can switch all the language of the open window at the same time)
MultiThread
- 多线程网络聊天室程序适合初学者,能够实现线程的切换(Multithreaded network chat room procedures.)
505700
- 一个OutLook风格的多视图切换的例子()
ThreadSwitch
- 来自滴水课件的一份代码,模拟了线程池的管理,和线程的切换(A code from didi courseware simulates the management of thread pool and thread switching)