搜索资源列表

  1. 用消息队列实现Client和Server间的通信

    0下载:
  2. 用消息队列实现Client和Server间的通信-used to achieve Message Queue Server and Client Communications between the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.81kb
    • 提供者:无路
  1. 马达驱动

    0下载:
  2. 马达驱动,利用定时器和工作队列实现
  3. 所属分类:源码下载

    • 发布日期:2011-06-30
    • 文件大小:2.51kb
    • 提供者:jhuang45
  1. 消息缓冲队列实现通信

    0下载:
  2. 一个线程通过消息队列把消息传送给其他的线程
  3. 所属分类:源码下载

  1. vxworks 自定义数据队列的实现

    0下载:
  2. 实现了 自定义的 数据缓冲队列,具有良好的扩展性。 利用用户保留内存进行数据缓冲,避免内存碎片
  3. 所属分类:源码下载

  1. ticksvr

    0下载:
  2. 一个通用记录软件系统日志的后台程序,采用消息队列实现,可同时记录多个系统的日志,特别适合于通信软件日志,减轻通信系统直接写日志到磁盘文件的负担,加快通信软件执行速度。-Records of a common software system log daemon, the message queue to achieve, can simultaneously record multiple systems of logs, partic
  3. 所属分类:Internet/网络编程

    • 发布日期:2025-03-29
    • 文件大小:14kb
    • 提供者:
  1. 队列

    0下载:
  2. 队列算法用C语言实现-queue algorithm with C language
  3. 所属分类:文档资料

    • 发布日期:2025-03-29
    • 文件大小:1kb
    • 提供者:郭强
  1. 利用一个链表类实现一个队列类和栈类

    0下载:
  2. 利用一个链表类实现一个队列类和栈类-use a objectlist achieve a queue category and type Stack
  3. 所属分类:其他小程序

    • 发布日期:2025-03-29
    • 文件大小:4kb
    • 提供者:潘了了
  1. 用消息队列实现Client和Server间的通信

    0下载:
  2. 用消息队列实现Client和Server间的通信-used to achieve Message Queue Server and Client Communications between the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-03-29
    • 文件大小:4kb
    • 提供者:
  1. 数据结构算法集---C++语言实现

    0下载:
  2. 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-03-29
    • 文件大小:7kb
    • 提供者:新康
  1. 优先队列

    0下载:
  2. 用数组表示堆从而实现优先队列 存储紧凑,空间利用率高-array reactor used to achieve priority queue storage compact, space utilization high
  3. 所属分类:其他小程序

    • 发布日期:2025-03-29
    • 文件大小:16kb
    • 提供者:刘通学
  1. 栈和队列CQandS

    0下载:
  2. 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2025-03-29
    • 文件大小:224kb
    • 提供者:沈石林
  1. mazeduil

    0下载:
  2. 数据结构中的迷宫问题的代码 用队列实现 可以看看 -data structure of the maze of code can be used to achieve look at the queue
  3. 所属分类:其他小程序

    • 发布日期:2025-03-29
    • 文件大小:2kb
    • 提供者:张德
  1. UNIX_MSG_COMMUNICATION

    0下载:
  2. UNIX环境下如何应用消息队列实现进程间通讯,值得一看的好-UNIX environment on the use of Message Queue to achieve inter-process communication, enjoying their good Dongdong
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-03-29
    • 文件大小:175kb
    • 提供者:周兆维
  1. 51FIFO

    0下载:
  2. 51单片机的FIFO(先入先出)循环队列实现-51 SCM FIFO (first-in-first out) Revolving Queuing
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2025-03-29
    • 文件大小:1kb
    • 提供者:tangcongfai
  1. BankCounter

    0下载:
  2. 由C语言通过队列实现的一个银行帐户管理程序,对初学者学习很有帮助.-err
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-03-29
    • 文件大小:4kb
    • 提供者:love
  1. SeqQueue

    0下载:
  2. 用队列实现迷宫算法,用c++写的,求的是最短的路径-With queue realize the maze algorithm, using c++ Written, and is the shortest path
  3. 所属分类:Windows编程

    • 发布日期:2025-03-29
    • 文件大小:12kb
    • 提供者:gongtingting
  1. JiSuanQi

    0下载:
  2. Visual c++6.0实现的用数据结构栈和队列实现的计算器-Visual c++ 6.0 realize the use of stack and queue data structures realize calculator
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2025-03-29
    • 文件大小:331kb
    • 提供者:南才北往
  1. Msg

    0下载:
  2. send为发送端,rec为接收端,消息队列实现进程通信。-send to sender, rec for the receiving end, the message queue to achieve the process of communication.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2025-03-29
    • 文件大小:1kb
    • 提供者:李慧
  1. HospQuene

    0下载:
  2. 一个简单的用队列实现的医院排队就诊程序,初学者可参考。-a simple queue software of hospital using the quene for junior learners
  3. 所属分类:其他小程序

    • 发布日期:2025-03-29
    • 文件大小:52kb
    • 提供者:zhaojianguang
  1. 队列实现归并排序

    0下载:
  2. 使用C++语言实现队列归并排序的实例 采用分制法一种有效排序算法(An example of queue merging and sorting using C++ language using an efficient sorting algorithm)
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-03-29
    • 文件大小:9kb
    • 提供者:Alionness
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org