Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 693
- Application software 600
- Engineering & Applied Sciences 492
- Historia 486
- History 440
- Java (Computer program language) 404
- Computer Science 396
- Python (Computer program language) 308
- Computer programming 291
- Classes socials 233
- Web site development 227
- Design 223
- Programming 222
- Història 212
- Microsoft .NET Framework 193
- Education 188
- Management 181
- Web sites 178
- Computer software 177
- Programming languages (Electronic computers) 171
- Clases sociales 170
- Ensenyament 158
- JavaScript (Computer program language) 155
- Computer programs 154
- Object-oriented programming (Computer science) 154
- C# (Computer program language) 151
- Social aspects 138
- C++ (Computer program language) 133
- Social conditions 128
- Software engineering 122
-
6321por Olsson, Mikael. authorTabla 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""…”
Publicado 2013
Libro electrónico -
6322Publicado 2015Tabla 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 -
6323por Smith, Ben (Software engineer). authorTabla 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""…”
Publicado 2015
Libro electrónico -
6324Publicado 2016Tabla de Contenidos:Libro electrónico
-
6325Publicado 2014Tabla 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 -
6326por Wang, Wallace. authorTabla 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…”
Publicado 2017
Libro electrónico -
6327por Bucanek, JamesTabla 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…”
Publicado 2010
Libro electrónico -
6328por Dmitrović, Slobodan. authorTabla de Contenidos: “…Scope and Lifetime -- 21. Exercises -- 22. Classes - Part I -- 23. Exercises -- 24. Classes – Part II -- 25. …”
Publicado 2020
Libro electrónico -
6329por Prosise, JeffTabla 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. …”
Publicado 2002
Libro electrónico -
6330Publicado 2016Tabla 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 -
6331por Jordan, Lucas L.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…”
Publicado 2012
Libro electrónico -
6332Publicado 2015Tabla 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 -
6333Publicado 2015Tabla 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 -
6334
-
6335Publicado 2004Tabla 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 -
6336por Petroutsos, EvangelosTabla 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…”
Publicado 2010
Libro electrónico -
6337por Jackson, Wallace. authorTabla 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 â€? …”
Publicado 2014
Libro electrónico -
6338Publicado 2007Tabla 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 -
6339Publicado 2007Tabla 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 -
6340Publicado 2018Tabla de Contenidos: “…Graphs, Prime Numbers, and Complexity Classes Other Books You May Enjoy…”
Libro electrónico