搜索资源列表
Thread
- 使用CSharp中的线程输入框循环累加数字 简单易懂
SmartThreadPool
- CSHARP实现的比较好的线程池,历经多个项目的测试-THREAD POOL
WorkQueueThreading_src
- 一个很好的多线程的例子,包括线程池等。是一个比较实用的多线程程序-A good example of multi-threading, including the thread pool and so on. Is a more useful multi-threaded program
Delegate.Event.Thread
- C#委托,事件,线程程序实例,想学习C#深度编程的朋友应该学一下。-C# Commissioned, events, threads instance, want to learn C# Depth programming friends should learn about.
thread_control
- 一个简单的用一个线程判断另一个线程是否结束的小实验,里面有用到代理,是个小例子,方便刚学的人看懂,之前找过,这里大多要么太复杂,要么太抽象,希望对你有用!-A simple thread with a thread to determine whether or not the end of another small experiment, which useful to agents, is a small example of the convenience of people just
xianchengchi
- 线程池的应用,以及消费者生产者的关系,很简单的一类。拿来分享-Application of the thread pool, the relationship between producers and consumers, a very simple category. Used to share
TeamTestProJect1
- 一个关于窗体间实时进行数据交互的源码,并附带一个操纵windows线程的小范例-A form of real-time data interaction between the source and manipulation of windows thread attached to a small sample
delegation-event
- Csharp深入委托和事件非常詳細深入介紹委託何事件-CSharp-depth commissioned and events are very detailed and in-depth introduction commissioned Dr incident
thread
- 线程间窗体控件安全调用。 线程间窗体控件安全调用。-Inter-thread-safe call control form.
a
- A multi-threaded simple crawler with C# socketsmulti-thread-simple-crawler-socket
Ftp
- FTP上传功能,使用独立线程控制,解决程序未响应。-FTP upload feature, use an independent thread control, settlement procedures did not respond.
Thread
- C#线程例子,带提醒,简单,可作为参考使用.-C# threading example, with reminders, simple to use as a reference.
S
- 多线程下载,控制台程序,可以试着改一下做成自己的下载工具-multi thread download
Csharepool
- vs2005线程池的使用 和 程序池高级应用-Senior vs2005 application thread pool
threading
- 介绍c#线程.. 创建、启动和终止线程 使用线程池 线程同步和互交 -Introduction c# thread .. to create, start and terminate the thread using the thread pool thread synchronization and mutual cross-
multi-thread-simple-crawler-socket
- 简易多线程网络爬虫基于C#语言socket编程-Simple multi-threaded web crawler socket programming language based on C#
Csharp1
- C#网络编程教案 第1章 进程、线程与络协议 第2章 TCP应用编程 第3章 UDP应用编程 第4章 P2P应用编程 第5章 SMTP与POP3应用编程 …… -C# Network Programming Chapter 1, the process of lesson plans, thread and network protocol TCP Application Programming Chapter 2 Chapter 3 Chapter UDP Appl
producer_consumer_code
- 生产者消费者C#源码,改自因特网上的代码,用到C#中委托代理、多线程等技术-Csharp source about producer-consumer, some technologies like delegate, muti-thread etc. are being used in this source.
thread
- 多執行緒測試工具,你可以簡單瞭解此用途。-Multi-threaded testing tools, you can simply understand this purpose.
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() //加载钩子