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

搜索资源列表

  1. privatestorage_demo

    0下载:
  2. 不用关系型数据库的方式来管理文档。 其中包括设计时间支持,线程安全,专门用来储存和管理大量档案. -not relational database approach to document management. These include the design time support, security thread, devoted to the storage and management of large files.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8407
    • 提供者:ftp
  1. cthread_demo

    0下载:
  2. cthread使得同在MFC线程不相上下一样,在你的C#/Java语言. 对于你自己说可以用class CThread Run( void * ) Start() .启动线程-cthread made with the MFC similar to the same thread, in your C# / Java language. For your own class can be used CThread Run (vo id *) Start (). start threads
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13737
    • 提供者:no name
  1. 275

    0下载:
  2. 在多线程,如果线程已进入页,阻止其他线程进入-in multithreaded, if thread has entered the pages and stop other threads access
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3168
    • 提供者:qzhirong
  1. newthreadtest

    0下载:
  2. 用java编写的有关线程测试的程序,希望对大家有所帮助!-java prepared with the relevant thread testing procedures, we hope to help!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4476
    • 提供者:linsa
  1. Intertask_thread-safe_C++_class

    0下载:
  2. This program demonstrates using a thread safe C++ class called SharedQT<T>. This example actually has several elements which may prove useful for those who are new to C++:-This program demonstrates using a thread's afe C class called
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:12756
    • 提供者:于凤新
  1. newserial

    0下载:
  2. VC实现单线程的串口通信程序,可以手动发送,定时发送-VC thread Serial Communication Program, this manual, time sent, etc.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2395503
    • 提供者:忠良
  1. threadclass

    0下载:
  2. 关与java线程的一个小程序,希望能帮助初学者在这个环节上的学习!-java relations with a small thread of the procedure, hoping that would help beginners in this part of the learning!
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:23242
    • 提供者:雨辰
  1. Pinger

    1下载:
  2. 多线程Ping, 一个线程接受用户的ip地址范围与ping包大小的控制参数 一个线程对ping的结果进行统计分析 n个线程完成对n ip地址主机的同时ping功能-multithreading Ping, Thread a user ip address the scope and size of ping packets control parameters of a thread ping results Statistical analysis completed n Thre
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:48450
    • 提供者:zhangbei
  1. shiliti

    0下载:
  2. 这是java实例的书上例题,里面共10章,实现Runnable接口创建线程,发送线程与接收线程,同步的发送线程与接收线程。-java examples of this is the book of excellence, which has 10 chapters, Jacqueline achieve thread interface to create, send and receive threads threads, simultaneously sending and receivin
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:420522
    • 提供者:张小灵
  1. filechild

    0下载:
  2. 一个演示多线程中共享文件操作符的例子。file是主线程,child是子线程。-a demonstration of multi-threaded shared documents operator example. File is the main thread, the child is the son thread.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1410
    • 提供者:李方
  1. MultipleThreadPortScan

    0下载:
  2. 跨网段多线程扫描单一端口的程序源码,可以自己控制并发线程。-inter-network of multi-threaded scanning of a single source port procedures can be controlled with thread.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:7821
    • 提供者:zhouzhen
  1. ch01src

    0下载:
  2. A thread pool is a group of a limited number of threads that are used to execute tasks.-A thread pool is a group of a limited number o f threads that are used to execute tasks.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2261
    • 提供者:bini
  1. relink

    0下载:
  2. MFC IIS防盗链 开发环境 vc++ 7.0(MFC) / windows 2003 sp1 / iis6.1 主要功能: 1 防盗链 2 限制文件下载线程数 3 限制文件下载速度 使用方法: 1 打开Internet 信息服务(IIS)管理器/本地计算机/网站/默认网站/属性/ISAPI筛选器/添加 2 名称随便 文件 选择你解压缩下来的relink.dll 3 重启IIS 4 打开ReLink.ini 具体参数: [settings
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12438
    • 提供者:莫飞
  1. duoxianchengliaotianshixian

    0下载:
  2. 多线程语音聊天系统的设计与实现 -multi thread voice talk design
  3. 所属分类:其他书籍

    • 发布日期:2024-04-11
    • 文件大小:48829
    • 提供者:zwt
  1. JThreadSynch

    0下载:
  2. 此源码是实现线程间同步互斥的算法,较好的显现线程之间的同步互斥功能-this source is to achieve synchronization between threads mutex algorithm, the better appear thread synchronization between the mutex function
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:30025
    • 提供者:yushigan
  1. seda

    0下载:
  2. The Staged Event-Driven Architecture (SEDA) is a new design for building scalable Internet services. SEDA has three major goals: To support massive concurrency, on the order of tens of thousands of clients per node To exhibit robust performa
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:610213
    • 提供者:peica
  1. Java_Draw_circuit_diagram

    0下载:
  2. Java门电路画图器 基本功能: 1。文件的保存,打开; 2。添加基本元件; 3。画点,画线,字符; 4。删除元件 5。统计元件 画好的电路用xml文件保存,基本元件的配置也是使用xml文件 这个软件虽然小,但是涉及了很多知识,对学Java的初学者还是很有帮助的。 文件的保存,单个门电路的保存都是用XML文件存储,使用了线程... -Java gate circuit drawing for basic functions : 1. Docum
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:109826
    • 提供者:kevinz
  1. filetransserver

    1下载:
  2. 务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。 -side is based on the Treasury select I / O model. To prevent the program interface obstruction, a son
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:141066
    • 提供者:肖和平
  1. Thdmsg

    0下载:
  2. 线程消息队列利用. 两线程的消息收发演示.-threaded Message Queue use. 2 Thread the news transceiver demo.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1009
    • 提供者:面包
  1. XunHuanThread

    0下载:
  2. 线程实例-thread examples 22222222222222222222222222222222 222 22
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6659
    • 提供者:wdw
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com