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

无数据

分类

全部后端开发(107)C++(84)Python(10)Django(10)Julia(10)云计算&大数据(10)VirtualBox(6)系统运维(5)网络与安全(5)Go(2)

语言

全部英语(106)中文(繁体)(10)中文(简体)(4)英语(3)

格式

全部PDF文档 PDF(109)PPT文档 PPT(5)其他文档 其他(5)DOC文档 DOC(4)
 
本次搜索耗时 0.016 秒,为您找到相关结果约 123 个.
  • 全部
  • 后端开发
  • C++
  • Python
  • Django
  • Julia
  • 云计算&大数据
  • VirtualBox
  • 系统运维
  • 网络与安全
  • Go
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back to Basics Concepts

    ©2024 by josuttis.com 1 C++ Nicolai M. Josuttis josuttis.com @NicoJosuttis C++ Concepts September 18, 2024 14:00 - 15:00 MDT ©2024 by josuttis.com 2 C++ Nicolai M. Josuttis • Independent consultant Architect – Technical Manager – SOA – X and OSF/Motif Nico Josuttis C++ Concepts @cppcon 2024-09-18 1©2024 by josuttis.com 3 C++ Concepts, Constraints, and Requirements C++20 ©2024 by josuttis.com 4 C++ add(coll1, 42); // OK add(coll2, 42); // ERROR: no push_back() C++98 Nico Josuttis C++ Concepts @cppcon 2024-09-18 2©2024 by josuttis.com 5 C++ Overloading Function Templates template
    0 码力 | 23 页 | 2.14 MB | 5 月前
    3
  • pdf文档 Hiding Your Implementation Details is Not So Simple

    in a class - Interfaces - Pimpl idiom - Wrapper classes as a view, wrapping the original - C++20 Concepts (?) 56 Hiding your Implementation Details, Amir Kirsh @ CppCon, 2024 Passing args, exposing only Implementation Details, Amir Kirsh @ CppCon, 2024 A Meander: ConceptsWhat’s a Concept? 60 A Meander: Concepts ● A constraint on template arguments ● Evaluated to a boolean value, at compile time ● May be overload resolution A much more elegant and simple substitute for SFINAEFirst Example 61 A Meander: Concepts We want to overload two generic functions: // for types that we can iterate over template
    0 码力 | 145 页 | 2.45 MB | 5 月前
    3
  • pdf文档 A Physical Units Library for the Next C++

    sion.hpp> CppCon 2020 | A Physical Units Library For the Next C++ Generic code: Boost.Units + Concepts (godbolt.org/z/erfbzr) 24#include template; CppCon 2020 | A Physical Units Library For the Next C++ Generic code: Boost.Units + Concepts (godbolt.org/z/erfbzr) 24#include templateConcepts (godbolt.org/z/erfbzr) 24template concept Length = units::traits::is_length_unit::value;
    0 码力 | 172 页 | 6.17 MB | 5 月前
    3
  • pdf文档 Regular, Revisited

    Generic Programming” paper, we see that regular types naturally appear as necessary foundational concepts in programming. Why do we need to bother with such taxonomies? Because STL assumes such properties behavior for the caller. This talk will explore the relation between Regular types (plus other concepts) and STL constructs, with examples, common pitfalls and guidance.2023 Victor Ciura | @ciura_victor talking about this ? We shall see that Regular types naturally appear as necessary foundational concepts in programming and try to investigate how these requirements fit in the ever expanding C++ standard
    0 码力 | 180 页 | 19.96 MB | 5 月前
    3
  • pdf文档 Distributed Ranges: A Model for Building Distributed Data Structures, Algorithms, and Views

    }Outline - Background (Ranges, Parallelism, Distributed Data Structures) - Distributed Ranges (Concepts) - Implementation (Algorithms and views) - Complex Data Structures (Dense and sparse learnedOutline - Background (Ranges, Parallelism, Distributed Data Structures) - Distributed Ranges (Concepts) - Implementation (Algorithms and views) - Complex Data Structures (Dense and sparse T(0), std::plus()); }Standard C++ Parallelism - All depends on ranges library, iteration concepts - Extensible: execution policies allow parallel execution using namespace std; using namespace
    0 码力 | 127 页 | 2.06 MB | 5 月前
    3
  • pdf文档 GraphBLAS: Building a C++ Matrix API for Graph Algorithms

    Background: How and why to use matrix algebra for graphs? What are the important data structures and concepts? Prior work in the GraphBLAS community, C API Overview of our draft C++ API How might this interoperate Background: How and why to use matrix algebra for graphs? What are the important data structures and concepts? Prior work in the GraphBLAS community, C API Overview of our draft C++ API How might this interoperate Background: How and why to use matrix algebra for graphs? What are the important data structures and concepts? Prior work in the GraphBLAS community, C API Overview of our draft C++ API How might this interoperate
    0 码力 | 172 页 | 7.40 MB | 5 月前
    3
  • pdf文档 Constructing Generic Algorithms

    else { last = p; } } return value; } 28 . 1ITERATOR CATEGORIES (CONCEPTS) ITERATOR CATEGORIES (CONCEPTS) input_iterator output_iterator forward_iterator bidirectional_iterator random_access_iterator random_access_iterator contiguous_iterator C++17 iterator categories got a concepts specification in C++20. C++17 iterator categories got a concepts specification in C++20. All of these expose All of these expose Which concept(s) do they require? also informs complexity guarantees, maybe different for different concepts 30 . 1ITERATOR CONCEPT QUESTIONS ITERATOR CONCEPT QUESTIONS 1. Am I using any standard algorithms
    0 码力 | 145 页 | 8.44 MB | 5 月前
    3
  • pdf文档 High-Performance Cross-Platform Architecture: C++20 Innovations

    Inverse: 𝑞−1 = 𝑞∗ 𝑞 2 = 𝑞∗ 𝑞∙𝑞 • Division: 𝑎 𝑏 = 𝑎𝑏1 = 𝑎𝑏∗ 𝑏∙𝑏Quaternion Concepts in Mathematics vs. C++ 20 • Mathematically, a quaternion is defined by its data and operations its data • The common implementation of operations rely only upon the concepts • Optimized implementations conform to the concepts and common implementationsC++ Quaternion Concept template std::same_as; { q.z() } -> std::same_as; };Supporting Concepts Arithmetic MutuallyArithmetic template concept Arithmetic = std::is_arithmetic_v;
    0 码力 | 75 页 | 581.83 KB | 5 月前
    3
  • pdf文档 EXPLORATION OF C++20 METAPROCRAMMING

    CONDITIONS AT COMPILE TIME USING C++20 25• C++20 created a paradigm shift in metaprogramming. • Concepts and constraints allow the user to introduce a new ‘type category’ (vs. type) to the compiler. PART is_pointer_interconvertible_with_class is_corresponding_member is_constant_evaluated();Concepts: • Concepts are a way for the developer to define restrictions on the “type category”. template ; int main() { cout << "Trivial: " << trivial << '\n'; // Trivial: 1 } Concepts: • Concepts can be used to identify whether a type belongs to the “type category” template
    0 码力 | 50 页 | 2.59 MB | 5 月前
    3
  • pdf文档 Just-In-Time Compilation: The Next Big Thing

    does nothing // Default case 6 . 13QUESTIONS? QUESTIONS? 6 . 14JIT & CONCEPTS JIT & CONCEPTS 6 . 15JIT & CONCEPTS JIT & CONCEPTS template concept readable_io = requires(TIO& io, std::byte* size) { { io.read(buffer, size) } -> std::same_as; }; 6 . 15JIT & CONCEPTS JIT & CONCEPTS template concept readable_io = requires(TIO& io, std::byte* buffer, std::size_t my_readable_io { auto read(std::byte* buffer, std::size_t size) -> std::size_t; }; 6 . 15JIT & CONCEPTS JIT & CONCEPTS template concept readable_io = requires(TIO& io, std::byte* buffer, std::size_t
    0 码力 | 222 页 | 5.45 MB | 5 月前
    3
共 123 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 13
前往
页
相关搜索词
BacktoBasicsConceptsHidingYourImplementationDetailsisNotSoSimplePhysicalUnitsLibraryfortheNextC++RegularRevisitedDistributedRangesModelBuildingDataStructuresAlgorithmsandViewsGraphBLASMatrixAPIGraphConstructingGenericHighPerformanceCrossPlatformArchitecture20InnovationsEXPLORATIONOFMETAPROCRAMMINGJustInTimeCompilationTheBigThing
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩