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

搜索资源列表

  1. ShareMemorySample_BCB

    0下载:
  2. bcb版本内存共享演示程序。精心制作,非常好用。分为服务端和客户端两个程序,方便灵活。-bcb memory shared sample.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:30453
    • 提供者:YangBo
  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. shm

    0下载:
  2. 这个是本人写的linux中内存共享的c代码,可以实现,非常具有参考价值-I wrote this is a shared memory in linux c code, you can achieve a very valuable reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:17950
    • 提供者:熊熊
  1. DLLMemShare

    0下载:
  2. VC写的内存共享功能,并封装为动态库,供大家学习-memory share dll,writed by vc,for you to learn.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:4538171
    • 提供者:刘东
  1. SharedMemory

    0下载:
  2. 学习MFC内存共享的很好例程,大家可以共同学习进步-MFC memory sharing good learning routines, we can work together to learn and progress
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-02
    • 文件大小:14184398
    • 提供者:dongyou
  1. Memory-sharing

    0下载:
  2. 内存共享实例,方便大家学习使用,简单实例,大大的实用-Memory sharing,You can learn more knowledge about memory sharing.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:344813
    • 提供者:
  1. Data-transfer-between-programs

    0下载:
  2. 通过参数传递实现在两个程序间互传数据,不涉及内存共享等。-Passed as an argument between the two programs to achieve mutual transfer data
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:201114
    • 提供者:every day
  1. neicun-gongxiang

    0下载:
  2. 内存共享,包括服务器方应用和客户端方应用-Memory sharing, including the server side and client side applications application
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:97578
    • 提供者:金宇
  1. shareMem

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

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

    1下载:
  2. linux系统编程学习源码包,管道,进程,信号,信号量,内存共享,套接字,消息队列等学习包;线程池的使用,目录负责源码等;-Linux system programming learning source package, piping, process, signal, semaphores, and Shared memory, sockets, learning packages such as message queue The use of thread pool and direct
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:171625
    • 提供者:hgzll
  1. dx_app

    0下载:
  2. 教学实验程序相关,是用来进程通信,内存共享原子操作等-e teaching experiment program is related to the process of communication, memory sharing atomic operation, etc.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:71706
    • 提供者:王晓磊
  1. DLL_creating_using_in_Delphi

    0下载:
  2. 动态链接库是一个能够被应用程序和其它的DLL调用的过程和函数的集合体,它里面包含的是公共代码或资源。由于DLL代码使用了内存共享技术,在某些地方windows也给了DLL一些更高的权限,因而DLL中可以实现一些一般程序所不能实现的功能,如实现windows的HOOK、ISAPI等。同时,DLL还为不同语言间代码共享提供了一条方便的途径。因而DLL在编程时应用较为广泛,本文将介绍如何在 Delphi 中建立和使用DLL。-As DLL is widely used in programming,
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:7307
    • 提供者:f21duchen
  1. Memory_Share

    0下载:
  2. 内存共享代码C++不同程序间数据传输,管道功能-Memory share function
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1889
    • 提供者:xod31062jiayu
  1. WRShare

    0下载:
  2. IPC 内存共享,实现多个进程间通讯,本例程包含读写两个进程,测试通过-The IPC memory sharing, communicating between multiple processes, read and write this routine includes two processes, test pass
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:4604553
    • 提供者:张毅
  1. WIN32-syn-memshare

    0下载:
  2. IPC 内存共享,实现多个进程间通讯,同时包含进程同步,本例程包含读写两个进程,测试通过-The IPC memory sharing, communicating between multiple processes, contain process synchronization at the same time, read and write this routine includes two processes, the test pass
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:41707
    • 提供者:张毅
  1. memeryshare_test

    0下载:
  2. 内存共享测试程序,供学习交流.不同进程间的内存数据共享-Shared memory test procedures for the exchange of learning
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:790199
    • 提供者:wtl
  1. ShareMem

    0下载:
  2. 通过内存映射对象实现程序和进程间的内存共享。-Implement programs and memory sharing between processes through a memory-mapped object.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:21964
    • 提供者:yf9025
  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
    • 提供者:白三
  1. SHARE_MEMORY_TEST

    0下载:
  2. 该共享内存测试程序,可以实现进程间共享内存通讯,可以用来修改使用。(The shared memory test program, you can achieve inter-process shared memory communication.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:23063552
    • 提供者:daluozi
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 35 »
搜珍网 www.dssz.com