CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 多线程程序

搜索资源列表

  1. MotoLab.Mail

    0下载:
  2. 采用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
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:300024
    • 提供者:wei
  1. CSharpCourse

    0下载:
  2. 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服务
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2940046
    • 提供者:DuDu Ch
  1. ThreadStartStop

    0下载:
  2. 一个用C#编写的多线程程序,比较基础,供大家交流学习用。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2549
    • 提供者:gcel
  1. copy函数

    0下载:
  2. 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1560
    • 提供者:第分
  1. 桌面键盘修改程序

    0下载:
  2. 本程序实现对桌面的控制修改,对键盘的检测输入。实现多线程技术
  3. 所属分类:C#编程

  1. DataGetter.rar

    0下载:
  2. 多线程数据采集器源码(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!
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:193881
    • 提供者:zstan
  1. WebSpider.rar

    1下载:
  2. 用C#编写的多线程抓取网页的“爬虫”程序,With C# Prepared multi-threaded web crawler "reptiles" procedure
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:24501
    • 提供者:谢霆锋
  1. duoxianchengxiazai

    1下载:
  2. 用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
  3. 所属分类:CSharp

    • 发布日期:
    • 文件大小:31269
    • 提供者:贾飞雪
  1. Chat

    0下载:
  2. UDP网络聊天程序,实现文字和视频聊天,多线程窗体监听-UDP chat,C sharp.Contains text and Vedio.
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:2357735
    • 提供者:薛岩洁
  1. CSharpSpider

    0下载:
  2. C#写的网络爬虫程序。。十分详细。多线程式搜索、-C# Writing network reptiles procedures. . Very detailed. Multi-line program search,
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:115245
    • 提供者:asdsa
  1. NetServer

    0下载:
  2. 一个基于局域网聊天的程序,很有实践价值,通过多线程做的,很适合入门学习socket-A LAN-based chat program is very practical value, the adoption of multi-threaded so it is suitable for study entry socket
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1058769
    • 提供者:yangmao
  1. EasyChat

    1下载:
  2. 这是用C#做的一个简易的Windows平台下的聊天软件,包括了客户端和服务端的全部源码,注释很详细,有兴趣学习.net应用开发的同学可以下载来学习学习。这个示例包含了了C/S架构软件开发的很多基础知识和思想。 功能包括群发,私聊,发送震动,收到消息发声,闪屏提示等等,大致类似于QQ的多人聊天会话功能。 涉及到的知识主要包括: 1. TCP/IP通信,包括TcpClient , TcpListener , Socket , NetworkStream等几个用于TC
  3. 所属分类:C#编程

    • 发布日期:2013-12-06
    • 文件大小:831375
    • 提供者:sunrong
  1. MoveDisk_0.4

    1下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:460136
    • 提供者:yeabow
  1. Multi

    0下载:
  2. 程序利用按钮弹出对话框的方式演示了如何编写多线程程序。-Procedures for the use of the button pop-up dialog box shows the way how to write multi-threaded programs.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:8111
    • 提供者:apple
  1. CSharp_Thread_Src

    0下载:
  2. 以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.
  3. 所属分类:CSharp

    • 发布日期:2017-03-22
    • 文件大小:545684
    • 提供者:HongHao
  1. multiSocket

    0下载:
  2. Socket编程 多线程程序 服务器与客户端程序-Socket programming multi-threaded application server and the client program
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:485589
    • 提供者:wt
  1. NoInvokeRequired

    0下载:
  2. NET多线程程序中不再需要多次拷贝粘贴InvokeRequired代码段的控件-NET multi-threaded programs no longer need to repeatedly copy and paste the code segment of the control InvokeRequired
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:435198
    • 提供者:包骏馨
  1. DBServerBackgroundWork

    0下载:
  2. 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.)
  3. 所属分类:C#编程

    • 发布日期:2017-12-17
    • 文件大小:778240
    • 提供者:hooget
  1. 网站数据抓取

    0下载:
  2. 一个网站数据抓取小程序,多线程,mysql数据库,EF db first(A web site data capture small program, multithreading, MySQL database, EF DB first)
  3. 所属分类:C#编程

    • 发布日期:2018-01-10
    • 文件大小:1531904
    • 提供者:smilesginger
  1. C#多线程编程实战_中文完整版_带书签目录

    2下载:
  2. 《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的异步应
  3. 所属分类:C#编程

    • 发布日期:2018-04-30
    • 文件大小:25056256
    • 提供者:边缘1025
« 12 3 4 5 »
搜珍网 www.dssz.com