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

搜索资源列表

  1. code

    0下载:
  2. linux 应用程序的编写,如共享内存,管道的读写,信号,定时等基本的应用程序编写-linux application preparation, such as shared memory, read and write pipes, signals, timing and other basic application programming
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:4064
    • 提供者:yongzheng
  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. Memory_Share

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

    • 发布日期:2017-04-13
    • 文件大小:1550
    • 提供者:小江
  1. memorryshare

    0下载:
  2. VXworks下的内存共享程序,比较基本的,容易扩充和理解-VXworks shared memory under the program, more basic, easy to expand and understand the
  3. 所属分类:VxWorks

    • 发布日期:2017-04-10
    • 文件大小:1001
    • 提供者:吴家文
  1. ShareMemTest

    0下载:
  2. 源自VCKBASE上的一个awzzz提供的共享内存封装类,感觉挺实用的。 在使用的过程中,感觉有点不合自己的使用习惯,于是修改了一下拿出来与大家共享,欢迎批评指正。-From VCKBASE provided on a shared memory package awzzz class, feeling very practical. In the use of the process, feel a bit substandard own habits, then modify the l
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:29012
    • 提供者:白痴
  1. memoryshare

    0下载:
  2. 多进程内存共享。包括内存的读写。 多进程内存共享。包括内存的读写。-Multi-process memory sharing. Including memory read and write.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:183525
    • 提供者:
  1. FileMap

    0下载:
  2. 内存共享,进程间通过内存共享的方式进行通信-memoryshare
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:113817
    • 提供者:songziquan
  1. shm

    0下载:
  2. linux下实现对共享内存的操作等等,对posix提供的接口进行封装-achieved under linux operating on shared memory, etc., to provide the interface to the package posix
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1936
    • 提供者:qingtian
  1. JournalHook

    0下载:
  2. Delphi 键盘记录钩子的简单编写,先创建内存共享,再安装Dll钩子,挂钩在Keyboard上,这样可以记录所有程序的键盘事件。-Delphi keylogger hook simple preparation, first create a memory to share, and then install the Dll hook, hook in the Keyboard, so that the program can record all keyboard events.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:431257
    • 提供者:王文亮
  1. MapMemory

    0下载:
  2. VB通过共享内存,共享数据. 可读可写.-none
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7191
    • 提供者:严明
  1. ch03_codes

    0下载:
  2. Windows应用程序捆绑核心编程配套光盘 第三章。内存共享。-Windows applications supporting CD-ROM bundled with the core programming chapter. Memory sharing.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-16
    • 文件大小:24200213
    • 提供者:沈浪
  1. memcached-1.4.5.tar

    0下载:
  2. memcached是一个高性能的分布式的内存对象缓存系统,通过在内存里维护一个统一的巨大的hash表,它能够用来存储各种格式的数据,包括图像、视频、文件以及数据库检索的结果等。最初为了加速 LiveJournal 访问速度而开发的,后来被很多大型的网站采用。起初作者编写它可能是为了提高动态网页应用,为了减轻数据库检索的压力,来做的这个缓存系统。它的缓存是一种分布式的,也就是可以允许不同主机上的多个用户同时访问这个缓存系统, 这种方法不仅解决了共享内存只能是单机的弊端, 同时也解决了数据库检索的压
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:302516
    • 提供者:zhangsan
  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. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:7163
    • 提供者:wangboct100729
  1. shm

    0下载:
  2. linux共享内存读写实例,麻雀虽小,五脏俱全!-linux shared memory using example
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1510
    • 提供者:howema
  1. share

    0下载:
  2. 使用内存共享在进程间通信的例子 先运行主控,在查看菜单下点写数据,输入数据1 数据2 运行服务端, 点确定, 得到数据1 数据2 和数据1,2之和-Use of shared memory communication between processes running the first example of the master, in the View menu, point to write data, input data 1 data 2 to run the server, poin
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-24
    • 文件大小:3798976
    • 提供者:qiuming
  1. PubShareMemUnit

    0下载:
  2. delphi下实现的一个全局共享内存组件
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1734
    • 提供者:fanghui
  1. test

    0下载:
  2. 生成不同id的函数,在多个进程并发调用这些函数时,生成不重复的id,分别用数据库、文件锁、共享内存的方式实现。-Different id generation function of the process of concurrent calls in a number of these functions, the generation of non-repetition of the id, respectively, the database, file locks, shared mem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2357
    • 提供者:李抒昌
  1. Linuxmemory

    0下载:
  2. Linux环境进程间通信共享内存,共享内存可以说是最有用的进程间通信方式,也是最快的IPC形式。两个不同进程A、B共享内存的意思是,同一块物理内存被映射到进程A、B各自的进程地址空间。进程A可以即时看到进程B对共享内存中数据的更新,反之亦然。由于多个进程共享同一块内存区域,必然需要某种同步机制,互斥锁和信号量都可以。-Memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:182624
    • 提供者:nihao
  1. Operating-System

    0下载:
  2. 这是我在研究生助教期间花了很大心血做的Linux操作系统的课件,范围包括GCC使用 Shell脚本基础 Linux进程、线程、信号、信号量、消息队列以内存共享以及文件系统等方面的知识。-This is my graduate student teaching assistants spent a lot of effort to do during the Linux operating system, courseware, covering the GCC based on Linux us
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:4052496
    • 提供者:罗棚
  1. ShareMemory

    0下载:
  2. 内存共享的使用事例,欢迎大家使用!内存共享的使用事例,欢迎大家使用!-The use of shared memory case, welcome to use!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-26
    • 文件大小:8941038
    • 提供者:hj
« 1 2 3 4 5 67 8 9 10 11 ... 35 »
搜珍网 www.dssz.com