Mostrando 5,961 - 5,980 Resultados de 13,910 Para Buscar '"The Class"', tiempo de consulta: 0.10s Limitar resultados
  1. 5961
    Publicado 1996
    “…Analyser les méthodes cognitives à la lumière des fondements théoriques les plus pertinents et dégager les ressources directement utilisables en class e en donnant des exemples pratiques, telle est la finalité de ce livre…”
    Libro
  2. 5962
    por Noll, Mark A., 1946-
    Publicado 2001
    Tabla de Contenidos: “…Historical overview -- Constituencies in North America and the world -- The significance of Billy Graham -- Beliefs -- Region, class, race -- Gender -- Roman Catholics -- Science -- Politics -- Evangelical politics : a better way -- Learning a lesson from Canada -- Evangelicalism at its best…”
    Libro
  3. 5963
    Publicado 2017
    Tabla de Contenidos: “…Introduction -- Phonology -- Nouns and verbs -- Closed word classes -- The noun phrase -- Possession -- The verb phrase -- The verbal clause -- Nonverbal and copular clauses -- Mood and negation -- Combining clauses…”
    Libro electrónico
  4. 5964
    Publicado 2010
    Tabla de Contenidos: “…Introduction -- Lexical structure -- Basic concepts -- Types -- Variables -- Conversions -- Expressions -- Statements -- Namespaces -- Classes -- Structs -- Arrays -- Interfaces -- Enums -- Delegates -- Exceptions -- Attributes -- Unsafe code…”
    Libro electrónico
  5. 5965
    por Rahman, Mohammad
    Publicado 2013
    Tabla de Contenidos: “…Associative ArraysVariables; Default Values for the Variables; Variable Storage; Stack; Heap; Types of Variables; Static Variables; Instance Variables; Array Elements; Value Parameters; Reference Parameters; Output Parameters; Local Variables; Parameters; Types of Parameter Passing; Kinds of Operators; Statements; Labeled Statements; Declaration Statements; Embedded Statement; Namespaces; Class; Object; Class Members; Accessibility; Types of Classes; Abstract classes; Sealed Classes; Static Classes; Constructor; Default Constructors; Private Constructors…”
    Libro electrónico
  6. 5966
    por Lott, Joey
    Publicado 2008
    Tabla de Contenidos:
    Libro electrónico
  7. 5967
    por Braunstein, Roger, 1981-
    Publicado 2008
    Tabla de Contenidos: “…Chapter 2: Understanding ActionScript 3.0 Language BasicsUsing Variables; Using Access Controls; Introducing Scope; Introducing the Data Types; Working with Operators; Making Logical Choices with Conditionals; Repeating Actions Using Loops; Commenting Your Code; Summary; Chapter 3: Programming with Classes; Understanding Classes; Understanding Terminology; Understanding Encapsulation; Understanding Packages; Using Inheritance; Using Access Control Attributes with Classes; Using Methods in Classes; Using Properties in Classes; Overriding Behavior; Using Static Methods and Properties…”
    Libro electrónico
  8. 5968
    por Lee, Wei-Meng
    Publicado 2009
    Tabla de Contenidos: “…Chapter 3: C# Language FoundationsUsing Visual Studio 2008; Using the C# Compiler (csc. exe); Dissecting the Program; Language Syntax; Data Types; Flow Control; Looping; Operators; Preprocessor Directives; Summary; Chapter 4: Classes and Objects; Classes; System.Object Class; Structures; Summary; Chapter 5: Interfaces; Defining an Interface; Implementing an Interface; Implementing Multiple Interfaces; Extending Interfaces; Interface Casting; The is and as Operators; Overriding Interface Implementations; Summary; Chapter 6: Inheritance; Understanding Inheritance in C#…”
    Libro electrónico
  9. 5969
    por Solter, Nicholas, 1977-
    Publicado 2005
    Tabla de Contenidos: “…Using Language Features with StyleFormatting; Stylistic Challenges; Summary; Chapter 8: Gaining Proficiency with Classes and Objects; Introducing the Spreadsheet Example; Writing Classes; Object Life Cycles; Summary; Chapter 9: Mastering Classes and Objects; Dynamic Memory Allocation in Objects; Different Kinds of Data Members; More about Methods; Nested Classes; Friends; Operator Overloading; Pointers to Methods and Members; Building Abstract Classes; Summary; Chapter 10: Discovering Inheritance Techniques; Building Classes with Inheritance; Inheritance for Reuse; Respect Your Parents…”
    Libro electrónico
  10. 5970
    Publicado 2015
    Tabla de Contenidos: “…""Table of Contents""; ""Title""; ""Copyright""; ""Introduction""; ""1: Integrals""; ""1.1 Riemann integrals""; ""1.2 Lebesgue integrals""; ""1.3 Matlab® classes for a Riemann integral by trapezoidal integration""; ""1.4 Matlab® classes for Lebesgue's integral""; ""1.5 Matlab® classes for evaluation of the integrals when/is defined by a subprogram""; ""1.6 Matlab® classes for partitions including the evaluation of the integrals""; ""2: Variational Methods for Algebraic Equations""; ""2.1 Linear systems""; ""2.2 Algebraic equations depending upon a parameter""; ""2.3 Exercises""…”
    Libro electrónico
  11. 5971
    por Maharry, Daniel
    Publicado 2013
    Tabla de Contenidos: “…Arrays of ArraysCasts; Ambient Declarations; Functions; Variations on a Signature; Positional Parameters; Optional Parameters; Rest Parameter; Function Overloads; Classes; Class Members; Properties and Fields; Methods; Arrow Functions; Constructors; Events; Access Modifiers; Instantiating Classes; Static Classes and Members; Object Literals vs. …”
    Libro electrónico
  12. 5972
    por DiMarzio, J. F.
    Publicado 2012
    Tabla de Contenidos: “…Chapter 6: Collision Detection and In-Game PhysicsChapter 7: Keeping Score; Chapter 8: Adding More Levels; Summary; Chapter 3 Creating a Menu; Before You Begin; Creating the Splash Screen and Main Menu; PrisonbreakActivity; PBMainMenu; Summary; Chapter 4 Drawing the BackgroundIn; Starting the Game; Creating the SurfaceView and Renderer; Creating the Background Class; Drawing the Background; Summary; Chapter 5 Creating the Player Character and Obstacles; Before You Begin; Creating the Player Paddle Class; Creating the Brick Class; Create the PBBall Class; The PBRow and the PBWall…”
    Libro electrónico
  13. 5973
    Tabla de Contenidos: “…V, Section 4: Persia and its kings, Part I: Persia and the four classes of its kings: the first class, the Pišdadians: Usahang -- Tahmurat -- Ǧamšid -- Biwarasf -- Faridun -- Manusǧihr -- Zaw -- Karšasf -- Mention of the second class of Persians, the Kayanids: Kay Qubad -- Kay Kawus -- Kay Husraw -- Kay Luhrasf -- Kay Bistasf -- Kay Ardašir Bahman -- Humani -- Darius the Elder -- Xerxes -- Darius the Younger -- Alexander -- The mention of Nibyadah bt. …”
    Libro electrónico
  14. 5974
    Publicado 2011
    Tabla de Contenidos: “…part Part I Foundations -- chapter 1 Computer Systems and Software -- chapter 2 Python Program Components -- chapter 3 Functions -- chapter 4 Repetition: For Loops -- chapter 5 Computer Memory: Integers -- chapter 6 Selection: If Statements -- chapter 7 Algorithm Design and Debugging -- chapter 8 Repetition: While Loops -- chapter Project: Newton's Method -- chapter 9 Computer Memory: Floats -- chapter 10 Simulation -- chapter Project: Visualization -- part Part II Collections and Files -- chapter 11 Strings -- chapter 12 Building Strings -- chapter Project: ISBN Check Digits -- chapter 13 Computer Memory: Text -- chapter 14 Lists -- chapter Project: Program Performance -- chapter Project: Heat Diffusion -- chapter 15 Files -- chapter 16 String Methods -- chapter Project: File Compression -- chapter 17 Mutable and Immutable Objects -- chapter Project: Hangman -- chapter 18 Dictionaries -- chapter Project: ELIZA -- chapter Project: Shannon Entropy -- chapter Project: Reading DNA Frames -- part Part III Selected Topics -- chapter 19 Sound Manipulation -- chapter 20 Sound Synthesis -- chapter 21 Image Manipulation -- chapter Project: Image Filters -- chapter 22 Image Synthesis -- chapter 23 Writing Classes -- chapter 24 Cooperating Classes -- chapter Case Study: PPM Image Class -- chapter 25 Related Classes -- chapter 26 Functional Programming -- chapter 27 Parallel Programming -- chapter 28 Graphical User Interfaces…”
    Libro electrónico
  15. 5975
    por Stout, Edgar Lee, 1938-
    Publicado 2007
    Tabla de Contenidos: “…Some General Properties of Polynomially Convex Sets -- Sets of Finite Length -- Sets of Class A1 -- Further Results -- Approximation -- Varieties in Strictly Pseudoconvex Domains -- Examples and Counterexamples…”
    Libro electrónico
  16. 5976
    por PremKumar, Lawrence
    Publicado 2010
    Tabla de Contenidos: “…to RIA -- to JavaFX -- Data Types -- Operators and Expressions -- Functions -- Class Definitions -- Access Specifiers -- Inheritance -- Data Binding -- Sequences -- Triggers -- to JavaFX UI Elements -- to Animation…”
    Libro electrónico
  17. 5977
    Publicado 2014
    Tabla de Contenidos: “…The basics -- User-defined types -- Modularity -- Classes -- Templates -- Library overview -- Strings and regular expressions -- I/O streams -- Containers -- Algorithms -- Utilities -- Numerics -- Concurrency -- History and compatibility…”
    Libro electrónico
  18. 5978
    Publicado 1976
    Tabla de Contenidos: “…Textes réunis / Révolution. Classe. Parti. Textes réunis…”
    Libro
  19. 5979
    por Miller, Toby
    Publicado 2007
    Tabla de Contenidos: “…-- Television terror: being ignorant, living in Manhattan -- Television food: from Brahmin Julia to working-class Emeril -- Television weather: tomorrow will be-- risky and disciplined…”
    Libro
  20. 5980
    Publicado 2015
    Tabla de Contenidos:
    Libro electrónico