搜索资源列表
-
0下载:
利用VB写的多线程通讯工具,可以很好的解决串口通讯数据量巨大时阻塞的问题,而且对学习怎样用vb写多线程有很大的帮助-VB write multi-threaded communication tools, can solve serial data communications at a huge obstruction to the problem, but learning how to use Visual Basic to write multithreaded be of great
-
-
0下载:
1. 经典IPC问题的分析报告 根据课本所提供的几个实例或自己查找到的IPC实例,写出具体的模型的设计思想,写出相应的伪代码,并针对于伪码写出具体的设计思路,每个信号量的设置含义及目的,并对于设计的每行伪码给出详细地解释,对其可能被中断情况给与分析。(如有可能,可以利用多线程编程对某个算法具体实现)-1. IPC classic analysis of the textbooks in accordance with the provision of several examples or to
-
-
0下载:
Multithreading Tutorial
This article demonstrates how to write a multithreaded Windows program in C++ using only the Win32 API.
-
-
0下载:
一个windows多线程实例,如果想写一个多线程程序又苦于不知道怎样做线程间通讯的朋友可以参考一下-Example of a multi-threaded windows, if they want to write a multithreaded program does not know what to do suffer from communication between threads can refer to a friend
-
-
0下载:
C#如何编写多线程程序呢?通过本实例,你将学会以如何去编写,多线程程序应用广泛,作为程序员有必要好好掌握。可以测试启动线程一、启动线程二、显示一个模态对话框。-C# how to write multi-threaded program? This instance, you will learn how to write multithreaded programs widely used, it is necessary to take advantage of as a programme
-
-
0下载:
Visual c++6.0多线程编程实例。该实例编写规范,可以用来作为多线程程序的编写模板,用处很大。-Visual c++6.0 multithreaded programming examples. The instance specification preparation, can be used as a template to write multithreaded program, has proved very useful.
-
-
0下载:
我是编程小菜鸟 - -,这个是俺上课编的读者写者问题的读者优先,使用线程,欢迎批评!-
I was programming a small rookie This is the class I series readers to write readers priority issues, the use of threads, welcome criticism! So when debugging multithreaded mode must be selected.
-
-
2下载:
三种VC 6.0的多线程同步方法编写一个多线程的程序(要求在屏幕上先显示Hello,再显示World)
1)基于全局变量的多线程同步程序;
2)基于事件的多线程同步程序;
3) 基于临界区的多线程同步程序。-Three kinds of VC 6.0 multi-thread synchronization method to write a multi-threaded program (first display on the screen requires Hello, aga
-
-
0下载:
linux下多线程结构体数组对文件进行读写操作,涉及一条线程打开文件,读取一个文件数据,入队到循环队列buffer;另一条线程循环队列buffer进行出队写入到另一个文件中。-Under Linux multithreaded structure array to the file to read and write operations, involving a thread to open the file, read a file data, the team to the circula
-
-
0下载:
用多线程方法编写了一个小组件,在主窗口中进行耗时的数据操作时可用来进行加载提示-In a multithreaded way to write a widget, in the main window of time-consuming data operations can be used for loading
-
-
0下载:
用多线程方法编写了一个小组件,在主窗口中进行耗时的数据操作时可用来进行加载提示(In a multithreaded way to write a widget, in the main window of time-consuming data operations can be used for loading)
-