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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(111)PPT文档 PPT(1)
 
本次搜索耗时 0.254 秒,为您找到相关结果约 112 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Reflection Is Not Contemplation

    •Recall ^^x reflects on x, [:y:] unreflects (splices) y; [:^^x:] is x •Large consensus on introspection query: contemplation is great •Fear and loathing about code generation • Expansion of existing introspection as: char c = '*';For Comparison: property Using The CodeReckons API consteval auto property(class_builder& b, type type, std::string name) -> void { auto member_name = identifier{("m_" + name).c_str()}; e_const(type))); append_method(b, identifier{("get_" + name).c_str()}, mp, [member_name](method_builder& b){ append_return(b, make_field_expr( make_deref_expr(make_this_expr(b)), member_name));
    0 码力 | 45 页 | 2.45 MB | 6 月前
    3
  • pdf文档 DEDUCING this PATTERNS

    Consider a builder pattern: Now, what if we want to make a specialized builder that knows how to do extra stuff? struct Builder { Builder& a() { /* ... */; return *this; } Builder& b() { /* . .. */; return *this; } }; Builder{}.a().b().a();MORE CRTP template class Builder { using Derived = conditional_t, Builder, D>; Derived& self() { return *s return self(); } }; struct Special : Builder { Special& c() { /* ... */; return *this; } Special& d() { /* ... */; return *this; } }; Builder{}.a().b().a(); Special{}.a().c().d().a();CURIOUSER
    0 码力 | 126 页 | 5.15 MB | 6 月前
    3
  • pdf文档 《深入浅出MFC》2/e

    sual C++ 之【Tool s/ Source Browse. . . 】菜单,出现以下对话框。在【I dent i f i er】字段 键入“CScri b*”,并在【Sel ect Query】清单中选择【Def i ni t i ons and Ref erences】: 于是激活Browser,列出所有名为CScri b* 之类别。选择其中的CScri bbl eApp,右框之中就会填 C++ 之【Tool s/ Source Browse. . . 】 菜单,出现对话框。在【I dent i f i er】字段键入”CObj ect ”,请注意我选择的【Sel ect Query】清 单项目是【Deri ved Cl asses and Members】。 于是获得CObj ect 的所有衍生类别。请注意【Funct i ons】栏是Vi rt ual ,【Dat a】栏是Al design and re-use of code by supplying building blocks and ways of combining them; the application builder designs a framework into which these common building blocks are fitted. An alternative, and sometimes
    0 码力 | 1009 页 | 11.08 MB | 1 年前
    3
  • pdf文档 Continuous Regression Testing for Safer and Faster Refactoring

    Testcase::serialize(const std::vector& testcases) { flatbuffers::FlatBufferBuilder builder; std::vector> messageBuffers; for (const auto& tc : testcases) push_back(fbs::CreateMessageBufferDirect(builder, &out)); } const auto& messages = fbs::CreateMessagesDirect(builder, &messageBuffers); builder.Finish(messages); const auto& ptr = builder.GetBufferPointer(); return return {ptr, ptr + builder.GetSize()}; }85 Aurora Innovation Data Submission Serializing Data Points std::vector Testcase::flatbuffers() const { /** ... */ std::vector>
    0 码力 | 85 页 | 11.66 MB | 6 月前
    3
  • pdf文档 Dependency Injection in C++

    Data structure ❑ Ungrouped dataBloomberg 72 Data structure/Parameter consolidation for DI class Builder { public: virtual void build(const Tick& tick) const { Data info = collector_.getData(tick, bid_ ask_; std::optional localBid_; std::optional localAsk_; }; class DBuilder : public Builder { public: virtual void build(const Tick& tick) const override { Data info = collector_.getData(tick YieldPair = OptionalPairT;Bloomberg 77 Data structure/Parameter consolidation for DI class Builder { public: virtual void build(const Tick& tick) const { Data info = collector_.getData(tick, bid_
    0 码力 | 106 页 | 1.76 MB | 6 月前
    3
  • pdf文档 Conan 1.20 Documentation

    the --packages/-p or --query/-q flags. --packages allows you to explicitly declare which package gets uploaded to the server by specifying the package ID. --query accepts a query parameter, e.g. arch=armv8 arch=armv8 and os=Linux, and only uploads binary packages which match this query. When using the --query flag, ensure that your query string is enclosed in quotes to make the parameter explicit to your shell For example, conan upload -q 'arch=x86_64 and os=Linux' ... is appropriate use of the --query flag. Now try again to read the information from the remote. We refer to it as remote, even if it
    0 码力 | 611 页 | 4.89 MB | 1 年前
    3
  • pdf文档 Conan 1.19 Documentation

    the --packages/-p or --query/-q flags. --packages allows you to explicitly declare which package gets uploaded to the server by specifying the package ID. --query accepts a query parameter, e.g. arch=armv8 arch=armv8 and os=Linux, and only uploads binary packages which match this query. When using the --query flag, ensure that your query string is enclosed in quotes to make the parameter explicit to your shell For example, conan upload -q 'arch=x86_64 and os=Linux' ... is appropriate use of the --query flag. Now try again to read the information from the remote. We refer to it as remote, even if it
    0 码力 | 609 页 | 4.88 MB | 1 年前
    3
  • pdf文档 Code generation for Vulkan Initialization

    elementsWHAT ARE MY PLANS? WHAT ARE MY PLANS? Simplify initialization using Builder classes The Builder class knows it’s pre-requisites Builder for target object create required predecessors Simplifying the generation generation of requirements Automate extension and device selection Builder object, selects extensions based on targeted objective.THANK YOU! THANK YOU! You can �nd this at: Victor Bogado Twitter: @bogado
    0 码力 | 13 页 | 963.32 KB | 6 月前
    3
  • pdf文档 Conan 1.25 Documentation

    the --packages/-p or --query/-q flags. --packages allows you to explicitly declare which package gets uploaded to the server by specifying the package ID. --query accepts a query parameter, e.g. arch=armv8 arch=armv8 and os=Linux, and only uploads binary packages which match this query. When using the --query flag, ensure that your query string is enclosed in quotes to make the parameter explicit to your shell For example, conan upload -q 'arch=x86_64 and os=Linux' ... is appropriate use of the --query flag. Now try again to read the information from the remote. We refer to it as remote, even if it
    0 码力 | 655 页 | 5.45 MB | 1 年前
    3
  • pdf文档 Conan 1.26 Documentation

    the --packages/-p or --query/-q flags. --packages allows you to explicitly declare which package gets uploaded to the server by specifying the package ID. --query accepts a query parameter, e.g. arch=armv8 arch=armv8 and os=Linux, and only uploads binary packages which match this query. When using the --query flag, ensure that your query string is enclosed in quotes to make the parameter explicit to your shell For example, conan upload -q 'arch=x86_64 and os=Linux' ... is appropriate use of the --query flag. Now try again to read the information from the remote. We refer to it as remote, even if it
    0 码力 | 669 页 | 5.51 MB | 1 年前
    3
共 112 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
ReflectionIsNotContemplationDEDUCINGthisPATTERNS深入深入浅出MFCContinuousRegressionTestingforSaferandFasterRefactoringDependencyInjectioninC++Conan1.20Documentation1.19CodegenerationVulkanInitialization1.251.26
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩