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
-
6781por Baxter-Reynolds, MatthewTabla de Contenidos: “…Implementing "Remember Me"Conclusion; CHAPTER 6 Windows Phone 7: PersistingBookmarks Locally; Approach; Entities; The EntityType Class; The Entity Class; Setting Values in an Entity; Building Bookmark; Displaying Some Fake Bookmarks; Creating Fake Bookmarks; Showing and Populating the View; Implementing Button Clicks; Tombstoning-A Brief Word; Storing Entities in the Data Box; Data Box Basics; Creating the Entity Change Processor; Building the Sync Class; Calling GetAll; Selecting Entities; Implementing Delete All on the Sync; Using the ORM Subsystem to Support Tombstoning; Conclusion…”
Publicado 2011
Libro electrónico -
6782por McDaniel, AdamTabla de Contenidos: “…Display a Moving Progress MeterAdd a Caption to a Figure; Highlight Text; Specify Safe Line Breaks in Long Words; Allow the User to Edit Content; Spell-Check User Content; Declare an Interactive Summary and Details Layout Element; Chapter 4: Styling with CSS3; Introducing CSS3; Validate a Web Browser for CSS3 Support; Select an HTML Element Using Its Class or ID; Select an HTML Element Using an Attribute; Select an HTML Element Using a Specific Attribute Value; Select an HTML Element Using a Partial Attribute Value; Select an HTML Element Using the Structural Type Pseudo-Class…”
Publicado 2012
Libro electrónico -
6783Publicado 2014Tabla de Contenidos: “…Observers; 3.1 Isometry-Based Changes in Observers; 3.1.1 Class 1: Leaving Invariant the Reference Space; 3.1.2 Class 2: Changing the Reference Space by Isometries; 3.2 Diffeomorphism-Based Changes in Observers; 3.2.1 Generalized Class 1; 3.2.2 Generalized Class 2; 3.3 Notes on Definitions and Use of Changes in Observers…”
Libro electrónico -
6784Publicado 2021Tabla de Contenidos: “…-- Working with Sets -- Chapter 4 Cruising Massive Data with Dictionaries -- Understanding Data Dictionaries -- Creating a Data Dictionary -- Accessing dictionary data -- Getting the length of a dictionary -- Seeing whether a key exists in a dictionary -- Getting dictionary data with get() -- Changing the value of a key -- Adding or changing dictionary data -- Looping through a Dictionary -- Data Dictionary Methods -- Copying a Dictionary -- Deleting Dictionary Items -- Having Fun with Multi-Key Dictionaries -- Using the mysterious fromkeys and setdefault methods -- Nesting dictionaries -- Chapter 5 Wrangling Bigger Chunks of Code -- Creating a Function -- Commenting a Function -- Passing Information to a Function -- Defining optional parameters with defaults -- Passing multiple values to a function -- Using keyword arguments (kwargs) -- Passing multiple values in a list -- Passing in an arbitrary number of arguments -- Returning Values from Functions -- Unmasking Anonymous Functions -- Chapter 6 Doing Python with Class -- Mastering Classes and Objects -- Creating a Class -- Creating an Instance from a Class -- Giving an Object Its Attributes -- Creating an instance from a class -- Changing the value of an attribute -- Defining attributes with default values -- Giving a Class Methods -- Passing parameters to methods -- Calling a class method by class name -- Using class variables -- Using class methods -- Using static methods -- Understanding Class Inheritance -- Creating the base (main) class -- Defining a subclass…”
Libro electrónico -
6785Publicado 2017Tabla de Contenidos: “…Exercise 3.4 - Practice exception handling -- Exercise 3.5 - Explore topics -- Summary -- Chapter 4: Writing, Debugging, and Testing Functions -- Writing functions -- Writing a times table function -- Writing a function that returns a value -- Writing mathematical functions -- Formatting numbers for output -- Calculating factorials with recursion -- Debugging an application during development -- Creating an application with a deliberate bug -- Setting a breakpoint -- The debugging toolbar -- Debugging windows -- Stepping through code -- Customizing breakpoints -- Logging during development and runtime -- Instrumenting with Debug and Trace -- Writing to the default trace listener -- Configuring trace listeners -- Switching trace levels -- Unit testing functions -- Creating a class library that needs testing with Visual Studio 2017 -- Creating a unit test project with Visual Studio 2017 -- Creating a class library that needs testing with Visual Studio Code -- Writing unit tests -- Running unit tests with Visual Studio 2017 -- Running unit tests with Visual Studio Code -- Practicing and exploring -- Exercise 4.1 - Test your knowledge -- Exercise 4.2 - Practice writing functions with debugging and unit testing -- Exercise 4.3 - Explore topics -- Summary -- Chapter 5: Building Your Own Types with Object-Oriented Programming -- Talking about OOP -- Building class libraries -- Creating a class library with Visual Studio 2017 -- Creating a class library with Visual Studio Code -- Defining a class -- Instantiating a class -- Referencing an assembly using Visual Studio 2017 -- Referencing an assembly using Visual Studio Code -- Importing a namespace -- Managing multiple projects with Visual Studio Code -- Inheriting from System.Object -- Storing data with fields -- Defining fields -- Understanding access modifiers -- Storing a value using the enum keyword…”
Libro electrónico -
6786Publicado 2021Tabla de Contenidos: “…Classes -- Classes and Case Classes -- 5.1 Choosing from Domain Modeling Options -- Problem -- Solution -- Discussion -- See Also -- 5.2 Creating a Primary Constructor -- Problem -- Solution -- Discussion -- 5.3 Controlling the Visibility of Constructor Fields -- Problem -- Solution -- Discussion -- See Also -- 5.4 Defining Auxiliary Constructors for Classes -- Problem -- Solution -- Discussion -- 5.5 Defining a Private Primary Constructor -- Problem -- Solution -- Discussion -- 5.6 Providing Default Values for Constructor Parameters -- Problem -- Solution -- Discussion -- 5.7 Handling Constructor Parameters When Extending a Class -- Problem -- Solution -- Discussion -- 5.8 Calling a Superclass Constructor -- Problem -- Solution -- Discussion -- 5.9 Defining an equals Method (Object Equality) -- Problem -- Solution -- Discussion…”
Libro electrónico -
6787por Simpson, AlanTabla de Contenidos: “…-- Working with Sets -- Chapter 4 Cruising Massive Data with Dictionaries -- Understanding Data Dictionaries -- Creating a Dictionary -- Accessing dictionary data -- Getting the length of a dictionary -- Seeing whether a key exists in a dictionary -- Getting dictionary data with get() -- Changing the value of a key -- Adding or changing dictionary data -- Looping through a Dictionary -- Dictionary Methods -- Copying a Dictionary -- Deleting Dictionary Items -- Having Fun with Multi-Key Dictionaries -- Using the mysterious fromkeys and setdefault methods -- Nesting dictionaries -- Creating a dictionary from list comprehension -- Chapter 5 Wrangling Bigger Chunks of Code -- Creating a Function -- Commenting a Function -- Passing Information to a Function -- Defining optional parameters with defaults -- Passing multiple values to a function -- Using keyword arguments (kwargs) -- Passing multiple values in a list -- Passing in an arbitrary number of arguments -- Returning Values from Functions -- Unmasking Anonymous Functions -- Chapter 6 Doing Python with Class -- Mastering Classes and Objects -- Creating a Class -- Creating an Instance from a Class -- Giving an Object Its Attributes -- Creating an instance from a class -- Changing the value of an attribute -- Defining attributes with default values -- Giving a Class Methods -- Passing parameters to methods -- Calling a class method by class name -- Using class variables -- Using class methods -- Using static methods -- Understanding Class Inheritance -- Creating the base (main) class -- Defining a subclass -- Overriding a default value from a subclass -- Adding extra parameters from a subclass -- Calling a base class method…”
Publicado 2024
Libro electrónico -
6788Publicado 2020Tabla de Contenidos: “…The Idealized Elite University ; Class and Class-Mindedness ; The McGill Bubble: A "Sea of Whiteness" ; "White Hallways" by Cora-Lee ; The Professoriate ; On Mentorship and Academic "Expertise" ; The Power of the Prof ; Conclusion: Expectations Meet Experience -- 5. …”
Libro electrónico -
6789por Schultze, George J., 1970-Tabla de Contenidos: “…The RCB Constitutes The "Highest And Best" Offer To Maximize Value Of The Remaining Warrants In The Class 7 Warrant PackageB. The Term Sheet Fails To Provide Class 7 Claimants With The Benefit Of Their Bargain Under The Plan; C. …”
Publicado 2012
Libro electrónico -
6790Publicado 2018Tabla de Contenidos: “…-- 7.3 Configuring relationships -- 7.4 Configuring relationships By Convention -- 7.4.1 What makes a class an entity class? -- 7.4.2 An example of an entity class with navigational properties -- 7.4.3 How EF Core finds foreign keys By Convention…”
Libro electrónico -
6791Publicado 2019Tabla de Contenidos: “…-- Changing, Adding, and Removing Elements -- Organizing a List -- Avoiding Index Errors When Working with Lists -- Summary -- 4 WORKING WITH LISTS -- Looping Through an Entire List -- Avoiding Indentation Errors -- Making Numerical Lists -- Working with Part of a List -- Tuples -- Styling Your Code -- Summary -- 5 IF STATEMENTS -- A Simple Example -- Conditional Tests -- if Statements -- Using if Statements with Lists -- Styling Your if Statements -- Summary -- 6 DICTIONARIES -- A Simple Dictionary -- Working with Dictionaries -- Looping Through a Dictionary -- Nesting -- Summary -- 7 USER INPUT AND WHILE LOOPS -- How the input() Function Works -- Introducing while Loops -- Using a while Loop with Lists and Dictionaries -- Summary -- 8 FUNCTIONS -- Defining a Function -- Passing Arguments -- Return Values -- Passing a List -- Passing an Arbitrary Number of Arguments -- Storing Your Functions in Modules -- Styling Functions -- Summary -- 9 CLASSES -- Creating and Using a Class -- Working with Classes and Instances -- Inheritance -- Importing Classes -- The Python Standard Library -- Styling Classes -- Summary…”
Libro electrónico -
6792Publicado 2005Tabla de Contenidos: “…. -- Item 7: Declare destructors virtual in polymorphic base classes. -- Item 8: Prevent exceptions from leaving destructors. -- Item 9: Never call virtual functions during construction or destruction. -- Item 10: Have assignment operators return a reference to *this. -- Item 11: Handle assignment to self in operator=. -- Item 12: Copy all parts of an object. -- Chapter 3: Resource Management -- Item 13: Use objects to manage resources. -- Item 14: Think carefully about copying behavior in resource-managing classes. -- Item 15: Provide access to raw resources in resource-managing classes. -- Item 16: Use the same form in corresponding uses of new and delete. -- Item 17: Store newed objects in smart pointers in standalone statements. -- Chapter 4: Designs and Declarations -- Item 18: Make interfaces easy to use correctly and hard to use incorrectly. -- Item 19: Treat class design as type design. -- Item 20: Prefer pass-by-reference-to-const to pass-by-value. -- Item 21: Don't try to return a reference when you must return an object. -- Item 22: Declare data members private. -- Item 23: Prefer non-member non-friend functions to member functions. -- Item 24: Declare non-member functions when type conversions should apply to all parameters. -- Item 25: Consider support for a non-throwing swap…”
Libro electrónico -
6793por Heijst, Annelies vanTabla de Contenidos: “…Acknowledgements; Introduction; Chapter One: A History of Care; Chapter Two: Caring for Roosje; Chapter Three: Men in Association: Class and Charity; Chapter Four: Ladies and Housemaids: Gender and Charity; Chapter Five: Powerful and Empowering Care: Confession and Charity; Chapter Six: From the Viewpoint of Care Receivers; Chapter Seven: The Care Vision in the Normative Texts; Chapter Eight: Caring for the Children of God; Chapter Nine: The Making of Charitable History; Chapter Ten: The Ethics of Charitable Care…”
Publicado 2008
Click para texto completo desde fuera UPSA
Click para texto completo desde UPSA
Libro electrónico -
6794Publicado 2013Tabla de Contenidos: “…Front Cover; Dedication; Contents; Preface; Author; Chapter 1: Introduction and overview; Chapter 2: Basic ideas of classical and quantum computational models and complexity classes; Chapter 3: Mathematical tools and simple quantum mechanics required for quantum computing; Chapter 4: Quantum gates and quantum circuits; Chapter 5: Quantum algorithms; Chapter 6: Quantum error correction; Chapter 7: Quantum teleportation and superdense coding; Chapter 8: Quantum cryptography; Bibliography; Back Cover…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
6795por West, John. authorTabla de Contenidos: “…Asia’s Mythical Middle Class Society -- 3. Getting Better Value Out of Global Value Chains -- 4. …”
Publicado 2018
Libro electrónico -
6796por Mantysaari, PetriTabla de Contenidos: “…Funding: Introduction -- Reduction of External Funding Needs -- Debt -- Equity and Shareholders#x2019; Capital -- Mezzanine -- Chain Structures and Control -- Exit: Introduction -- Exit of Different Classes of Investors -- Exit of Shareholders -- Takeovers: Introduction -- Acquisition of Shares in a Privately-owned Company for Cash -- Due Diligence and Disclosures -- Excursion: Merger Control -- Excursion: Sovereign Wealth Funds -- Key Provisions of the Acquisition Agreement -- Duties of the Board in the Context of Takeovers -- Takeover Defences -- A Listed Company as the Target -- Acquisition Finance…”
Publicado 2010
Libro electrónico -
6797Publicado 2017Tabla de Contenidos: “…Spanish exclamatives in perspective: a survey of properties, classes, and current theoretical issues / Ignacio Bosque -- Mas-support / Luis Saez -- Optative exclamatives in Spanish / Cristina Sanchez Lopez -- Exclamatives in (Argentinian) Spanish and their next of kin / Pascual Jose Masullo -- At-issue material in Spanish degree exclamatives: an experimental study / Xavier Villalba -- Exclamative sentences and extreme degree quantification / Raquel Gonzalez Rodriguez -- Embedded exclamatives and the ingredients of grounded belief / Javier Gutierrez-Rexach and Patricia Andueza…”
Libro electrónico -
6798Publicado 2021Tabla de Contenidos: “…Introduction : Women's Education and the College of Notre Dame of Maryland -- American Catholics and Female Higher Education : Founding Catholic Women's Colleges -- Women Educating Women : Catholic Ways and Means -- Divided or Diverse? Questions of Class, Race, and Religious Life -- Educating Catholic Women : The Liberal and Practical Arts at the College of Notre Dame -- Sectarian or Free? …”
Libro electrónico -
6799Publicado 2014Tabla de Contenidos: “…Front Cover; Contents; List of Principal Symbols; Preface; Authors; Chapter 1: Introduction; Chapter 2: An Alternative Class of Orthogonal Functions; Chapter 3: Walsh Domain Operational Method of System Analysis; Chapter 4: Analysis of Pulse-Fed Single- Input Single-Output Systems; Chapter 5: Analysis of Controlled Rectifier Circuits; Chapter 6: Analysis of Inverter Circuits; Appendix A: Introduction to Linear Algebra; Appendix B: Selected MATLAB® Programs; Back Cover…”
Libro electrónico -
6800Publicado 2021Tabla de Contenidos: “…Graduation Day: Slightly Larger Programming Projects -- 9. UML Class Diagrams…”
Libro electrónico