基本信息
源码名称:共享内存例子
源码大小:10.32M
文件格式:.7z
开发语言:C/C++
更新时间:2022-02-13
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

共享内存例子

test_1_31工程是共享内存写,test_1_31项目是共享内存读

.
├── test_1_31
│   ├── Debug
│   │   ├── test_1_31.exe
│   │   ├── test_1_31.ilk
│   │   └── test_1_31.pdb
│   ├── ipch
│   │   └── test_1_31-1f17b811
│   │       └── test_1_31-4f4095df.ipch
│   ├── test_1_31
│   │   ├── Debug
│   │   │   ├── stdafx.obj
│   │   │   ├── test_1_31.Build.CppClean.log
│   │   │   ├── test_1_31.log
│   │   │   ├── test_1_31.obj
│   │   │   ├── test_1_31.pch
│   │   │   ├── test_1_31.tlog
│   │   │   │   ├── CL.read.1.tlog
│   │   │   │   ├── CL.write.1.tlog
│   │   │   │   ├── cl.command.1.tlog
│   │   │   │   ├── link.command.1.tlog
│   │   │   │   ├── link.read.1.tlog
│   │   │   │   ├── link.write.1.tlog
│   │   │   │   └── test_1_31.lastbuildstate
│   │   │   ├── vc120.idb
│   │   │   └── vc120.pdb
│   │   ├── ReadMe.txt
│   │   ├── ipc.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── targetver.h
│   │   ├── test_1_31.c
│   │   ├── test_1_31.vcxproj
│   │   └── test_1_31.vcxproj.filters
│   ├── test_1_31.sdf
│   ├── test_1_31.sln
│   └── test_1_31.v12.suo
├── test_1_31a
│   ├── Debug
│   │   ├── test_1_31a.exe
│   │   ├── test_1_31a.ilk
│   │   └── test_1_31a.pdb
│   ├── ipch
│   │   └── test_1_31a-c874af54
│   │       └── test_1_31a-3aca3980.ipch
│   ├── test_1_31a
│   │   ├── Debug
│   │   │   ├── stdafx.obj
│   │   │   ├── test_1_31a.Build.CppClean.log
│   │   │   ├── test_1_31a.log
│   │   │   ├── test_1_31a.obj
│   │   │   ├── test_1_31a.pch
│   │   │   ├── test_1_31a.tlog
│   │   │   │   ├── CL.read.1.tlog
│   │   │   │   ├── CL.write.1.tlog
│   │   │   │   ├── cl.command.1.tlog
│   │   │   │   ├── link.command.1.tlog
│   │   │   │   ├── link.read.1.tlog
│   │   │   │   ├── link.write.1.tlog
│   │   │   │   └── test_1_31a.lastbuildstate
│   │   │   ├── vc120.idb
│   │   │   └── vc120.pdb
│   │   ├── ReadMe.txt
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── targetver.h
│   │   ├── test_1_31a.c
│   │   ├── test_1_31a.vcxproj
│   │   └── test_1_31a.vcxproj.filters
│   ├── test_1_31a.opensdf
│   ├── test_1_31a.sln
│   └── test_1_31a.v12.suo
└── 共享内存例子.7z

14 directories, 58 files