搜索资源列表
CSharp-Mthread
- micorsoft CSharp多线程参考手册
MultiThreadDownnload.rar
- C#实现的多线程下载(http协议),输入一个URL地址,就可以下载。,C# Achieved multi-threaded download (http protocol), enter a URL address, you can download.
WebSpider.rar
- 用C#编写的多线程抓取网页的“爬虫”程序,With C# Prepared multi-threaded web crawler "reptiles" procedure
PLAYER
- 一个简单的播放器,有4个播放窗口,同时可以上网,局域网聊天以及阅读和编辑文本 用到了 多线程和网络编程-A simple player, there are four player window, as well as Internet access, local area network chat, as well as read and edit text using a multi-threaded and network programming
ABC
- 搜索引擎 C#编写多线程搜索引擎。可实现不用的数据库服务器与文件服务器。 -Search engine C# The preparation of multi-threaded search engine. Can be realized without the database server and file server.
GuiThread
- GUIThread是用csharp编写的windows多线程,通过这个代码可以学习VS怎么实现多线程的-GUIThread is multithreads programming by csharp,which can teach you how to complish multithreads in VS
CSharpSpider
- C#写的网络爬虫程序。。十分详细。多线程式搜索、-C# Writing network reptiles procedures. . Very detailed. Multi-line program search,
Server_Client
- TCP协议下用多线程模拟实现简单的网络通讯。-TCP protocol using a simple network communication.
dxci
- 基于面向对象的程序开发 多线程采集数据适用于各个程序采集数据-Object-oriented programming based on the development of multi-threaded data collection
ThreadManager
- C#自定义多线程,wince cf 自定义多线程-Wince ThreadManager
multi-thread-simple-crawler-socket
- 简易多线程网络爬虫基于C#语言socket编程-Simple multi-threaded web crawler socket programming language based on C#
ThreadTest
- 这是一个HTTP多线程文件下载的例子,是一个做下载工具的基础。供大家学习之用 -This is a multi-threaded file download HTTP example is the one to do download the tool base. For everyone learning to use
NoReflashTree
- socket,利用多线程编程,可以学习一下-socket
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
duoxianchengcaiji
- 多线程数据采集系统 采用C#语言开发,开发环境为 VS 2005.net,-Multi-threaded data acquisition system
multiSocket
- Socket编程 多线程程序 服务器与客户端程序-Socket programming multi-threaded application server and the client program
ParallelTest
- Visual Studio 2010加大了对并行运算的支持。微软正在使得尽量大的范围内的开发者都能高效而简便地进行并行计算的开发,不管他使用的是非托管代码还是.NET Framework。从而将开发者从繁琐而复杂的多线程开发中解放出来,将更多的精力放到业务逻辑上。 附件提供了一些.NET4并行计算的基本示例.-Some C# Demos for .NET4 Parrel including PLINQ.
syjk
- 串口监控,详细多串口应用,多线程开发 是实际应用后的项目 -c#
lockExample
- 多线程应用程序中如何使用LOCK语句实现同步,本例子模仿多人在多台提款机上同时取款的情况,演示多线程中的同步-Multi-threaded application how to use the LOCK statement to synchronize more than imitate the example of the multiple ATM withdrawals in the case at the same time, demonstrate the simultaneous mu