积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(167)C++(167)Conan(74)

语言

全部英语(163)中文(简体)(4)

格式

全部PDF文档 PDF(161)PPT文档 PPT(6)
 
本次搜索耗时 0.151 秒,为您找到相关结果约 167 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 A (Short) Tour of C++ Modules

    object file 6 . 1 some header.h other header.h program other header.h other header.h Barrier→║ traditional librarylibrary.cpp source.cpp library.h other header.h declarations macros compiler defaults, commandline none translation unit files object file 6 . 2 discarded discarded some header.hsource.cpp translation unit object file export module library; library interface unit module Interface partition ✅ ✅ ❎ ✅ ✅ ✅ Implementation partition ✅ ❎ ✅ ❎ ✅ Private module fragment ✅ ✅ Header unit ✅ ✅ ✅ ✅ ✅ ✅ Defines interface contributes to interface implicitly imports interface part
    0 码力 | 62 页 | 4.20 MB | 5 月前
    3
  • pdf文档 C++ Exceptions for Smaller Firmware

    size() < p_thrown_size + sizeof(exception_header)) { std::terminate(); } return exception_storage.data() + sizeof(exception_header); } Exception Header (all the things the exception runtime needs register_t sp; register_t lr; register_t pc; }; Itanium C++ ABI: What is the Exception Header? struct exception_header { cortex_m_cpu cpu{}; std::type_info* type_info; destructor_t* destructor; cache_t { std::uint32_t state_and_rel_address; const index_entry_t* entry_ptr; } 110Exception Header (all the things the exception runtime needs to remember during unwinding) Thrown Object Returned
    0 码力 | 237 页 | 6.74 MB | 5 月前
    3
  • pdf文档 Implementing C++ Modules: Lessons Learned, Lessons Abandoned

    One Definition Rule is your friend – Named modules provide ODR guarantees, by design – Header files and header units require (expensive) incomplete ODR checks, and demand complete trust 4 (C) Dos Reis this principle ▪ Headers vs header units vs named modules ▪ Spectacular improvement in compile-time performance 23 (C) Dos Reis & DaCamara; CppCon 2021Headers vs header units vs named modules #include int main() { std::cout << "Hello, World!\n"; } (C) Dos Reis & DaCamara; CppCon 2021Headers vs header units vs named modules #include needed headers import needed headers import std #include “all_std
    0 码力 | 53 页 | 1.33 MB | 5 月前
    3
  • pdf文档 Is std::mdspan a Zero-overhead Abstraction? - Oleksandr Bakirov - CppCon

    LBB0_5: # in Loop: Header=BB0_2 Depth=1 inc r11 add r10, rax add r8, r9 add rdx, rcx cmp r11, rdi je .LBB0_6 .LBB0_2: # =>This Loop Header: Depth=1 test add r9, r8 add r10, rdx cmp r11, rax je .LBB0_6 .LBB0_2: # =>This Loop Header: Depth=1 test rcx, rcx je .LBB0_5 xor ebx, ebx .LBB0_4: # Parent Loop BB0_2 shl r8, 2 shl rdx, 2 xor r11d, r11d jmp .LBB0_2 .LBB0_5: # in Loop: Header=BB0_2 Depth=1 inc r11 I’ve got bad news 33First fix idea 34 void add_blas( size_t
    0 码力 | 75 页 | 1.04 MB | 5 月前
    3
  • pdf文档 Embracing an Adversarial Mindset for Cpp Security

    CLFS_LOG_BLOCK_HEADE start 0x00C0 CheckSum 0x0070 BASE_RECORD_HEADER Record[0] ... Record[n]CVE-2023-28252 Exploitation typedef struct _CLFS_LOG_BLOCK_HEADER { UCHAR MajorVersion; UCHAR MinorVersion; RecordOffsets[12]; ULONG SignaturesOffset; } CLFS_LOG_BLOCK_HEADER, *PCLFS_LOG_BLOCK_HEADER; Block Format 0x0000 CLFS_LOG_BLOCK_HEADER 0x0070 BASE_RECORD_HEADER Record[0] ... Record[n]CVE-2023-28252 Exploitation Exploitation typedef struct _CLFS_BASE_RECORD_HEADER { CLFS_METADATA_RECORD_HEADER hdrBaseRecord; CLFS_LOG_ID cidLog; ULONGLONG rgClientSymTbl[CLIENT_SYMTBL_SIZE]; ULONGLONG rgContainerSymT
    0 码力 | 92 页 | 3.67 MB | 5 月前
    3
  • pdf文档 Unraveling string_view: Basics, Benefits, and Best Practices

    > class basic_string_view; } It is present in header There are some common typedefs namespace std { typedef basic_string_view string_view; It is lightweight, does not allocate memory and holds only a pointer and length. 37 Defined in header added in C++20 template class span;span: In header. const vector& GetErrorCodes(); // In source file. const vector& GetErrorCodes() { static const vector s_error_codes{10, 30, 40}; return s_error_codes; } // In header. span
    0 码力 | 61 页 | 1.11 MB | 5 月前
    3
  • pdf文档 High-Performance Cross-Platform Architecture: C++20 Innovations

    illustrative example from a larger project • Project build issues • Inclusion of platform-specific header files • Concept hierarchies • Class and Function DesignOCP: The Open–Closed Principle in C++ • has its own header file to define the common definitions • The header file is responsible for including the platform-specific code • A series of preprocessor macros handles generating the header file name name to load • Example: INCLUDE_SIMD(Quat) becomes: ”Quat_SSE2.h”Header Inclusion Macros • #define INCLUDE_PLT(Feature, File) INCLUDE_BUILD_FILENAME(Feature, File) • #define INCLUDE_PLT_FEATURE(Feature)
    0 码力 | 75 页 | 581.83 KB | 5 月前
    3
  • pdf文档 C++ Modules: Getting Started Today

    compiled again for each translation unit — File: a.cpp #include header .hpp > // [...] — File: b.cpp #include header .hpp > // [...]10/50 Hello Modules! — File: module.cpp export module export void take_over_the_world () {} struct SecretMasterplan {} ;21/50 We’re not talking about Header Units22/50 If you want to know more... Daniela Engert - So you want to use C++ Modules... cross-platform my_executable PUBLIC ${ PROJECT_SOURCE_DIR }/ my_src.cpp ${ PROJECT_SOURCE_DIR }/inc/my_header1.hpp ${ PROJECT_SOURCE_DIR }/inc/my_header2.hpp ) target_include_directories ( my_executable PUBLIC ${ PROJECT_SOURCE_DIR
    0 码力 | 65 页 | 1.97 MB | 5 月前
    3
  • pdf文档 Conan 1.9 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181 13 Howtos 183 13.1 How to package header-only libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 183 13.2 How generated. By the way, “binary package” is in quotes because, strictly, it is not necessarily a binary. A header-only library, for example, will contain just the headers in the “binary package”. All the binary configuration. Static or shared library are not settings that apply to all packages. Some can be header only libraries while others packages can be just data, or package executables. Packages can contain
    0 码力 | 470 页 | 3.05 MB | 1 年前
    3
  • pdf文档 Conan 1.8 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179 13 Howtos 181 13.1 How to package header-only libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 181 13.2 How generated. By the way, “binary package” is in quotes because, strictly, it is not necessarily a binary. A header-only library, for example, will contain just the headers in the “binary package”. All the binary configuration. Static or shared library are not settings that apply to all packages. Some can be header only libraries while others packages can be just data, or package executables. Packages can contain
    0 码力 | 458 页 | 3.03 MB | 1 年前
    3
共 167 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 17
前往
页
相关搜索词
ShortTourofC++ModulesExceptionsforSmallerFirmwareImplementingLessonsLearnedAbandonedIsstdmdspanZerooverheadAbstractionOleksandrBakirovCppConEmbracinganAdversarialMindsetCppSecurityUnravelingstringviewBasicsBenefitsandBestPracticesHighPerformanceCrossPlatformArchitecture20InnovationsGettingStartedTodayConan1.9Documentation1.8
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩