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
-
8541Publicado 2018“…Contro il conformismo della middle class e l'anonima tirannia delle burocrazie, che frustrano il sacrosanto desiderio di agire ed esprimersi pubblicamente, il '68 riscopre che «agire è divertente». …”
Sumario
Libro -
8542Publicado 2023Tabla de Contenidos: “…-- Part II Design education blending and crossing boundaries: practices for the 21st century -- 7. Designing a tactile class in online learning: click-points vs touchpoints -- 8. …”
Libro electrónico -
8543Publicado 2018Tabla de Contenidos: “…Encoder network -- Decoder network -- Sequence to sequence -- Building the graph -- Training -- Inference -- TensorBoard visualization -- State-of-the-art abstractive text summarization -- Summary -- Chapter 9: Question-Answering and Chatbots Using Memory Networks -- The Question-Answering task -- Question-Answering datasets -- Memory networks for Question-Answering -- Memory network pipeline overview -- Writing a memory network in TensorFlow -- Class constructor -- Input module -- Question module -- Memory module -- Output module -- Putting it together -- Extending memory networks for dialog modeling -- Dialog datasets -- The bAbI dialog dataset -- Raw data format -- Writing a chatbot in TensorFlow -- Loading dialog datasets in the QA format -- Vectorizing the data -- Wrapping the memory network model in a chatbot class -- Class constructor -- Building a vocabulary for word embedding lookup -- Training the chatbot model -- Evaluating the chatbot on the testing set -- Interacting with the chatbot -- Putting it all together -- Example of an interactive conversation -- Literature on and related to memory networks -- Summary -- Chapter 10: Machine Translation Using the Attention-Based Model -- Overview of machine translation -- Statistical machine translation -- English to French using NLTK SMT models -- Neural machine translation -- Encoder-decoder network -- Encoder-decoder with attention -- NMT for French to English using attention -- Data preparation -- Encoder network -- Decoder network -- Sequence-to-sequence model -- Building the graph -- Training -- Inference -- TensorBoard visualization -- Summary -- Chapter 11: Speech Recognition Using DeepSpeech -- Overview of speech recognition -- Building an RNN model for speech recognition -- Audio signal representation -- LSTM model for spoken digit recognition -- TensorBoard visualization…”
Libro electrónico -
8544Publicado 2017Tabla de Contenidos: “…-- SOLID design principle -- Single responsibility principle -- Open closed principle -- Liskov substitution principle -- Interface segregation -- Dependency inversion -- Code smell -- Comment smell -- Long method -- Long parameter list -- Duplicate code -- Conditional complexity -- Large class -- Dead code -- Primitive obsession -- Data class -- Feature envy -- Summary -- Index…”
Libro electrónico -
8545Real-World Svelte Supercharge Your Apps with Svelte 4 by Mastering Advanced Web Development ConceptsPublicado 2023Tabla de Contenidos: “…-- Reusing lifecycle functions in Svelte components -- Exercise 1 - Update counter -- Composing lifecycle functions into reusable hooks -- Coordinating lifecycle functions across components -- Exercise 2 - Scroll blocker -- Summary -- Chapter 2: Implementing Styling and Theming -- Technical requirements -- Styling Svelte components in six different ways -- Styling with the style attribute -- Using style: directives -- Adding the < -- style> -- block -- Adding the class attribute -- Simplifying the class attribute with the class: directive -- Applying styles from external CSS files -- Choosing which method to style Svelte components -- Styling Svelte with Tailwind CSS -- Setting up Tailwind CSS -- Theming Svelte components with CSS custom properties -- Defining CSS custom properties -- Example - implementing a dark/light theme mode -- Allowing users to change the styles of a component -- Aligning the fallback value -- Summary -- Chapter 3: Managing Props and State -- Technical requirements -- Defining props and state -- Defining props -- Defining state -- Props versus state -- Understanding bindings -- One-way versus two-way data flow -- Deriving states from props with a reactive declaration -- Managing complex derived states -- Updating props using derived states -- Summary -- Chapter 4: Composing Components -- Technical requirements…”
Libro electrónico -
8546Publicado 2004Tabla de Contenidos: “…The ITSO EWLM scenario -- 5.1 Overview of the process -- 5.1.1 Business scenario -- 5.1.2 Naming convention -- 5.2 Assessment -- 5.2.1 Defining the EWLM domain -- 5.2.2 Identifying all servers and middleware -- 5.2.3 Identifying all applications -- 5.3 Planning -- 5.3.1 Naming the domain policy -- 5.3.2 Defining the user information -- 5.3.3 Defining the directory and port configuration -- 5.4 Design -- 5.4.1 Identifying the transactions that request business functions -- 5.4.2 Identifying the processes that request business functions -- 5.4.3 Grouping service classes into a workload -- 5.4.4 Setting service class goals -- 5.5 Classifying the work -- 5.5.1 Defining classification filters for each transaction and process class -- 5.5.2 Creating the domain policy at the EWLM Control Center -- 5.6 Verification -- 5.6.1 Verifying transaction request classification filters -- 5.6.2 Verifying service class definition -- 5.6.3 Defining and implementing service policy -- 5.7 Reporting -- Chapter 6. …”
Libro electrónico -
8547Publicado 2004Tabla de Contenidos: “…5.6 Exercises6 Feature Extraction and Selection; 6.1 Criteria for selection and extraction; 6.1.1 Inter/intra class distance; 6.1.2 Chernoff-Bhattacharyya distance; 6.1.3 Other criteria; 6.2 Feature selection; 6.2.1 Branch-and-bound; 6.2.2 Suboptimal search; 6.2.3 Implementation issues; 6.3 Linear feature extraction; 6.3.1 Feature extraction based on the Bhattacharyya distance with Gaussian distributions; 6.3.2 Feature extraction based on inter/intra class distance; 6.4 References; 6.5 Exercises; 7 Unsupervised Learning; 7.1 Feature reduction; 7.1.1 Principal component analysis…”
Libro electrónico -
8548por Teorey, Toby J.Tabla de Contenidos: “…2.1.6 Alternative Conceptual Data Modeling Notations2.2 Advanced ER Constructs; 2.2.1 Generalization: Supertypes and Subtypes; 2.2.2 Aggregation; 2.2.3 Ternary Relationships; 2.2.4 General n-ary Relationships; 2.2.5 Exclusion Constraint; 2.2.6 Referential Integrity; 2.3 Summary; 2.4 Literature Summary; 3 The Unified Modeling Language (UML); 3.1 Class Diagrams; 3.1.1 Basic Class Diagram Notation; 3.1.2 Class Diagrams for Database Design; 3.1.3 Example from the Music Industry; 3.2 Activity Diagrams; 3.2.1 Activity Diagram Notation Description; 3.2.2 Activity Diagrams for Workflow…”
Publicado 2006
Libro electrónico -
8549Publicado 2012Tabla de Contenidos: “…1.3.4.1 Reference Data Set1.3.5 Probability of Class Memberships; 1.3.6 Class Membership of Individual Voxels; 1.3.7 Classification of Individual Voxels; 1.3.8 Clustering into Segments; 1.3.9 Classification of Segments; 1.3.10 Future Directions; References; 2 Evaluation of Tomographic Data; 2.1 Introduction; 2.2 Image Reconstruction; 2.3 Image Data Representation: Pixel Size and Image Resolution; 2.4 Consequences of Limited Spatial Resolution; 2.5 Tomographic Data Evaluation: Tasks; 2.5.1 Software Tools; 2.5.2 Data Access; 2.5.3 Image Processing; 2.5.3.1 Slice Averaging…”
Libro electrónico -
8550Publicado 2020Tabla de Contenidos: “…Programs that gather information for you -- To Dedicate or Not to Dedicate: That Is the Question -- File servers -- Print servers -- Web servers -- Mail servers -- Database servers -- Application servers -- License servers -- Choosing a Server Operating System -- Planning the Infrastructure -- Drawing Diagrams -- Chapter 6 Dealing with TCP/IP -- Understanding Binary -- Counting by ones -- Doing the logic thing -- Introducing IP Addresses -- Networks and hosts -- The dotted-decimal dance -- Classifying IP Addresses -- Class A addresses -- Class B addresses -- Class C addresses -- Subnetting -- Subnets -- Subnet masks -- The great subnet roundup -- Private and public addresses -- Understanding Network Address Translation -- Configuring Your Network for DHCP -- Understanding DHCP -- DHCP servers -- Understanding scopes -- Feeling excluded? …”
Libro electrónico -
8551Publicado 2023Tabla de Contenidos: “…Technical requirements -- Configuring the enemies -- Spawning the enemies -- Creating the enemy messages -- Creating the enemy component -- Creating the enemy spawner -- Configuring the enemy spawner -- Testing the enemy spawner -- Damage feedback in the UI -- Managing the damage feedback -- Fading the text over time -- Setting up the Prefabs for the damage feedback -- Testing the damage feedback -- Summary -- Further reading -- Chapter 10: Creating an AI to Attack the Player -- Technical requirements -- Updating the physics settings -- Calculating the damage -- Adding a base class for the data -- Adding a base class for the characters -- Updating EnemyComponent -- Updating UnitComponent -- Adding damage to ranged attack -- Managing the collision and chase behavior -- Creating the collision component -- Creating the Enemy NavMesh -- Updating Unit's NavMesh -- Implementing the character life cycle -- Summary -- Further reading -- Chapter 11: Adding Enemies to the Map -- Technical requirements -- Creating spawn points -- Adding fog on the map -- Adding a new layer and updating cameras -- Creating the fog component -- Creating the material and Prefab for the fog -- Updating the Level Manager -- Patrolling the area -- Summary -- Further reading -- Part 4: The Gameplay -- Chapter 12: Balancing the Game's Difficulty -- Technical requirements -- Writing unit tests -- Setting up the UTF -- Creating the first test script -- Adding more test scripts -- Using unit tests to simulate battles -- Simulating a battle against a single enemy -- Simulating battles against multiple enemies -- Balancing the battle difficulty -- Summary -- Further reading -- Chapter 13: Producing and Gathering Resources -- Technical requirements -- Generating resources -- Managing the player's inventory -- Producing resources automatically -- Gathering resources…”
Libro electrónico -
8552Publicado 2017Tabla de Contenidos: “…Scenario 3 - a project management application -- Term-related tables -- Other tables -- Extending the database with custom tables -- Planning the forum application tables -- Types of table in web applications -- Creating custom tables -- Querying the database -- Querying the existing tables -- Inserting records -- Updating records -- Deleting records -- Selecting records -- Querying the custom tables -- Working with posts -- Extending the WP_Query class for applications -- Introduction to WordPress query classes -- The WP_User_Query class -- The WP_Comment_Query class -- Other query classes -- Limitations and considerations -- Transaction support -- Post revisions -- How do you know whether to enable or disable revisions? …”
Libro electrónico -
8553Publicado 2024Tabla de Contenidos:Libro electrónico
-
8554Publicado 2021Tabla de Contenidos: “…-- 3.3.1 Introduction -- 3.3.2 Corpus CORDE: Bag of Words and Metadata -- 3.3.3 CORDE 1860-1960 + CoNSSA -- 3.3.4 Binary Class Evaluation of Parameters -- 3.3.5 Multi-Class Evaluation of Parameters -- 3.3.6 Binary Prediction of Genre of Disputed Texts 3.3.7 Multi-Class Prediction of Genre of Disputed Texts -- 3.3.8 Conclusions and Modification of the Corpus -- 4. …”
Libro electrónico -
8555por Mahajan, Vijay, 1948-Tabla de Contenidos: “…Machine generated contents note: Foreword Preface Introduction Part I Discovering the Arab World Chapter 1 Drinking Red Bull in Dahiye The Arab market is vibrant and globally interconnected Arab consumers control more spending power than you think The shadow economy Shades of India and China Arab wealth beyond the crude oil Arab wealth beyond the abaya Household spending in the Arab World Consumer brands in both Israel and the Arab countries Chicken fights: Local competition in the Arab market The global emergence of Arab brands A worldwide hub: The Arab world is globally connected The Arab world is neither CNN's nor Al Jazeera's Chapter 2 The Diversity of the Arab World No harm in haram Not all the consumers in Arab countries are Arab The diversity of Arab consumers Segmenting the Arab consumer markets Embracing the diverse habits of Arab consumers The language differences The market dominance of Saudi Arabia and the GCC Think regional, act local Chapter 3 Islam Matters: How the Five Pillars of Islam impact consumers in the Arab World The difference between culture and religion Why shahada matters Why salah matters Why sawm matters Why zakat matters Why hajj and umrah matter Islam in the everyday Part II Tapping the well of Arab consumers Chapter 4 The shabab: tapping the Arab youth market The shabab demographic dividend The shabab crave the best brands, wherever they come from The shabab generation is molding the consumer market The shabab generation is changing the Arab workforce The shabab and education The shabab and marriage Chapter 5 Tapping the Arab Middle Class The rise of the middle class is changing the Arab consumer markets Identifying the Arab middle class Tapping into Arabia Two Tapping into Arab consumer power at all levels Urbanization, modern trade and Arabia Two Arabia Two and the balance between tradition and modernity Chapter 6 Tapping into the Arab women market Arab women have money to spend Educated women are reshaping the Arab market The Arab woman as a consumer Inside and outside: The dual identities of Arab women Tapping into the Arab beauty market The Arab woman as wife and mother The veil doesn't hide the Arab woman's mind Arab women as business leaders Arab women are reshaping the region on their own terms Chapter 7 Tapping into the Arab technology market The spread of Internet use opens up new paths to consumers The rise of social media Tapping into Arab e-commerce Using technology to recapture a Golden Age On the go: The market for mobile phones Building the high-tech industry in Jordan The technological Arab spring Chapter 8 Tapping into the Arab media and entertainment market Television advertising in the Arab world Arab cinema and film Dancing in the desert: Music in the Arab world Art in the Arab world Books and bookstores The birth of an Arab superhero Chapter 9 Tapping into the Arab diaspora Linking the diaspora to the Arab world Remittances constitute a critical piece of many Arab economies Tapping into the Arab diaspora The Arab diaspora has made a name for itself Tapping into opportunities around the world You can go home again The diaspora is bringing different worlds together Part III Conclusion Rebranding the Arab World Yalla Arabia! …”
Publicado 2012
Libro electrónico -
8556Publicado 2015Tabla de Contenidos: “…NotesReferences; Chapter 5 - 'The path of the mother is trodden by the daughter': Stepping stones for entry into the middle class in South Africa; Narratives and micro-storia; Theory and conceptual frameworks; Why the middle class matters: historical lessons and future prospects; Coping with patriarchy and apartheid: woman power in historical context; Towards transformation: politics and gender equality; Mothers and empowerment; Social and political preoccupations; Conclusion; Notes; References; Chapter 6 - Using solar energy to enhance access to ICTs in Malawi…”
Libro electrónico -
8557Publicado 2021Tabla de Contenidos: “…Introduction xlvii Part I: Introduction to Professional C++ Chapter 1: A Crash Course In C++ And The Standard Library 3 Chapter 2: Working With Strings And String Views 87 Chapter 3: Coding With Style 111 Part II: Professional C++ Software Design Chapter 4: Designing Professional C++ Programs 137 Chapter 5: Designing With Objects 169 Chapter 6: Designing For Reuse 187 Part III: C++ Coding the Professional Way Chapter 7: Memory Management 211 Chapter 8: Gaining Proficiency With Classes And Objects 249 Chapter 9: Mastering Classes and Objects 283 Chapter 10: Discovering Inheritance Techniques 337 Chapter 11: Odds and Ends 397 Chapter 12: Writing Generic Code With Templates 421 Chapter 13: Demystifying C++ I/O 465 Chapter 14: Handling Errors 495 Chapter 15: Overloading C++ Operators 535 Chapter 16: Overview of The C++ Standard Library 573 Chapter 17: Understanding Iterators and The Ranges Library 603 Chapter 18: Standard Library Containers 627 Chapter 19: Function Pointers, Function Objects, And Lambda Expressions 699 Chapter 20: Mastering Standard Library Algorithms 725 Chapter 21: String Localization and Regular Expressions 763 Chapter 22: Date and Time Utilities 793 Chapter 23: Random Number Facilities 809 Chapter 24: Additional Library Utilities 821 Part IV: Mastering Advanced Features of C++ Chapter 25: Customizing and Extending The Standard Library 833 Chapter 26: Advanced Templates 877 Chapter 27: Multithreaded Programming With C++ 915 Part V: C++ Software Engineering Chapter 28: Maximizing Software Engineering Methods 971 Chapter 29: Writing Efficient C++ 993 Chapter 30: Becoming Adept at Testing 1021 Chapter 31: Conquering Debugging 1045 Chapter 32: Incorporating Design Techniques and Frameworks 1083 Chapter 33: Applying Design Patterns 1105 Chapter 34: Developing Cross-Platform and Crosslanguage Applications 1137 Part VI: Appendices Appendix A: C++ Interviews 1165 Appendix B: Annotated Bibliography 1191 Appendix C: Standard Library Header Files 1203 Appendix D: Introduction to UML 1213 Index 1219.…”
Libro electrónico -
8558Growing with gratitude building resilience, happiness, and mental wellbeing in our schools and homesPublicado 2023Tabla de Contenidos: “…-- Chapter 6 Encourage students to lead -- The Caring Agreements -- The Kilkenny Way -- The Kilkenny Crew -- A voice of reason -- Make the message stick -- Rewards system -- Empowering students -- Handing down the baton -- Class agreements…”
Libro electrónico -
8559por Jackson, Wallace. authorTabla de Contenidos: “…Defining the Wearable Material Theme: Using the Style AttributeDefining the Wearable Material Theme Color Palette: The Item Tag; Customizing a Wearable Material Theme Status Bar: statusBarColor; Customizing a Wearable Material Theme: Individual View Themes; Android Material Design View Widgets: Lists and Cards; Android RecyclerView Class: Optimized (Recycled) List Viewing; Android CardView Class: The Index Card Organization Paradigm; Android Material Design Effects: Shadows and Animation; Android Material Design 3D Effects: Automatic View Shadowing…”
Publicado 2015
Libro electrónico -
8560Publicado 2015Tabla de Contenidos: “…The pyplot scripting APIThe matplotlib object-oriented API; Equations; Helper classes; The Plotter class; Running the jobs; matplotlib in other frameworks; An important note on IPython; Summary; Chapter 4: Event Handling and Interactive Plots; Event loops in matplotlib; Event-based systems; The event loop; GUI toolkit main loops; IPython Notebook event loops; matplotlib event loops; Event handling; Mouse events; Keyboard events; Axes and figure events; Object picking; Compound event handling; The navigation toolbar; Specialized events; Interactive panning and zooming; Summary…”
Libro electrónico