积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(268)C++(173)Python(55)Julia(18)云计算&大数据(16)Conda(16)Django(13)数据库(12)TiDB(12)VirtualBox(11)

语言

全部英语(273)中文(简体)(18)中文(繁体)(12)日语(2)英语(2)西班牙语(1)韩语(1)葡萄牙语(1)

格式

全部PDF文档 PDF(289)其他文档 其他(11)PPT文档 PPT(9)DOC文档 DOC(3)
 
本次搜索耗时 0.096 秒,为您找到相关结果约 312 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • Julia
  • 云计算&大数据
  • Conda
  • Django
  • 数据库
  • TiDB
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 英语
  • 西班牙语
  • 韩语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 hazard pointer synchronous reclamation

    1 Basic Hazard Pointer Algorithm read pointer A from SRC remove A from SRC 1 5 4 Safe to use pointer A SRC A hazard pointer is a single-writer multi-reader pointer. set HP to A if SRC == A clear ACCESS If a hazard pointer points to an object before its removal, then the object will not be reclaimed as long as the hazard pointer remains unchanged unchanged. *A Hazard Pointer Synchronous Reclamation Beyond Concurrency TS2 – Maged Michael Protector Remover / Reclaimer Hazard pointers protect access to objects that may be removed concurrently. SAFE RECLAMATION
    0 码力 | 31 页 | 856.38 KB | 6 月前
    3
  • pdf文档 Back to Basics: Pointers

    language. In this talk, we will discuss the low level foundations of what a raw pointer is--a variable that stores an address. We will then see some examples of raw pointers for creating data structures leave understanding how we can use pointers in a safe manner through the standard library smart pointer abstractions. 4 The abstract that you read and enticed you to join me is here!Code for the talk and more on: www.mshah.io 6One of my fondest programming memories was... 7... when I used a pointer correctly on the first try 8 ● And maybe as a C or C++ programmer you have a similar memory or
    0 码力 | 152 页 | 5.61 MB | 6 月前
    3
  • pdf文档 Comprehensive Rust(English) 202412

    have widths as follows: • iN, uN, and fN are N bits wide, • isize and usize are the width of a pointer, • char is 32 bits wide, • bool is 8 bits wide. There are a few syntaxes which are not shown above: to encode the discriminant (the ”niche optimization”). For example, Option<&u8> stores either a pointer to an integer or NULL for the None variant. – You can control the discriminant if needed (e.g., Explore Rust has several optimizations it can employ to make enums take up less space. • Null pointer optimization: For some types, Rust guarantees that size_of::() equals size_of::>().
    0 码力 | 382 页 | 1.00 MB | 10 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.40 Programming Guide and Reference

    service process, each managed object reference is simply a small data structure, containing a COM pointer to the “real” COM object, the web session ID and the object ID. This structure is allocated on creation VirtualBox version dependent header file name and makes sure the global variable g_pVBoxFuncs contains a pointer to the structure which contains the helper function pointers. Here’s how to initialize the C API: library, handles errors * (producing an error message hinting what went wrong) and gives you * the pointer to the function table (g_pVBoxFuncs). * * Once you get the function table, then how and which functions
    0 码力 | 422 页 | 2.45 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 5.2.12 Programming Guide and Reference

    service process, each managed object reference is simply a small data structure, containing a COM pointer to the “real” COM object, the web session ID and the object ID. This structure is allocated on creation VirtualBox version dependent header file name and makes sure the global variable g_pVBoxFuncs contains a pointer to the structure which contains the helper function pointers. Here’s how to initialize the C API: library, handles errors * (producing an error message hinting what went wrong) and gives you * the pointer to the function table (g_pVBoxFuncs). * * Once you get the function table, then how and which functions
    0 码力 | 421 页 | 2.43 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.1.40 Programming Guide and Reference

    service process, each managed object reference is simply a small data structure, containing a COM pointer to the “real” COM object, the web session ID and the object ID. This structure is allocated on creation VBoxXPCOMC.so and the only one needed to make virtualbox * work with C. This functions gives you the pointer to the * function table (g_pVBoxFuncs). * * Once you get the function table, then how and which functions with an extra indirection due to accessing the vtable and passing a pointer to the object as the first argument to serve as the this pointer. Using the C binding, all method invocations return a numeric result
    0 码力 | 306 页 | 1.92 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.36 Programming Guide and Reference

    service process, each managed object reference is simply a small data structure, containing a COM pointer to the “real” COM object, the web session ID and the object ID. This structure is allocated on creation VirtualBox version dependent header file name and makes sure the global variable g_pVBoxFuncs contains a pointer to the structure which contains the helper function pointers. Here’s how to initialize the C API: library, handles errors * (producing an error message hinting what went wrong) and gives you * the pointer to the function table (g_pVBoxFuncs). * * Once you get the function table, then how and which functions
    0 码力 | 376 页 | 1.99 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.3.12 Programming Guide and Reference

    service process, each managed object reference is simply a small data structure, containing a COM pointer to the “real” COM object, the web session ID and the object ID. This structure is allocated on creation VirtualBox version dependent header file name and makes sure the global variable g_pVBoxFuncs contains a pointer to the structure which contains the helper function pointers. Here’s how to initialize the C API: library, handles errors * (producing an error message hinting what went wrong) and gives you * the pointer to the function table (g_pVBoxFuncs). * * Once you get the function table, then how and which functions
    0 码力 | 376 页 | 2.24 MB | 6 月前
    3
  • pdf文档 Oracle VM VirtualBox 4.2.32 Programming Guide and Reference

    service process, each managed object reference is simply a small data structure, containing a COM pointer to the “real” COM object, the web session ID and the object ID. This structure is allocated on creation VBoxXPCOMC.so and the only one needed to make virtualbox * work with C. This functions gives you the pointer to the * function table (g_pVBoxFuncs). * * Once you get the function table, then how and which functions with an extra indirection due to accessing the vtable and passing a pointer to the object as the first argument to serve as the this pointer. Using the C binding, all method invocations return a numeric result
    0 码力 | 339 页 | 2.07 MB | 6 月前
    3
  • pdf文档 Comprehensive Rust(Persian ) 202412

    � � � � (. • � � � � � � � � � � � � � dyn Pet & � � � � � � � � ” � � � � � � � � � � ” ) fat pointer ( � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � : � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � � inline � � � � pointer indirection � � � � � � � � � � � � � � � � � � � � � � � � � � � � Box � � � � � � � � � � : 126 � � � vector � � � � � � � � � � � � � ) fat pointers ( � � � � � : – � � � � � � � � � � ) fat pointer ( � � � � � � � � � � � � � � � � � � � � � � � � . � � � � � � � � � � � � � � � � � � � � � : �
    0 码力 | 393 页 | 987.97 KB | 10 月前
    3
共 312 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 32
前往
页
相关搜索词
hazardpointersynchronousreclamationBacktoBasicsPointersComprehensiveRustEnglish202412OracleVMVirtualBox5.240ProgrammingGuideandReference124.14.3364.232Persian
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩