CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - queues

搜索资源列表

  1. ptypes-1[1].7.5.tar

    0下载:
  2. PTypes (C++ Portable Types Library) is a simple alternative to the STL that includes multithreading and networking. It defines dynamic strings, variants, character sets, lists and other basic data types along with threads, synchronization objects, IP
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:169405
    • 提供者:吴参林
  1. telnet

    0下载:
  2. linux开启服务端以后,允许客户端通过tcp/ip连接,通过消息队列通信-linux server after opening, allowing the client through tcp/ip connection, communication through message queues
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:5394
    • 提供者:sj
  1. SharpPcap-3.0.0.bin

    0下载:
  2. SharpPcap 是一个.NET 环境下的网络包捕获框架,基于著名的 pcap/WinPcap 库开发。提供了捕获、注入、分析和构建的功能,适用于 C# 和 VB.NET 开发语言。-The purpose of SharpPcap is to provide a framework for capturing, injecting and analyzing network packets for .NET applications. The following list illustr
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:148401
    • 提供者:liuxing
  1. Chapter1

    0下载:
  2. Windows程序运行原理及程序编写流程,窗口产生过程,句柄原理,消息队列,回调函数,窗口关闭与应用程序退出的工作关系,使用VC++的若干小技巧,stdcall与cdecl调用规范的比较,初学者常犯错误及注意事项。-Windows program to run the principle and procedure of the preparation process, the process window, handles principle, message queues, callback
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:8012
    • 提供者:何燕蝶
  1. lab2.tar

    0下载:
  2. word count information using message queues
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:13886
    • 提供者:sarun
  1. OE2B

    0下载:
  2. ObjectEase v2.0! The ULTIMATE BC++ & TC++ Library! (1 of 2) Major bug fix upgrade! If you had trouble with v1.0 then this version is for you! Text mode windows, menus, pushbuttons, checkboxes, mouse control, sound queues, graphics mode pushbut- tons,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:248763
    • 提供者:xivjie001
  1. ClientServer2

    0下载:
  2. Java code for implementing Client-Server. There are 5 clients and 5 servers with queues and threads for communication between each client and server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-15
    • 文件大小:15419
    • 提供者:Ruchi
  1. queue

    0下载:
  2. stack. queue. Data structure of stacks and queues. Some basic idea about data structure and array.-stack. queue. Data structure of stacks and queues. Some basic idea about data structure and array. dynamic , malloc
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:3674
    • 提供者:qinwen
  1. message

    0下载:
  2. 利用消息队列,建立服务器端和客户端,实现服务器和客户端的数据通信。-The use of message queues, the establishment of server and client, server and client to achieve the data communication.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-24
    • 文件大小:11701
    • 提供者:angel
  1. zmq-1.0.1.tar

    1下载:
  2. 短小但强大的消息队列,网站性能提升利器,架构必不可少-Short but powerful message queues, Web site performance tool, essential infrastructure
  3. 所属分类:Web Server

    • 发布日期:2015-09-22
    • 文件大小:1025024
    • 提供者:think
  1. 4qPolling4321

    0下载:
  2. network simulator that simulate scheduling packets through round robin strategy with 4 queues by polling 4 packets from Q1 and 3packets from Q2 and 2packets from Q3 and one packet from Q4.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:157776
    • 提供者:nada
  1. 4q1Priority3Polling211

    0下载:
  2. network simulatin that simulate round robin schedula strategy with priority route for the first queue. this simulator uses 4 queues.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:158840
    • 提供者:nada
  1. python_network_programming.pdf

    0下载:
  2. 讲解python网络编程的书籍 适合新手用来入门-This second edition of Foundations of Python Network Programming targets Python 2.5 through Python 2.7, the most popular production versions of the language. Python has made great strides since Apress released the first editi
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-24
    • 文件大小:8029293
    • 提供者:haha
  1. Message-Queue

    0下载:
  2. Message Queues implementation-Message Queues implementation
  3. 所属分类:Web Server

    • 发布日期:2017-04-04
    • 文件大小:1340
    • 提供者:MadHatter
  1. LAN-share-file-software

    0下载:
  2. 本软件为linux环境下对tcp/IP网络编程的课程设计。实现功能是:获取局域网内所有电脑的共享文件信息,并能从指定电脑多线程下载文件。并可以实现断点续传等功能。通过本课程设计熟悉了linux编程和网络编程,加深了对TCP/IP的了解。 主要工作:写了一个前台和用户交互的程序,写了一个后台和其他电脑通信的守护程序。前台负责发送命令到后台,并接收后台返回的信息。后台用消息队列和前台通信,并向远程客户端提供服务。用到主要编程技术有:多线程、多进程、消息队列、信号量、管道、FIFO、存储映射IO、
  3. 所属分类:Linux Network

    • 发布日期:2017-11-23
    • 文件大小:12991
    • 提供者:lewin
  1. bankathreadasocket

    0下载:
  2. 模拟银行开户,存取款,转账等的字符界面程序源码,采用linux消息队列在进程间通信,使用多进程,多线程技术,采用socket技术实现网络通信,最终实现多个客户端同时访问服务端。-Simulated bank account deposits and withdrawals, transfers and other characters interface program source, linux message queues, interprocess communication, the u
  3. 所属分类:Linux Network

    • 发布日期:2017-12-10
    • 文件大小:87393
    • 提供者:文兴亮
  1. studentManage1

    0下载:
  2. 服务器端(B)负责管理数据,客户端(A)用于发送对数据操作的命令。客户端通过消息队列给服务器发送操作命令,服务器端根据接受到的命令处理数据,并通过消息队列将处理结果发送给客户端,同时,把客户端需要得到的数据,通过共享内存传递给客户端。客户端根据处理结果从共享内存中获取数据。-A process A (client) to another process B (server-side) sent to find, add, delete, display command, process B pe
  3. 所属分类:Linux Network

    • 发布日期:2017-11-28
    • 文件大小:3287
    • 提供者:yingliang
  1. MultiThread-message-Commmunication

    0下载:
  2. 多进程间的通信,消息队列的形式,里面有很多个消息队列的例子。我收集的,用来开发。我的QQ 359559774-More inter-process communication, message queues form, there are many examples of a message queue. I have collected, to develop. My QQ 359559774
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:288532
    • 提供者:杨乐
  1. MyIM2012(java)

    0下载:
  2. 大量使用了各种Java Swing 控件,用到了多播广播,消息队列,XML等方法,对正在接触这一块的初学者朋友或许有点借鉴作用 -Extensive use of a variety of Java Swing control, use a multicast broadcast, message queues, XML and other methods, this one being contacted friends perhaps a bit of reference for beg
  3. 所属分类:P2P

    • 发布日期:2017-03-31
    • 文件大小:515101
    • 提供者:lin
  1. My_Ftp_Item_Ultimate

    0下载:
  2. LinuxC ftp服务器,数据结构哈希表,链表,进程间通信共享内存,消息队列等实现文件上传和下载,限制最大连接数。-Communication shared memory, message queues, etc. between LinuxC ftp file upload server, data structures hash tables, lists, and download process, limit the maximum number of connections.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:102551
    • 提供者:zhangkaijia
« 12 »
搜珍网 www.dssz.com