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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(145)PPT文档 PPT(4)
 
本次搜索耗时 0.135 秒,为您找到相关结果约 149 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 C++20: An (Almost) Complete Overview

     Immediate Functions – consteval  constinit  Class Enums and using Directive  Text Formatting  Math Constants  std::source_location  [[nodiscard(reason)]]  Bit Operations  Small Hearts: return "Hearts"; case Spades: return "Spades"; } }75 Text Formatting (std::format)  Currently, two ways to format text in C++:  I/O streams  Safe and extensible  Hard to read, hard of << insertion operators  Separation of format string and arguments  Easy to localize76 Text Formatting (std::format)  New in C++20: std::format()  Safe and extensible  Easy to read, no series
    0 码力 | 85 页 | 512.18 KB | 5 月前
    3
  • pdf文档 Improving Our Safety With a Quantities and Units Library

    point) – systems of quantities – systems of units – the affine space – highly adjustable text-output formatting – scalar, vector, and tensor quantities – natural units systems CppCon 2024: Improving point) – systems of quantities – systems of units – the affine space – highly adjustable text-output formatting – scalar, vector, and tensor quantities – natural units systems • Easy to extend CppCon creation helpers • Support for all ISQ quantities • Faster than lightspeed constants • Powerful text formatting • Much more ... CppCon 2024: Improving our safety with a quantities and units library and
    0 码力 | 207 页 | 6.93 MB | 5 月前
    3
  • pdf文档 Connecting User And Library Code

    global space works (https://godbolt.org/z/6PdebYn1K) (*) 5. https://fmt.dev/latest/api.html#formatting-user-defined-types7 Slides1. Namespaces ordering: https://godbolt.org/z/qvMcYn1Kd (if in both the 2. https://stackoverflow.com/questions/56795676/hidden-friends- declarations-and- definitions#:~:text=Hidden%20friends%20need%20to%20be,of%20the%2 0definition%20of%20class. 3. Example: Operator <<: https://godbolt
    0 码力 | 58 页 | 18.82 MB | 5 月前
    3
  • pdf文档 What's New in Visual Studio for C++ Developers

    padding of data members oInteractive VisualizationBoost your Productivity Image hover preview Text formatting optionsBoost your Productivity Case-preserving find and replace AI-Powered Rename SuggestionsAnnouncing
    0 码力 | 46 页 | 4.07 MB | 5 月前
    3
  • pdf文档 Conan 1.20 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . 283 14.21 How to capture package version from text or build files . . . . . . . . . . . . . . . . . . . . . . . . . 283 14.22 How to use Conan as other easily be registered in the [users] section, by defining a pair of login: password for each one. Plain text passwords are used at the moment, but as the server is on-premises (behind firewall), you just need means that expression will be evaluated as a version range. Otherwise, it will be understood as plain text, so requires = "Pkg/version@user/stable" always means to use the version version literally. There
    0 码力 | 611 页 | 4.89 MB | 1 年前
    3
  • pdf文档 Conan 1.19 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . 283 14.21 How to capture package version from text or build files . . . . . . . . . . . . . . . . . . . . . . . . . 283 14.22 How to use Conan as other easily be registered in the [users] section, by defining a pair of login: password for each one. Plain text passwords are used at the moment, but as the server is on-premises (behind firewall), you just need means that expression will be evaluated as a version range. Otherwise, it will be understood as plain text, so requires = "Pkg/version@user/stable" always means to use the version version literally. There
    0 码力 | 609 页 | 4.88 MB | 1 年前
    3
  • pdf文档 Conan 1.24 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . 295 15.22 How to capture package version from text or build files . . . . . . . . . . . . . . . . . . . . . . . . . 296 15.23 How to use Conan as other x) Conan will store a modified version of the conanfile.py with the values of the fields in plain text: import os from conans import ConanFile, CMake, tools class HelloConan(ConanFile): scm = { "type": easily be registered in the [users] section, by defining a pair of login: password for each one. Plain text passwords are used at the moment, but as the server is on-premises (behind firewall), you just need
    0 码力 | 647 页 | 5.31 MB | 1 年前
    3
  • pdf文档 Conan 1.25 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . 301 15.22 How to capture package version from text or build files . . . . . . . . . . . . . . . . . . . . . . . . . 302 15.23 How to use Conan as other x) Conan will store a modified version of the conanfile.py with the values of the fields in plain text: import os from conans import ConanFile, CMake, tools class HelloConan(ConanFile): scm = { "type": easily be registered in the [users] section, by defining a pair of login: password for each one. Plain text passwords are used at the moment, but as the server is on-premises (behind firewall), you just need
    0 码力 | 655 页 | 5.45 MB | 1 年前
    3
  • pdf文档 Conan 1.26 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . 305 15.22 How to capture package version from text or build files . . . . . . . . . . . . . . . . . . . . . . . . . 306 15.23 How to use Conan as other x) Conan will store a modified version of the conanfile.py with the values of the fields in plain text: import os from conans import ConanFile, CMake, tools class HelloConan(ConanFile): scm = { "type": easily be registered in the [users] section, by defining a pair of login: password for each one. Plain text passwords are used at the moment, but as the server is on-premises (behind firewall), you just need
    0 码力 | 669 页 | 5.51 MB | 1 年前
    3
  • pdf文档 Conan 1.22 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . 293 15.22 How to capture package version from text or build files . . . . . . . . . . . . . . . . . . . . . . . . . 293 15.23 How to use Conan as other x) Conan will store a modified version of the conanfile.py with the values of the fields in plain text: import os from conans import ConanFile, CMake, tools class HelloConan(ConanFile): scm = { "type": easily be registered in the [users] section, by defining a pair of login: password for each one. Plain text passwords are used at the moment, but as the server is on-premises (behind firewall), you just need
    0 码力 | 629 页 | 4.98 MB | 1 年前
    3
共 149 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 15
前往
页
相关搜索词
C++20AnAlmostCompleteOverviewImprovingOurSafetyWithQuantitiesandUnitsLibraryConnectingUserAndCodeWhatNewinVisualStudioforDevelopersConan1.20Documentation1.191.241.251.261.22
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩