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

无数据

分类

全部后端开发(196)Julia(87)数据库(40)PostgreSQL(40)其它语言(33)nim(29)C++(25)Go(8)综合其他(7)Krita(7)

语言

全部英语(218)中文(简体)(14)中文(繁体)(10)日语(1)韩语(1)英语(1)

格式

全部PDF文档 PDF(218)其他文档 其他(28)
 
本次搜索耗时 0.042 秒,为您找到相关结果约 246 个.
  • 全部
  • 后端开发
  • Julia
  • 数据库
  • PostgreSQL
  • 其它语言
  • nim
  • C++
  • Go
  • 综合其他
  • Krita
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 A Journey Into Non-Virtual Polymorphism

    | A Journey into Non-Virtual Polymorphism 2 Who Doesn’t Recognize This?? 1990 Borland Turbo C++Cppcon 2023 | Rud Merriam | A Journey into Non-Virtual Polymorphism 3 Background ● Experience with (https://medium.com/@rudmerriam)Cppcon 2023 | Rud Merriam | A Journey into Non-Virtual Polymorphism 4 Polymorphism ● Greek: “many forms” (Obligatory statement) ● The use of a single symbol to represent types – Polymorphic Invokable ● Polymorphism is type based dispatch The challenge is the variableCppcon 2023 | Rud Merriam | A Journey into Non-Virtual Polymorphism 5 Polymorphic Variables ● Base
    0 码力 | 43 页 | 536.84 KB | 5 月前
    3
  • pdf文档 Reusable Code & Reusable Data Structures

    32SHARING CODE AND DATA: GENERIC CLASSES Curiously Recurring Template Pattern (CRTP) Compile-time polymorphism Generic interface, algorithms, data in templated base class Customization points in derived class 38.2RUNTIME RUNTIME POLYMORPHISM POLYMORPHISM 39RUNTIME POLYMORPHISM Design decision! Strong coupling between types Share base classes and common interface 40RUNTIME POLYMORPHISM Design decision! Strong base classes and common interface Interface must have same meaning for all types 40.1RUNTIME POLYMORPHISM Design decision! Strong coupling between types Share base classes and common interface Interface
    0 码力 | 132 页 | 14.20 MB | 5 月前
    3
  • pdf文档 Object Oriented Programming

    Object-Oriented Programming Key Ideas Class Inheritance Polymorphism Early and Late Binding Virtuality override final Template method Destructor Interfaces Liskov substitution principle con- /destructor Slicing ShadowingObject-Oriented Programming Key Ideas Class Inheritance Polymorphism Early and Late Binding Virtuality override final Template method Destructor Interfaces Separation from interface and implementationObject-Oriented Programming Key Ideas Class Inheritance Polymorphism Early and Late Binding Virtuality override final Template method Destructor Interfaces
    0 码力 | 38 页 | 752.99 KB | 5 月前
    3
  • pdf文档 Balancing Efficiency and Flexibility: Cost of Abstractions in Embedded Systems

    6800 2Motivation 3 direct interaction with hardware references encapsulation inheritance polymorphism large library support exception handling function overloading C compatibility templates overhead move semantics namespaceOverview Hardware Abstraction Layer ⚫ Encapsulation ⚫ Inheritance ⚫ Polymorphism + ⚫ Template Metaprogramming ⚫ Concepts ⚫ Constant Expressions ⚫ Immediate Functions ⚫ Parameter in, speed), calculate_bitmask(pin)); } }; 32Inheritance Compiles to the same binary. 33Polymorphism 34Moving Higher Microcontroller Peripheral 35 HAL External Peripheral Interface STM32
    0 码力 | 75 页 | 2.12 MB | 5 月前
    3
  • pdf文档 Six Ways for Implementing Math Expressions Calculator

    Yocto, QNX, AOSP, Bazel, AGLSix ways for Implementing Math Expressions Calculator A walk through polymorphism, smart pointers, templates, concepts and more Amir KirshPicture by @ciura_victor : https://ciura com/a/192d90699cd08eb5 (Or just skip to this:) http://coliru.stacked-crooked.com/a/0387ba22e796fc7a A quick polymorphism exercise 14 6 ways for implementing math expressions calculator, Amir Kirsh// what is bothering Amir Kirsh Design Pros: Simple usage, short and concise, hiding implementation details, 🎯 polymorphism with value semanticsDo we need derived classes for Sum and Exp? 39 6 ways for implementing math
    0 码力 | 63 页 | 1.85 MB | 5 月前
    3
  • pdf文档 Design Patterns: Facts and Misconceptions

    change Design patterns Examples: GoF Patterns: Visitor, Strategy, Observer, … External Polymorphism … Implementation Details How is a design implemented? Which features are used? Implementation pattern.41 Common misconceptions about design patterns: Design patterns are limited to runtime polymorphism; Design patterns are limited to OO programming; Design patterns are language specific idioms; execute() = 0 CommandAn Example from the Standard Library 44 Alternatively we could use static polymorphism: template< typename OP > void doSomething( OP command ); This form of the command pattern is
    0 码力 | 88 页 | 17.31 MB | 5 月前
    3
  • pdf文档 C++ Under the Hood

    the Hood – Polymorphism During Construction27 C++ Under the Hood – Polymorphism During Construction28 C++ Under the Hood – Polymorphism During Construction29 C++ Under the Hood – Polymorphism During Construction30 (construct members)33 C++ Under the Hood – Construction (set this v_table)34 C++ Under the Hood – Polymorphism During Construction35 C++ Under the Hood – Construction36 C++ Under the Hood – Construction37 (construct members)38 C++ Under the Hood – Construction (set this v_table)39 C++ Under the Hood – Polymorphism During Construction40 C++ Under the Hood – Construction41 C++ Under the Hood – ConstructionC++
    0 码力 | 168 页 | 13.55 MB | 5 月前
    3
  • pdf文档 Objeet Oriented Python Tutorial

    ........................................................ 42 OOP IN PYTHON – INHERITANCE AND POLYMORPHISM ........................................................... 44 Inheritance ................ ........................................................................................ 45 Polymorphism (“MANY SHAPES”) ............................................................................. and build applications.. Major pillars of Object Oriented Programming (OOP) are Inheritance, Polymorphism, Abstraction, ad Encapsulation. Object Oriented Analysis(OOA) is the process of examining a
    0 码力 | 111 页 | 3.32 MB | 1 年前
    3
  • pdf文档 Newer Isn't Always Better

    Template Pattern (CRTP) • ~1995 Deducing This • C++23 Timelineatomosspace.com | 48 • Run-Time Polymorphism • Quintessential Object Oriented Method • Overused Original Trend – Virtual Functionsatomosspace { // ... } }; Original Code – Virtual Functionsatomosspace.com | 50 • Compile Time Polymorphism • Force a Downcast from the Parent to Access Child Elements • Explicit Cast New Trend – Curiously .. } }; New Code – CRTPatomosspace.com | 52 • C++23 Feature • Simplifies Compile Time Polymorphism New Trend – Explicit Object Parameter/Deducing Thisatomosspace.com | 53 struct NetworkConnection
    0 码力 | 60 页 | 1.34 MB | 5 月前
    3
  • epub文档 Agda User Manual v2.6.2

    … where Prop₀ : Set₁, Prop₁ : Set₂, Prop₂ : Set₃, etc. Like Set, Prop also supports universe polymorphism (see universe levels), so for each ℓ : Level we have the sort Prop ℓ. For example: True : ∀ {ℓ} indeed define: Prod : List₁ Set → Set Prod [] = ⊤ Prod (A :: As) = A × Prod As Universe polymorphism To allow definitions of functions and datatypes that work for all possible universes Setᵢ, Agda the standard hierarchy of universes Setᵢ, this second hierarchy Setωᵢ does not support universe polymorphism. This means that it is not possible to quantify over all Setωᵢ at once. For example, the expression
    0 码力 | 348 页 | 414.11 KB | 1 年前
    3
共 246 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 25
前往
页
相关搜索词
JourneyIntoNonVirtualPolymorphismReusableCodeDataStructuresObjectOrientedProgrammingBalancingEfficiencyandFlexibilityCostofAbstractionsinEmbeddedSystemsSixWaysforImplementingMathExpressionsCalculatorDesignPatternsFactsMisconceptionsC++UndertheHoodObjeetPythonTutorialNewerIsnAlwaysBetterAgdaUserManualv26.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩