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
-
8821por West, DavidTabla de Contenidos: “…Chapter 4: Metaphor: Bridge to the UnfamiliarThe Lego Brick Metaphor; The Object-as-Person Metaphor; Software as Theater; Programmers as Directors; Ants, Not Autocrats; Two Human-Derived Metaphors; Inheritance; Responsibility; Thinking Like an Object; Chapter 5: Vocabulary: Words to Think With; Essential Terms; Object; Responsibility; Message; Interface (Protocol); Extension Terms; Collaboration and Collaborator; Class; Class Hierarchy (Library); Abstract/Concrete; Inheritance; Delegation; Polymorphism; Encapsulation; Component; Framework; Pattern; Implementation Terms; Method; Variable…”
Publicado 2004
Libro electrónico -
8822por Gupta, Saurabh K.Tabla de Contenidos: “…Manipulating collection elementsCollection initialization; Summary; Practice exercise; Chapter 4: Using Advanced Interface Methods; Understanding external routines; Architecture of external routines; Oracle Net Configuration; TNSNAMES.ora; LISTENER.ora; Oracle Net Configuration verification; Benefits of external procedures; Executing external C programs from PL/SQL; Executing C program through external procedure-development steps; Executing Java programs from PL/SQL; Calling a Java class method from PL/SQL; Uploading a Java class into the database-development steps…”
Publicado 2012
Libro electrónico -
8823por Perry, William E.Tabla de Contenidos: “…Effective Methods for Software Testing, Third Edition; About the Author; Contents; Introduction; Part I: Assessing Testing Capabilities and Competencies; Chapter 1: Assessing Capabilities, Staff Competency, and User Satisfaction; The Three-Step Process to Becoming a World-Class Testing Organization; Step 1: Define a World-Class Software Testing Model; Step 2: Develop Baselines for Your Organization; Step 3: Develop an Improvement Plan; Summary; Part II: Building a Software Testing Environment; Chapter 2: Creating an Environment Supportive of Software Testing; Minimizing Risks…”
Publicado 2006
Libro electrónico -
8824Publicado 2014Tabla de Contenidos: “…Project setupThe anatomy of a GUI control; ControlType; Position; Content; GUI.Button; GUI.Label; Customizing the GUI; Pausing the game; GUILayout; Restarting the game; More on the GUILayout class; Creating an Options menu; Summary; Challenges; Chapter 3: Side-scrolling Platformer; Project overview; Your objectives; Prerequisites; Setting up the project; Tile-based level creation; Working with arrays; Creating our player; Creating collectibles; Keeping score; Singletons; Winning the game; Summary; Challenges; Chapter 4: First Person Shooter Part 1 - Creating Exterior Environments…”
Libro electrónico -
8825Publicado 2015Tabla de Contenidos: “…Front Cover; Plant Design and Operations; Copyright Page; Contents; 1 Operations; Introduction; Professional Advice; Regulations, Standards, and Guidance; Regulations; Industry Standards; ISO; ANSI; Guidance Documents; Units of Measurement; Risk Reduction; Risk Analysis; Quantification; Flammable and Combustible Materials; Flammable Range; Flammable Limits; Flash Point; Combustible Liquids; Class II liquids; Class III liquids; Flammable Liquids; Ignition Sources; Area Classification; Housekeeping; General Neatness; Proper Placement; Grass and Brush; Equipment and Piping…”
Libro electrónico -
8826por Perkins, BenjaminTabla de Contenidos: “…; Creating a Sample Project: The GuitarStore; Project Requirements; Creating the GuitarStore Solution; Creating the Database; Configuring NHibernate; Downloading and Installing NHibernate; Creating the Class Files; Creating the Mapping Files; Mapping by Code; Understanding the property-ref Attribute; Configuration Techniques; Creating a Console Application for Testing; Configuring the GuitarStore WPF Program; Initializing NHibernate; Adding and Populating the DataGrid Control…”
Publicado 2011
Libro electrónico -
8827por Kithiganahalli, BalajiTabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Spring Roo; Introduction; Setting up Roo; Using Spring Roo with Eclipse/STS; Getting help and hints from Roo; Creating a Roo project; Importing a Roo project into Eclipse or IntelliJ IDEA IDE; Configuring logging; Viewing properties defined in a properties file; Managing properties defined in a properties file; Creating a Java class; Moving existing Spring projects to use Spring Roo; Adding attributes to a Java class; Creating a Java interface…”
Publicado 2011
Libro electrónico -
8828Publicado 2014Tabla de Contenidos: “…Audio file formatsSound effects; Music; Scene diagram; Summary; Chapter 3: From Assets to Entities; Managing resources; Loading graphics; Bitmap texture format; Texture options; Creating the regions; Building the atlas; Texture and alpha bleeding; Texture bleeding; Alpha bleeding; Unloading graphics; Loading sounds and music; Unloading sounds and music; Loading fonts; Unloading fonts; Putting it all together; Entities; Scene; AbstractScene; GameScene; Background; Sprite, tiled sprite, and animated sprite; Main character; Player class; PlayerFactory class; Using the new entity and its factory…”
Libro electrónico -
8829Publicado 2015“…<p class=""MsoNormal"" style=""margin-bottom:10.0pt""><strong><span style=""font-size:12.0pt"">Transform Your Workplace with AnytimeCoaching</span></strong> <p class=""MsoNormal"" style=""margin-bottom:10.0pt""><span style=""font-size:12.0pt"">Whetheryou lead a cross-functional team on a short-term project or formally managelarge groups of people on a daily basis, <em>AnytimeCoaching</em> will help you improve performance and achieve results.…”
Libro electrónico -
8830Publicado 2014Tabla de Contenidos: “…Copyright -- Table of Contents -- Preface -- Motivation -- Origins of the Class -- Origins of the Book -- What to Expect from This Book -- How This Book Is Organized -- How to Read This Book -- How Code Is Used in This Book -- Who This Book Is For -- Prerequisites -- Supplemental Reading -- About the Contributors -- Conventions Used in This Book -- Using Code Examples -- Safari® Books Online -- How to Contact Us -- Acknowledgments -- Chapter1.Introduction: What Is Data Science? …”
Libro electrónico -
8831Publicado 2023Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Dedication -- Foreword -- Contributors -- Table of Contents -- Preface -- Part 1: Data Augmentation -- Chapter 1: Data Augmentation Made Easy -- Data augmentation role -- Data input types -- Image definition -- Text definition -- Audio definition -- Tabular data definition -- Python Notebook -- Google Colab -- Additional Python Notebook options -- Installing Python Notebook -- Programming styles -- Source control -- The PacktDataAug class -- Naming convention -- Extend base class -- Referencing a library -- Exporting Python code -- Pluto -- Summary -- Chapter 2: Biases in Data Augmentation -- Computational biases -- Human biases -- Systemic biases -- Python Notebook -- Python Notebook -- GitHub -- Pluto -- Verifying Pluto -- Kaggle ID -- Image biases -- State Farm distracted drivers detection -- Nike shoes -- Grapevine leaves -- Text biases -- Netflix -- Amazon reviews -- Summary -- Part 2: Image Augmentation -- Chapter 3: Image Augmentation for Classification -- Geometric transformations -- Flipping -- Cropping -- Resizing -- Padding -- Rotating -- Translation -- Noise injection -- Photometric transformations -- Basic and classic -- Advanced and exotic -- Random erasing -- Combining -- Reinforcing your learning through Python code -- Pluto and the Python Notebook -- Real-world image datasets -- Image augmentation library -- Geometric transformation filters -- Photographic transformations -- Random erasing -- Combining -- Summary -- Chapter 4: Image Augmentation for Segmentation -- Geometric and photometric transformations -- Real-world segmentation datasets -- Python Notebook and Pluto -- Real-world data -- Pandas -- Viewing data images -- Reinforcing your learning -- Horizontal flip -- Vertical flip -- Rotating -- Resizing and cropping -- Transpose -- Lighting -- FancyPCA -- Combining -- Summary…”
Libro electrónico -
8832Publicado 2024Tabla de Contenidos: “…-- Implementing the prototype pattern in JavaScript -- Implementation -- A use case -- The singleton pattern with eager and lazy initialization in JavaScript -- Implementation -- Use cases -- Improvements with the "class singleton" pattern -- A singleton without class fields using ES module behavior -- The factory pattern in JavaScript -- Implementation -- Use cases -- Improvements with modern JavaScript -- Summary -- Chapter 2: Implementing Structural Design Patterns -- Technical requirements -- What are structural design patterns? …”
Libro electrónico -
8833Publicado 2003Tabla de Contenidos: “…/ Rebecca Farley -- "We hardly watch that rude, crude show" : class and taste in The Simpsons / Diane F. Alters -- "Misery chick" : irony, alienation and animation in MTV's Daria / Kathy M. …”
Universidad Loyola - Universidad Loyola Granada (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca)Enlace del recurso
Libro electrónico -
8834por Ibarz Gelabert, JordiTabla de Contenidos: “…El torn i la disciplina obrera; 2.4. Sindicalisme de classe al port; Capítulo 3; 3.1. De l'esperança a la derrota; abril a desembre 1931; 3.2. …”
Publicado 2000
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
8835Publicado 2012Tabla de Contenidos: “….); SPANISH JAVASIMLIB: UNA HERRAMIENTA PARA (...); THREE-CLASS SENTIMENT ANALYSIS ADAPTED (...); A QUESTION CLASSIFICATION STUDY BASED ON (...); UNA PROPUESTA DE ANÁLISIS COMPARATIVO DE (...)…”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
8836Publicado 2010Tabla de Contenidos: “…EL MOVIMENT OBRER I LA CULTURA POPULAR; PÀGINA LEGAL; ÍNDEX DE CONTINGUTS ; QUÈ VULL SABER; UNA REVISIÓ HISTÒRICA; CULTURA I CLASSE OBRERA; La política i la cultura; Els obrers i l'acció política; Ciències socials i moviment obrer; SOCIABILITAT I POLÍTICA: EL SUBSTRAT CULTURAL DE L'ACCIÓ COL·LECTIVA; Revoltes de la vida quotidiana; Comunitat i individu; Comunitat i subcultura; LA INTEGRACIÓ SOCIOCULTURAL DE L'OBRER; Treball subordinat i cultura obrera; Tàctiques i figures disciplinàries a la ciutat; La ciutat racionalitzada; VIDA MATERIAL I CULTURA POPULAR…”
Biblioteca de la Universidad Pontificia de Salamanca (Otras Fuentes: Biblioteca Universitat Ramon Llull, Universidad Loyola - Universidad Loyola Granada)Acceso restringido con credenciales UPSA
Libro electrónico -
8837Publicado 1994Tabla de Contenidos: “…La Classe de literatura, avui / Joan Badia, Daniel Cassany. -- P. 7-14 Els Limits del discurs literari / Vicent Salvador i Liern. -- P. 15-26 Visio sincronica sobre didactica de la literatura / Gloria Bordons de Porrata-Doria. -- P. 27-36 L'Adquisició de la competencia literaria / Teresa Colomer i Martinez. -- P. 37-50 Notes sobre didactica de la literatura / Joan Ruiz i Calonja. -- P. 51-61 Itineraris de literatura : el mapa no es el territori / Alicia Diaz, Carme Domenech, Antonio Navarro. -- P. 61-68 Sobretaula : (al voltant dels tallers de creacio literaria) / Victor Sunyol i Costa. -- P. 69-74 Elsdsl Topics literaris : una proposta de llengua i literatura a l'ESO / Rosa Escriva, Montserrat Ferrer. -- P. 75-83 L'Ensenyament de la literatura fa escriptors? …”
Accés restringit als usuaris de la URL (Blanquerna)
Accés off campus usuaris de la URL (Blanquerna)
Artículo -
8838Publicado 2019Tabla de Contenidos: “…Politics of algorithms, Indian citizenship, and the colonial legacy / Payal Arora -- Digital television in digital India / Shanti Kumar -- Imagining cellular India : the popular, the infrastructural, and the national / Rahul Mukherjee -- Bridging the deepest digital divides : a history and survey of digital media in Myanmar / Daniel Arnaudo -- Dating applications, intimacy, and cosmopolitan desire in India / Vishnupriya Das -- Anomalously digital in South Asia : a peri-technological project for deaf youth in Mumbai / Shruti Vaidya and Kentaro Toyama -- The making of a technocrat : social media and Narendra Modi / Joyojeet Pal -- Twitter as liveness : #ShamedInSydney and the paradox of participatory live television / Sangeet Kumar -- The remediation of nationalism : viscerality, virality, and digital affect / Purnima Mankekar and Hannah Carlan -- Clash of actors : nation-talk and middle-class politics on online media / Sahana Udupa -- Private publics : new media and performances of Pakistani identity from party videos to geo news / Mobina Hashmi -- The man on the moon : a semiotic analysis of scopic regimes in Bangladesh / Muhammad Nabil Zuberi -- Media and imperialism in the global village : a case study of the four Malalais and the Af-Pak Women's Rights Movement / Wazhmah Osman…”
Libro electrónico -
8839Publicado 2009Tabla de Contenidos: “…Stories from e-Bario / 8 Life and Death in the Chinese Informational City: The Challenges of Working-Class ICTs and the Information Have-less / 9. Institutional Responses to GIS Adoption for RPTA in Local Governments / 10. …”
Libro electrónico -
8840Publicado 2009Tabla de Contenidos: “…Occidentalism and Asian Middle-Class Identities: Notes on Birthday Cakes in an Indian Context; 10. …”
Libro electrónico