搜索资源列表

  1. SGIPAPI1.44(Update-20040901)

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

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

    0下载:
  2. 经典的读者写者问题。设计读写线程,实现对同一文件的读和写的同步。 1.一个线程在写时,其他线程不允许写。 2.一个线程在写时,其他线程不允许读。 3.一个线程在读时,其他线程不允许写。 4.一个线程在读时,其他线程允许读。 -readers to write the classic problem. Design literacy threads, to achieve the same document si
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8646
    • 提供者:li
  1. smsbean

    0下载:
  2. smsbean短信平台 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-smsbean SMS platform within the system to stimulate the use of the incident,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:577254
    • 提供者:理想
  1. IoSocket_Sample

    0下载:
  2. 一个采用汇编线程池实现的Socket完成端口编程例程。-a compilation Thread Pool used to achieve the complete port Socket programming routines.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7142
    • 提供者:钱海兵
  1. BankExample

    0下载:
  2. 编写一个Java应用程序,在线程中再创建2个线程,要求线程经历4种状态:新建、运行、中断、死亡。-prepared a Java application procedures, the threads again create two threads, thread requirements experienced four stages : new, operations, interruption, death.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1088
    • 提供者:刘洁
  1. ThreadLibrary

    0下载:
  2. 线程池 网络封装库 提供源码 编写网络程序-Thread Pool network package provides source code for the preparation of network programming
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:18241
    • 提供者:yuzw
  1. ipv6ping

    0下载:
  2. linux下 ipv6协议 ping程序 最多运行50线程 2.每个线程发送4个ICMP6包后开始接收 3.试验程序,多线程结构安排不一定合理,待试验后进一步修改 4.在终端./pingipv6 IP1 1P2......即可运行程序 5.为单源文件,没写make,编译命令为: gcc -Wall -o pingipv6 pingipv6.c -lpthread -ipv6 agreement under
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3030
    • 提供者:时柏营
  1. UITHREAD

    0下载:
  2. 用户界面线程示例 呵呵,多来几个线程的例子-user interface thread example Oh, a few more examples of threads
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:43429
    • 提供者:高兴
  1. ossue

    0下载:
  2. 在Windows环境下,参考Windows环境下线程同步、互斥操作的例子,利用基本的文件操作系统调用,模拟读写问题。编写相应的函数,建立一个记录型的共享文件,并实现对该共享文件的打开、关闭、删除、读、追加记录、删除记录等操作。同时要求利用进程的同步与互斥机制实现多个用户进程对该文件的并发访问-the Windows environment, Windows environment reference thread synchroniza
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9095
    • 提供者:苏匀
  1. Critical

    0下载:
  2. 通过火车售票系统的事例来讲解利用互斥对象实现线程同步,对初学线程同步很有帮助-train ticketing system through the use of examples to explain Mutex object to synchronize threads, thread synchronization for beginners helpful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5529
    • 提供者:黄磊
  1. VC_Thread_Test

    1下载:
  2. 用VC打包好的线程类,很方便的调用,这个线程类在实际应用中已经用了10多年,经的住考验的,推荐给大家-VC packaged good threads category, is a convenient call, the thread type in the actual application has been used for more than 10 years, the tests and recommended for ev
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:33942
    • 提供者:zj
  1. MessageQueue

    0下载:
  2. 完全自己编写的消息队列,代码中还实现了互斥量、信标量以及线程调度,该代码完全由C编写,没有使用WINDOWS函数。-completely prepared by his message queue, the code also achieved a volume contradict letter scalar and thread scheduling, the C code entirely prepared, to use a W
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:39886
    • 提供者:张峰
  1. thread_test

    0下载:
  2. JAVA线程表现方式,通过多图表现线程的运行原理,以及不同算法的优缺点及速度情况,-Java thread performance, multi-threaded performance plans principle of operation, and the advantages and disadvantages of different algorithms and speed,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:178247
    • 提供者:李刚
  1. dllfileprog

    0下载:
  2. 一个简单的下载程序,General Descr iption The program uses a worker thread to perform the file download this is so that our main application won t be blocked and so that we could have a cancel download functionality inside the pr
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:47578
    • 提供者:张德慧
  1. threadCtrl

    0下载:
  2. 线程控制,演示了对线程的启动、休眠、中断休眠、等待、唤醒等操作 。 -thread control, presentation of the threads start dormancy breaking dormancy, waiting, and awaken operational.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2667
    • 提供者:钱东
  1. JGE_Engine_Source_and_Demo(v0.01b)

    0下载:
  2. PSP上的2D开发库 JGE++ 簡介: PSP上有一個獨立的GPU, 在我們編寫遊戲時, 要是能把有關圖像處理的工作都交給GPU做, 就可以減輕主處理器的很多負擔, 令整體程序的運\作, 得到數倍的提升! JGE++ (Jas Game Engine) 就是一個利用GU 庫寫成的2D遊戲引擎, GU庫的原本用途是用作編寫3D遊戲, 我們把它應用在2D遊戲上, 就可以享用硬件加速所帶來的種種好處, 例如運\
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:59337
    • 提供者:zb
  1. CSharpThreat

    0下载:
  2. C#线程管理,C#学习好例子,控制线程停止启动-C# thread management, learning C# good example, control threaded stop start
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13319
    • 提供者:王志强
  1. SmartThreadPool_src

    0下载:
  2. 任务有返回值,并且能够等待所有的任务处理完毕的线程池-mandate to return to duty, and to wait until all the tasks have been disposed of Thread Pool
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29435
    • 提供者:mokermo
  1. AsyncSSLClient

    0下载:
  2. 配合异步socket使用SSL的例子。异步Socket可以使用很少的线程(最少只需要一个线程)就能管理大量的连接-with asynchronous socket using SSL example. Asynchronous Socket can use a few threads (at least only one thread) will be able to manage a large number of connectio
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:24998
    • 提供者:xyzuvw
  1. ThreadPool_Source

    0下载:
  2. 提供了线程池的封装,开发者能够比较容易的建立服务器应用模型。-thread pool for the package, developers can more easily create server application model.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6870
    • 提供者:王家全
« 1 2 ... 42 43 44 45 46 4748 49 50 »

源码中国 www.ymcn.org