搜索资源列表
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
CSharpCourse
- C#応用程序設計教程-電子教案(PPT) 第1章 C#语言基础 第2章Windows编程的基础知识 第3章常用控件和类的使用 第4章文本编辑器的实现 第5章图形图像编程 第6章文件和流 第7章多线程程序设计 第8章 数据库与ADO.Net 第9章ASP.Net编程基础知识 第10章 Web服务器控件 第11章ASP.Net内建对象 第12章可扩展标记语言 第13章Web服务
ThreadStartStop
- 一个用C#编写的多线程程序,比较基础,供大家交流学习用。
copy函数
- 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。
桌面键盘修改程序
- 本程序实现对桌面的控制修改,对键盘的检测输入。实现多线程技术
DataGetter.rar
- 多线程数据采集器源码(C# 2.0) 此程序采用vs2005开发,为windows窗体程序,已经具备多线程采集器所需的基本功能!,Multi-threaded data acquisition source (C# 2.0) this procedure using VS2005 to develop for the windows form program, already multi-threaded collector of the basic functions required!
WebSpider.rar
- 用C#编写的多线程抓取网页的“爬虫”程序,With C# Prepared multi-threaded web crawler "reptiles" procedure
duoxianchengxiazai
- 用C#编写的多线程下载软件,在程序开始时默认5个下载任务,并显示默认的下载文件保存路径-Written in C# using multi-threaded download software, by default when the program began five downloads and displays the path to the default download file
Chat
- UDP网络聊天程序,实现文字和视频聊天,多线程窗体监听-UDP chat,C sharp.Contains text and Vedio.
CSharpSpider
- C#写的网络爬虫程序。。十分详细。多线程式搜索、-C# Writing network reptiles procedures. . Very detailed. Multi-line program search,
NetServer
- 一个基于局域网聊天的程序,很有实践价值,通过多线程做的,很适合入门学习socket-A LAN-based chat program is very practical value, the adoption of multi-threaded so it is suitable for study entry socket
EasyChat
- 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括群发,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TC
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
- 程序利用按钮弹出对话框的方式演示了如何编写多线程程序。-Procedures for the use of the button pop-up dialog box shows the way how to write multi-threaded programs.
CSharp_Thread_Src
- 以CSharp实现多线程采集程序,包括读/写功能及线程间的同步问题,编写软件有此功能需求者是不错的范例。-To CSharp multi threaded collection procedures, including the read/write functions and synchronization between threads, this function needs to write software with an example of those who are good.
multiSocket
- Socket编程 多线程程序 服务器与客户端程序-Socket programming multi-threaded application server and the client program
NoInvokeRequired
- NET多线程程序中不再需要多次拷贝粘贴InvokeRequired代码段的控件-NET multi-threaded programs no longer need to repeatedly copy and paste the code segment of the control InvokeRequired
DBServerBackgroundWork
- C#程序,采用后台多线程技术,实现后台数据库的读写和查询修改等功能,不占用主线程的时间。(C # procedures, the use of background multithreading technology to achieve the background database read and write and query changes and other functions, do not take the main thread of time.)
网站数据抓取
- 一个网站数据抓取小程序,多线程,mysql数据库,EF db first(A web site data capture small program, multithreading, MySQL database, EF DB first)
C#多线程编程实战_中文完整版_带书签目录
- 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出一些解决方案;第11章讲述编写基于Windows 8的异步应