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

搜索资源列表

  1. SNAILS4

    0下载:
  2. 多线程、内存共享编程。有五只蜗牛赛跑哦。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:50583
    • 提供者:潘玲
  1. Api Hook和封包拦截技术

    0下载:
  2. const WM_UNSUBCLASS = WM_USER + 2001 //卸载子类化消息 WM_SENDDATA = WM_USER + 2003 //收到要发送新数据包的消息 type PMyDLLVar = ^TMyDLLVar //用来共享的内存数据结构 TMyDLLVar = record SubClass: Boolean //是否已经子类化 HookWindow, SpyWindow: LongWORD //要安装HOOK的窗口及用于接收消息的窗口 hHook: LongWORD
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:199137
    • 提供者:黄春标
  1. 最新IE7 0DAY攻击代码(08年12月10日)

    0下载:
  2. 鉴于此漏洞的危险性,作为美国微软在国内的安全服务提供商,我们已第一时间发布公告并且分析出漏洞细节,并提交给美国微软相关部门,这里不再公布具体细节。 知道安全团队(KnownSec team)于近期捕获利用IE7一个内存越界的漏洞进行攻击的恶意代码。此漏洞于11月在小范围内泄露,于12月9日前后才完全出售流通在黑色产业,并且有人赶制出网马生成器,相信会在短期内十分流行。   由于该漏洞在我们监控系统最初捕获时我们团队没有很详细地分析,以为是已经被修补的漏洞,并且在网络上发现了很多网
  3. 所属分类:弱点检测代码

    • 发布日期:2008-12-10
    • 文件大小:2418
    • 提供者:Simonz
  1. SharedMemmoryQueue.zip

    0下载:
  2. 这是一个通过共享堆内存实现的进程间通讯库.通过共享堆内存和实践驱动来支持多进程之间的通信.,This library supports inter process communication via shared memory access and event notification mechanism.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:53003
    • 提供者:hegallis
  1. process

    1下载:
  2. 多进程通信,采用postmessage和内存共享的方式在两个不同程序中通信-Multi-process communication, shared memory using postmessage and the way in two different programs in communication
  3. 所属分类:进程与线程

    • 发布日期:2014-01-25
    • 文件大小:3763672
    • 提供者:stuy_1001191
  1. ProcessServer.rar

    0下载:
  2. 本程序用于处理两个进程之间的数据共享问题。通过使用内存映像文件实现进程间的数据共享。,This procedure for the treatment of data between two processes sharing. Through the use of the memory image file to achieve the process of data sharing.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1254
    • 提供者:朱科
  1. DELPHI_two_exe_sharemem.rar

    0下载:
  2. 两个EXE文件之间通过内存共享数据,可以用于注册机,键盘密码记录等学习用。,Between the two EXE files to share data through memory, can be used to Zhuceji records to learn the keyboard with a password.
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:359110
    • 提供者:彭龙辉
  1. TestMap

    0下载:
  2. 内存共享实例程序,可以测试使用。大家可以-share test
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4663428
    • 提供者:zctest
  1. BufferProgram

    0下载:
  2. 循环缓冲区好处是:使共享资源的线程的等待时间减到最小,并使他们的平均操作速度相同。 注意:循环缓冲区不适合于生产者和消费者持续以不同的速度进行操作的情况。 缓冲区太小,这样会使线程等待更多的时间。 缓冲区太大,这样会浪费内存。 -Circular buffer benefits are: to make a thread of shared resources to minimize the waiting time, make them the same as the a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:2167
    • 提供者:代码人
  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. IME

    0下载:
  2. 本软件采用VC++5.0编写而成,但VC++4.1以上的版本应该都行,如果不行,不妨把imm目录下的文件拷到VC相应的目录下。另外需要说明的是输入法程序实际上是一个动态连接库,即feepy.ime是一个动态连接库,所以你创建项目时,要用动态连接库格式,并把生成的库文件改成freepy.ime. 另外,本程序的词库是一个动态链表,是由内存映射文件实现动态内存共享的,对动态内存共享感兴趣的朋友可以参考。(注:此程序非本人亲手所写,只是珍藏好久,拿出来和大家分享)-This softwar
  3. 所属分类:IME Develop

    • 发布日期:2017-03-27
    • 文件大小:548773
    • 提供者:王祥云
  1. PipeCommunication

    0下载:
  2. linux的多进程通信,使用管道实现了多个父子进程间的消息传递及其内存共享-linux for multi-process communication, the use of pipes to achieve a number of inter-process messaging father and son and memory sharing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:971
    • 提供者:陈sean
  1. c

    0下载:
  2. 在linux下可以实现内存的共享。 在linux下可以实现内存的共享。-In linux can be achieved under the shared memory. In linux can be achieved under the shared memory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1149
    • 提供者:hgtc
  1. 10to2

    0下载:
  2. 一种特殊的方法将十进制转化为二进制,利用union的变量是共享一块内存转化。-A special method to decimal into binary, the use of union of the variables are transformed to share a memory.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:7968
    • 提供者:马龙
  1. share(linux)

    1下载:
  2. 这是一个在linux平台上进行内存共享的例子,例子比较短,通俗易懂,是初学者学习的好例子-This is a linux platform to share examples of memory, for example, relatively short, easy to understand, is a good example for beginners to learn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:50800
    • 提供者:leezhihui
  1. CommunicationBetweenProcesses

    0下载:
  2. vc++进程间通信的一个例子,采用两种方式实现进程间通信.一个是发送共享消息,一个是内存映射文件.可直接执行.因为没有其他的内容,初学者可采取修改对比法进行学习,迅速掌握其中的原理.-vc++ process communication An example of two way communication process. One is sent to share the news, one is memory-mapped file. can be directly executed. b
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-15
    • 文件大小:57136
    • 提供者:潘宾
  1. 081212WatchRat

    0下载:
  2. 内存共享的实例,希望对大家有帮助。谢谢 通过FILEMAPPING实现-Examples of shared memory, and they hope to help everyone. Thank you, through the realization of FILEMAPPING
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:819316
    • 提供者:
  1. cqwz

    0下载:
  2. 内存共享的实例,希望对大家有帮助。谢谢 通过FILEMAPPING实现-Examples of shared memory, and they hope to help everyone. Thank you, through the realization of FILEMAPPING
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:533530
    • 提供者:
  1. C_C++pointer

    0下载:
  2. 指针是C和C++语言编程中最重要的概念之一,也是最容易产生困惑并导致程序出错的问题之一。利用指针编程可以表示各种数据结构, 通过指针可使用主调函数和被调函数之间共享变量或数据结构,便于实现双向数据通讯;并能像汇编语言一样处理内存地址,从而编出精练而高效的程序。指针极大地丰富了C和C++语言的功能。-Pointer is a C and C++ Language programming in the concept of one of the most important and most eas
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:201756
    • 提供者:tubo
  1. interprocess_src

    0下载:
  2. 用于分布式系统中的各个进程交互的内存资源共享-Interprocess communication is an important part of many distributed systems. Many libraries, such as Boost, give mechanisms for interprocess communication. Such a concept, as shared memory is one of the fastest mechanisms of da
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:9786
    • 提供者:qk
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 »
搜珍网 www.dssz.com