Mostrando 6,321 - 6,340 Resultados de 13,910 Para Buscar '"The Class"', tiempo de consulta: 0.11s Limitar resultados
  1. 6321
    por Olsson, Mikael. author
    Publicado 2013
    Tabla de Contenidos: “…""Chapter 14: Inheritance""""Upcasting""; ""Downcasting""; ""Multiple inheritance""; ""Chapter 15: Overriding""; ""Hiding derived members""; ""Overriding derived members""; ""Base class scoping""; ""Calling base class constructor""; ""Chapter 16: Access Levels""; ""Private access""; ""Protected access""; ""Public access""; ""Access level guideline""; ""Friend classes and functions""; ""Public, protected and private inheritance""; ""Chapter 17: Static""; ""Static fields""; ""Static methods""; ""Static local variables""; ""Static global variables""; ""Chapter 18: Enum""; ""Enum example""…”
    Libro electrónico
  2. 6322
    Publicado 2015
    Tabla de Contenidos: “…Unit testing with TDD""; ""TestNG""; ""The @Test annotation""; ""The @BeforeSuite, @BeforeTest, @BeforeGroups, @AfterGroups, @AfterTest, and @AfterSuite annotations""; ""The @BeforeClass and @AfterClass annotations""; ""The @BeforeMethod and @AfterMethod annotations""; ""The @Test(enable = false) annotation argument""; ""The @Test(expectedExceptions = SomeClass.class) annotation argument""; ""TestNG vs JUnit summary""; ""Remote controlled ship requirements""; ""Developing the remote-controlled ship""; ""Project setup""; ""Helper classes""…”
    Libro electrónico
  3. 6323
    Tabla de Contenidos: “…""Contents at a Glance""; ""Contents""; ""About the Author""; ""About the Technical Reviewers""; ""Acknowledgments""; ""Introduction""; ""Chapter 1: Object-Oriented Programming""; ""Encapsulation""; ""Polymorphism""; ""Inheritance""; ""Data Hiding""; ""ActionScript as an Object-Oriented Language""; ""Defining an External Definition""; ""Parts of a Class""; ""The Constructor""; ""Custom Namespaces""; ""Declaring the Namespace Identifier""; ""Applying a Custom Namespace""; ""Opening a Namespace within a Class""; ""Constructing an Interface""; ""Change""; ""General Terms and Definitions""…”
    Libro electrónico
  4. 6324
    Publicado 2016
    Tabla de Contenidos:
    Libro electrónico
  5. 6325
    Publicado 2014
    Tabla de Contenidos: “…Theory of Center-Focus and Bifurcation of Limit Cycles at Infinity of a Class of Systems -- Chapter 6. Theory of Center-Focus and Bifurcations of Limit Cycles for a Class of Multiple Singular Points -- Chapter 7 On Quasi Analytic Systems -- Chapter 8. …”
    Libro electrónico
  6. 6326
    por Wang, Wallace. author
    Publicado 2017
    Tabla de Contenidos: “…Introduction -- Understanding programming -- Getting to know Xcode 8 -- The basics of creating a Mac program -- Getting help -- Learning Swift with playgrounds -- Manipulating numbers and strings -- Making decisions with Branches -- Repeating code with loops -- Arrays and dictionaries -- Tuples and sets -- Storing code in functions -- Defining custom data types -- Creating classes and objects -- Inheritance, polymorphism, and extending classes -- Creating a user interface -- Working with storyboards -- Choosing commands with buttons -- Making choices with radio buttons, check boxes, date pickers, and sliders -- Using text with labels, text fields, and combo boxes -- Designing a user interface with constraints -- Using alerts and panels -- Creating pull-down menus -- Programming the touch bar -- Protocol-oriented programming -- Defensive programming -- Simplifying user interface design -- Debugging your programs -- Planning a program before and after coding…”
    Libro electrónico
  7. 6327
    por Bucanek, James
    Publicado 2010
    Tabla de Contenidos: “…Professional Xcode 3; ABOUT THE AUTHOR; CREDITS; ACKNOWLEDGMENTS; CONTENTS; INTRODUCTION; Chapter 1: Installing Xcode; Chapter 2: The Grand Tour; Chapter 3: Xcode Layout; Chapter 4: The Project; Chapter 5: Sources; Chapter 6: Editing Text; Chapter 7: Syntax-Aware Editing; Chapter 8: Searching; Chapter 9: Class Browser; Chapter 10: Refactoring; Chapter 11: Snapshots; Chapter 12: Help and Documentation; Chapter 13: Interface Builder; Chapter 14: Class Modeling; Chapter 15: Data Modeling; Chapter 16: Targets; Chapter 17: Building Projects; Chapter 18: Debugging; Chapter 19: Performance Analysis…”
    Libro electrónico
  8. 6328
    por Dmitrović, Slobodan. author
    Publicado 2020
    Tabla de Contenidos: “…Scope and Lifetime -- 21. Exercises -- 22. Classes - Part I -- 23. Exercises -- 24. Classes – Part II -- 25. …”
    Libro electrónico
  9. 6329
    por Prosise, Jeff
    Publicado 2002
    Tabla de Contenidos: “…Types and Exceptions; .NET Framework Data Types; Dynamic Linking; Exception Handling; Next Up: The .NET Framework Class Library; Chapter 3. The .NET Framework Class Library; File and Stream I/O; Collections; Regular Expressions; Internet Classes; Data Access; Reflection; The FCL in Review; Chapter 4. …”
    Libro electrónico
  10. 6330
    Publicado 2016
    Tabla de Contenidos: “…Creating tablesInserting data; Reading data; JDBC summary; Functional wrappers for JDBC; Safer JDBC connections with the loan pattern; Enriching JDBC statements with the ""pimp my library"" pattern; Wrapping result sets in a stream; Looser coupling with type classes; Type classes; Coding against type classes; When to use type classes; Benefits of type classes; Creating a data access layer; Summary; References; Chapter 6: Slick - A Functional Interface for SQL; FEC data; Importing Slick; Defining the schema; Connecting to the database; Creating tables; Inserting data; Querying data; Invokers…”
    Libro electrónico
  11. 6331
    por Jordan, Lucas L.
    Publicado 2012
    Tabla de Contenidos: “…Actor Subclasses: Viper02Actor Subclass: Asteroid02; Drawing Actors on the Screen; Updating the UIView for Each Actor; Placing UIImageView in the Screen; Actor State and Animations; The Tumbling Effect; The Rotating Effect; Summary; Chapter 6 Create Your Characters: Game Engine, Image Actors, and Behaviors; Understanding the Game Engine Classes; The GameController Class; Setting Up GameController; Calling displayLinkCalled and updateScene; Updating updateScene; Calling doAddActors and doRemoveActors; Adding and Removing Actors; Sorting Actors; Managing the UIView; The Actor Class…”
    Libro electrónico
  12. 6332
    Publicado 2015
    Tabla de Contenidos: “…Chapter 2: The Core ConceptsThe class system; Naming conventions; Writing your first class; Simple inheritance; Preprocessors and postprocessors; Mixing many classes (the use of mixins); An explanation of mixins; Using the mixinConfig property; Configurations; Statics methods and properties; Explanation; The Singleton class; Aliases; Loading classes on demand; Enabling the loader; Working with the DOM; Getting elements; Query - how do we find them?…”
    Libro electrónico
  13. 6333
    Publicado 2015
    Tabla de Contenidos: “…; Objects and Classes; Variables and Scope; Object-Oriented Programming; Chapter 9: Inheriting the Magic of Ruby; Her Majesty's Menagerie; A Brush-Up on Classes ; A Couple of Classes; Inheritance and DRY Code; Subclass and Superclass…”
    Libro electrónico
  14. 6334
    por Fitzgerald, Michael
    Publicado 2007
    Tabla de Contenidos:
    Libro electrónico
  15. 6335
    Publicado 2004
    Tabla de Contenidos: “…; Managing a Project; Adding Classes; Modifying Properties; Importing and Exporting Visual Basic Code; Editing; Managing Editor Options; Running and Debugging Code; Using Watches; Using the Object Browser; Summary; Chapter 3: The Application Object; Globals; The Active Properties; Display Alerts; Screen Updating; Evaluate; InputBox; StatusBar; SendKeys; OnTime; OnKey; Worksheet Functions; Caller; Summary; Chapter 4: Object-Oriented Theory and VBA; Comparing Classes and Interfaces…”
    Libro electrónico
  16. 6336
    por Petroutsos, Evangelos
    Publicado 2010
    Tabla de Contenidos: “…; Building the Minimal Class; A ''Real'' Class; Operator Overloading; The Bottom Line; Chapter 9: Building Custom Windows Controls; On Designing Windows Controls; Enhancing Existing Controls; Building Compound Controls…”
    Libro electrónico
  17. 6337
    por Jackson, Wallace. author
    Publicado 2014
    Tabla de Contenidos: “…""ViewGroup.LayoutParams: Nested Class Controls Layout""""ViewGroup.MarginLayoutParams: Nested Class for Margin""; ""The Difference Between Margins and Padding Parameters""; ""Animating Your ViewGroup: LayoutAnimationController""; ""Create a UserInterface Project and pro.android.ui Package""; ""The New Android Application Dialog""; ""New Android Application â€? …”
    Libro electrónico
  18. 6338
    Publicado 2007
    Tabla de Contenidos: “…Dirichlet Series and Polynomial Euler Products -- Interlude: Results from Probability Theory -- Limit Theorems -- Universality -- The Selberg Class -- Value-Distribution in the Complex Plane -- The Riemann Hypothesis -- Effective Results -- Consequences of Universality -- Dirichlet Series with Periodic Coefficients -- Joint Universality -- L-Functions of Number Fields…”
    Libro electrónico
  19. 6339
    Publicado 2007
    Tabla de Contenidos: “…Spatial Point Processes and their Applications -- Random Polytopes, Convex Bodies, and Approximation -- Integral Geometric Tools for Stochastic Geometry -- Random Sets (in Particular Boolean Models) -- Random Mosaics -- On the Evolution Equations of Mean Geometric Densities for a Class of Space and Time Inhomogeneous Stochastic Birth-and-growth Processes…”
    Libro electrónico
  20. 6340
    Publicado 2018
    Tabla de Contenidos: “…Graphs, Prime Numbers, and Complexity Classes Other Books You May Enjoy…”
    Libro electrónico