搜索资源列表
TCPIPListeners
- 功能源码多线程 TCIIP 侦听器,vb.net,可供学习和交流-function source multithreaded TCIIP interception device, vb.net, for learning and exchange
CreateThread函数创建窗口线程
- 此代码是为初步接触多线程的人员介绍的用CreateThread()函数创建窗口线程。-this code for multithreaded initial contacts on the staff with the CreateThread () function to create windows threads.
Ball_good
- Java编写的小球游戏,实现多线程控制,小球移动采用多线程控制,小球颜色随即出现。并且有加分,多关设计。-Java prepared by the small ball game, multi-thread control, the ball Mobile multithreaded control, small ball color was there. And it points more to design.
SortProgram
- 包含八种排序算法的界面演示多线程程序,以线段形式表示数据大小,排序一清二楚-contains eight algorithm interface demo multithreaded process to form indicates that the data segment size, sorting clearly
ftptranser
- 大家好,好久没做什么东西了,前些日子偶然看到本论坛的一个FTP多线程断点续传的源代码,拿来研究了一下,相信有很多朋友也对此感兴趣。今天和大家一起讨论一下。 这个软件最大的遗憾就是是BCB的东西,而好多朋友用的是VC,我花了两天时间才把他完全弄成VC的版本,然后心血来潮,想自己编一个。于是规划了一下,先做界面,下载部分吗?打算用完成端口。这样在Windows下比较有效率。-you all a long time has not done anything, happened to see a
multithread_application_in_control
- 一篇关于多线程串行通信在工业控制中的应用的论文,与大家一起学习。-on a multithreaded serial communication in industrial control applications in the papers, and we will study together.
Threads.Primer.A.Guide.to.Multithreaded.Programmin
- Threads.Primer.A.Guide.to.Multithreaded.Programming,多线程编程的入门级参考书
MyThread
- 汽车线程多线程并行-car multithreaded parallel threads
ListCtrl多线程
- 编写一个多线程程序(两个线程),一个线程向列表控件中插入数据,一个读取并显示列表控件中的数据,显示完后删除已显示的数据。(显示的方式可以以对话框的方式显示),在读删数据时要注意线程的互斥。-prepared a multithreaded process (two threads), a thread to the list of controls to insert data, a reading list and display controls the data show that aft
操作系统课程实验报告1
- 1. 经典IPC问题的分析报告 根据课本所提供的几个实例或自己查找到的IPC实例,写出具体的模型的设计思想,写出相应的伪代码,并针对于伪码写出具体的设计思路,每个信号量的设置含义及目的,并对于设计的每行伪码给出详细地解释,对其可能被中断情况给与分析。(如有可能,可以利用多线程编程对某个算法具体实现)-1. IPC classic analysis of the textbooks in accordance with the provision of several examples or to
File_Transfer
- 文件传输多线程 文件传输多线程 文件传输多线程-Multi-threaded file transfer file transfer file transfer multithreaded multithreaded multithreaded file transfer
WCT-src
- 具有MFC应用程序风格的文本编辑器,有着DevStudio样的工具栏,状态栏,窗口和输出,和多线程计算。-A MFC application featuring a syntax coloring text editor, DevStudio-like toolbar, status bar, and output window, and multithreaded computing.
MulThread
- 多线程学习例子,来自Windows多线程编程技术与实现-Multithreaded learning example from Windows multi-threaded programming techniques
MyScan
- MFC的多线程端口扫描工具,实现对目标主机自定义端口范围的TCP扫描-MFC multithreaded port scanning tools
MFCApplication8
- 使用MFC和OPencv进行多线程编程的实例,能够获取中间图片-Using MFC and OPencv multithreaded programming examples, can obtain an intermediate image
Progressbar
- VS2005下实现的两款进度条,普通的使用图标的进度条和多线程的进度条。-Both VS2005 progress achieved under ordinary use of icons and multithreaded progress bar progress bar.
TcpCommExampleProjectV2
- Reusable multithreaded TCP client and server classes with example project in VB.NET
FTP--HTTP-multithreaded-HTTP
- 多线程下载的原理并不复杂,主要的两项技术就是多线程和断点下载。程序中开启多个线程,每个线程利用断点下载,分别下载文件的不同部分,下载完后合并,就可以了。多线程编程很多书已有介绍,这里不再重复,关于断点下载,MFC中提供的CInternetFile类可实现HTTP的断点下载,但无法实现FTP的断点下载。-Multi-threaded download principle is not complicated, the two main technology is multi-threaded an
thread
- 这个代码利用了多线程的的知识,实现了将照片灰度化的处理,程序不太复杂,但是对学习多线程的初学者来说非常有用,希望可以得到大家的认可-This code takes advantage of multithreading knowledge to achieve a grayscale photo processing program is not complicated, but for beginners learning multithreaded very useful, I hope y
MFC-Multithreaded-instance
- MFC多线程实例,通过对话框上的两个按钮控件来开启俩个线程,一个线程用来车削工件,另一个线程则用来退刀。-MFC multithreaded instance, through the dialog box on the two button controls to open two threads, one thread to turn the workpiece, another thread is used to return the knife.