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

无数据

分类

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

语言

全部英语(314)中文(简体)(11)中文(繁体)(1)英语(1)

格式

全部PDF文档 PDF(313)PPT文档 PPT(14)
 
本次搜索耗时 0.014 秒,为您找到相关结果约 327 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • ppt文档 A Crash Course in Calendars, Dates, Time, and Time Zones

    Agenda  Compile-Time Rational Numbers  Durations  Clocks  Time Points  Dates  Time Zones 4 Agenda  Compile-Time Rational Numbers  Durations  Clocks  Time Points  Dates Dates  Time Zones5 Compile-Time Rational Numbers  Defined in  Work with rational numbers at compile time  Always normalized representation  Needed for durations in the library6 library6 Compile-Time Rational Numbers  Define a rational number: using r1 = ratio<1, 60>; // Represents 1/60  Retrieve numerator and denominator intmax_t num { r1::num }; intmax_t den { r1::den };
    0 码力 | 43 页 | 551.60 KB | 5 月前
    3
  • pdf文档 Compile-Time Validation

    More Tests Production Detecting errors early in the development pipeline reduces costs, saves time, minimizes risk, and improves efficiency.Error Reporting - Goals Error messages should be clear, risks if used improperlyCompile-time Validation CompilerMech Suit or Swim? Choose between safety and flexibilityMech Suit that Swims Safety and flexibility at the same time Source: Gurren LaganRuntime report_error(error); } }Runtime Error Reporting Runtime error reporting can be used with compile-time error detection void foo(){ constexpr auto error = detect_error(); if constexpr (error) {
    0 码力 | 137 页 | 1.70 MB | 5 月前
    3
  • pdf文档 Expressive Compile-time Parsers

    in game jams. • Enjoy experimenting, exploring, and trying new things in C++.Dive Into Compile-Time Parsers Libraries Use Cases Implementation Techniques Reflection Language Evolution API Design overloading • Domain specific languages • Open source compile-time libraries • API • Design • Implementation details • Using compile-time parsers • Reflection • Examples: functions, types, treesParser parser("SELECT id, name WHERE age > 42"); std::vector result = func(cats);Example – Compile Time Parsers std::vector cats = { /*...*/ }; constexpr auto parser = create_parser(); constexpr
    0 码力 | 134 页 | 1.73 MB | 5 月前
    3
  • pdf文档 Robotics at Compile-Time: Optimizing Robotics Algorithms with C++'s Compile-Time Features

    Stephen Brawner, Robottimo Robotics at Compile Time Optimizing Robotics Algorithms with c++’s Compile-Time FeaturesAbout me • Robotics Software Consultant based in Portland, OR • Chief Roboticist types of robots • Parses robot description from a plain-text file format • Requires lots of run-time decisions • Generally maintained by a corporate entity • ROS and ROS 2 ecosystem (Open Robotics/ platforms in mind • Generally required for real-time controls• video of FLX BOTRobotics Hardware Development • Requirements known well ahead of time • Mechanical and electrical designs are locked-in
    0 码力 | 45 页 | 20.73 MB | 5 月前
    3
  • pdf文档 Just-In-Time Compilation: The Next Big Thing

    CPPCON / 16TH SEPTEMBER 2020 CPPCON / 16TH SEPTEMBER 2020 JUST-IN-TIME COMPILATION: JUST-IN-TIME COMPILATION: THE NEXT BIG THING? THE NEXT BIG THING? BEN DEANE & KRIS JUSIAK - BEN DEANE & KRIS JUSIAK 3 . 2WHAT IS JITTING? WHAT IS JITTING? INSTEAD OF AHEAD-OF-TIME (AOT), AKA "THE NORM": IT'S LIKE THE APPLICATION INSTEAD OF AHEAD-OF-TIME (AOT), AKA "THE NORM": IT'S LIKE THE APPLICATION (/LIBRARY) IS 3 . 2WHAT IS JITTING? WHAT IS JITTING? INSTEAD OF AHEAD-OF-TIME (AOT), AKA "THE NORM": IT'S LIKE THE APPLICATION INSTEAD OF AHEAD-OF-TIME (AOT), AKA "THE NORM": IT'S LIKE THE APPLICATION (/LIBRARY) IS
    0 码力 | 222 页 | 5.45 MB | 5 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    Just-in-Time Compilation A lecture on the last 60 years JF Bastien Software architect @jfbastien Presented at CppCon 2020. Just-in-Time compilers... we've all heard of them! What are they really want them, are they actually a good idea, and how do they fit in with C++ since we all use Ahead-of-Time compilers? In this talk I'll tell you about C++ AoT compiler, JiTs for dynamic language, JiTs for compilers. I'll illustrate how our view of compilers is really monolithic, and how compilers through time, and still today, are actually a continuum.Papers in this talk github.com/jfbastien/jit-talk CppCon
    0 码力 | 111 页 | 3.98 MB | 5 月前
    3
  • pdf文档 Compile-Time Compression and Resource Generation with C++20

    1/ Introduction Explore how C++20's constexper features can: Generate data from code at compile-time Be used to construct: Lookup Tables Con�guration Fuses Compressed Strings USB Descriptors 2 . 1/ building compile-time libraries 2 . 2/ constexpr in Brief Speci�es a variable or function CAN appear in a constant expression Constant expressions can be evaluated at compile-time eg: Array size non-type produce a compile-time constant Implies constexpr 4/ constinit Speci�es a variable has static initialization constant initialised (from a constant expression) computed at compile-time, and stored in
    0 码力 | 59 页 | 1.86 MB | 5 月前
    3
  • ppt文档 Visualize Time Enabled Data using ArcGIS Qt (C++) and Toolkit

    Gela Malek Pour gmalekpour@esri.com Visualize Time Enabled Data using ArcGIS Qt (C++) and ToolkitAbout Esri • We build mapping technology that our customers use to solve the world’s most complex challenges around the worldPurpose of this talk • Showcase a quick way to create a desktop app to visualize time enabled data • Setup the development environment using Esri templates • Use the ArcGIS toolkit to feature layer that include hurricane data as features • Each feature has a specific start time and end time in the feature table • We will use these start and end date values to draw and clear features
    0 码力 | 10 页 | 734.09 KB | 5 月前
    3
  • pdf文档 Testing Compile-time Constructs Within a Runtime Unit Testing Framework

    AI, Inc. Errors have a high cost, so rigorous testing is a must We use increasingly more compile-time polymorphism and checks Question: how to test if something is compilable in a rigorous way? We use std::enable_if_t< std::is_floating_point_v>© 2021 Apex.AI, Inc. Code has a tendency to evolve with time template< class T, class = std::enable_if_t>> T get_half_of(T smth) return smth / T{2}; } image: Flaticon.com© 2021 Apex.AI, Inc. Code has a tendency to evolve with time template< class T, class = std::enable_if_t>> T get_half_of(T smth)
    0 码力 | 50 页 | 1.37 MB | 5 月前
    3
  • pdf文档 Real-Time Circuit Simulation With Wave Digital Filters in C++

    a wave digital voltage source, resistor, and capacitor, all connected with a series adaptor. Real-Time Circuit Simulation with Wave Digital Filters in C++ Author: Jatin Chowdhury Affiliation: Chowdhury simulations of analog circuits as part of their sound-processing algorithms. Given that audio effects are typically required to run in “real-time”, traditional circuit modelling softwares (e.g. LTSpice) allowing the user to quickly and easily construct circuit simulations that are suitable for real-time applications. Wave Digital Filters Wave Variables Wave Digital Filters (WDFs) use “wave variables”
    0 码力 | 1 页 | 5.09 MB | 5 月前
    3
共 327 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 33
前往
页
相关搜索词
CrashCourseinCalendarsDatesTimeandZonesCompileValidationExpressivetimeParsersRoboticsatOptimizingAlgorithmswithC++FeaturesJustInCompilationTheNextBigThingBastienCppCon2020CompressionResourceGeneration20VisualizeEnabledDatausingArcGISQtToolkitTestingConstructsWithinRuntimeUnitFrameworkRealCircuitSimulationWithWaveDigitalFilters
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩