搜索资源列表
CrazyPhilosopher
- Crazy Philosopher 演示关于操作系统多线程的经典的“哲学家吃饭问题”。-Crazy Philosopher demonstration multithreaded operating system on the classic "philosopher eat rice problem. "
3dica221
- C#编写的线程池简单演示代码,有兴趣的可下载-prepared by the simple thread pool demo code, are interested can download
vs2005CharpThreadPoolDemo
- 在vs2005下的一个演示线程池使用的程序。CSharp完整工程-vs2005 in a demonstration of the use of the thread pool procedures. CSharp complete works
Threading
- 此示例演示下面的线程处理技术。有关更多信息,请参见线程处理创建、启动和终止线程使用线程池线程同步和互交-This example demonstrated the following thread processing technology. For more information, please see threads creation, initiation and termination of the use of threads thread pool thread synchroni
try_threadpool
- 演示了C#的Mutil Thread,对比了C#环境下各种多线程的方法和性能-demonstration of the C# Mutil Thread, a contrast to C# environment multithreading various methods and properties
PV
- 产者-消费者问题是一个经典的进程同步问题,该问题最早由Dijkstra提出,用以演示他提出的信号量机制。在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。
ThreadTest
- 学习C#多线程很好的例程,简单明了,演示了使用互斥量的使用方法.
CsThreading
- 非常有用的C#多线程组件,包括完善的演示,有进程的启动,暂停,停止,进度条等。
Multi
- 程序利用按钮弹出对话框的方式演示了如何编写多线程程序。-Procedures for the use of the button pop-up dialog box shows the way how to write multi-threaded programs.
ThreadSync2
- 该程序为演示程序,同步线程的创建和使用,初学C#编程可以借鉴。-The program for the demonstration program, simultaneous threads to create and use, beginners can learn C# programming.
csharp-dynamic
- 一个简单的多线程实例,演示多线程的应用,对初学线程的人有帮助-A simple multi-threaded instance, demonstrate multi-threaded applications, for people to help beginners thread
MUDP
- C# 基于多播的信息收发类,含调用演示代码, 可以直接建立消息,不含线程接收实例-C# multicast-based messaging class, including calling the demo code, you can create a message directly, without a thread receives an instance
WindowsFormsApplication1
- WinForm做为客户端演示多线程异步的处理示例。-WinForm client presentations as asynchronous multi-threaded processing example.
UseThreadApp
- 一个线程使用的C#实例源代码,运算线程,线程休眠,线程开始,线程退出,线程暂停等功能的演示,供初学者参考-A thread in C# source code examples, computing threads, thread to sleep, the thread starts, the thread exits, the thread and pause presentations, reference for beginners
Priority
- C# 线程优先级定义实例,程序先演示如何创建优先级,可创建最高优先、普通优先和最低级别的线程实例,通过点击左侧的按钮确定后,右侧来显示线程运行信息,显示优先级信息供参考,在C#中,设置线程执行的优先级同为重要课程,对优化应用程序,提高执行效率有较好的意义-Prioridades de C# de rosca definen los casos, el programa muestra cómo crear una primera prioridad, para crear la más alta
WpfApplication2
- C#小人快跑(WPF帧动画效果)火柴人在画板上前进的效果,演示了MainWindow.xaml 的交互逻辑,调用系统默认的帧进行动画, 开启一个后台线程,用来控制帧频率的刷新速度,找到系统图片存放的位置,并添加图片到bmList列表,图片是按照1,2,3这样的命名规则,所以循环添加图片,设置画板上图片的初始坐标;,利用坐标算出图片的位置,每次在横轴上增加50px,显示让图片往前走的效果,超过边界就回原点-C# villano Run (animación fotograma WPF) Efect
ThreadExample5
- 用C#演示加入线程如何实现,添加一个新线程,插入线程,同时还演示了如何启动线程、停止线程、挂起线程、恢复线程等操作。源码可以在Visual C#2010中顺利编译-únete a las discusiones con C# demo cómo agregar un nuevo tema, se inserta el hilo, y también muestra cómo iniciar el hilo, el tope de la rosca, suspender hilos, hilos
LoopInThread
- C#创建线程与循环的例子,此为演示代码,创建新线程,并创建ThreadStart委托对象,消息传输方法AddMsg,在方法中使用循环实现传输功能,在循环中创建线程,在循环中创建并使用线程,传输一行,并将该行删除,点击测试按钮“传输”即可完成测试。-C# to create a thread and circular example, this is the demo code, create a new thread, and create a ThreadStart delegate obje
LoopInThread
- #创建线程与循环的例子,此为演示代码,创建新线程,并创建ThreadStart委托对象,消息传输方法AddMsg。-# Create a thread with examples of the cycle, this is the demo code, create a new thread, and create ThreadStart delegate object, message transmission method AddMsg.
ThreadMulti
- 多线程异步,演示主线程和异步线程之间的运行关系,是了解异步的绝佳资料。(Multithreaded asynchrony, demonstrating the running relationships between the main thread and asynchronous threads, is a great source of information about asynchrony.)
