搜索资源列表
Serial
- 一个实验程序,利用C# serialport控件,实现串口的数据收发,并在textbox上显示,在vs2008平台上,跨线程调用显示程序。 线程(Thread)与委托(Invoke和BeginInvoke) 这几天专门玩线程与委托,到处查找资料看,渐渐明白了用法、写法和一些注意事项;-An experimental program using C# serialport control, serial data transceiver and display it in the t
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
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
跨线程调用控件
- c# 多线程编写,跨线程操作控件,多线程编程(C# multithreaded programming, thread remove list data, thread mutual exclusion)