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

搜索资源列表

  1. SGIPAPI1.44(Update-20040901)

    0下载:
  2. 1) 系统采用面向对象的方法,严格按照SGIP1.2协议实现,支持Bind, BindResp,Submit, SubmitResp, Deliver, DeliverResp, Report, ReportResp, Unbind, UnbindResp消息,符合联通网关的最新标准(SGIP 0120修订版)。 2) 采用多线程并发处理的方式获取强大的性能,针对SGIP协议的特点,内建线程池进行消息的收发及处理操作,充分发挥系统和网络性能,再大的业务量也能够得到及时处理,丢包率小于0.01
  3. 所属分类:手机短信编程

    • 发布日期:2008-10-13
    • 文件大小:59180
    • 提供者:威龙
  1. FullThreadDump

    0下载:
  2. FullThreadDump demonstrates the use of the java.lang.management API to print the full thread dump. JDK 6 defines a new API to dump the information about monitors and java.util.concurrent ownable synchronizers.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7211
    • 提供者:sumbowlong
  1. commoncpp2-1.3.26.tar

    0下载:
  2. GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and d
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:843648
    • 提供者:Hujun
  1. WCF_AsyncCall.rar

    0下载:
  2. C#WCF 服务并发管理,编程源代码,包括线程池的例子。,Concurrent C# WCF services management, programming source code, including examples of the thread pool.
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:774522
    • 提供者:顾佳晨
  1. ICE_1.rar

    0下载:
  2. ICE并发操作与线程相关内容,适合ICE学习,ICE concurrent thread operation and relevant content for learning ICE
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-05
    • 文件大小:17058
    • 提供者:qinge
  1. Concurrent.Thread

    0下载:
  2. js多线程库,Concurrent.Thread-full-20080319.js-js multi-thread library,Concurrent.Thread-full-20080319.js
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:264991
    • 提供者:july
  1. concurrent.tar

    0下载:
  2. concurrent是一个java线程池开源包-concurrent thread pool is a java open-source package
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:522717
    • 提供者:刘立斌
  1. Thread

    0下载:
  2. 操作系统进程并发模拟系统,以时间片轮处理的方式实现了简单的线程功能,并基于此架构实现多种方式并发运行的进程模拟系统-Concurrent simulation system for the operating system process to the time slice of the way round to deal with a simple thread function and based on this framework a variety of ways to achieve
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:3230
    • 提供者:Louiewiget
  1. concurrent_thread.c

    0下载:
  2. tcpip programing in unix using sockets. networking program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1479
    • 提供者:chirag
  1. Thread

    0下载:
  2. 简单的java多线程问题。以三个人吃十个面包为例,能够实现并发的串行执行,能够正确打印出数量。可执行程序-Simple problem of multi-threaded java. To three people to eat bread 10 for example, to achieve concurrent serial implementation, the number of print correctly. Executable program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1467
    • 提供者:唐凝
  1. java.util.concurrent

    0下载:
  2. java.util.concurrent包的并发处理 Sun大神终于为我们这些可怜的小程序员推出了 java.util.concurrent工具包以简化并发完成。开发者们借助于此,将有效的减少竞争条件(race conditions)和死锁线程。concurrent包很好的解决了这些问题,为我们提供了更实用的并发程序模型。 -java.util.concurrent concurrent processing package for the Sun The Great God has f
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:6018
    • 提供者:jing
  1. concurrent

    0下载:
  2. 这是一个有关并发线程的多个类实例,是一个 很好的源码!-This is a thread about multiple concurrent instances of the class, is a good source!
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:32918
    • 提供者:wangdan
  1. Concurrent-service

    0下载:
  2. 掌握并发服务程序设计的特点 体会并发服务程序执行特点 了解进程(线程)控制、调度的原理和方法-Master the characteristics of concurrent service program design Experience with service program execution characteristics Understand the process (thread) control, the principle and method of sche
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:35098
    • 提供者:梦竹
  1. thread-pool

    0下载:
  2. 使用java代码,通过修改线程池解决来并发访问-The modify thread pool address concurrent access
  3. 所属分类:Network Security

    • 发布日期:2017-11-12
    • 文件大小:4136669
    • 提供者:王鑫
  1. Thread

    0下载:
  2. 利用C#编写的一个小程序,用于模拟进程并发执行。以一个小的函数在picturebox中绘制图片为一个进程举例,达到模拟的效果。-With a small program written in C#, used to simulate the process of concurrent execution. A small function to draw a picture in a PictureBox Examples of a process to achieve the effect o
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:163075
    • 提供者:小兰
  1. slice-concurrent

    0下载:
  2. test for gslice cross thread allocation/free.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:1432
    • 提供者:lenbenlo
  1. Thread

    0下载:
  2. A Thread is a concurrent unit of execution.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:10916
    • 提供者:lonpengmun
  1. Multi-thread-concurrent-write-files

    0下载:
  2. 多线程并发写文件,100个线程同时写文件无压力-Multi thread concurrent write file, the 100 thread at the same time to write the file without pressure
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:36999
    • 提供者:钱云杰
  1. RT-Thread下TCP并发服务器模型-多线程TCP服务器

    1下载:
  2. stm32 RT-Thread下 TCP并发服务器模型-多线程TCP服务器 实用型,不可多得,keil下编译(stm32 RT-Thread TCP concurrent server model - multi-threaded TCP server)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:10908672
    • 提供者:xiao_wh
  1. CplusplusConcurrencyInAction

    0下载:
  2. 并发处理,如果你正在用C++写一个多线程程序,你应该阅读本书。如果你正在使用C++标准库中新的多 线程工具,你可以从本书中得到一些指导意见。如果你正在使用其他线程库,后面章节里的 建议和技术指导也很值得一看。(Concurrent processing. If you are writing a multithreaded program with C++, you should read this book. If you are using more of the new C++ sta
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:3288064
    • 提供者:cbhenry
« 12 3 4 »
搜珍网 www.dssz.com