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

搜索资源列表

  1. 多线程多人聊天

    0下载:
  2. 多个人聊天程序。-personal chat program.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:97986
    • 提供者:张兵
  1. 多线程模拟

    0下载:
  2. 一个多任务应用程序。带有四个彩色转轮的应用程序,每个彩色转轮都按自己的线程运行。其中两个使用OnIdle函数;另外两个则作为独立的线程运行。-a multi-tasking applications. Color wheel with four applications, each color wheel has its own threads to run. Two of them use OnIdle function; The other two were used as the inde
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:35721
    • 提供者:孔的
  1. 简单的线程池

    1下载:
  2. VC完整应用程序代码,多线程 多任务,还可以自己使用-VC complete application code, multi-threaded multi-task, but also for its own use
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4857
    • 提供者:张洋
  1. StartScan 线程扫描程序题

    0下载:
  2. 为了提高扫描速度,本程序采用了多线程技术和非阻塞I/O的技术。程序的主界面是一个对话框-order to improve scanning speed, the program uses a multi-threading technology and non-blocking I / O technology. Proceedings of the main interface is a dialog
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2518
    • 提供者:吕杰
  1. FTP客户端程序

    1下载:
  2. ftp协议实现多线程断点续传的代码
  3. 所属分类:Ftp客户端

    • 发布日期:2009-05-08
    • 文件大小:80733
    • 提供者:qddudu
  1. 基于 ARM 2440 的多进程操作系统 NES 模拟器

    0下载:
  2. 此 NES 程序支持窗口模式和全屏模式,可动态切换,自动适应各种分辨率,并使用多线程合作方式,附源代码及一个应用的游戏程序.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2011-06-27
    • 文件大小:1231812
    • 提供者:xyz543
  1. 4ThreadDown

    0下载:
  2. 4线程合并同步下载程序,VB 源码
  3. 所属分类:网络编程

  1. WebSpider.rar

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

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

    0下载:
  2. 一个显示程序进度条的demo,可以在多线程中使用,已经测试通过,A progress bar shows the procedures of the demo, can be used at multi-threading has been tested through
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:81872
    • 提供者:谢晖
  1. serial.rar

    0下载:
  2. 利用CSerialPort类,设计了基于对话框的多线程通信程序,可完成两台计算机之间的串口通信,CSerialPort use category, the design of dialog based on the multi-threaded communication procedures between the two computers to be completed by the serial communication
  3. 所属分类:Com Port

    • 发布日期:2017-05-07
    • 文件大小:1917698
    • 提供者:章伟
  1. duoxiancheng

    0下载:
  2. 编写多线程的程序 1)试验目的和内容 理解操作系统中的进程和线程的概念,比较单进程(线程)和多进程(线程)的程序结构和执行方面的区别,指出多进程(线程)的好处。 2)试验环境 在windows下用VC++编写一个多线程的程序并比较与单线程程序的区别*/-Procedures for the preparation of multi-threading 1) test the purpose and content of understanding the proces
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:3256
    • 提供者:殷晓飞
  1. CSharpSpider

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

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

    0下载:
  2. 一个完整的C++程序,可以实现多线程绘制动态的贝塞尔曲线-A complete C++ program, you can achieve a dynamic multi-threaded rendering Bezier curves
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:29332
    • 提供者:zhangjin
  1. vb

    0下载:
  2. 本程序介绍了在VB下实现多线程的方法,对需要多线程处理的编程爱好者,有一定的帮助.-This procedure, introduced in the VB implementation of multi-threaded approach to deal with the necessary multi-threaded programming enthusiasts, there is certainly helpful to them.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3648
    • 提供者:masterzd
  1. P2PQQ

    0下载:
  2. 程序实现的是一个在局域网中运行的带有点对点传输文件功能的聊天室。在对话框中有一个树形控件,可以看到在该聊天室中的成员,要进行文件传输时只需点中对方,并按下文件传输按钮即可传输文件,而且文件的传输用到多线程,因此传输文件时可以正常聊天-Program is a local area network running in a peer-to-peer file transfer function in the chat room. In the dialog box there is a tree
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:61098
    • 提供者:王儒伟
  1. dxci

    0下载:
  2. 基于面向对象的程序开发 多线程采集数据适用于各个程序采集数据-Object-oriented programming based on the development of multi-threaded data collection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:203868
    • 提供者:guoyang
  1. ScanPort

    1下载:
  2. MFC实现多线程 简单端口扫描程序 能自定义线程数量及扫描端口范围-MFC simple multi threaded port scanner can scan a custom port number and scope of the thread
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-10-25
    • 文件大小:3753218
    • 提供者:许奇龙
  1. 《Win32多线程程序设计》高清晰pdf

    0下载:
  2. 有关Windows编程的一本详细的资料,有助于程序员更好的编程(Windows programming on a detailed information, help programmers better programming)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:22097920
    • 提供者:大漠飞鹰
  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-18
    • 文件大小:778240
    • 提供者:hooget
  1. 085836

    0下载:
  2. 使用 ISAPI Filter 实现的限制 IIS 多线程访问程序, 主要应用在下载系统(The limitation of using ISAPI Filter implementation IIS multithreaded access procedures, mainly used in the download system)
  3. 所属分类:进程与线程

« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com