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

无数据

分类

全部后端开发(40)C++(22)Julia(18)

语言

全部英语(29)中文(繁体)(10)英语(1)

格式

全部PDF文档 PDF(39)PPT文档 PPT(1)
 
本次搜索耗时 0.037 秒,为您找到相关结果约 40 个.
  • 全部
  • 后端开发
  • C++
  • Julia
  • 全部
  • 英语
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Extending and Simplifying C++: Thoughts on Pattern Matching using 'is' and 'as', and Can C++ be 10x Simpler & Safer?

    std::remove_const_t >; 97polymorphic as polymorphic g++-10 Clang-12 MSVC v19.29 template concept polymorphic = std::is_polymorphic_v; template< polymorphic C, polymorphic X > auto as( X& x ) Derived 98polymorphic as polymorphic g++-10 Clang-12 MSVC v19.29 template concept polymorphic = std::is_polymorphic_v>; template< polymorphic C, polymorphic X > auto
    0 码力 | 108 页 | 5.08 MB | 5 月前
    3
  • pdf文档 A Journey Into Non-Virtual Polymorphism

    represent multiple different types... – Polymorphic Variable ● ...or the provision of a single interface to entities of different types – Polymorphic Invokable ● Polymorphism is type based dispatch challenge is the variableCppcon 2023 | Rud Merriam | A Journey into Non-Virtual Polymorphism 5 Polymorphic Variables ● Base class pointer to derived class – Virtual functions are not bad! ● Standard std::variant – std::tupleCppcon 2023 | Rud Merriam | A Journey into Non-Virtual Polymorphism 6 Polymorphic Invokables ● Overloaded functions and operators int plus(int, int); string plus(string, string);
    0 码力 | 43 页 | 536.84 KB | 5 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    programming language includes dynamic storage allocation, full upward funargs, and universally polymorphic procedures. The Smalltalk-80 programming system features interactive execution with incremental programming language includes dynamic storage allocation, full upward funargs, and universally polymorphic procedures. The Smalltalk-80 programming system features interactive execution with incremental programming language includes dynamic storage allocation, full upward funargs, and universally polymorphic procedures. The Smalltalk-80 programming system features interactive execution with incremental
    0 码力 | 111 页 | 3.98 MB | 5 月前
    3
  • pdf文档 Peering Forward: C++'s Next Decade

    return ret; }50 interface An abstract class having only pure virtual functions polymorphic_base A pure polymorphic base type that is not copyable or movable, and whose destructor is either public+virtual std::variant)51 interface An abstract class having only pure virtual functions polymorphic_base A pure polymorphic base type that is not copyable or movable, and whose destructor is either public+virtual
    0 码力 | 84 页 | 6.21 MB | 5 月前
    3
  • pdf文档 Reusable Code & Reusable Data Structures

    Polymorphism - Sean Parent "The requirement of a polymorphic type, by definition, comes from its use. There are no polymorphic types, only polymorphic uses of similar types." 41RUNTIME POLYMORPHISM const& o) { 7 draw(o); 8 }); 9 } 10 11 12 13 14 15 16 17 56.1RUNTIME POLYMORPHISM Pre: Polymorphic use of stateful objects 1. Interchangeable objects: Owning base class pointer 2. Objects with
    0 码力 | 132 页 | 14.20 MB | 5 月前
    3
  • ppt文档 Bringing Existing Code to CUDA Using constexpr and std::pmr

    … // gpu // ??? // ??? // … 15 |• Added in C++17: • std::pmr::memory_resource • std::pmr::polymorphic_allocator • std::pmr::vector • std::pmr::monotonic_buffer_resource • … std::pmr 16 |// gpu … Device Only Memory Allocation 27 |template struct no_init_allocator : std::pmr::polymorphic_allocator { // constructors template void construct(U* p) { ::new ; A Non-Initialising Allocator 28 |template struct no_init_allocator : std::pmr::polymorphic_allocator { // constructors template void construct(U* p) { ::new
    0 码力 | 51 页 | 3.68 MB | 5 月前
    3
  • pdf文档 Back to Basics: Move Semantics

    Semantics Move Semantics in Polymorphic Classes ”Declared virtual destructors disable move semantics -Moving special member functions are not generated -Ifand only ifa polymorphic base class has members expensive -Person() = defauli 1disables move semantics for members 有 class customer : public Person { lderived polymorphic class Protected std: :vector data imove semantics for data enabled without special
    0 码力 | 23 页 | 1020.10 KB | 5 月前
    3
  • pdf文档 Back to Basics: Object-Oriented Programming

    declared user declared Source: [2] Andreas Fertig v1.0 Back to Basics 14 The keywords for polymorphic classes ■ virtual: Marks a function as replaceable by a derived class. ■ override: A function member public. ■ Declare the destructor virtual in the base class, if the class should support polymorphic deletion. ■ Declare member functions that you override from a base class with override. ■ Never
    0 码力 | 20 页 | 1.04 MB | 5 月前
    3
  • pdf文档 CppCon2021 Concurrency TS2

    hazard_pointer_domain { public: hazard_pointer_domain() noexcept; explicit hazard_pointer_domain( pmr::polymorphic_allocator poly_alloc) noexcept; hazard_pointer_domain(const hazard_pointer_domain&) = delete; hazard_pointer_domain { public: hazard_pointer_domain() noexcept; explicit hazard_pointer_domain( pmr::polymorphic_allocator poly_alloc) noexcept; hazard_pointer_domain(const hazard_pointer_domain&) = delete;
    0 码力 | 58 页 | 1.62 MB | 5 月前
    0.03
  • pdf文档 Cooperative C++ Evolution

    pring-update/27 interface An abstract class having only pure virtual functions polymorphic_base A pure polymorphic base type that is not copyable or movable, and whose destructor is either public+virtual
    0 码力 | 85 页 | 5.73 MB | 5 月前
    3
共 40 条
  • 1
  • 2
  • 3
  • 4
前往
页
相关搜索词
ExtendingandSimplifyingC++ThoughtsonPatternMatchingusingisasCanbe10xSimplerSaferJourneyIntoNonVirtualPolymorphismJustinTimeCompilationBastienCppCon2020PeeringForwardNextDecadeReusableCodeDataStructuresBringingExistingtoCUDAUsingconstexprstdpmrBackBasicsMoveSemanticsObjectOrientedProgrammingcppcon2021ConcurrencyTS2CooperativeEvolution
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩