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

无数据

分类

全部后端开发(1207)Java(306)Python(288)综合其他(271)Spring(248)C++(224)云计算&大数据(216)Weblate(200)数据库(137)VirtualBox(113)

语言

全部英语(1664)中文(简体)(241)中文(繁体)(21)英语(6)西班牙语(3)日语(3)韩语(3)法语(2)葡萄牙语(2)

格式

全部PDF文档 PDF(1499)其他文档 其他(439)PPT文档 PPT(12)TXT文档 TXT(6)
 
本次搜索耗时 0.021 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Java
  • Python
  • 综合其他
  • Spring
  • C++
  • 云计算&大数据
  • Weblate
  • 数据库
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 西班牙语
  • 日语
  • 韩语
  • 法语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Compile-Time Validation

    together to ensure thorough software quality and reliability.Static Vs Runtime Runtime Static Compile timeStatic vs Runtime – Bounds Check Potential out of bounds write void foo(){ std::vector 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) static_assert(!error, "error message"); }Error Message We want to generate custom error messages at compile-time to provide better diagnostics struct custom_error {}; void foo() { constexpr auto error
    0 码力 | 137 页 | 1.70 MB | 5 月前
    3
  • pdf文档 Go Compile Time Instrumentation

    Go compile time instrumentation Przemysław Delewski February 18, 2025 Warsaw, PolandAgenda 1. Short bio 2. Observability domain 3. OpenTelemetry 4. History of OpenTelemetry go compile time instrumentation also founding member of the OpenTelemetry Go compile-time instrumentation project https://github.com/open-telemetry/community/blo b/main/projects/go-compile-instrumentation.mdSoftware complexity Today's https://github.com/open-telemetry/opentelemetry-go-compile-instrumentation/ Blog post https://opentelemetry.io/blog/2025/go-compile-time-instrumentation/Thank you! Go compile time instrumentation Przemysław Delewski
    0 码力 | 27 页 | 1.74 MB | 5 月前
    3
  • pdf文档 Expressive Compile-time Parsers

    participate 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 Operator 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 };• With explicit classes and runtime dispatch • https://godbolt.org/z/9YMP3aqs5 • With better compile-time dispatch • https://godbolt.org/z/fKd9h4ofdHandling Joint Limits template Compile Time bool is_in_collision( const BoxWithPose& shape1, const SphereWithPose& shape2){...} …
    0 码力 | 45 页 | 20.73 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 found 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 MUST 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
    0 码力 | 59 页 | 1.86 MB | 5 月前
    3
  • pdf文档 Testing Compile-time Constructs Within a Runtime Unit Testing Framework

    Apex.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 EXPECT_FLOAT_EQ(21.0F, get_half_of(42.0F)); EXPECT_DOUBLE_EQ(21.0, get_half_of(42.0)); // This should NOT compile: // get_half_of(23); }© 2021 Apex.AI, Inc. Now throw it into the rest of the code base ██████ EXPECT_FLOAT_EQ(21.0F, get_half_of(42.0F)); EXPECT_DOUBLE_EQ(21.0, get_half_of(42.0)); // This should NOT compile: // get_half_of(23); }© 2021 Apex.AI, Inc. And deliver it to the customers image: Flaticon.com
    0 码力 | 50 页 | 1.37 MB | 5 月前
    3
  • pdf文档 Just-In-Time Compilation: The Next Big Thing

    THE COMPILER... 3 . 2WHY JIT-COMPILE? WHY JIT-COMPILE? 3 . 3WHY JIT-COMPILE? WHY JIT-COMPILE? AOT IS NOT POSSIBLE AOT IS NOT POSSIBLE 3 . 3WHY JIT-COMPILE? WHY JIT-COMPILE? AOT IS NOT POSSIBLE AOT IS 3WHY JIT-COMPILE? WHY JIT-COMPILE? AOT IS NOT POSSIBLE AOT IS NOT POSSIBLE AOT IS NOT DESIRABLE AOT IS NOT DESIRABLE JIT GIVES PERF BENEFITS JIT GIVES PERF BENEFITS 3 . 3WHY JIT-COMPILE? WHY JIT-COMPILE JIT-COMPILE? AOT IS NOT POSSIBLE AOT IS NOT POSSIBLE AOT IS NOT DESIRABLE AOT IS NOT DESIRABLE JIT GIVES PERF BENEFITS JIT GIVES PERF BENEFITS JIT GIVES PRODUCTIVITY BENEFITS JIT GIVES PRODUCTIVITY BENEFITS
    0 码力 | 222 页 | 5.45 MB | 5 月前
    3
  • pdf文档 The Zig Programming Language 0.2.0 Documentation

    behavior occurs, the compiler catches it. However, once an integer value is no longer known at compile-time, it must have a known size, and is vulnerable to undefined behavior. fn divide(a: i32, b: i32) have to separate code into two object files - otherwise the optimizer figures out all the values at compile-time, which operates in strict mode. float_mode.zig const warn = @import("std").debug.warn; extern by Zero for integers. Can cause Division by Zero for floats in FloatMode.Optimized Mode. For non-compile- time-known signed integers, must use @divTrunc, @divFloor, or @divExact instead of /. 10 / 5 ==
    0 码力 | 117 页 | 2.84 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.1.1 Documentation

    behavior occurs, the compiler catches it. However, once an integer value is no longer known at compile-time, it must have a known size, and is vulnerable to undefined behavior. fn divide(a: i32, b: i32) have to separate code into two object files - otherwise the optimizer figures out all the values at compile-time, which operates in strict mode. $ zig build-obj foo.zig --release-fast $ zig build-exe test integers. Can cause division by zero for floats in 10 / 5 == 2 FloatMode.Optimized Mode. For non-compile- time-known signed integers, must use @divTrunc, @divFloor, or @divExact instead of /. a % b a
    0 码力 | 82 页 | 2.67 MB | 1 年前
    3
  • pdf文档 The Zig Programming Language 0.3.0 Documentation

    }; } }; Doc comments are only allowed in certain places; eventually, it will become a compile error have a doc comment in an unexpected place, such as in the middle of an expression, or just behavior occurs, the compiler catches it. However, once an integer value is no longer known at compile-time, it must have a known size, and is vulnerable to undefined behavior. fn divide(a: i32, b: i32) have to separate code into two object files - otherwise the optimizer figures out all the values at compile-time, which operates in strict mode. float_mode.zig const warn = @import("std").debug.warn; extern
    0 码力 | 175 页 | 4.08 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
CompileTimeValidationGoInstrumentationExpressivetimeParsersRoboticsatOptimizingAlgorithmswithC++FeaturesCompressionandResourceGeneration20TestingConstructsWithinRuntimeUnitFrameworkJustInCompilationTheNextBigThingzig编程语言
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩