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

搜索资源列表

  1. InterComm

    0下载:
  2. 我的一段关于Linux/Unix下重复服务器,消息队列,信号量,共享内存综合使用的代码.-on Linux / Unix server duplication, Message Queue, semaphores, shared memory integrated use of the code.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2357
    • 提供者:danis2008
  1. share_memory

    0下载:
  2. Linux网络编程。通过建立共享内存,并往里写,往外读数据。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:6811
    • 提供者:古月
  1. Ethernet

    0下载:
  2. 模拟Ethernet帧的发送过程 父进程创建两个子进程和一个共享内存 这个共享内存模拟介质总线 这个两个进程分别从这个内存发送信并进行冲突检测
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1450
    • 提供者:wu
  1. share-consumer

    0下载:
  2. 信号量实现对生产者和消费者的共享内存的控制
  3. 所属分类:Internet/网络编程

    • 发布日期:2014-01-17
    • 文件大小:1363
    • 提供者:一飞
  1. 200811014323652

    0下载:
  2. 自行封装的一个lib库,以动态连接库的方式提供支持,包含以下一些类: SH_Object libSH的基类 SH_String String类 SH_Array 数据结构Array类 SH_Stack 数据结构Stack类 SH_Queue 数据结构Queue类 SH_List 数据结构List类 SH_Hash 数据结构Hash类 SH_Tree 数据结构Tree(AVL)类 SH_Lock 互斥Lock类 SH_Serial 串口类 SH_Sock
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:58590
    • 提供者:dsf
  1. UDPEcho

    0下载:
  2. 一个UDP echo服务器 用来把客户端发来的数据返回给客户端,同时可以用共享内存的方式由另一个进程得到信息
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:1987
    • 提供者:lht
  1. memcached-1.2.5

    0下载:
  2. 局域网中内存共享的服务端源码,通过udp方式实现,希望大家有用
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:218585
    • 提供者:fengjuan
  1. wput.rar

    0下载:
  2. 利用共享内存做的FTP文件发送 可同时发送附件到5个FTP服务器,直接运行通过,ftp send 5 encode in the same time!
  3. 所属分类:Ftp Client

    • 发布日期:2017-03-29
    • 文件大小:176913
    • 提供者:jason_zhao
  1. ChatServer

    0下载:
  2. Linux c语言多进程多用户聊天程序 使用多进程与多线程合作 使用共享内存V进行交换信息 可谓Linux网络套接字编程学习之良品-Linux c multi-process multi-user chat server
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:5943
    • 提供者:hydra
  1. Hook

    0下载:
  2. JJ斗地主封包的截获与解密函数,使用勾子,消息,内存共享.-JJ Landlords packet interception and decryption function, using the hook, the message, the memory sharing.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-23
    • 文件大小:2050
    • 提供者:hjf
  1. source

    0下载:
  2. 动态数据交换DDE客户机/服务器应用 DDE作为一种基本机制,在许多应用程序中仍得到普遍支持,作为应用程序间(本地、远程)通信的一种方式,是建立在Windows内部消息系统、全局和共享内存基础上的一种协议,用来协调Windows应用程序之间的数据交换和命令调用。该实例,服务器端有两个数据项,一个是输入的字符串,一个是定时增加的整数,运行两次后,两个实例可建立DDE连接。-Dynamic Data Exchange DDE client/server applications, as a
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-08
    • 文件大小:35974
    • 提供者:kitty
  1. example

    0下载:
  2. 利用共享内存实现多线程间通信。 主线程派生子线程后即处于休眠状态,等待子线程结束时发出结束信号唤醒。在被唤醒后,主线程向屏幕输出结束信息! 线程A向共享内存中写入A~Z的大写字母。 线程B通过共享内存接收这些字母,并将其保存到/test.dat文件中。 注意线程之间的同步互斥! -Using shared memory communication between multi-threading. Derived from sub-thread after main thread
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:1966
    • 提供者:王锡栋
  1. DtvDebugTool

    0下载:
  2. 用VC写的一个软件调试工具,可以接受要调试的工程的打印内容(共享内存的方式),同时可以发送调试命令给调试的工程(使用Socket)-VC Writing with a software debugging tools, you can debug the projects want to accept the print content (the way of shared memory), at the same time can send debug commands to debug th
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-17
    • 文件大小:4495265
    • 提供者:Jok.Qu
  1. NET_DATAACCESS

    0下载:
  2. 数据通讯技术中,关键的内存共享技术实现,高度封装,可以直接使用-YOU CAN USE IT directory,DLL all
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:39295
    • 提供者:高先生
  1. jbhfb

    0下载:
  2. 很久没写与工作无关的代码了。这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,所以就-Not related to work for a long time I did not write the code. This is a cut-off packages and contracting of small tools (used ws_32.dll and hook techniques,
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-27
    • 文件大小:281821
    • 提供者:aileen42003
  1. LoopQue

    0下载:
  2. 使用队列实现环形缓冲区的设计,将算法实现和内存分配分开设计,适用于进程间内存共享等的情况-Queue to the design of the ring buffer, to separate design, algorithm and memory allocation for inter-process shared memory
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:252203
    • 提供者:SinfulMan
  1. MultiThread-share-message-file

    0下载:
  2. 多进程间的通信,共享内存共享文件的形式,里面有很多个共享内存共享文件的例子。我收集的,用来开发。我的QQ 359559774-More inter-process communication, shared memory in the form of file sharing, there are a number of examples of shared memory shared files. I have collected, to develop. My QQ 359559774
  3. 所属分类:Linux Network

    • 发布日期:2017-05-09
    • 文件大小:1735145
    • 提供者:杨乐
  1. 3-MFC-Classes-for-memory-share!

    0下载:
  2. MFC共享内存方法及其封装类,本地计算机、进程间通信的一种有效的方法。提供了多种内存共享封装类,并进行了测试,可以直接使用,接口非常清晰!功能也很强大。并提供了文档说明!-MFC shared memory approach and its wrapper class, the local computer, interprocess communication is an effective approach. Provides a variety of shared memory wrapp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:72169
    • 提供者:xuan
  1. shareMem

    0下载:
  2. 在unix环境中内存共享,款进程、线程访问内存数据-unix share mem,how to access share mem
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:2732
    • 提供者:herich
  1. cqcqphper-taskPHP-master

    0下载:
  2. taskPHP基于原生态php开发的定时计划任务框架,利用多进程实现任务的分配和运行,利用原生态php内存共享实现进程间通信,支持linux和windows。-TaskPHP based on the original ecological php development timetable task framework, the use of multi-process tasks to achieve the allocation and operation, the use of the
  3. 所属分类:Web Server

    • 发布日期:2017-12-12
    • 文件大小:66281
    • 提供者:白三
« 12 3 4 »
搜珍网 www.dssz.com