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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(226)PPT文档 PPT(2)TXT文档 TXT(1)
 
本次搜索耗时 0.015 秒,为您找到相关结果约 229 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back To Basics: The Rule of Five

    Agenda ● Background ● Core Guidelines ● What is the Rule of Five ● Compiler provided functions ● What is the Rule of Zero 3Copyright © 2023 Andre Kostur C++ is a net> C++ Core Guidelines 6Copyright © 2023 Andre Kostur Guideline C.21 is “The Rule of Five” 7Copyright © 2023 Andre Kostur Simple String 8Copyright © 2023 Andre nullptr; return *this; } // … char * data_; }; 19Copyright © 2023 Andre Kostur The Rule of Five C.21: “If you define or =delete any copy, move, or destructor function, define or =delete
    0 码力 | 42 页 | 623.10 KB | 5 月前
    3
  • pdf文档 cppcon 2021 safety guidelines for C parallel and concurrency

    Technical Specification ● MISRA C++ and AUTOSAR ● Chair of Standards Council Canada TC22/SC32 Electrical and electronic components (SOTIF) ● Chair of UL4600 Object Tracking ● RISC-V Datacenter/Cloud Computing 0 75 33 69% These are the 2 most important guidelines today C++ CG: Meta + automated checkable rule • Follow Bjarne’s talk on type+resource Safety on C++ CG • Aim for bug free code with high performance google.com/document/d/14E0BYqsH_d7fMKvXvaZWoNWtIC65c YBw0aZp4dlev0Q/edit#heading=h.yt0hxah53p9e Rule decidability • Human review • Generally simple rules • Code snippets • Basic syntax matches intention
    0 码力 | 52 页 | 3.14 MB | 5 月前
    3
  • pdf文档 Heterogeneous Modern C++ with SYCL 2020

    Technical Specification ● MISRA C++ and AUTOSAR ● Chair of Standards Council Canada TC22/SC32 Electrical and electronic components (SOTIF) ● Chair of UL4600 Object Tracking ● RISC-V Datacenter/Cloud } C>(); ● __SYCL_DEVICE_ONLY__ ○ Can violate the C++ One Define Rule (ODR) ○ static_assert only fires on the host ○ What is the value of that template parameter } C>(); ● __SYCL_DEVICE_ONLY__ ○ Can violate the C++ One Define Rule (ODR) ○ static_assert only fires on the host ○ What is the value of that template parameter
    0 码力 | 114 页 | 7.94 MB | 5 月前
    3
  • pdf文档 A (Short) Tour of C++ Modules

    - CppCon 2021 Modules demystified and applied A (SHORT) TOUR OF C++ MODULES 2ABOUT ME Electrical engineer Build computers and create software for 40 years Develop hardware and software in the // must not "expose" TU-local 'bar()'! 1 2 3 4 5 6 7 8 31 . 7FROM HEADER TO MODULE A reality check 32USAGE SCENARIOS 1. Use {fmt} in traditional way by #including the required {fmt} headers 2. As
    0 码力 | 62 页 | 4.20 MB | 5 月前
    3
  • pdf文档 C++ Exceptions for Smaller Firmware

    voltage20 Consider the output pin Microcontroller Pin resistor HIGH = ~3.3V time voltage electrical currentclass output_pin { public: virtual ~output_pin() = default; virtual void level(bool statusstatus toggle_led(output_pin& p_pin, milliseconds p_delay) { SJ_CHECK(p_pin.level(true)); delay(p_delay / 2); SJ_CHECK(p_pin.level(false)); delay(p_delay / 2); return success(); } SJ_CHECK(pin1.level()) << 1 | SJ_CHECK(pin1.level()); auto const voltage = SJ_CHECK(v_sense[device_select].read());MACROs were OK, but noisy 44 std::uint8_t const device_select = SJ_CHECK(pin1
    0 码力 | 237 页 | 6.74 MB | 5 月前
    3
  • pdf文档 Things Happening in SG14

    at Paws of Britannia with your favorite search engine • I used to write software for industrial electrical breakers and military flight simulators • CAE Electronics Ltd, IREQ • Full-time professor since at Paws of Britannia with your favorite search engine • I used to write software for industrial electrical breakers and military flight simulators • CAE Electronics Ltd, IREQ • Full-time professor since
    0 码力 | 148 页 | 1009.97 KB | 5 月前
    3
  • pdf文档 Performance Engineering: Being Friendly to Your Hardware

    R0 B0 B1 B2 B3 BG3 • Multiple bank groups for a rank • A rank is just a CS line from the electrical domain perspective • It is part of addressing scheme tooR1 Memory 36 B0 B1 B2 B3 BG0 B0 R0 B0 B1 B2 B3 BG3 • Multiple bank groups for a rank • A rank is just a CS line from the electrical domain perspective • It is part of addressing scheme too • Multiple ranks physically equal
    0 码力 | 111 页 | 2.23 MB | 5 月前
    3
  • pdf文档 C++ in the Developing World, Why it Matters

    Country is “Rich” Older Hardware • As TIME has progressed, Techology has improved to make SMALLER electrical components. • Meaning that it takes LESS POWER To do the SAME tasks as before. 2• It may also
    0 码力 | 8 页 | 177.52 KB | 5 月前
    3
  • pdf文档 Robotics at Compile-Time: Optimizing Robotics Algorithms with C++'s Compile-Time Features

    BOTRobotics Hardware Development • Requirements known well ahead of time • Mechanical and electrical designs are locked-in years in advance • Production robots probably won’t grow limbs or
    0 码力 | 45 页 | 20.73 MB | 5 月前
    3
  • pdf文档 Back to Basics Unit Testing

    3Learning Unit Testing CppCon 2015: T. Winters & H. Wright “All Your Tests are Terrible..." 4Rule 0 Write unit tests 5Part 0: Basics of the Basics Unit testing is the act of testing the correctness #include "math.hpp" TEST_CASE("Absolute value tests"){ CHECK( abs( 5) == 5); CHECK( abs(-5) == 5); } 1 2 3 4 5 6 7 A test case tests one "thing" about the CUT All #include "math.hpp" TEST_CASE("Absolute value tests"){ CHECK( abs( 5) == 5); CHECK( abs(-5) == 5); } 1 2 3 4 5 6 7 auto abs(int x) -> int { if (x >= 0) return x;
    0 码力 | 109 页 | 4.13 MB | 5 月前
    3
共 229 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 23
前往
页
相关搜索词
BackToBasicsTheRuleofFivecppcon2021safetyguidelinesforparallelandconcurrencyHeterogeneousModernC++withSYCL2020ShortTourModulesExceptionsSmallerFirmwareThingsHappeninginSG14PerformanceEngineeringBeingFriendlytoYourHardwaretheDevelopingWorldWhyitMattersRoboticsatCompileTimeOptimizingAlgorithmsFeaturesUnitTesting
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩