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

无数据

分类

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

语言

全部英语(155)中文(简体)(1)

格式

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

    Calling Functions A Tutorial Klaus Iglberger, CppCon 2020 klaus.iglberger@gmx.de2 Klaus Iglberger C++ Trainer since 2016 Author of the C++ math library (Co-)Organizer of the Munich Dispatch Deleting FunctionsDisclaimer 5 This talk does … … focus on the basic mechanics of calling functions; … point out the surprising details; … give further references whenever necessary.
    0 码力 | 111 页 | 5.11 MB | 6 月前
    3
  • pdf文档 Template Metaprogramming: Type Traits

    existing language features • Their use is not enforced by the language • Their use is dictated by convention 11Metafunctions • A metafunction is not a function but a class/struct • Metafunctions are not existing language features • Their use is not enforced by the language • Their use is dictated by convention • C++ community has created common "standard" conventions 11Metafunctions 12Metafunctions 12Metafunctions • Technically, a class with zero+ template parameters and zero+ return types and values • Convention is that a metafunction should return one thing, like a regular function 12Metafunctions • Technically
    0 码力 | 403 页 | 5.30 MB | 6 月前
    3
  • pdf文档 Quantifying Accidental Complexity: An empirical look at teaching and using C++

    Complexity: An empirical look at teaching and using C++ Herb Sutter 9/21/2020 13 27 in X x Calling convention X if cheap to copy, else X* Caller arguments Initialized object (l- or rvalue) Callee empirical look at teaching and using C++ Herb Sutter 9/21/2020 14 29 in X x inout X x Calling convention X if cheap to copy, else X* X* Caller arguments Initialized object (l- or rvalue) empirical look at teaching and using C++ Herb Sutter 9/21/2020 15 31 in X x inout X x out X x Calling convention X if cheap to copy, else X* X* X* Caller arguments Initialized object (l- or rvalue)
    0 码力 | 36 页 | 2.68 MB | 6 月前
    3
  • pdf文档 Is std::mdspan a Zero-overhead Abstraction? - Oleksandr Bakirov - CppCon

    then call the add function on assignment. 58Microsoft x64 calling convention “The x64 ABI uses a four-register fast-call calling convention by default. … Integer arguments are passed in registers RCX https://learn.microsoft.com/en-us/cpp/build/x64-calling-convention 59Microsoft x64 calling convention “The x64 ABI uses a four-register fast-call calling convention by default. … Integer arguments are passed or 8 bytes, must be passed by reference.” https://learn.microsoft.com/en-us/cpp/build/x64-calling-convention It looks like Microsoft just doesn’t like high-level abstractions. 60extents$ = 8 dst$ =
    0 码力 | 75 页 | 1.04 MB | 6 月前
    3
  • pdf文档 Constructing Generic Algorithms

    OPTION 1 Do as the standard does. Generally the standard follows convention: Do as the standard does. Generally the standard follows convention: 66 . 1PARAMETER ORDERING: OPTION 1 PARAMETER ORDERING: OPTION OPTION 1 Do as the standard does. Generally the standard follows convention: Do as the standard does. Generally the standard follows convention: 1. ExecutionPolicy comes first (if applicable) 66 . 1PARAMETER OPTION 1 Do as the standard does. Generally the standard follows convention: Do as the standard does. Generally the standard follows convention: 1. ExecutionPolicy comes first (if applicable) 2. first, last
    0 码力 | 145 页 | 8.44 MB | 6 月前
    3
  • pdf文档 Conan 1.9 Documentation

    to /bin. The rest of the libraries should be found in the /lib folder, however, this is just a convention, and different layouts are possible. Install the requirements (from the mytimer/build folder) it will build “Hello” from the sources. • Builds and launches the example consuming application, calling the test_package/conanfile.py build() and test() methods respectively. 34 Chapter 5. Creating Packages don’t want to call conan create. This method will keep your build cache if you are using an IDE or calling locally to the conan build command. 5.4.1 Packaging Pre-built Binaries Running the build() method
    0 码力 | 470 页 | 3.05 MB | 1 年前
    3
  • pdf文档 Conan 1.8 Documentation

    to /bin. The rest of the libraries should be found in the /lib folder, however, this is just a convention, and different layouts are possible. Install the requirements (from the mytimer/build folder) it will build “Hello” from the sources. • Builds and launches the example consuming application, calling the test_package/conanfile.py build() and test() methods respectively. 34 Chapter 5. Creating Packages don’t want to call conan create. This method will keep your build cache if you are using an IDE or calling locally to the conan build command. 5.4.1 Packaging Pre-built Binaries Running the build() method
    0 码力 | 458 页 | 3.03 MB | 1 年前
    3
  • pdf文档 Conan 1.7 Documentation

    to /bin. The rest of the libraries should be found in the /lib folder, however, this is just a convention, and different layouts are possible. Install the requirements (from the mytimer/build folder) it will build “Hello” from the sources. • Builds and launches the example consuming application, calling the test_package/conanfile.py build() and test() methods respectively. Using Conan commands, the don’t want to call conan create. This method will keep your build cache if you are using an IDE or calling locally to the conan build command. 5.4.1 Packaging Pre-built Binaries Running the build() method
    0 码力 | 433 页 | 2.95 MB | 1 年前
    3
  • pdf文档 The Surprising Costs of Void

    call f(arg) in some manner156 Note that __stdcall marker. It non-portably describes a non-C calling convention, which influences how arguments are passed to the function157 Notice that f almost has the but it uses the default (C language) calling convention158159 This does not compile; the function pointer passed to launch has an incorrect calling convention. Technically, if the compiler let us do
    0 码力 | 189 页 | 60.10 MB | 6 月前
    3
  • pdf文档 Conan 1.3 Documentation

    are copied in /bin the rest of the libraries should be found in the /lib folder. But it’s just a convention, different layouts are possible. Install the requirements (from the mytimer/build folder), and that it will build “Hello” from sources. • Build and launch the example consuming application, calling the test_package/conanfile.py build() and test() methods respectively. Using conan commands, the Generating the package PROJECT: Package folder C:\Users\conan\example_conan_flow\tmp\package PROJECT: Calling package() PROJECT package(): Copied 1 '.h' files: hello.h PROJECT package(): Copied 2 '.lib' files:
    0 码力 | 397 页 | 2.77 MB | 1 年前
    3
共 156 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 16
前往
页
相关搜索词
CallingFunctionsTutorialTemplateMetaprogrammingTypeTraitsQuantifyingAccidentalComplexityAnempiricallookatteachingandusingC++IsstdmdspanZerooverheadAbstractionOleksandrBakirovCppConConstructingGenericAlgorithmsConan1.9Documentation1.81.7TheSurprisingCostsofVoid1.3
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩