intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Oriented programming

Xem 1-20 trên 1161 kết quả Oriented programming
  • Part 2 of ebook "A primer on scientific programming with Python (5th edition)" provides readers with contents including: Chapter 7 - Introduction to classes; Chapter 8 - Random numbers and simple games; Chapter 9 - Object-oriented programming;...

    pdf507p daonhiennhien 03-07-2024 1 1   Download

  • Part 2 of ebook "Beginning data science in R: Data analysis, visualization, and modelling for the data scientist" provides readers with contents including: Chapter 7 - Unsupervised learning; Chapter 8 - More R programming; Chapter 9 - Advanced R programming; Chapter 10 - Object oriented programming; Chapter 11 - Building an R package; Chapter 12 - Testing and package checking; Chapter 13 - Version control; Chapter 14 - Profiling and optimizing;...

    pdf181p daonhiennhien 03-07-2024 2 1   Download

  • Part 1 of ebook "Data structures and algorithms in Python" provides readers with contents including: Chapter 1 - Python primer; Chapter 2 - Object-oriented programming; Chapter 3 - Algorithm analysis; Chapter 4 - Recursion; Chapter 5 - Array-based sequences; Chapter 6 - Stacks, queues, and deques; Chapter 7 - Linked lists; Chapter 8 - Trees;...

    pdf383p daonhiennhien 03-07-2024 2 1   Download

  • Part 1 of ebook "Foundations of programming languages (Second edition)" provides readers with contents including: Chapter 1 - Introduction; Chapter 2 - Syntax; Chapter 3 - Assembly language; Chapter 4 - Object-oriented programming;...

    pdf192p daonhiennhien 03-07-2024 1 1   Download

  • Part 1 of ebook "Object-oriented analysis, design and implementation: An integrated approach (Second edition)" provides readers with contents including: Chapter 1 - Introduction; Chapter 2 - Basics of object-oriented programming; Chapter 3 - Relationships between classes; Chapter 4 - Language features for object-oriented implementation; Chapter 5 - Elementary design patterns; Chapter 6 - Analysing a system; Chapter 7 - Design and implementation; Chapter 8 - How `object-oriented' is our design;...

    pdf233p daonhiennhien 03-07-2024 2 1   Download

  • Ebook "Introduction to Programming with Fortran (Fourth edition)" new examples on submodules, derived type i/o, object oriented programming, abstract interfaces and procedure pointers, C interop, sorting and searching, statistics and converting to more modern versions of Fortran. Introduction to Programming with Fortran has been written for the complete beginner with little or no programming background as well as existing Fortran programmers and those with programming experience in other languages.

    pdf963p daonhiennhien 03-07-2024 2 1   Download

  • The purpose of this book is to provide tools to design and implement network-orientated applications in .NET. It is also a guide for software designers to choose the best and most efficient way to implement mission critical solutions. The book addresses real-world issues facing professional developers, such as using third-party components as opposed in-house development. It differentiates itself from existing .NET publications because it is aimed at experienced professionals and concentrates on practical, ready-to-use information.

    pdf562p zizaybay1104 29-05-2024 2 2   Download

  • This book makes Java programming easy by taking users step-by-step through implementing real-time updates on web pages, focusing on designing and creating original applications. The companion CD includes the latest Java 2 SDK, source code from the text, sample applets and templates and other programming tools and utilities to help you get started.

    pdf446p zizaybay1104 29-05-2024 5 2   Download

  • Ebook "From coal to biotech: The transformation of DSM with business school support" gives an inside view on the ‘strategic learning cycles’ that have driven this evolutionary transformation. It also discusses the company traits that have contributed to its ability to adapt, grow and prosper. Renowned business schools such as IMD and Babson have accompanied the second transformation of DSM through their executive education programs.

    pdf333p giangdongdinh 30-05-2024 5 2   Download

  • The eXtended Finite Element Method (XFEM) produces high effectiveness in analyzing the crack propagation in structures. In this approach, the crack is modeled through enrichment functions instead of explicitly represented on the geometry. This study presents an object-oriented program to simulate crack propagation in 2-dimensional structures.

    pdf9p dathienlang1012 03-05-2024 2 0   Download

  • Part 1 book "Clean architecture - A craftsman’s guide to software structure and design" includes contents: What is design and architecture, a tale of two values, paradigm overview, structured programming, object oriented programming, functional programming, components, component cohesion, component coupling.

    pdf139p dianmotminh01 14-05-2024 1 0   Download

  • Lecture Web programming - Lesson 7: Object oriented programming. This lesson provides students with content about: object-oriented programming (OOP); class creation; abstract methods and abstract classes; user-level overloading; introspection;... Please refer to the detailed content of the lecture!

    pdf40p codabach1016 03-05-2024 2 1   Download

  • Lecture Object oriented programming - Lesson 1: Introduction. Upon completion of this lesson, students will be able to: recall the basics of programming; approach the object-oriented paradigm; understand the Java background; install and use some basic tools for Java programming;... Please refer to the detailed content of the lecture!

    pdf45p codabach1016 03-05-2024 0 0   Download

  • Lecture Object oriented programming - Lesson 2.1: Java syntax basics. Upon completion of this lesson, students will be able to: understand the Java syntax basics and their semantics for writing a program;... Please refer to the detailed content of the lecture!

    pdf40p codabach1016 03-05-2024 0 0   Download

  • Lecture Object oriented programming - Lesson 2.2: Java syntax basics (cont.). Upon completion of this lesson, students will be able to: develop knowledge about the syntax and semantics of Java programming language;... Please refer to the detailed content of the lecture!

    pdf43p codabach1016 03-05-2024 2 0   Download

  • Lecture Object oriented programming - Lesson 3: Class building. Upon completion of this lesson, students will be able to: understand the application of object oriented principles in Java; acquaint how to declare a class and its members;... Please refer to the detailed content of the lecture!

    pdf38p codabach1016 03-05-2024 6 0   Download

  • Lecture Object oriented programming - Lesson 4: Object initialization and usage. Upon completion of this lesson, students will be able to: acquaint how to initialize and use objects; data initialization and constructor; object declaration and initialization; object usage;... Please refer to the detailed content of the lecture!

    pdf36p codabach1016 03-05-2024 0 0   Download

  • Lecture Object oriented programming - Lesson 5: Encapsulation, overloading and aggregation. Upon completion of this lesson, provides students with content including: encapsulation visibility scope, data hiding; Overloading principles, constructor overloading; Aggregation principles, order of initialization; Class usage any classes, Java classes;... Please refer to the detailed content of the lecture!

    pdf55p codabach1016 03-05-2024 2 0   Download

  • Lecture Object oriented programming - Lesson 6: Inheritance. Upon completion of this lesson, provides students with content including: principles; inheritance hierarchy; sub class definition; order of initialization;... Please refer to the detailed content of the lecture!

    pdf34p codabach1016 03-05-2024 0 0   Download

  • Lecture Object oriented programming - Lesson 7: Overriding, abstract class and interface. Upon completion of this lesson, students will be able to: understand and master some Java techniques for realizing the inheritance; single inheritance and multiple inheritance; abstract class and abstract method;... Please refer to the detailed content of the lecture!

    pdf38p codabach1016 03-05-2024 1 0   Download

CHỦ ĐỀ BẠN MUỐN TÌM

TOP DOWNLOAD
207 tài liệu
1446 lượt tải
ADSENSE

nocache searchPhinxDoc

 

Đồng bộ tài khoản
4=>1