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

无数据

分类

全部后端开发(1937)Python(567)Java(409)Spring(318)C++(311)UML(98)Django(92)Julia(87)PyWebIO(86)PHP(82)

语言

全部英语(1491)中文(简体)(333)中文(繁体)(21)法语(15)西班牙语(14)韩语(14)日语(13)德语(12)俄语(12)

格式

全部PDF文档 PDF(1454)其他文档 其他(399)TXT文档 TXT(68)PPT文档 PPT(15)DOC文档 DOC(1)
 
本次搜索耗时 0.105 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • C++
  • UML
  • Django
  • Julia
  • PyWebIO
  • PHP
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 法语
  • 西班牙语
  • 韩语
  • 日语
  • 德语
  • 俄语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • 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 /destructor Slicing ShadowingPolymorphism Polymorphism (poly morphs) is the characteristic of an object to behave differently at run time. Polymorphism ▪ Inheritance is the base of polymorphism ▪ Enables separation of the interface and its implementation is one of the crucial ideas of modern software design.Object-Oriented Programming Key Ideas Class Inheritance Polymorphism Early and Late Binding Virtuality
    0 码力 | 38 页 | 752.99 KB | 5 月前
    3
  • pdf文档 Object Lifetime: From Start to Finish

    Object Lifetime From Start to Finish Thamara Andrade | https://thamara.dev/34 Me finally understanding why my code was failing… ... and realizing I didn’t really understand the rules for object object lifetime.What is object lifetime anyway? 567You can expect… but not… •Review of object lifetime •(A Little of) RAII •Beyond basic lifetime •Common pitfalls •Value categories •Unions/Arrays •Any Initialization68 { Resource Acquisition Is Initialization Tying resource acquisition and deallocation to object lifetime.69 { struct DynamicArray { explicit DynamicArray(size_t sz) : m_d(new int[sz]) {} ~DynamicArray()
    0 码力 | 214 页 | 9.34 MB | 5 月前
    3
  • text文档 SVG Test Document

    inkscape:window-width="2560" showgrid="false" inkscape:document-rotation="0" inkscape:current-layer="layer1" inkscape:document-units="mm" inkscape:cy="471.3062" inkscape:cx="415
    0 码力 | 5 页 | 11.74 KB | 5 月前
    3
  • pdf文档 Back to Basics: Object-Oriented Programming

    Andreas Fertig Write unique code! Back to Basics Object-Oriented Programming Presentation Material CppCon, Aurora CO, 2024-09-20© 2024 Andreas Fertig AndreasFertig.com All rights reserved All programs com post@AndreasFertig.com 5A class ■ C++ adds classes for object-oriented programming. ■ The constructors B are called when the object is cre- ated. ■ Data fields of classes should be initialized Flush() override { puts("USBC Flush"); } 15 }; 16 17 int main() 18 { 19 A Note, I’m creating a USBC object and store it as IOPort 20 std::unique_ptr port{std::make_unique()}; 21 22 port−>Flush();
    0 码力 | 20 页 | 1.04 MB | 5 月前
    3
  • pdf文档 Object Pascal 参考手册(Ver 0.1)

    Object Pascal 参考手册 (Ver 0.1) ezdelphi@hotmail.com Overview - 1 - Overview(概述) Using object pascal(使用 object pascal) Object Pascal 是一种高级编译语言,具有强类型(对数据类型的检查非常严格)特性,支持结构化 严格)特性,支持结构化 和面向对象编程。它的优点包括代码的易读性、快速编译,以及支持多个单元文件从而实现模块化编程。 Object Pascal 具有一些特性以支持 Borland 组件框架和 RAD(快速应用程序开发)环境。在很大程 度上,本语言参考的说明和示例假定你使用 Borland 公司的开发工具,如 Delphi 和 Kylix。 绝大多数使用 Borland 开发工具的开发者是在 具在程序的组织上还有一些限制,严格说来,这不是 Object Pascal 语言规范的一部分。比如,Borland 开发工具遵循某些文件和程序的命名约定,若你在 IDE 以外编写代码并使用命令行来编译,你可以避开 这些限制。 这些帮助主题假设你在 IDE 环境下工作,并且使用 VCL(可视化组件库)和/或 CLX(跨平台组件 库)创建应用程序。但有时候,Borland 一些特定的规则和 Object Pascal 的通用规则并不相同。
    0 码力 | 168 页 | 868.25 KB | 1 年前
    3
  • pdf文档 Object Introspection: A Revolutionary Memory Profiler for C++ Objects

    std::stringObject Introspection (OI) Goals • Byte level memory footprint analysis for objects • Complete object type hierarchies • Dynamic allocations and containers • Optimised, production applications in Generation • Object Introspection as a Library • Object Introspection as a Profiler • Object Introspection Applied Type Reconstruction Object Introspection• (Re)construct an entire object hierarchy Reconstruction • Code Generation • Object Introspection as a Library • Object Introspection as a Profiler • Object Introspection Applied Type Reconstruction Object Introspection Measurement Code
    0 码力 | 62 页 | 2.24 MB | 5 月前
    3
  • pdf文档 Reference manual for FPDoc Document version 3.2.2

    Reference manual Reference manual for FPDoc Document version 3.2.2 May 14, 2021 Michaël Van Canneyt Contents 1 Introduction 5 1.1 About this document . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 4 Chapter 1 Introduction 1.1 About this document This is the reference manual for FPDOC, a free documentation tool for Pascal units. It describes process. The latex file contains no document preamble, it starts with a chapter command. It is meant to be included (using the LaTeX include command) in a latex document with a preamble. The output of FPDOC
    0 码力 | 47 页 | 196.25 KB | 1 年前
    3
  • pdf文档 Distributed Ranges: A Model for Building Distributed Data Structures, Algorithms, and Views

    0 码力 | 127 页 | 2.06 MB | 5 月前
    3
  • pdf文档 Document version 3.2.2

    Run-Time Library (RTL) : Reference guide. Free Pascal version 3.2.2: Reference guide for RTL units. Document version 3.2.2 May 2021 Michaël Van Canneyt Contents 0.1 Overview . . . . . . . . . . . . . . TObject.Free . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1189 67.14.5 TObject.Is_Object . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1189 67.14.6 TObject.Done . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2189 138 CONTENTS About this guide This document describes all constants, types, variables, functions and procedures as they are declared in the
    0 码力 | 2191 页 | 4.93 MB | 1 年前
    3
  • pdf文档 Document version 3.2.2

    Free Component Library (FCL): Reference guide. Reference guide for FCL units. Document version 3.2.2 May 2021 Michaël Van Canneyt Contents 0.1 Overview . . . . . . . . . . . . . . . . . . . . . . This document describes all constants, types, variables, functions and procedures as they are declared in the units that come standard with the FCL (Free Component Library). Throughout this document, we tree. TObjectSortCompare = function(Tree: TAVLTree; Data1: Pointer; Data2: Pointer) : Integer of object 96 CHAPTER 2. REFERENCE FOR UNIT ’AVL_TREE’ TObjectSortCompare is the prototype for the TAVLTree
    0 码力 | 953 页 | 2.21 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
ObjectOrientedProgrammingLifetimeFromStarttoFinishSVGTestDocumentBackBasicsPascal参考手册参考手册Ver0.1IntrospectionRevolutionaryMemoryProfilerforC++ObjectsReferencemanualFPDocversion3.2DistributedRangesModelBuildingDataStructuresAlgorithmsandViewsguideRTLunitsFCL
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩