积分充值
 首页  上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部未知387(1654)未知392(545)未知390(443)未知391(388)未知782(317)未知453(304)未知507(302)未知388(232)未知394(173)未知389(128)

语言

全部英语(2103)中文(简体)(560)中文(繁体)(23)日语(20)法语(18)德语(15)韩语(15)俄语(15)西班牙语(14)

格式

全部PDF文档 PDF(2074)其他文档 其他(647)TXT文档 TXT(69)PPT文档 PPT(8)DOC文档 DOC(5)
 
本次搜索耗时 0.030 秒,为您找到相关结果约 1000 个.
  • 全部
  • 未知387
  • 未知392
  • 未知390
  • 未知391
  • 未知782
  • 未知453
  • 未知507
  • 未知388
  • 未知394
  • 未知389
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 法语
  • 德语
  • 韩语
  • 俄语
  • 西班牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Message Handling with Boolean Algebra

    Message Handling with Boolean Algebra Ben Deane / CppCon / 2024-09-16 1Alternative Title "The Unreasonable Effectiveness of Boolean Algebra in Software Design, Showing the Particular Application of of a Message Handling Library, with an Excursion into the Roots of Programming" 2Frontmatter No AI/LLM was used in the creation of this talk. Code is simplified for slides; may have some errors in this talk is about The workings of a message-handling library. How messages and the fields in them are specified. Efficiently identifying (with matchers) a message coming off the wire. The role of Boolean
    0 码力 | 103 页 | 4.37 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 Covariant return type Duck Typing Traps Virtual in con- /destructor Slicing ShadowingObject-Oriented Programming Key Ideas Class Inheritance Polymorphism Early and Late Binding Virtuality from the outside world. Information hiding Separation from interface and implementationObject-Oriented Programming Key Ideas Class Inheritance Polymorphism Early and Late Binding Virtuality
    0 码力 | 38 页 | 752.99 KB | 5 月前
    3
  • pdf文档 Objeet Oriented Python Tutorial

    i OOP in Python ii About the Tutorial Python has been an object-oriented language since it existed. In this tutorial we will try to get in-depth features of OOPS in Python programming 1 What is Object Oriented Programming? .......................................................................................................... 2 Why to Choose Object-oriented programming?...... Procedural vs. Object Oriented Programming .................................................................................................. 2 Principles of Object Oriented Programming ...........
    0 码力 | 111 页 | 3.32 MB | 1 年前
    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 Fertig https://AndreasFertig.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
    0 码力 | 20 页 | 1.04 MB | 5 月前
    3
  • pdf文档 Can Data-Oriented-Design be Improved?

    1Can data-oriented-design be improved? Ollivier Roberge Collège Jean-de-Brébeuf 2A brief historic • 1960s • FORTRAN • Lisp • 1980s • OOP • Structured programming • Modules • 2000s • Template 3What is DoD about? • DoD (“Data oriented design”) • Not about cache lines, nor struct layout (at its core) • From wikipedia: ”As a design paradigm, data-oriented-design focuses on optimal transformations transformation Previous transformation Next transformation 8The opposite philosophy Data oriented code • Platform specific code • Procedural/imperative code • Problem/dataset specific code • Hand-optimize
    0 码力 | 39 页 | 1.18 MB | 5 月前
    3
  • pdf文档 Java 应用与开发 - 面向对象编程进阶

    0 码力 | 49 页 | 659.74 KB | 1 年前
    3
  • pdf文档 Java 应用与开发 - 面向对象编程进阶 PART1

    0 码力 | 39 页 | 614.13 KB | 1 年前
    3
  • pdf文档 openEuler OS Technical Whitepaper Innovation Projects (June, 2023)

    particularly straightforward. Each dependency must be installed manually, and various compilers and Message Passing Interface (MPI) libraries are needed for compilation. Additionally, the application of rt-tests • Standard file system image: Python, Perl, OpenSSL, SQLite, and RPM Additional Features Oriented to Industrial Fields • Modbus protocol • Ethernet for Control Automation Technology (EtherCAT) virtualization Lightweight container LibOs Cross-OS communication MICA Converged elastic base Service-oriented framework Multi-OS infrastructure MICA needs to be in coordination with a converged elastic base
    0 码力 | 116 页 | 3.16 MB | 1 年前
    3
  • pdf文档 Leveraging a Functional Approach for More Testable and Maintainable ROS 2 Code

    facto middleware of choice across robotics academia and industry Why use Robot Operating System? Clip taken from: https://robots.ros.org/● Robot Operating System (ROS) is the de facto middleware of choice System? Clip taken from: https://robots.ros.org/● Robot Operating System (ROS) is the de facto middleware of choice across robotics academia and industry ● According to the ROS 2022 Metrics Report, Tests and documentation! Lots and lots of documentation! ● ROS 2 documentation encourages an object-oriented paradigm that can lead to trouble writing code that achieves the goalWhy give this talk? ● Engineers
    0 码力 | 200 页 | 1.77 MB | 5 月前
    3
  • pdf文档 Learning Laravel

    Contribution Style Guide 2 About Laravel 2 Main Features 2 MVC 2 Blade Templating Engine 3 Routing & Middleware 3 Artisan 3 Eloquent ORM 3 Event Handling 3 Versions 3 Examples 4 Welcome to Laravel tag Syntax 28 Parameters 28 Remarks 28 Examples 28 Adding api-routes with other middleware and keep default web middleware 28 Chapter 8: Collections 30 Syntax 30 Remarks 30 Examples 30 Creating Collections 40 Chapter 11: Controllers 41 Introduction 41 Examples 41 Basic Controllers 41 Controller Middleware 41 Resource Controller 42 Example of how a Resource Controller look 42 Actions Handled By Resource
    0 码力 | 216 页 | 1.58 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
MessageHandlingwithBooleanAlgebraObjectOrientedProgrammingObjeetPythonTutorialBacktoBasicsCanDataDesignbeImprovedAdvancedobjectorientedprogrammingpdfopenEulerOSTechnicalWhitepaperInnovationProjectsJune2023LeveragingFunctionalApproachforMoreTestableandMaintainableROSCodeLearningLaravel
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩