Mostrando 7,361 - 7,380 Resultados de 10,536 Para Buscar 'Heepen~', tiempo de consulta: 1.05s Limitar resultados
  1. 7361
    por Chase, Kate
    Publicado 2005
    “…Regardless, you want to quickly get your feet wet--but not get in over your head--and Access 2003 for Starters: The Missing Manual is the book to make it happen. Far more than a skimpy introduction but much less daunting than a weighty tech book, Access 2003 for Starters: The Missing Manual demystifies databases and explains how to design and create them…”
    Libro electrónico
  2. 7362
    Publicado 2006
    “…<i>Search Engine Optimization For Dummies</i> has been the leadingresource on how to make that happen, and this third edition iscompletely updated to cover the newest changes, standards, tips,and tricks. …”
    Libro electrónico
  3. 7363
    Publicado 2021
    Tabla de Contenidos: “…Encapsulation -- Inheritance and composition -- Abstraction -- Polymorphism -- Functions as objects -- Understanding classes in Dart -- Class structure -- Constructors -- Class inheritance -- Abstract classes -- Interfaces -- Mixins -- Files and imports -- The enum type -- Using generics -- When and why to use generics -- Asynchronous programming -- Dart Futures -- Dart Isolates -- Summary -- Section 2: The Flutter User Interface - Everything Is a Widget -- Chapter 5: Widgets - Building Layouts in Flutter -- Technical requirements -- Stateful/stateless widgets -- Stateless widgets -- Stateful widgets -- Inherited widgets -- The widget key property -- Built-in widgets -- Basic widgets -- Material Design and iOS Cupertino widgets -- Layouts -- Streams -- Summary -- Chapter 6: Handling User Input and Gestures -- Technical requirements -- Handling user gestures -- Pointers -- Gestures -- GestureDetector -- Gestures in material widgets -- A deeper look at the stateful widget life cycle -- Key life cycle states -- Mounted -- Input widgets and forms -- Getting input through a controller -- FormField and TextField -- Accessing the FormField widget's state -- Form -- Custom input and FormField widgets -- Creating custom inputs -- Custom input widget example -- Summary -- Chapter 7: Routing - Navigating between Screens -- Technical requirements -- Understanding the Navigator widget -- Navigator 1.0 and 2.0 -- Navigator -- Navigator 1.0 -- Navigator 2.0 -- Screen transitions -- PageRouteBuilder -- Custom transitions in practice -- Passing data between screens -- Passing state in widget parameters -- InheritedWidget -- BLoC -- Redux -- Other options -- Summary -- Section 3: Developing Fully Featured Apps -- Chapter 8: Plugins - What Are They and How Do I Use Them? …”
    Libro electrónico
  4. 7364
    Publicado 2022
    “…This book will explain how to make that happen. It will guide senior leaders in designing and rolling out an OKR system from the bottom of their organization up, and help managers and teams organize their daily decision-making around those shared goals. …”
    Libro electrónico
  5. 7365
    por Farrelly, Colleen M.
    Publicado 2024
    Tabla de Contenidos: “…Chapter 6: Stock Market Data -- Technical requirements -- Introduction to temporal data -- Stock market applications -- Introduction to centrality metrics -- Application of centrality metrics across time slices -- Extending network metrics for time series analytics -- Summary -- References -- Chapter 7: Goods Prices/Sales Data -- Technical requirements -- An introduction to spatiotemporal data -- The Burkina Faso market dataset -- Store sales data -- Analyzing our spatiotemporal datasets -- Summary -- References -- Chapter 8: Dynamic Social Networks -- Technical requirements -- Social networks that change over time -- Friendship networks -- Triadic closure -- A deeper dive into spreading on networks -- Dynamic network introduction -- SIR models, Part Two -- Factors influencing spread -- Example with evolving wildlife interaction datasets -- Crocodile network -- Heron network -- Summary -- References -- Part 4: Advanced Applications -- Chapter 9: Machine Learning for Networks -- Technical requirements -- Introduction to friendship networks and friendship relational datasets -- Friendship network introduction -- Friendship demographic and school factor dataset -- ML on networks -- Clustering based on student factors -- Clustering based on student factors and network metrics -- Spectral clustering on the friendship network -- DL on networks -- GNN introduction -- Example GNN classifying the Karate Network dataset -- Summary -- References -- Chapter 10: Pathway Mining -- Technical requirements -- Introduction to Bayesian networks and causal pathways -- Bayes' Theorem -- Causal pathways -- Bayesian networks -- Educational pathway example -- Outcomes in education -- Course sequences -- Antecedents to success -- Analyzing course sequencing to find optimal student pathways to graduation -- Introduction to a dataset -- bnlearn analysis…”
    Libro electrónico
  6. 7366
    por Haidar, Bilal
    Publicado 2008
    “…The book aims to "peel back the covers" of various ASP.NET security features so you can gain a deeper understanding of the security options available to you. …”
    Libro electrónico
  7. 7367
    Publicado 2012
    “…The theory is initially presented using a linear approximation permitting derivation of much of the array behavior analytically. Then, at a deeper level, a nonlinear formulation is used to obtain, computationally, more detailed aspects of the array behavior. …”
    Libro electrónico
  8. 7368
    por Feuer, Michael J.
    Publicado 2011
    “…Those who succeed are benevolent dictators-able to make the intricate process happen in days, weeks and months to win. The Benevolent Dictator gives you no-nonsense how-to advice and examples that have worked. …”
    Libro electrónico
  9. 7369
    Publicado 2019
    “…Do you already know the basics of the software but need to know the new features or take your skills and understanding a little deeper? If so, look no further than CINEMA 4D Apprentice, your one-stop shop for learning this powerful application. …”
    Libro electrónico
  10. 7370
    Publicado 2014
    “…Gain a deeper understanding of Asian financial reporting and how to detect irregularities The Asian region, and particularly China, is becoming a hotbed of investment activity. …”
    Libro electrónico
  11. 7371
    por Tedesco, Donna
    Publicado 2013
    “…You must be prepared for anything that may happen, from your technology failing to the participant quailing. …”
    Libro electrónico
  12. 7372
    Publicado 2014
    “…Well, there's good news-you now have the right tool to make that happen! Now you need to learn how to use it. The Nikon D5300 has more features and expanded capabilities, and offers you more options for shooting in different situations. …”
    Libro electrónico
  13. 7373
    por Morales, Marcio
    Publicado 2023
    “…Scale up your Windows containers seamlessly on AWS powered by field-proven expertise and best practices on Amazon ECS, EKS, and Fargate Purchase of the print or Kindle book includes a free PDF eBook Key Features Leverage the most recent best practices to run and manage Windows containers on AWS Learn about AWS tools to containerize and run Windows containers on AWS Deeper understanding on how Amazon ECS, EKS, and Fargate supports Windows containers Book Description Windows applications are everywhere, from basic intranet applications to high-traffic public APIs. …”
    Libro electrónico
  14. 7374
    Publicado 2023
    Tabla de Contenidos: “…-- How does this connection happen? -- Creating the server -- Creating the client -- Testing our handshake -- Summary -- Chapter 2: Sending and Receiving Data -- Technical requirements -- Understanding packets -- Introduction to the JSON format -- Serialization -- Sending packets with PacketPeerUDP -- Creating an AuthenticationCredentials Autoload -- Sending players' credentials -- Listening to packets with UDPServer -- Authenticating the player -- Loading a fake database -- Replying to the authentication request -- Maintaining the player's session -- Loading the player's avatar -- Summary -- Chapter 3: Making a Lobby to Gather Players Together -- Technical requirements -- Calling functions remotely with RPCs -- Introducing the @rpc annotation -- What's necessary for an RPC? …”
    Libro electrónico
  15. 7375
    Publicado 2024
    “…Join the data-centric revolution and master the concepts, techniques, and algorithms shaping the future of AI and ML development, using Python Key Features Grasp the principles of data centricity and apply them to real-world scenarios Gain experience with quality data collection, labeling, and synthetic data creation using Python Develop essential skills for building reliable, responsible, and ethical machine learning solutions Purchase of the print or Kindle book includes a free PDF eBook Book Description In the rapidly advancing data-driven world where data quality is pivotal to the success of machine learning and artificial intelligence projects, this critically timed guide provides a rare, end-to-end overview of data-centric machine learning (DCML), along with hands-on applications of technical and non-technical approaches to generating deeper and more accurate datasets. This book will help you understand what data-centric ML/AI is and how it can help you to realize the potential of 'small data'. …”
    Libro electrónico
  16. 7376
    Publicado 2013
    Tabla de Contenidos: “…DeJIorio, L. 'LA. van Diepen. C. Dunantl, S. Duplessis. M. Durting. P. Gonthier, J. …”
    Libro electrónico
  17. 7377
    por Ulaby, Fawwaz
    Publicado 2022
    “…The 8th Edition buildson the core content and style of previous editions, retaining thestudent-friendly approach and hands-on simulation modules that help studentsdevelop a deeper understanding of electromagnetic concepts and applications.Enhanced graphs and illustrations and an expanded scope of topics in theTechnology Briefs, establish additional bridges between electromagneticfundamentals and their countless engineering and scientific applications…”
    Libro electrónico
  18. 7378
    por OECD
    Publicado 2024
    Tabla de Contenidos: “…Student assessment should focus more on individual progress and encourage deeper and broader learning -- 4.3.5. Teachers need more support from initial teacher education to the end of their careers -- The attractiveness of the teaching profession seems to be eroding -- Raising the quality of teaching is a key lever to improve achievement for all children -- More career paths should be available for teachers -- 4.3.6. …”
    Libro electrónico
  19. 7379
    Publicado 2021
    Tabla de Contenidos: “…Röcklinsberg -- 65. Food insecurity, deepened poverty and ethics after Covid-19 -- A. Inza-Bartolomé1* and L. …”
    Libro electrónico
  20. 7380
    Publicado 2019
    Tabla de Contenidos: “…Schmidt -- EU Citizenship Should Speak Both to the Mobile and the Non-Mobile European: Frank Vandenbroucke -- The Impact and Political Accountability of EU Citizenship: Dorte Sindbjerg Martinsen -- ‘Feed Them First, Then Ask Virtue of Them’: Broadening and Deepening Freedom of Movement: Andrea Sangiovanni -- EU Citizenship, Duties and Social Rights: Martin Seeleib-Kaiser -- Why Compensating the ‘Stayers’ for the Costs of Mobility is the Wrong Way to Go: Julia Hermann -- Balancing the Rights of European Citizenship with Duties Towards National Citizens: An Inter-national Perspective: Richard Bellamy -- Grab the Horns of the Dilemma and Ride the Bull: Rainer Bauböck -- Why Adding Duties to European Citizenship is Likely to Increase the Gap Between Europhiles and Eurosceptics: Theresa Kuhn -- Enhancing the Visibility of Social Europe: A Practical Agenda for ‘the Last Mile’: Ilaria Madama -- Towards a ‘Holding Environment’ for Europe’s (Diverse) Social Citizenship Regimes: Anton Hemerijck -- Imagine: European Union Social Citizenship and Post-Marshallian Rights and Duties: Dora Kostakopoulou -- Why the Crisis of European Citizenship Is a Crisis of European Democracy: Sandra Seubert -- Regaining the Trust of the Stay-at-Homes: Three Strategies: Philippe Van Parijs -- Social Citizenship, Democratic Values and European Integration: a Rejoinder: Maurizio Ferrera…”
    Libro electrónico