搜索资源列表
Threading
- CSharp多线程的实用例子,可参考其中的程序,进行改写,实现其它功能。-CSharp multithreaded practical examples, refer to one of the program, be rewritten to achieve other functions.
FileLib
- C#实现文件的异步读写以及删除的操作,使用了多线程技术及AsyncCallback-C# Asynchronous read and write files, and the deletion of the operation, use of multi-threading technology and AsyncCallback
threading
- 詳細講解了CSharp語言中用于多線程編程的結構及使用要點。是研究CSharp多線程編程一本不可多得的文檔﹗-A MultipleThread programming document in which Detailed Programming Construct is contained for CSharp language.
Multithreading
- implementation of multi threading using csharp
Thread
- C#线程例子,带提醒,简单,可作为参考使用.-C# threading example, with reminders, simple to use as a reference.
waigua
- 这是DLL文件,引用到工程就可以了, 主要修改的地方我说明下 key kk = new key() int pid = kk.pid("CQ.EXE") //获取进程PID kk.getread(pid, "", 0x298, 4).ToString() //返回INT值的内存读取 kk.getread(pid, 0x04, 4) //返回STRING的内存读取,少了一个参数. 自己写了个全局键盘钩子, kk.UnHook() //加载钩子
Csharp_Stopwatch
- Csharp开发的高精度秒表,采用多线程,没有用空间,适合嵌入式开发-Csharp the development of high-precision stopwatch, multi-threading, no use of space, suitable for embedded development
MultithreadedExample
- 暴强多线程实例, 暴强多线程实例-Strong multi-threading examples storm
Threading-in-CSharp
- Threading in C# Joseph Albahari
Essential.CSharp.4.0
- 本书是一部好评如潮的语言参考书,作者由浅入深地介绍了c#语言的各个方面。全书共包括21章及6个附录,每章开头的“思维导图”指明了本章要讨论的主题,以及各个主题之间的层次关系。书中所包含的丰富的示例代码和精要的语言比较,都有助于读者理解c#语言。本书首先介绍了c#语言的基础知识,随后深入讲解了泛型、迭代器、反射、线程、互操作性和语言集成查询(linq)等高级主题,还涉及了动态编程、使用tpl进行多线程编程以及用plinq进行并行查询处理等c# 4.0新增内容,此外还介绍了与这些内容相关的隐式类型变
CSharp-Threading-Handbook
- 这是两本在实际运用中可以参考的使用c#语言进行进程操作的电子书。-This is two in practice can refer to the process of using the c# language to operate e-book.
CSharp-thread
- 对于整数数据类型的简单操作,可以用  Interlocked  类的成员来实现线程同步,存在于  System.Threading  命名空 间。Interlocked类有以下方法:Increment  ,  Decrement  ,  Exchange  和  CompareExchange  。使用  Increment  和  Decrement  可以保证对
Threading-in-CSharp
- An extensive online book on multithreading in C#. This tackles difficult issues such as thread safety, when to use Abort, Wait Handles vs Wait and Pulse, the implications of Apartment Threading in Windows Forms, using Thread Pooling, Synchronization