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

搜索资源列表

  1. share_memory

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

    • 发布日期:2008-10-13
    • 文件大小:34521
    • 提供者:毛东
  1. CDynamicDialogWithoutTemplate

    0下载:
  2. Visual c++例子,可不使用常规的对话框资源模板的情况下,动态创建对话框的方法。该方法可以在运行时在内存中直接建立对话框资源,使用起来更为灵活。适用于多个开发项目共享有界面的公用程序模块的情况,也适用于编写需要显示大量对话框或对话框风格随着用户输入不断变化的应用程序。-Visual c example, but the use of conventional resources of the dialog template circumstances, Dynamic creation o
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:41674
    • 提供者:gwq
  1. sharememory

    0下载:
  2. 建立共享内存,定义了变电站中数据结构,成功编译生成*.dll文件
  3. 所属分类:系统编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:6811
    • 提供者:古月
  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. multiline

    0下载:
  2. 建立一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步-Set up a project, the main thread is responsible for user interaction, provide a button on the interface through which users set up a new thread to handle complex calc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:241640
    • 提供者:黄昕
  1. SharedMemoryEx

    0下载:
  2. 用于C#的共享内存映射代码,可在不同进程间交换数据,或用于建立共享内存-For the C# code of the shared memory mapping, you can exchange data between different processes, or for the establishment of shared memory
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2701
    • 提供者:hzgzh
  1. Fund7MultiThread

    0下载:
  2. 一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步。-A project, the main thread is responsible for user interaction, provide a button interface through which users create a new thread to handle complex calculations. Multi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:77788
    • 提供者:张一辰
  1. mmap

    0下载:
  2. UNIX提供了程序共享内存的机制,Linux内核从2.0开始也加入了这一功能。mmap(memory map)函数用于建立一段内存,使之能够被多个程序读写。它创建一个指向一段内存区域的指针并将其与特定的文件内容关联。-UNIX provides a mechanism for sharing memory, Linux kernel 2.0 from the beginning of this feature is also added. mmap (memory map) for the e
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:1058
    • 提供者:sbyygyfd
  1. mtc

    0下载:
  2. 灭天的JSP远程管理程序 v1.2,整个程序就一个JSP文件,但是程序还是有特点的,比如跨平台,只要共享80端口,就可以用它来管理远程管理;客户端无论安装任何插件。   远程连接建立成功后,这个程序 可以完成文件的增、删、改名等以及打包下载;可以使用Win下的"命令提示符"终端命令进行服务器重启等操作;可以远程桌面、查看运行的程序的状态,并终止已停止响应的程序、启动、停止或重启部分服务、查看CPU、内存、OS版本-fssdfsdfsdfsdfsdfsdfdsfdsfdsf
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:15428
    • 提供者:allen
  1. 86204968

    0下载:
  2. 利用建立共享内存实现进程通信,是最快的一种方法-The use of shared memory to achieve the process of establishing communication, is the fastest way
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:8413
    • 提供者:星海
  1. 1

    0下载:
  2. 一个FORK()调用的实验。通过建立共享内存区来实现进程之间的通信。父进程获取Fibonacci数列长度后,创建子进程来计算,待子进程完成后,父进程输出结果-A FORK () call experiment. Through the establishment of shared memory areas to achieve communication between the process. Parent process for the length of Fibonacci sequen
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:725
    • 提供者:caomin
  1. memory_use

    0下载:
  2. 享内存函数简单应与建立共享内存的进程没有同步关系,如果进程建立共享内存后,在退出前不调用shmctl-mem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:527
    • 提供者:ly
  1. fota.tar

    1下载:
  2. 基于android2.2的fota功能。 升 级 整 个 流 程 概 述 : 从 用 户 点 击 APK , 然 后 上 层 将 命 令 写 入 recovery/command,然后 kernel 检测到信号重启,将开机原因写入共享内存, 开机进入 appboot 检测到 arm9 传递过来的开机原因,然后进入 recovery 模式, 执行 sbin/recovery。进入 install_package 函数,然后建立管道执行升级包解 析出来的脚本, cache 分
  3. 所属分类:android开发

    • 发布日期:2013-11-09
    • 文件大小:55418
    • 提供者:1111
  1. duoxiancheng

    0下载:
  2. 建立一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步。-The establishment of a project, provide a button in the main thread is responsible for user interaction, interface, through which users establish a new thread to hand
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-25
    • 文件大小:221705
    • 提供者:cxzgo
  1. process

    0下载:
  2. 实现进程间的通信,通信方式为共享内存和消息传递。本程序建立的是win32项目,p1为父进程,p2为子进程.-the program implements the communication between two processes.the way to communicate are shared memory and message.The code can run in win32 applocation.p1 is the parent process and p2 is the sub
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:3160
    • 提供者:luo
  1. IPC问题

    0下载:
  2. 设有二元自然数变量函数 ,其中 请编程建立3个并发协作进程或线程,它们分别完成计算 、 和 。 实验步骤: (1)首先要创建三个线程(或进程),分别执行函数 、 和 计算; (2)线程(或进程)之间的通信可以选择下述机制之一进行:  管道(无名管道或命名管道)  消息队列  共享内存 (3)通过适当的函数调用创建上述IPC对象,通过调用适当的函数调用实现数据的读出与写入; (4)需要考虑线程(或进程)间的同步; (5)线程(或进程)运行结束,通过适当的系统
  3. 所属分类:系统编程

    • 发布日期:2015-01-03
    • 文件大小:1362
    • 提供者:the_wind
  1. 86204968

    0下载:
  2. 利用建立共享内存实现进程通信,是最快的一种方法-The use of shared memory to achieve the process of establishing communication, is the fastest way
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:8455
    • 提供者:p6osg
  1. SharedMemoryEx

    0下载:
  2. 用于C#的共享内存映射代码,可在不同进程间交换数据,或用于建立共享内存-For the C# code of the shared memory mapping, you can exchange data between different processes, or for the establishment of shared memory
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3460
    • 提供者:yyece9797lil
  1. 86204968

    0下载:
  2. 利用建立共享内存实现进程通信,是最快的一种方法-The use of shared memory to achieve the process of establishing communication, is the fastest way
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:8706
    • 提供者:a9sizhan
« 12 »
搜珍网 www.dssz.com