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

无数据

分类

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

语言

全部英语(138)中文(简体)(2)英语(1)

格式

全部PDF文档 PDF(141)
 
本次搜索耗时 0.055 秒,为您找到相关结果约 141 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 A New Dragon in the Den: Fast Conversion From Floating-Point Numbers

    of the form n × 10F matter.0.1 ≅ As short as possible (c) https://godbolt.org/z/5xKzvfzfx 100 x 10 -3 ≅ 13,421,773 x 2 -27 10 x 10 -2 ≅ 1 x 10 -1 ≅ Only representations of the form n × 10F org/z/5xKzvfzfx 100 x 10 -3 ≅ 13,421,773 x 2 -27 10 x 10 -2 ≅ 1 x 10 -1 ≅ Only representations of the form n × 10F matter.As short as possible (d) 30,000,002 x 10 -8 30,000,001 x 10 -8 30,000,000 x inside the permissible interval. n × 10F If is bad, then two consecutive numbers and of this form fall before and after the permissible interval and thus, . F u v v − u = 10 F > 2E u vTejú Jaguá
    0 码力 | 171 页 | 6.42 MB | 5 月前
    3
  • pdf文档 Back to Basics: Templates Part 2

    T> void f(ParameterType t); invoke_f(SomeExpression); //- Type deduction occurs here • Given the form of invoke_f and the type of SomeExpression, the compiler must determine • ParameterType, the type void f(ParameterType t); f(SomeExpression); What is the deduced type T? Type of SomeExpression Form of ParameterTypeCppCon 2021 – Back to Basics: Templates – Part 2 Copyright © 2021 Bob Steagall Template reference-collapsing rules apply & + &  & & + &&  & && + &  & && + &&  && Type of SomeExpression Form of ParameterTypeCppCon 2021 – Back to Basics: Templates – Part 2 Copyright © 2021 Bob Steagall Template
    0 码力 | 80 页 | 490.15 KB | 5 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    the central problem JiT systems address is a solved one: translating programming languages into a form that is executable on a target platform. (read)Strictly speaking, JiT compilation systems are completely the central problem JiT systems address is a solved one: translating programming languages into a form that is executable on a target platform. (read)Strictly speaking, JiT compilation systems are completely the central problem JiT systems address is a solved one: translating programming languages into a form that is executable on a target platform. Time and space efficiency are where it’s at. How do these
    0 码力 | 111 页 | 3.98 MB | 5 月前
    3
  • pdf文档 COMPOSABLE C++

    IS WHY IS bool bool COMPOSABLE? COMPOSABLE? The simplest form of composability stems from properties of boolean algebra. The simplest form of composability stems from properties of boolean algebra. type-space..COMPILE-TIME TYPE CALCULATIONS COMPILE-TIME TYPE CALCULATIONS In this form of compile-time programming: In this form of compile-time programming: values become types functions become templates you, it's already here in some form. Maybe for some of you, it's already here in some form. We are going to get a lot of metafunctions building on the following general form: We are going to get a lot of
    0 码力 | 124 页 | 8.28 MB | 5 月前
    3
  • pdf文档 Modern C++ Tutorial: C++11/14/17/20 On the Fly

    MagicType, std::string> FakeDarkMagic; C++11 uses using to introduce the following form of writing, and at the same time supports the same effect as the traditional typedef: 27 2.5 Templates 10) << std::endl; } Non-type template parameter deduction What we mainly mentioned above is a form of template parameters: type template parameters. template auto add(T t return t+u; } The parameters of the template T and U are specific types. But there is also a common form of template parameter that allows different literals to be template parameters, i.e. non-type template
    0 码力 | 92 页 | 1.79 MB | 1 年前
    3
  • pdf文档 Message Handling with Boolean Algebra

    allow the programmer to warrant it as true, in order to simplify expressions. ¬A ∨ B is not in a form we can use this way. A ⇒ B is useful. (Compare: code has and, or, xor and not, not just nand.) See: com/intel/compile-time-init-build 84Disjunctive Normal Form (a.k.a. sum of products, or of and s) A Boolean expression is in disjunctive normal form when it is a disjunction (or) of conjunctions (and s) 85Disjunctive Normal Form For example: Expression DNF? (A ∧ ¬B ∧ ¬C) ∨ (¬D ∧ E ∧ F) ✅ (A ∧ B) ∨ C ✅ ¬(A ∨ B) ❌ A ∧ (B ∨ (C ∧ D)) ❌ 86The transformation To transform an expression into this form, we will
    0 码力 | 103 页 | 4.37 MB | 5 月前
    3
  • pdf文档 GraphBLAS: Building a C++ Matrix API for Graph Algorithms

    reproduced in its entirety, without modification, and freely distributed in written or electronic form without requesting formal permission. Permission is required for any other use. Requests for permission distribution. Monoids - Given a binary operator fn and a type T, we can ask: Does binary op. fn form a monoid on type T? - Depends on whether monoid_traits specialization exists 117 using grb; distribution. Monoids - Given a binary operator fn and a type T, we can ask: Does binary op. fn form a monoid on type T? - Depends on whether monoid_traits specialization exists 118 using grb;
    0 码力 | 172 页 | 7.40 MB | 5 月前
    3
  • pdf文档 To Int or to Uint, This is the Question

    division by two is just like shifting the number right, as all numbers are represented in the binary form. Therefor using n/2 is equal to n>>1.Alex Dathskovsky | alex.dathskovsky@speedata.io | www.linkedin division by two is just like shifting the number right, as all numbers are represented in the binary form. Therefor using n/2 is equal to n>>1. •Each instruction that is fetched from the memory is pushed division by two is just like shifting the number right, as all numbers are represented in the binary form. Therefor using n/2 is equal to n>>1. •Each instruction that is fetched from the memory is pushed
    0 码力 | 102 页 | 3.64 MB | 5 月前
    3
  • pdf文档 Conan 2.0 Documentation

    to create packages in the Creating Packages section later. The equivalent of the conanfile.txt in form of Conan recipe could look like this: Listing 27: conanfile.py from conan import ConanFile class The recipe revision is the hash that can be seen together with the package name and version in the form pkgname/ version#recipe_revision or pkgname/version@user/channel#recipe_revision. The recipe revision the same constraints as the name attribute. In case the version follows semantic versioning in the form X.Y.Z-pre1+build2, that value might be used for requiring this package through version ranges instead
    0 码力 | 652 页 | 4.00 MB | 1 年前
    3
  • pdf文档 Conan 2.1 Documentation

    to create packages in the Creating Packages section later. The equivalent of the conanfile.txt in form of Conan recipe could look like this: Listing 28: conanfile.py from conan import ConanFile class The recipe revision is the hash that can be seen together with the package name and version in the form pkgname/ version#recipe_revision or pkgname/version@user/channel#recipe_revision. The recipe revision the same constraints as the name attribute. In case the version follows semantic versioning in the form X.Y.Z-pre1+build2, that value might be used for requiring this package through version ranges instead
    0 码力 | 694 页 | 4.13 MB | 1 年前
    3
共 141 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 15
前往
页
相关搜索词
NewDragonintheDenFastConversionFromFloatingPointNumbersBacktoBasicsTemplatesPartJustTimeCompilationBastienCppCon2020COMPOSABLEC++ModernTutorial11141720OnFlyMessageHandlingwithBooleanAlgebraGraphBLASBuildingMatrixAPIforGraphAlgorithmsToIntorUintThisisQuestionConan2.0Documentation2.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩