搜索资源列表
多线程程序的编写聊天 程序
- 多线程程序的编写聊天程序多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例-multithreading procedures in the preparation chat program multithreaded program, multi-threaded applications easily occur. Mutex object explain how to use mutex objec
线程同步小技巧
- 该嗲马例子提供了线程同步小技巧,为多线程中同步提供操作方案。-the whine Ma examples of small thread synchronization techniques, multi-threaded for synchronous operation for the program.
使用信号量进行线程同步
- 使用信号量进行线程同步控制,是学习多线程编程的好范例-use of signals volume thread synchronization control study is multi-threaded programming a good example
利用临界区的多线程同步测试
- 利用临界区的多线程同步测试-critical of the use of multithreading synchronous test
利用CEvent实现多线程同步
- 利用CEvent实现多线程同步-CEvent use synchronous multi-threaded
题目:多线程同步方法解决生产者-消费者问题
- 题目:多线程同步方法解决生产者-消费者问题 (Bounded - Buffer Problem) 内容:有界缓冲区内设有10个存储单元,放入/取出的数据项 设定为1~10这10个整形数。要求每个生产者和消费者对有界 缓冲区进行操作后,即时显示有界缓冲区的全部内容、当前指针位 置和生产者/消费者标识符。-topics : multithreaded synchronization solution to producer-consumer (Bounded - Buffer Problem) :
多线程编程练习(VC2008)
- 参照多线程编程的网上说明,完成的涉及线程处理函数,UI线程,线程间通信,线程同步。
sync
- 实现多线程同步编程: 用软件方法(Peterson算法和Dekker算法)解决临界区问题-兄弟问题。 用同步对象解决临界区问题-兄弟问题。 用互斥量解决生产消费者问题;用信号量解决生产消费者问题。 -Achieve multi-threaded programming Synchronization: Ways to use software [Peterson algorithm and Dekker algorithm] to solve critical quest
multi_thread
- 3种多线程同步方式(Critical Section,Mutex,Event)的小例子-3 multithreading synchronous mode (Critical Section, Mutex, Event) small example
bankmoni
- 利用多线程同步机制模拟银行帐号的存款取款操作-Using multi-thread synchronization mechanism for simulation of bank account deposits of money to operate
717973Buffer_pool
- 题目:多线程同步方法解决生产者-消费者问题-Title: Multi-thread synchronization solution to the producer- consumer issues
123
- 这个是一个C#多线程同步的解说,给新手们看-This is a C# multi-threaded simultaneous explanation, look to the novice who
multithread
- 操作系统课程设计——多线程同步源码,采用visual c++编写-OS course design--multithread
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
MutipleThread
- 解决多个售票员售票,把一张票售给多个乘客的问题,采用多线程同步与互斥解决。-Solve multiple conductor ticket sales, the number of passengers a ticket sold to the problem of multi-thread synchronization and mutual exclusion solution.
MFC多文档窗口多线程同步绘图
- 通过重载MFC里的界面多线程函数CWinThread,实现在MFC的MDI模式下,同时打开多个view视图,在这多个视图中同步绘制图形。可以将此应用于应用软件编写中多窗口同步更新图形数据的情况。
ThreadSynchronize
- C#多线程同步范例,简单明了,直接可运行,特别适合需要理解多线程同步问题的初学者,VS2010版本(C# multithreaded synchronization model, simple and clear, direct operation, especially for beginners who need to understand the problem of multi-threaded synchronization, VS2010 version)
线程同步方法lock
- 该示例演示了C#中多线程的创建方法,及线程同步方法(multiy thread and the method of thread synchronization)
京东多线程版
- 实现京东多线程post d登录,同步账号(Realizing Jingdong multithreading post D login, synchronization account)
线程-Java
- 实现多线程 互斥锁 线程池 线程同步利用Java实现(Achieve multi-threaded mutex sewing thread pool)