搜索资源列表
czxt_1
- 基于dos的多任务系统的实现 通过对线程的创建和撤销,cpu的调度,同步机制,通信机制的实现.-based multi-tasking system of the threads through the creation and withdrawn, cpu scheduling, synchronization mechanisms, communication mechanisms to achieve.
csharp_thread
- 用C#编写的多线程实例,包括线程监视,线程互锁。-C# prepared by the multi-threaded example, including surveillance threads, thread interlocked.
Threading
- c#实现的线程实例,怎么实现多线程,以及怎么处理线程事件-c # achieve threads example, how to achieve multi-thread, and how to deal with the incident Thread
multirequesttest
- c#写的测试多线程获取网页的源码,使用Webclient异步获取!-uses webclient to get html pages with multi threads
2009103015231441894
- 10个VC++多线程操作实例源代码,内容涉及如何安全终止线程、如何创建UI线程、如何创建Worker线程、如何等待线程结束、如何挂起和恢复线程、如何获得线程的退出码、如何使用互斥量、如何使用临界区、如何使用信号量等内容,入门者更应该看一看,多线程的使用很广泛,可以提高程序效率。 -10 VC++ source code examples of multi-threaded operation, which relates to the safe termination of the thre
hyscan
- 用c#做的可实现多线程远程扫描指定端口并将扫描结果自动保存txt格式. cmd下使用规则:hyscan IP 起始端口 结束端口 [线程数(默认线程为200)-Can be done with c# multi threaded remote scan the specified port and scan results are automatically saved txt format. Cmd to use the rules: hyscan IP start-port end-po
C_multi_threaded_mutex
- C#多线程互斥,两个线程交替工作C # multi-threaded mutex, two threads alternate work-C# multi-threaded mutex, two threads alternate work
ConsoleApplication1
- 【C#多线程】 动态创建多个线程后 需要关闭其中某个线程的解决实例。-】 【C# multi-threaded dynamic creation of multiple threads need to close them after the settlement of a thread instance.
CSharp_Thread_Src
- 以CSharp实现多线程采集程序,包括读/写功能及线程间的同步问题,编写软件有此功能需求者是不错的范例。-To CSharp multi threaded collection procedures, including the read/write functions and synchronization between threads, this function needs to write software with an example of those who are good.
CSharp-Applicationof-Progress-bars
- 我们在进度条应用中如果不使用多线程的话,就会经常进度条假死的状态,看起来就跟死机一样,该代码可以在不使用多线程的情况下,实现进度条动态显示,当然肯定比不上使用多线程的方法,但是可以避免假死情况-We are in the progress of the application if you do not use multiple threads, it would often progress of the state of suspended animation, it looks just
ProtocolAnalytic
- 用C# 开发的一个串口协议分析工具,支持多线程(串口收和发分别在2个线程),串口协议是自己定义的一个协议,叫FTTP,全在一个文件中,大家没兴趣可以无视,只看其他部分即可。更换FTTP.cs 可以做成一个自己的串口协议分析软件来用。-C# development of a serial protocol analysis tools to support multi-threading (serial received and issued in two threads respectively
UseMonitor
- 一个适合初学者参考学习的C#多线程监视器程序,创建3个线程,模拟多线程运行,并绑定TestRun方法,定义线程的绑定方法,在同步对象上获取排他锁,模拟做一些耗时的工作。-A suitable reference for beginners to learn C# multi-threaded monitor the program to create three threads to simulate multiple threads running, and bind the TestRun
heimaoseo
- 可以用来批量检测指定URL是否存在某些字符,原理代码都很简单,WebClient获取到指定URL的HTML源码,之后string.Contains来判断是否存在特定字符,其中用到了多线程,新手可以学习下怎么自定义线程数-Batch testing can be used to specify the URL or absence of certain characters, the principle of the code is very simple, WebClient get the H
WindowsForms_CeShi
- 自己写了一个主线程等待多个线程执行.有二种方式去进行。对多线程很有帮助。-Write a main thread waits for multiple threads of execution. There are two ways to proceed. Multi-threaded helpful.
Segmented-parallel
- 并行是指时间上的同时处理。并发是将程序分成多个线程分段执行,通过调度线程执行顺序,来实现多个程序对于用户来说是同时运行的,就像你可以听歌的同时修改文档一样。但具体到线程级别的话,这些线程实际上是线性执行的,只不过执行消耗的时间片实在太短,人感觉不出来,只是觉得两个程序都在正常运行。目前能算得上并行的话也就多核技术了,而且还得解决同步问题,只能说更加接近并行的概念。-Parallel processing is the same in time. Concurrency is staging a
TasksDotnet
- Tasks and Task Parallel Library (TPL) : Multi-threading made easy-Introduction It had been really long since Tasks got released as part of .Net framework class library (FCL) as a wrapper over thread-pool threads. Now Microsoft strongly recommends
Multiple-Ships-Control
- 本源码为C#语言基于串口通信模式开发的一个控制多无人艇路径跟踪的上位机软件。界面提供实时路径轨迹显示、无人艇的开环和闭环控制。其中控制和轨迹绘图采用多线程完成。对于开发类似的上位机机人机交互界面具有较高的参考价值。-The source code for C# language serial communication control mode is based on the development of a multi-USV path tracking PC software. Interf