搜索资源列表
dllHwSocket
- ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.c
C#跨线程访问控件
- C#跨线程增加控件与控件访问。
WorkQueueThreading_src
- 一个很好的多线程的例子,包括线程池等。是一个比较实用的多线程程序-A good example of multi-threading, including the thread pool and so on. Is a more useful multi-threaded program
threadpool
- Java线程池完整代码,已经用于实际的项目中,性能稳定。
BossHook
- 在.Net2.0环境上开发WinForm程序,当在多线程中修改界面控件的状态,会抛出一个异常:Cross-thread operation not valid:Control textBox1 accessed from a thread other than the thread it was created on .后查询知道这是因为.net 2.0以后加强了安全机制,不允许在winform中直接跨线程访问控件的属性。到网上Google下,找到的解决方案有三种,现将这三种解决方案整理如下:
csharp
- CSharp跨线程操作窗体控件:代理与回调-Cross-thread operation C_ form controls: agents
SyncSocket
- windows系统下的一个基于WS2_32.lib的socket网络框架,与CAsyncSOcket类不一样的地方是它可以跨线程使用,采用select模型实现socket通讯,具有常见的事件方法,比如OnClose,OnAccept,OnReceive,OnSend等事件通知,还有常用的send等发送数据接口,简单易用。欢迎大家使用,也欢迎改进改软件框架。-1.base on S2_32.lib 2.select model 3.event model. 4.easy to use
Serial
- 一个实验程序,利用C# serialport控件,实现串口的数据收发,并在textbox上显示,在vs2008平台上,跨线程调用显示程序。 线程(Thread)与委托(Invoke和BeginInvoke) 这几天专门玩线程与委托,到处查找资料看,渐渐明白了用法、写法和一些注意事项;-An experimental program using C# serialport control, serial data transceiver and display it in the t
Kua-Xiancheng
- 一个简单的跨线程例子,值得初学者学习下,简单明了。-A simple example of cross-threading, worth learning for beginners, the simple and straightforward.
WindowsFormsApplication1
- 跨线程提交数据(适合初学者) 跨线程提交数据(适合初学者) 跨线程提交数据(适合初学者) 跨线程提交数据(适合初学者) -Submission of data across threads
Solution1
- c# 跨线程访问控件,在线程中访问主线程控件的方式-c# cross-thread access control
BackgroundWorker
- 跨线程BackgroundWorker进度条显示-BackgroundWorker progress bar shows across threads
TestTimer
- C# 定时器 (非系统控件定时器)的使用(跨线程调用) -Timer Thread
CShopTest
- 1.基于WCF双工通信实现订阅发布实例 2.模拟回调耗时的情况及处理办法 3.Winform跨线程调用控件 4.自定义视频播放控件及双缓冲绘图-1. Based on WCF duplex communication to achieve subscr iption publication instances 2. Analog callback circumstances and time-consuming approach 3.Winform cross-thread
Qtthread
- QT通过三种形式提供了对线程的支持。它们分别是,一、平台无关的线程类,二、线程安全的事件投递,三、跨线程的信号-槽连接。这使得开发轻巧的多线程Qt程序更为容易,并能充分利用多处理器机器的优势。多线程编程也是一个有用的模式,它用于解决执行较长时间的操作而不至于用户界面失去响应-QT through three forms provides support for threads. They are respectively, a thread class, platform independent
PInvoke
- 在csharp下面通过pinvoke平台调用的方法进行跨线程调用,代码简洁明了,值得阅读收藏。-In cross-thread call csharp below pinvoke platform by the method invocation, the code concise, worth reading collection.
ThreadUIDemo
- C#跨线程调用控件的常用几种方法(程序Demo) (1)禁止编译器对跨线程访问做检查 (2)使用delegate 和invoke 来从其他线程中调用控件 (3)使用delegate 和BeginInvoke 来从其他线程中控制控件 (4)使用BackgroundWorker 组件-Several commonly used methods (procedures Demo) C# cross-thread call control (1) prohibits the com
The-asynchronous-call
- 可实现异步调用子程序,跨线程访问控件,实现同步调用-The asynchronous call
startThread
- 多线程编程的QT实现,提供了平台无关的线程类,实现跨线程的信号-槽连接-Multi-threaded programming QT implementation, provides a platform-independent thread class, to achieve cross-threaded signal- slot connection
跨线程调用控件
- c# 多线程编写,跨线程操作控件,多线程编程(C# multithreaded programming, thread remove list data, thread mutual exclusion)