搜索资源列表
MotoLab.Mail
- 采用Winsock进行邮件的收发,其中采用单个sockck连接,你可以封装成多线程程序,以便可以用于Web网页上,本程序已经用于实际的项目中,完全可以使用,不过需要安装.net框架-Winsock used for the collection and delivery of mail, which used a single sockck link, you can packaged as multithreading procedures to be used on the Web, thi
c++3
- ftp服务器代码,它可以同时接受多个ftp连接(多线程)并具有大部分的一些商业ftp服务器的功能。服务器支持所有基本的ftp命令并提供给用户简单的管理接口,支持虚拟目录。 -ftp server code, it can also accept a number of ftp connections (multithreading), and with most of the commercial ftp server functions. The server supports all
ZYB_NHD
- 程序采用当前最先进的Rijndael算法作为核心算法,带有可变块长和可变密钥长度的迭代块密码。块长和密钥长度可以分别指定成 128、192 或 256 位。假设一台一秒内可找出DES密钥的机器(如,每秒试255个密钥),如果用它来找出Rijndael的密钥,大约需要149万亿年。程序内部还使用了其它算法和符合密钥学的数据结构。多线程操作,保证加密时程序界面流畅,程序是用VS2005,C#做的,现将源程序发布在此。供初学者学习,希望对大家有所帮助。-procedures using the mos
Advanced - Multithreading - How-To Async Calls
- 网络多线程架构,转载-Network Multi-threading architecture, reprinted
drown_c_thread
- c#实现双缓冲绘图,多线程进行绘图操作. 模拟c++游戏绘图-double-buffering graphics, multithreading for graphics operations. C simulation game Mapping
try_threadpool
- 演示了C#的Mutil Thread,对比了C#环境下各种多线程的方法和性能-demonstration of the C# Mutil Thread, a contrast to C# environment multithreading various methods and properties
GetTestSpeed_Proxy
- 1.通过正则表达式来提取代理网站中地址和端口. 2.通过多线程验证代理的可用性并测试的代理的连接速度. 3.可以处理如\"代理中国\",\"Proxy4free\",\"www.aliveproxy.com\"等国内外知名代理网站的数据. 4.自动保存结果.-1. Through the regular expression to extract agency website addresses and ports. 2. Multithreading verified by the
0302csp
- 扫描网络计算机——多线程-scanning computer network -- Multithreading
MultiThreading
- 多线程的教学,包括BackgroundWorker的两种使用方法.-Tutorial of MultiThreading, include two BackgroundWorker Method.
Modbus Monitor监控器软件
- VS2010 winform Csharp 开发的一款监控器软件,开启监控器,启动多线程,可以自动扫描到在线的Modbus节点(modbus协议),并自动获取节点采集到的数据数据。-Development environment:Microsoft Visual Studio 2010 programming language:Cshap Application Software: modbus monitor skill:multithreading
cshrap-code-2011
- 该源码是完成了数据采集的工具,通过多线程 来编程的- This sound code has completed the data acquisition tool, programs through the multithreading
Multithreading
- implementation of multi threading using csharp
20246
- 第1章简单程序设计.ppt 第2章数据类型.ppt 第3章C#面向对象编程基础.ppt 第4章程序调试与异常处理.ppt 第5章C#可视化编程基础.ppt 第6章常用控件和类的使用.ppt 第7章文本编辑器的实现.ppt 第8章图形图像编程.ppt 第9章文件和流.ppt 第10章多线程和Socket编程初步.ppt 第11章数据库与ADO.ppt-Chapter 1, simple programming. Ppt Chapter 2 data type
Multithreading
- this the code for c sharp multitherading-this is the code for c sharp multitherading
Advanced---Multithreading---How-To-Async-Calls.ra
- Advanced - Multithreading - How-To Async Calls -c#
Multithreading
- 多线程 教程 CSharp 入门教程 ppt-Multithreading teaching
multithreading-push-file
- 一个较全的C#版FTP多线程上推软件代码,比较大,使用前需设置ip、用户名和密码。-A more complete version of the C# FTP multithreading on software code, it is relatively large, need to set the IP, user name and password before use.
multithreading
- 多线程参考的一个例子,可供初学者学习借鉴-An example of multithreading reference for beginners to learn from
Multithreading
- 多线程可以提高CPU的利用率。在多线程程序中,一个线程必须等待的时候,CPU可以运行其它的线程而不是等待,这样就大大提高了程序的效率。-Multithreading can improve CPU utilization. In a multithreaded application, a thread must wait for the time, CPU can run other threads instead of waiting, thus greatly improving the