搜索资源列表
czxt_1
- 基于dos的多任务系统的实现 通过对线程的创建和撤销,cpu的调度,同步机制,通信机制的实现.-based multi-tasking system of the threads through the creation and withdrawn, cpu scheduling, synchronization mechanisms, communication mechanisms to achieve.
VBdotNETAdvancedMultithreadingHowToAsyncCalls
- 这是一个用VB。NET开发一个关于多线程的使用,关于如何实现同步调用的。。希望对大家有帮助-This a VB.NET development of a multi-thread on the use, on how to achieve simultaneous calling. . We want to help. .
Threading
- 此示例演示下面的线程处理技术。有关更多信息,请参见线程处理创建、启动和终止线程使用线程池线程同步和互交-This example demonstrated the following thread processing technology. For more information, please see threads creation, initiation and termination of the use of threads thread pool thread synchroni
threadTest
- 在不同对象中,利用值类型实现多线程的同步关系!
ThreadSync
- 一个用c#编写的关于多线程同步的源代码,供大家学习参考。
copy函数
- 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。
Code
- 事件内核对象、关键代码段(临界区)的讲解,以及在多线程同步中的应用。在Windows下编写基于消息的网络应用程序,掌握阻塞与非阻塞网络程序的编写,理解在Windows平台下,采用异步选择机制可以提高网络应用程序的性能。-Event kernel object, the key to the code segment (critical zone) explain, as well as the synchronization of multi-threaded applications. Pre
MoveDisk_0.4
- C# 写的一个文件同步小程序,使用到了异步委托调用程序,多线程编程,文件操作,比较适合参考。。有收藏价值-C# written in a file synchronization applet to use asynchronous delegate calls to the program, multi-threaded programming, file operations, more suitable for reference. . There is value to the coll
Program
- .netFramework创建多线程及对共享进行同步-. netFramework create multiple threads and synchronization of shared
ThreadPrint
- 本实验通过设计两个线程,一个是文章下载用C#实现的多线程同步打印文章(windows操作系统实验).线程和一个文章打印线程,用来实现模拟线程同步打印机,文章下载线程实现把文章下载到缓冲区,文章打印线程实现把文章打印出来。-Using C sharp to achieve multithread and synchronize.In the project,build up a Thread to download article,and build up the other Thread to
CSharp_Thread_Src
- 以CSharp实现多线程采集程序,包括读/写功能及线程间的同步问题,编写软件有此功能需求者是不错的范例。-To CSharp multi threaded collection procedures, including the read/write functions and synchronization between threads, this function needs to write software with an example of those who are good.
demo
- 多线程以及同步问题 还有接口 一个小例子 大家可以-There are multiple threads and synchronization interface, we can see a small example of
AboutTime
- C#定时从网络同步系统时间,最小化到托盘,多线程实现。-C# timing from the network synchronization system time, minimize to tray, multi-threaded implementation.
UseMonitor
- 一个适合初学者参考学习的C#多线程监视器程序,创建3个线程,模拟多线程运行,并绑定TestRun方法,定义线程的绑定方法,在同步对象上获取排他锁,模拟做一些耗时的工作。-A suitable reference for beginners to learn C# multi-threaded monitor the program to create three threads to simulate multiple threads running, and bind the TestRun
ranSelect
- C#四种方式实现对用户操作响应灵敏及可动态更新的窗体控件及其对比 随机抽奖应用为例 开发环境vs2010 timer,backGroundWorker,多线程,委托四种方式的对比: 1.4种方式都可以实现要求 可谓条条大路通罗马 2.多线程和委托需要强行禁用CheckForIllegalCrossThreadCalls,有可能存在运行安全问题,但目前还没遇到 3.timer的源代码最少最简单 其次是多线程 4.委托本质上还是要用到多线程 区别在于委托是
MyAutoResetEvent1
- AutoResetEvent实现多线程操作,包括线程的同步,异步,和线程的交替 -The AutoResetEvent multi-threaded operation, including thread synchronization, asynchronous, and thread alternately
3.Thread
- c# 线程管理以及多线程的同步异步实例,含单列模式。-c# thread management, and multi-threaded synchronous and asynchronous instance, with separate mode.
ISoft_Source-master
- ISoft主要功能:分为六大模块:首页、U盘防护、系统优化、硬件检测、进程管理、高级功能。 ① 首页:主要是对当前操作系统、U盘防御转台进行检测,并列出主要的推荐功能。 ② U盘防护:可以对U盘病毒进行扫描,清除U盘潜在的危险病毒文件。可以禁止U盘自动运行,可以恢复被恶意隐藏的文件。 ③ 系统优化:对操作系统常见的项目进行优化,比如对开机关机速度进行优化、加快系统预读能力、禁止远程修改注册表等。 ④ 进程管理:主要是对系统任务管理器进行模拟,采用多线程对当前执行的程度进程进行刷
Multithreading in C# 5.0 Cookbook
- C#多线程编程实战 目录 第1章 线程基础 第2章 线程同步 第3章 使用线程池 第4章 使用任务并行库 第5章 使用C# 5.0 第6章 使用并发集合 第7章 使用PLINQ 第8章 使用Reactive Extensions 第9章 使用异步I/O 第10章 并行编程模式 第11章 更多信息(C# multi thread programming real war directory The first chapter thread base Sec
RecData
- 多串口采集数据存储数据库。线程同步和异步传输。(Multi-serial port data acquisition)