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

搜索资源列表

  1. boids

    0下载:
  2. Delphi + OpenGL 一个类似3D水族箱屏幕保护的例子,主要是演示OPENGL随机、多线程技术及多层贴图的应用。-Delphi + OpenGL 3D aquarium a screen similar to the example of the protection is mainly demonstration OpenGL randomized, multi-threading and multi-storey mapping applications.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:662564
    • 提供者:张震沣
  1. AxPipe-Src-0_9b2

    0下载:
  2. 一个多线程二进制流操作类库和例子(含英文帮助)-a multithreaded operating binary stream class library and examples (including English Help)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:456354
    • 提供者:真实
  1. 7.3 实现FTP应用

    0下载:
  2. 一个很好的学习例子,主要是ftp的实现,包括了多线程部分。-A very good example to study. It mainly talks about the implementation of ftp including the multi-process.
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:76674
    • 提供者:唐辉
  1. LF_ThreadPool

    1下载:
  2. 一个在《ACE程序员指南》16章的线程池的例子,但是书上的代码有问题。我进行了修改,使得多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。相信很多ACE初学者发现了此问题,在此卖弄一下。-an "ACE Programmer's Guide" Chapter 16 of the thread pool examples, but the book on the code problems. My modified so that the mult
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2875
    • 提供者:zjw
  1. thread4BerkleyDB

    0下载:
  2. Berkey DB的数据库创建,多线程查询的例子,给大家参考。-Berkey DB database creation, multi-threaded for example, for your reference.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:60363
    • 提供者:财经发
  1. Multithreaded TCP-UDP Client Server

    0下载:
  2. .Ne 环境的下多线程的TCP/UDP 编程示例子,里面包括了服务器也客户端程序
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:3509
    • 提供者:蓝鸥
  1. 数据传输局域网

    1下载:
  2. 基于VC的SOCKET文件传输例子,采用多线程进行文件传输,适用与局域网-VC-based file transfer SOCKET example, a multi-threaded file transfers, application and LAN
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:54331
    • 提供者:湖刚
  1. MeasureVelocityUdp

    0下载:
  2. 一个多线程、数据库、网络编程的综合例子,今将它公布出来与大家共享。-a multithreaded database, integrated network programming examples, announced today it out and share.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:333304
    • 提供者:马杰
  1. apihooktest2

    0下载:
  2. 一、前言   前一段时间发表了一篇文章 “Hook API 工具”,没有附带主程序的源代码,这几天翻出来代码加了些注释,现在补上。不过大家还是最好看看牛的书,书上讲解很详细。 二、对代码的简单说明   总共3个工程,1个主程序,1个HookDll, 1个例子Dll。主程序负责启动进程,并将 HookDll 注入。还有一些额外的功能,比如显示 Log, 例子Dll的信息,导出函数等,HookDll 在 DllMain 启动的时候根据配置钩住指定的 API 函数 三、这
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:147036
    • 提供者:ddd
  1. BarSvr

    0下载:
  2. 一个多线程,线程同步的例子, (debug一个目录和一个配置文件是执行程序使用的,所以没有删除)-more than one thread, thread synchronization example, (debug a catalog and a configuration file is used in the implementation of procedures, there is no delete)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:70885
    • 提供者:朱洪祥
  1. RWXls_cn

    0下载:
  2. 一个线程管理程序,这个例子展示了多线程的管理方法!-a thread management processes, the examples to show the multithreading management methods!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2421725
    • 提供者:jimwongcn
  1. Unix06.03.17

    0下载:
  2. linux下有关多任务,进程通讯 ,多线程的绝好的学习的例子-under the multi-task, process communications, multi-threaded an excellent example of learning
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3533
    • 提供者:李 庆坤
  1. Windows32-asm-lo

    0下载:
  2. Windows环境下32位汇编语言是一种全新的编程语言。它使用与C++语言相同的API接口,不仅可以用来开发出大型的软件,而且是了解操作系统运行细节的最佳方式。本书从编写应用程序的角度,从“Hello World!”这个简单的例子开始到编写多线程、注册表和网络通信等复杂的程序,通过60多个实例逐渐深入Win32汇编语言的方方面面。本书作者罗云彬拥有十余年汇编语言编程经验,是汇编编程网站http://asm.yeah.net和汇编编程论坛http://win32asm.yeah.net的站长。本
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2819982
    • 提供者:胡胡
  1. 3ThreadDoc

    0下载:
  2. 多线程----介绍3种多线程同步方式(Critical Section,Mutex,Event)例子-introduced three kinds of multithreaded synchronization mode (Critical Section, Mutex, Event) example
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3042
    • 提供者:popandsmtp
  1. Aug99WickedCode

    0下载:
  2. 老外写的一个例子,在com中实现多线程异步通讯。初学者,值得一览。-foreigner was an example of the com achieve multi-threaded asynchronous communication. Beginners, it is worth viewing.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:114835
    • 提供者:li
  1. threaddemos-jx44b0.tar

    0下载:
  2. 这是一个简单的如何在uClinux下编译和运行多线程函数的例子-This is a simple how to compile and under uClinux to run multiple threads function examples
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:1533
    • 提供者:田冰
  1. ServerSocket_demo

    1下载:
  2. 非常好的Socket多线程编程例子,可用作客户端或者服务端,可以实现TCP或者UDP通信,可以同时创建n个线程-very good example of multi-threaded programming, can be used as a client or server, can achieve a TCP or UDP communications, it will also create threads n
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:48757
    • 提供者:万青
  1. BCB6_Thread

    0下载:
  2. BCB6_Thread.zip是教你如何写多线程的例子-BCB6_Thread.zip is to teach you how to write multithreaded example
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:45631
    • 提供者:fdsafaf
  1. GetFastDemo

    0下载:
  2. delphi实现的一个断点续传的例子,支持多线程下载-achieve an HTTP example, supports multi-threaded download
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:19183
    • 提供者:koala
  1. SerialTool

    0下载:
  2. 多线程串口通信的例子,可以实现同时多串口的通信-multithread serial communication example, can achieve more while the Serial Communications
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:67755
    • 提供者:许伟群
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 33 »
搜珍网 www.dssz.com