搜索资源列表
123
- 这个是一个C#多线程同步的解说,给新手们看-This is a C# multi-threaded simultaneous explanation, look to the novice who
cshttpmultithread
- 多线程下载,可以任意把文件分成多份下载,下载完成后,合并成一个完整的文件-vs.net
dxci
- 基于面向对象的程序开发 多线程采集数据适用于各个程序采集数据-Object-oriented programming based on the development of multi-threaded data collection
Socket
- 客户端与服务端通讯,其中涉及到多线程及对线程的处理、委托-Client and server communications, which involves multi-threaded and thread handling, commissioned
SplitMachineWindowsApp
- .net2.0下面开发的大文件分割工具,其实主要是为了演示多线程对文件的分割和合并功能,想了解多线程的可以去看看,主要去体会源码!-. net2.0 following the development of segmentation tools for large files, it is mainly to demonstrate the multi-threaded to the split and merger document features, would like to know m
FlyFish
- 优秀的商业下载工具对我们的团队开发有借鉴意义和启发作用,最终我们实现了预期目标:整个课程设计按软件工程原理进行组织,我们设计的网络下载工具具有多线程、多任务、断点续传的功能。-Excellent download tool for our business team to develop the role of reference and inspiration, and ultimately we have to achieve the desired objectives: the whol
code
- 针对实际项目采用了webservice进行搭建分布应用及多线程进行分布式并行开发应用。本项目主要针对图象学的图象处理对已存在的图象进行数字识别,本项目还利用BP神经网络(人工智能)技术进行识别应用,本项目采用OCR、体征、BP三种识别方法进行有效识别,识别效率达到98 -100 ,运行效率95ms/56ms/0.9ms。-Webservice used for the actual project to build distributed applications and multi-threa
code123
- 本项目还利用WM进行手机客户端应用,针对实际项目采用了webservice进行搭建分布应用及多线程进行分布式并行开发应用。本项目主要针对图象学的图象处理对已存在的图象进行数字识别,本项目采用OCR、体征识别方法进行有效识别,识别效率达到95 -97 ,运行效率95ms/56ms。-The project also used WM for mobile client applications for use of the webservice to the actual project to bu
MoveDisk_0.4
- C# 写的一个文件同步小程序,使用到了异步委托调用程序,多线程编程,文件操作,比较适合参考。。有收藏价值-C# written in a file synchronization applet to use asynchronous delegate calls to the program, multi-threaded programming, file operations, more suitable for reference. . There is value to the coll
multi-thread-simple-crawler-socket
- 简易多线程网络爬虫基于C#语言socket编程-Simple multi-threaded web crawler socket programming language based on C#
dodo
- 多线程系列,COM编程,钩子程序资料收集。-Series of multi-threading, COM programming, hook program data collection.
Client
- 以C#语言实现BT下载的客户端功能,实现多线程下载,局域网能寻找拥有共同目标的节点-With C# language implementation BT download client-side functionality, multi-threaded download, local area network can have a common goal to find the node
gongjutiao
- winform形式,多线程编写工具条功能。功能较简单。-c#winform
ftp
- ftp服务器 上传 下载 多线程 速度快 操作简单 简单实用的ftp服务器-ftp server, uploading and downloading speed is simple multi-threaded
ProxyNet
- 代理服务器IP搜索 多线程搜索 SOCKET HTTP -Multi-threaded proxy server IP Search Search SOCKET HTTP
producer_consumer_code
- 生产者消费者C#源码,改自因特网上的代码,用到C#中委托代理、多线程等技术-Csharp source about producer-consumer, some technologies like delegate, muti-thread etc. are being used in this source.
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
BlackSc
- 专门用于号码过滤功能的企业级应用软件!里面用到通信、多线程、数据库、文件处理等多项技术 -Number of filtering specifically for enterprise-class applications! Which uses communication, multi-threading, databases, document processing and many other techniques
CSHARPSOCKET
- C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判