搜索资源列表
winsocket++
- TCP/IP Winsock编程实例,利用Winsock编程由同步和异步方式,同步方式逻辑清晰,编程专注于应用,在抢先式的多任务操作系统中(WinNt、Win2K)采用多线程方式效率基本达到异步方式的水平,应此以下为同步方式编程要点进行快速通信 -TCP / IP Winsock programming examples, the use of Winsock programming from synchronous and asynchronous, synchronous mode l
chip(单片机源程序)
- 好东西 关于单片机的一些重要的代码本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-good things on SCM some important source of this procedure is more typical operating system threads simultaneously count the law on the issue of the Dinin
advhttp
- 好用的HTTP/HTTPS控件,支持多线程,同步无阻塞的HTTP传输,支持Proxy验证,支持SSL/PCT安全传输。 本网站的HTTP协议调试器就是在这个控件的基础上开发的。 -handy HTTP / HTTPS controls, supports multi-threaded, non-blocking synchronous HTTP transmission, Proxy support certification, support SSL / PCT secure transm
Philosophers
- 哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位, 课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当 然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程 是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest
5
- 编写一段程序创建两个子线程,分别对两个文件的字数进行统计,两个线程统计完后写入子线程与父线程共享的一块内存中,然后父线程从这一块内存中读取相应的信息。注意线程的同步和互斥。
Advanced
- 要是GdI的使用和 mdi 多线程 事件的使用 多线程同步 mdi中各个窗体的通信
multithread
- Windows下的多线程同步程序,实现司机-售票员同步实例
Threadtongbu
- 对两个不同的线程进行同步的VC源代码的演示程序-of two different threads simultaneously VC source code Demonstration Program
ThreadSynchronization
- 一个用Mfc的临界区对象模拟线程同步问题-A critical area with Mfc simulation thread synchronization object
VCprogress
- VC_6_0下利用互斥量同步线程来实现文件读取进度条-VC_6_0 under the use of mutex thread synchronization to achieve the file to read the progress bar
ReadFile
- 在Visual C++ 6.0下利用互斥量同步线程来实现文件读取进度条-In Visual C++ 6.0 under simultaneous threads using mutex to achieve the progress of the file read
vbthread
- VB.NET thread多线程委托托管的源码实现,委托方法,不用屏蔽错误,并可跨窗口运行,操作form2的label,可以两个窗口同步运行(带一个参数),或者"三个线程一起,两个窗口同步运行(带二个参数,一个参数是对象,一个是数据),委托方法,不用屏蔽错误,并可跨窗口运行。-The principal method, VB.NET thread multi thread custody of the source, not shield the error, and can run acros
thread-interface
- 压缩包中包括MFC线程利用m_hMutex完成新城同步,并利用标志位顺序循环执行线程;m_button.cpp完成界面中按钮的所有操作,包括颜色、边框、字体等一系列操作;JueDlg.cpp完成自定义函数的编写与使用。-Compressed package includes MFC thread synchronization using m_hMutex completed Metro and use flag sequence cycle execution thread complete
MFC多文档窗口多线程同步绘图
- 通过重载MFC里的界面多线程函数CWinThread,实现在MFC的MDI模式下,同时打开多个view视图,在这多个视图中同步绘制图形。可以将此应用于应用软件编写中多窗口同步更新图形数据的情况。