搜索资源列表

  1. www.cohoo.com.cn.socket

    0下载:
  2. 共四个演示。分别如下: 1:Sample    一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText    不用窗口子类化,而达到和发送自定义消息同样的效果。  3:SendFile    由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat    演示2和演示3使用的都是SendMessage
  3. 所属分类:通讯编程

    • 发布日期:2024-05-15
    • 文件大小:52224
    • 提供者:cohoo
  1. share_memory

    0下载:
  2. 共享内存原代码,VC++开发,开建立一内存块,读取修改数据-shared memory source, VC development, the establishment of an open block of memory, reading the revised data
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:3901440
    • 提供者:毛东
  1. 2006021801

    0下载:
  2. 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:52224
    • 提供者:毛东
  1. MapTest

    0下载:
  2. windows进程通讯的例子,共有三种模式: 共享内存,管道,SOCKET,可以给未接触过的人作为参考-windows example of the process of communication, there are three models : shared memory, pipes, SOCKET. it has not been exposed to people as a reference
  3. 所属分类:通讯编程

    • 发布日期:2024-05-15
    • 文件大小:74752
    • 提供者:111
  1. portable_shm.tar

    0下载:
  2. Linux共享内存share memory通信机制的内核实现,可以为内核线程间通信提供机制-Linux shared memory communication mechanism share memory kernel realized, kernel threads can provide the mechanism for communication
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:威尼
  1. synchronized

    0下载:
  2. 本pdf主要讲了几个在linux环境下利用共享内存进行进程同步的程序-the main speakers in a few linux environment using shared memory process synchronization procedures
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:92160
    • 提供者:叶人杰
  1. Csharedmemory

    0下载:
  2. 这是一个用来开发使用共享内存的源码 使用这个包装类可以方便的开发出基于共享内存的应用-This is a development to the use of shared memory to use this source category convenient packaging developed based on the sharing Application Memory
  3. 所属分类:文件操作

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:infinite8
  1. share_mem

    0下载:
  2. 一个基于HP机器的共享内存的实现, 很使用,大型系统,资料管理非常有用,只要将资料用sql语句配置好,装载共享内存即可,是一个已经在用的大型系统的共享内存程序,非常有价值.-an HP machines based on the achievement of shared memory, the use of very large systems, information management is very useful. As
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:39936
    • 提供者:young0401
  1. tercomm

    0下载:
  2. 进程间共享内存通讯,采用两对缓冲区收发数据。-processes shared memory communications, using two pairs of sending and receiving data buffer.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:442368
    • 提供者:zhang3f
  1. XWPE

    0下载:
  2. 这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,-This is the cut-off delivery of the package and small tools (used ws_32.dll hook and technology, shared memory. .) , SendUdp.dll which had want
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-15
    • 文件大小:389120
    • 提供者:song
  1. ACE-5.5.tar

    0下载:
  2. ACE自适配通信环境(ADAPTIVE Communication Environment)是可以自由使用、开放源码的面向对象(OO)框架(fr a mework),在其中实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可复用C++ Wrapper Facade(包装外观)和框架组件,可跨越多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-15
    • 文件大小:11247616
    • 提供者:everest
  1. shm_cache

    0下载:
  2. 朋友的作品,linux下的结构化共享内存,数据结构的设计比较巧妙,学习共享内存和数据结构可参考-friend works, linux under the structure of shared memory, data structures rather clever design. Learning shared memory and data structures can refer to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:江健
  1. SharedDll

    0下载:
  2. 这个程序是我尝试使用dll共享内存段的代码。当多个程序调用dll时,dll中会产生一块所有程序可以访问的内存块,可用于用于进程通信和控制。-this procedure is to try to use the shared memory of the dll code. When the number of procedures called dll, dll will have an all procedures can acces
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:75776
    • 提供者:姚秋林
  1. ShareMem1232

    0下载:
  2. 此程序是实现两个程序间通过共享内存进行数据交换-this procedure is endorsed by the two procedures shared memory data exchange
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:77824
    • 提供者:yuan
  1. vcfilemapping

    0下载:
  2. windows共享内存示例,演示了进程间共享内存的实现过程,通过测试和使用-windows shared memory example, demonstrated the process of shared memory between the realization process, testing and use
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:29696
    • 提供者:张玉
  1. ThreadRunnerV.1

    0下载:
  2. 这个例程及文档详细地介绍了VB6中的物件导向概念,还演示了比较高级的共享内存、多线程等示例,如果你的英语功底好、VB达到中级的话,这将是不可多得的好资料。 -the routines and documentation described in detail VB6 of object-oriented concepts, also demonstrated a relatively high share memory, multipl
  3. 所属分类:书籍源码

    • 发布日期:2024-05-15
    • 文件大小:824320
    • 提供者:kim
  1. libshd

    0下载:
  2. 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
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-15
    • 文件大小:54272
    • 提供者:yangthui
  1. pipedoc

    0下载:
  2. 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication
  3. 所属分类:软件工程

    • 发布日期:2024-05-15
    • 文件大小:6144
    • 提供者:王晓鹏
  1. 123add

    0下载:
  2. 共享内存设置和访问 -shared memory setup and the visit of shared memory setup and the visit of shared memory setup and the visit
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:
  1. RPG

    0下载:
  2. 用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题-using shared memory, lights, and Mutex realization process, the communication between threads, to simulate the three issues
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:李明
« 1 2 3 45 6 7 8 9 10 ... 44 »

源码中国 www.ymcn.org