码迷,mamicode.com
首页 >  
搜索关键字:shared    ( 3257个结果
Method and apparatus for verification of coherence for shared cache components in a system verification environment
A method and apparatus for verification of coherence for shared cache components in a system verification environment are provided. With the method an...
分类:移动开发   时间:2014-10-04 01:44:35    阅读次数:400
Method and apparatus for verification of coherence for shared cache components in a system verification environment
A method and apparatus for verification of coherence for shared cache components in a system verification environment are provided. With the method an...
分类:移动开发   时间:2014-10-04 01:39:25    阅读次数:492
在动态网络下实现分布式共享存储
在动态网络下实现分布式共享存储http://cacm.acm.org/magazines/2014/6/175173-implementing-distributed-shared-memory-for-dynamic-networks译者序 共享内存系统是普通单机程序开发者熟悉的开发范式,通过简单...
分类:其他好文   时间:2014-10-03 14:06:44    阅读次数:291
c++序列化方法
暂时使用boost 序列化, 目前我的测试基本都ok 只是对于c++11 shared ptr 没有测试成功,只能手工写下shared ptr 部分的序列化,也就是目前我对指针都不直接序列化,自己管理,例如下面样子 Load_(modelFile); //model直接序列化 string norm...
分类:编程语言   时间:2014-10-01 18:32:51    阅读次数:217
aapt: error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64
前阵子在ubuntu上搭载安卓的开发环境(Eclipse+Sdk+Adt),搭载是完成了,但是却出现了该问题:aapt: error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64该问题还导致了创...
分类:编程语言   时间:2014-10-01 02:40:40    阅读次数:289
Boost源码学习---weak_ptr.hpp
weak_ptr是辅助shared_ptr的智能指针。就像它的名字一样,是个“弱”指针;仅有几个接口,仅能完成很少工作,来辅助shared_ptr...
分类:其他好文   时间:2014-09-29 22:38:41    阅读次数:196
C++之shared_ptr总结
C++关于shared_ptr的总结。里面有一份简单的源码实现,有助于理解shared_ptr的实际原理。希望对大家有帮助。也欢迎批评指正。...
分类:编程语言   时间:2014-09-29 10:55:30    阅读次数:188
虚拟Linux 访问win7共享目录方法
虚拟机访问win7的共享目录 首先安装增强功能,这个不用多说 再者选择菜单中的设备->共享文件夹,设置为固定分配和自动挂载 在终端敲入命令df:发现有自己创建共享的目录 然后执行如下命令(相当重要): mount -t vboxsf shareLinux /mnt/shared...
分类:Windows程序   时间:2014-09-29 03:41:36    阅读次数:256
如何选择Html.RenderPartial和Html.RenderAction
Html.RenderPartial与Html.RenderAction这两个方法都是用来在界面上嵌入用户控件的。 Html.RenderPartial是直接将用户控件嵌入到界面上:或注意:用第一种方法时,用户控件必须放在调用者同一目录下,也可以放在View/Shared中。Html.RenderA...
分类:Web程序   时间:2014-09-29 00:11:36    阅读次数:256
error: ‘shared_ptr’ in namespace ‘std’ does not name a type
用G++编译项目的时候发生标题上的错误,原因是,这是c++ 11标准的。在给g++传递命令行的时候加上-std=c++0x就行了。还需要在源码中#include我的cmakelists里面要这样改: set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x...
分类:其他好文   时间:2014-09-28 12:49:32    阅读次数:1526
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!