Mostrando 10,141 - 10,160 Resultados de 12,202 Para Buscar 'Waycross~', tiempo de consulta: 1.56s Limitar resultados
  1. 10141
    por Sotomayor, Borja
    Publicado 2006
    “…The Globus Toolkit (http://www.globus.org/toolkit/) is a key technology in Grid Computing, the exciting new computing paradigm that allows users to share processing power, data, storage, and other computing resources across institutional and geographic boundaries. Globus Toolkit 4: Programming Java Services provides an introduction to the latest version of this widely acclaimed toolkit. …”
    Libro electrónico
  2. 10142
    por Oehlke, Andreas
    Publicado 2013
    “…Use our practical guide to libGDX and before long you’ll be developing games that run across multiple platforms, enjoying an increased audience and revenue. …”
    Libro electrónico
  3. 10143
    por Saltzer, J. H., 1939-
    Publicado 2009
    “…This text identifies, examines, and illustrates fundamental concepts in computer system design that are common across operating systems, networks, database systems, distributed systems, programming languages, software engineering, security, fault tolerance, and architecture. …”
    Libro electrónico
  4. 10144
    Publicado 2011
    Tabla de Contenidos: “…(b) Diffusion of boundaries between self and other 'beings' -- (c) Possessing just enough for a 'healthy', non-luxurious living -- (d) Forces of nature (that cause happiness and sorrow) are beyond human control -- Healing through 'Broadening of Consciousness': Some evidence -- Healing as reorganizing self as a continuous process across time -- Śānti through karma -- Departed family member as an inspiration to performing one's karma -- Reflections: How I felt 'expanded'/harmonized during the research -- Endnotes -- References -- Chapter 14: Resolution of social conflicts: An Indian model -- Introduction -- The indigenous model -- A note on methodology -- An overview of the Chipko movement -- The holistic model of development -- Implications for psychology -- Conclusion -- Endnotes -- References -- Chapter 15: Lālan-pālan: A psycho-spiritual experience for the Indian mother -- Childhood in a cultural context -- The context of the Indian (Hindu) family -- The Āyurvedic model of human development -- Childhood embedded in saṁskāras -- Motherhood and the concept of lālan-pālan: Learnings from mythological narratives -- Some contemporary trends -- Parenting in a north Indian city: Some observations -- Rituals, beliefs and practices during pregnancy and childbirth -- Child-rearing practices -- Indulgence-protection -- Psycho-spiritual experience -- Concluding comments -- Endnote -- References -- Chapter 16: Being human the Sikh way: Some psychological reflections -- The idea and tradition of Sikhism -- The world of human experience -- Basic principles -- The structure of selfhood -- Haumai at the cosmic level of individuation -- Haumai at the individual level -- Karma -- Social consciousness -- Spiritual-mystical consciousness -- Individual, social and mystical domains: Self-consciousness -- Sikh vision of life and world view in the contemporary period…”
    Libro electrónico
  5. 10145
    Publicado 2012
    Tabla de Contenidos: “…Reverse Transcriptase -- Steps Involved in Reverse Transcription -- Summary -- Review Questions -- References -- Chapter 5: Translation -- Introduction -- Genetic Code -- Codons -- Deciphering the Genetic Code -- Nirenberg and Khorana Experiment -- Characteristic Features of the Genetic Code -- The Mitochondrial Genetic Code -- Wobble Hypothesis -- Codon-anticodon Interactions -- Wobble Hypothesis -- Ribosome Structure -- Prokaryotic Ribosome-70S Ribosome -- Self-assembly of Ribosomes -- Eukaryotic Ribosome-80S Ribosome -- Protein Synthesis in Prokaryotes -- Protein Synthesis in Eukaryotes -- Post-Translational Modifications -- Summary -- Review Questions -- References -- Chapter 6: Protein Sorting -- Introduction -- Signal Sequences -- Translocation of Secretory Proteins Across the ER -- The Signal Sequences of Secretory Proteins to ER -- The Signal Recognition Particle -- SRP Receptor -- Translocation into the ER Lumen -- Insertion of Proteins into the ER Membrane -- GPI-anchored Proteins -- Protein Modifications in the ER -- Protein Glycosylation -- Disulphide Bond Formation -- The Role of N-linked Glycosylation in ER Protein Folding -- Protein Targeting to Mitochondria and Chloroplast -- Transport of Proteins to Mitochondria -- Transport of Proteins to Chloroplast -- Protein Targeting to the Nucleus -- Nuclear Localization Signals -- Transport of Proteins into the Nucleus -- Transport of Proteins Out of the Nucleus -- Transport and Sorting of Proteins to the Golgi Apparatus -- Transport of Proteins to the Lysosomes -- Receptor-Mediated Endocytosis and Sorting of Internalized Proteins -- Inhibitors of Protein Synthesis -- Streptomycin -- Puromycin -- Diphtheria Toxin -- Ricin -- Summary -- Review Questions -- References -- Chapter 7: Gene Regulation -- Introduction -- Regulation of Gene Expression in Prokaryotes -- Induction and Repression…”
    Libro electrónico
  6. 10146
    Publicado 2013
    “…Database Cloud Storage: The Essential Guide to Oracle Automatic Storage Management shows how to monitor your system, maximize throughput, and ensure consistency across servers and clusters. Set up and configure Oracle Automatic Storage Management Discover and manage disks and establish disk groups Create, clone, and administer Oracle databases Consolidate resources with Oracle Private Database Cloud Control access, encrypt files, and assign user privileges Integrate replication, file tagging, and automatic failover Employ pre-engineered private cloud database consolidation tools Check for data consistency and resync failed disks Code examples in the book are available for download…”
    Libro electrónico
  7. 10147
    por Gregory, Jon, Ph. D.
    Publicado 2012
    “…A practical guide to counterparty risk management and credit value adjustment from a leading credit practitioner Since the collapse of Lehman Brothers and the resultant realization of extensive counterparty risk across the global financial markets, the subject of counterparty risk has become an unavoidable issue for every financial institution. …”
    Libro electrónico
  8. 10148
    por Ramesh Kumar, S.
    Publicado 2009
    Tabla de Contenidos: “…-- Satisfaction varies across products/services and target segments -- Opinion Leaders as Thought Leaders -- Why is opinion leadership topical? …”
    Libro electrónico
  9. 10149
    Publicado 2010
    “…Qt is a multi-platform, C++ GUI toolkit that allows you to develop applications and user interfaces once, then deploy them across many desktop and embedded operating systems, without rewriting the source code. …”
    Libro electrónico
  10. 10150
    Publicado 2017
    Tabla de Contenidos: “…Example of logistic regression using German credit data -- Random forest -- Example of random forest using German credit data -- Grid search on random forest -- Variable importance plot -- Comparison of logistic regression with random forest -- Summary -- Chapter 4: Tree-Based Machine Learning Models -- Introducing decision tree classifiers -- Terminology used in decision trees -- Decision tree working methodology from first principles -- Comparison between logistic regression and decision trees -- Comparison of error components across various styles of models -- Remedial actions to push the model towards the ideal region -- HR attrition data example -- Decision tree classifier -- Tuning class weights in decision tree classifier -- Bagging classifier -- Random forest classifier -- Random forest classifier - grid search -- AdaBoost classifier -- Gradient boosting classifier -- Comparison between AdaBoosting versus gradient boosting -- Extreme gradient boosting - XGBoost classifier -- Ensemble of ensembles - model stacking -- Ensemble of ensembles with different types of classifiers -- Ensemble of ensembles with bootstrap samples using a single type of classifier -- Summary -- Chapter 5: K-Nearest Neighbors and Naive Bayes -- K-nearest neighbors -- KNN voter example -- Curse of dimensionality -- Curse of dimensionality with 1D, 2D, and 3D example -- KNN classifier with breast cancer Wisconsin data example -- Tuning of k-value in KNN classifier -- Naive Bayes -- Probability fundamentals -- Joint probability -- Understanding Bayes theorem with conditional probability -- Naive Bayes classification -- Laplace estimator -- Naive Bayes SMS spam classification example -- Summary -- Chapter 6: Support Vector Machines and Neural Networks -- Support vector machines working principles -- Maximum margin classifier -- Support vector classifier…”
    Libro electrónico
  11. 10151
    Publicado 2019
    “…The first and only book of its kind, Fluorescent Nanodiamonds is a comprehensive guide to the basic science and technical information needed to fully understand the fundamentals of FNDs and their potential applications across an array of domains. In demonstrating the importance of FNDs in biological applications, the authors bring together all relevant chemistry, physics, materials science and biology. …”
    Libro electrónico
  12. 10152
    Publicado 2015
    “… Introducing the fields of nanomaterials and devices, and their applications across a wide range of academic disciplines and industry sectors, Donglu Shi bridges knowledge acquisition and practical work, providing a starting point for the research and development of applications. …”
    Libro electrónico
  13. 10153
    Publicado 2014
    “…Multi-tenancy, which refers to the sharing of a single application instance across multiple customers or user groups (called tenants), is an essential characteristic of the SaaS model. …”
    Libro electrónico
  14. 10154
    Publicado 2015
    “… Energy storage devices are a crucial area of research and development across many engineering disciplines and industries. …”
    Libro electrónico
  15. 10155
    Publicado 2022
    “…Build a performant and scalable web application using Sanic, along with maintaining clean code to fit your unique challenges and business requirements Key Features Expand your knowledge of web application architecture for building scalable web apps Learn the core philosophies of performance and scalability from one of the creators of Sanic Create a complete Python web app from scratch and learn to translate the knowledge you gain across various use cases Book Description Today's developers need something more powerful and customizable when it comes to web app development. …”
    Libro electrónico
  16. 10156
    Publicado 2022
    Tabla de Contenidos: “…-- Partnership Roles Across Customer Journeys -- Link Partner Roles with Business Objectives -- Customer and Shopping Journeys Show What's Taking Place -- Journey Maps Reveal Partnerships Opportunities -- Design Your Ideal Customer Journeys -- The Quick Summary -- What's Up Next? …”
    Libro electrónico
  17. 10157
    Project management
    Project Management For Dummies
    Publicado 2022
    Tabla de Contenidos: “…Getting the Information You Need to Match People to Tasks -- Deciding what skills and knowledge team members must have -- Representing team members' skills, knowledge, and interests in a skills matrix -- Estimating Needed Commitment -- Using a human resources matrix -- Identifying needed personnel in a human resources matrix -- Estimating required work effort -- Factoring productivity, efficiency, and availability into work-effort estimates -- Reflecting efficiency when you use historical data -- Accounting for efficiency in personal work-effort estimates -- Ensuring Your Project Team Members Can Meet Their Resource Commitments -- Planning your initial allocations -- Resolving potential resource overloads -- Coordinating assignments across multiple projects -- Relating This Chapter to the PMP Exam and PMBOK 7 -- Chapter 9 Planning for Other Resources and Developing the Budget -- Determining Non-Personnel Resource Needs -- Making Sense of the Dollars: Project Costs and Budgets -- Looking at different types of project costs -- Recognizing the three stages of a project budget -- Refining your budget as your project progresses -- Determining project costs for a detailed budget estimate -- The bottom-up approach -- The top-down approach -- Relating This Chapter to the PMP Exam and PMBOK 7 -- Chapter 10 Venturing into the Unknown: Dealing with Risk -- Defining Risk and Risk Management -- Focusing on Risk Factors and Risks -- Recognizing risk factors -- Identifying risks -- Assessing Risks: Probability and Consequences -- Gauging the likelihood of a risk -- Relying on objective info -- Counting on personal opinions -- Estimating the extent of the consequences -- Getting Everything under Control: Managing Risk -- Choosing the risks you want to manage -- Developing a risk management strategy -- Communicating about risks -- Preparing a Risk Management Plan…”
    Libro electrónico
  18. 10158
    Publicado 2022
    “…This should provide a framework for tools available to model subcellular and tissue-level physiology across scales and scientific questions. In June through August of 2021, Simula held the seventh annual Summer School in Computational Physiology in collaboration with the University of Oslo (UiO) and the University of California, San Diego (UCSD). …”
    Libro electrónico
  19. 10159
    Publicado 2010
    Tabla de Contenidos: “…Medical Evaluation -- Etiological Issues across Anxiety Disorders -- Neurobiological Concepts -- Psychosocial Concepts -- Treatment -- General Principles of Pharmacotherapy -- General Principles of Psychotherapy -- Etiology and Treatment of Specific Anxiety Disorders -- 7. …”
    Libro electrónico
  20. 10160
    Publicado 2022
    Libro electrónico