Mostrando 9,061 - 9,080 Resultados de 13,866 Para Buscar '"The Class"', tiempo de consulta: 0.13s Limitar resultados
  1. 9061
    Publicado 2008
    Tabla de Contenidos: “…5.2 API Capabilities5.3 Programming with the API; 5.3.1 Establishing a Connection; 5.3.2 Manipulating OBEX Headers; 5.3.3 Sending a Request to the Server; 5.3.4 Receiving a Request from a Client; 5.3.5 Using OBEX Authentication; 5.4 Summary; Chapter 6 Device Discovery; 6.1 Overview; 6.2 API Capabilities; 6.3 Programming with the API; 6.3.1 Accessing the Local Device; 6.3.2 Device Discovery via Inquiry; 6.3.3 Retrieving Information from a Remote Device; 6.3.4 Using the DeviceClass Class; 6.4 Summary; Chapter 7 Service Discovery; 7.1 Overview; 7.1.1 Key Concepts…”
    Libro electrónico
  2. 9062
    Publicado 2023
    Tabla de Contenidos: “…-- Hot Reload -- Navigating Code -- Navigate Forward and Backward Commands -- Navigation Bar -- Find All References -- Find Files Faster -- Reference Highlighting -- Go To Commands -- Go To Definition -- Peek Definition -- Subword Navigation -- Features and Productivity Tips -- Track Active Item in Solution Explorer -- Hidden Editor Context Menu -- Open in File Explorer -- Finding Keyboard Shortcut Mappings -- Clipboard History -- Go To Window -- Navigate to Last Edit Location -- Multi-caret Editing -- Sync Namespaces to Match Your Folder Structure -- Paste JSON As Classes -- Enable Code Cleanup on Save -- Add Missing Using on Paste -- Features in Visual Studio 2022 -- Visual Studio Search -- Solution Filters -- Visual Studio IntelliCode -- Whole Line Completions -- Visual Studio Live Share -- Summary -- Chapter 2: Working with Visual Studio 2022 -- Visual Studio Project Types -- Various Project Templates -- Console Applications -- Windows Forms Application -- Windows Service -- Web Applications -- Class Library -- MAUI -- Creating a MAUI Application -- Pairing to Mac for iOS Development -- Consuming REST Services in MAUI -- The Complete Weather App -- The Target Platforms -- The Required NuGet Package -- The Weather Models -- The WeatherService -- The MainViewModel -- Registering Dependencies -- Building the MainPage View…”
    Libro electrónico
  3. 9063
    Publicado 2010
    Tabla de Contenidos: “…Beyond the Inequality Hypothesis: Class, Neo-liberalism, and Health Inequalities David Coburn Chapter 12. …”
    Libro
  4. 9064
    Publicado 2014
    Tabla de Contenidos: “…. -- The LancasterStemmer class -- The RegexpStemmer class -- The SnowballStemmer class -- See also -- Lemmatizing words with WordNet -- Getting ready -- How to do it... -- How it works... -- There's more... -- Combining stemming with lemmatization -- See also -- Replacing words matching regular expressions -- Getting ready -- How to do it... -- How it works... -- There's more... -- Replacement before tokenization -- See also -- Removing repeating characters -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Spelling correction with Enchant -- Getting ready -- How to do it... -- How it works... -- There's more... -- The en_GB dictionary -- Personal word lists -- See also -- Replacing synonyms -- Getting ready -- How to do it... -- How it works... -- There's more... -- CSV synonym replacement -- YAML synonym replacement -- See also -- Replacing negations with antonyms -- How to do it... -- How it works... -- There's more... -- See also -- 3. …”
    Libro electrónico
  5. 9065
    Tabla de Contenidos: “…-- Before You Parallelize -- Parallel Class -- Parallel.Invoke -- Parallel Loops -- Parallel.For -- Beyond the Trade Show Demos -- Parallel.ForEach -- ParallelLoopState -- Nested Loops -- PLINQ -- Moving from Sequential LINQ to PLINQ -- Partitioning -- Does Order Matter? …”
    Libro electrónico
  6. 9066
    Publicado 2017
    Tabla de Contenidos: “…. -- See also -- Chapter 8: Customizing Concurrency Classes -- Introduction -- Customizing the ThreadPoolExecutor class -- Getting ready -- How to do it... -- How it works... -- See also -- Implementing a priority-based Executor class -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Implementing the ThreadFactory interface to generate custom threads -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using our ThreadFactory in an Executor object -- Getting ready -- How to do it... -- How it works... -- See also -- Customizing tasks running in a scheduled thread pool -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Implementing the ThreadFactory interface to generate custom threads for the fork/join framework -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Customizing tasks running in the fork/join framework -- How to do it... -- How it works... -- See also -- Implementing a custom Lock class -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Implementing a transfer queue-based on priorities -- Getting ready -- How to do it... -- How it works... -- See also -- Implementing your own atomic object -- Getting ready -- How to do it... -- How it works... -- See also -- Implementing your own stream generator -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Implementing your own asynchronous stream -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also…”
    Libro electrónico
  7. 9067
    Publicado 2017
    Tabla de Contenidos: “…Chapter 3: A Tour of Machine Learning Classifiers Using scikit-learn -- Choosing a classification algorithm -- First steps with scikit-learn - training a perceptron -- Modeling class probabilities via logistic regression -- Logistic regression intuition and conditional probabilities -- Learning the weights of the logistic cost function -- Converting an Adaline implementation into an algorithm for logistic regression -- Training a logistic regression model with scikit-learn -- Tackling overfitting via regularization -- Maximum margin classification with support vector machines -- Maximum margin intuition -- Dealing with a nonlinearly separable case using slack variables -- Alternative implementations in scikit-learn -- Solving nonlinear problems using a kernel SVM -- Kernel methods for linearly inseparable data -- Using the kernel trick to find separating hyperplanes in high-dimensional space -- Decision tree learning -- Maximizing information gain - getting the most bang for your buck -- Building a decision tree -- Combining multiple decision trees via random forests -- K-nearest neighbors - a lazy learning algorithm -- Summary -- Chapter 4: Building Good Training Sets - Data Preprocessing -- Dealing with missing data -- Identifying missing values in tabular data -- Eliminating samples or features with missing values -- Imputing missing values -- Understanding the scikit-learn estimator API -- Handling categorical data -- Nominal and ordinal features -- Creating an example dataset -- Mapping ordinal features -- Encoding class labels -- Performing one-hot encoding on nominal features -- Partitioning a dataset into separate training and test sets -- Bringing features onto the same scale -- Selecting meaningful features -- L1 and L2 regularization as penalties against model complexity -- A geometric interpretation of L2 regularization…”
    Libro electrónico
  8. 9068
    por Roldan, Maria C.
    Publicado 2013
    Tabla de Contenidos: “…Inserting Java code using the User Defined Java Class step -- Adding fields -- Modifying fields -- Sending rows to the next step -- Data types equivalence -- Testing the Java Class using the Test class button -- Transforming the dataset with Java -- Time for action - splitting the field to rows using Java -- Avoiding coding by using purpose built steps -- Summary -- Chapter 7: Transforming the Rowset -- Converting rows to columns -- Time for action - enhancing the films file by converting rows to columns -- Converting row data to column data by using the Row Denormaliser step -- Aggregating data with a Row Denormaliser step -- Time for action - aggregating football matches data with the Row Denormaliser step -- Using Row Denormaliser for aggregating data -- Normalizing data -- Time for action - enhancing the matches file by normalizing the dataset -- Modifying the dataset with a Row Normaliser step -- Summarizing the PDI steps that operate on sets of rows -- Generating a custom time dimension dataset by using Kettle variables -- Time for action - creating the time dimension dataset -- Getting variables -- Time for action - parameterizing the start and end date of the time dimension dataset -- Using the Get Variables step -- Summary -- Chapter 8: Working with Databases -- Introducing the Steel Wheels sample database -- Connecting to the Steel Wheels database -- Time for action - creating a connection to the Steel Wheels database -- Connecting with Relational Database Management Systems -- Exploring the Steel Wheels database -- Time for action - exploring the sample database -- A brief word about SQL -- Exploring any configured database with the database explorer -- Querying a database -- Time for action - getting data about shipped orders -- Getting data from the database with the Table input step…”
    Libro electrónico
  9. 9069
    Publicado 2019
    Tabla de Contenidos: “…. -- The cv::Mat_ template class -- See also -- Scanning an image with pointers -- Getting ready -- How to do it... -- How it works... -- There's more... -- Other color reduction formulas -- Having input and output arguments -- Efficient scanning of continuous images -- Low-level pointer arithmetics -- See also -- Scanning an image with iterators -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Writing efficient image-scanning loops -- How to do it... -- How it works... -- There's more... -- See also -- Scanning an image with neighbor access -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Performing simple image arithmetic -- Getting ready -- How to do it... -- How it works... -- There's more... -- Overloaded image operators -- Splitting the image channels -- Remapping an image -- How to do it... -- How it works... -- See also…”
    Libro electrónico
  10. 9070
    Publicado 2024
    Tabla de Contenidos: “…-- Configuring the DbContext class -- Creating models -- Creating and configuring the DbContext class -- Creating the database -- Adding seed data -- Implementing CRUD controllers -- Creating the controller -- How controllers work -- Basic LINQ queries -- Querying the data -- Filtering the data -- Sorting and paging -- Creating an entity -- Updating an entity -- Deleting an entity -- Configuring the mapping between models and database -- Mapping conventions -- Data annotations -- Fluent API -- Separating the mapping configurations -- Summary -- Chapter 6: Data Access in ASP.NET Core (Part 2 - Entity Relationships) -- Technical requirements -- Understanding one-to-many relationships -- One-to-many configuration -- One-to-many CRUD operations -- Understanding one-to-one relationships -- One-to-one configuration -- One-to-one CRUD operations -- Understanding many-to-many relationships -- Many-to-many configuration -- Many-to-many CRUD operations -- Understanding owned entities -- Summary -- Chapter 7: Data Access in ASP.NET Core (Part 3: Tips) -- Technical requirements…”
    Libro electrónico
  11. 9071
    Publicado 2004
    Tabla de Contenidos: “…Parts of speech / Otto Jespersen ; English word classes / David Crystal ; A notional approach to the parts of speech / John Lyons ; Syntactic categories and notional features / John M. …”
    Enlace del recurso
    Libro electrónico
  12. 9072
    Publicado 2013
    Tabla de Contenidos: “…Fung -- Comic travels : Disney publishing in the People's Republic of China / Jennifer Altehenger -- When Chinese youth meet Harry Potter : translating consumption and middle class identification / John Nguyet Erni -- New forms of transborder visuality in urban China : saving face for magazine covers / Eric Kit-Wai Ma -- Cultural consumption and masculinity : a case study of GQ magazine covers in Taiwan / Hong-Chi Shiau -- An unlocalized and unglobalized subculture : English language independent music in Singapore / Kai Khiun Liew and Shzr Ee Tan -- The localized production of Jamaican music in Thailand / Viriya Sawangchot -- Consuming online games in Taiwan : global games and local market / Lai-Chi Chen -- The rise of the Korean cinema in inbound and outbound globalization / Shin Dong Kim -- Pocket capitalism and virtual intimacy : pokémon as a symptom of post-industrial youth culture / Anne Allison -- Playing the global game : Japan brand and globalization / Kukhee Choo -- China's new creative strategy : the utilization of cultural soft power and new markets / Michael Keane and Bonnie Liu -- Renationalizing Hong Kong cinema : the gathering force of the mainland market / Michael Curtin…”
    Enlace del recurso
    Libro electrónico
  13. 9073
    Publicado 2012
    Tabla de Contenidos: “…Babin -- "Gathered in illustrious assembly" : mesmeric agents, villains, and their "magnetic networks" in Alexandre Dumas's Le collier de la reine / Helana Brigman -- Of fairy tales and finances : decriminalizing the class-climb in three nineteenth-century variations on the Cinderella story / Tara Smithson -- "Ce(lle)-ci est à moi" : self-making through women and property in Le Père Goriot, La bête humaine, Wuthering Heights, and La migration des coeurs / Jessica Hutchins -- Criminal spaces in Notre-Dame de Paris : Hugo's portrayal of underworlds / Jessica Bombard -- Industrial visions : seeing and perception in Balzac and Zola / Carrie O'Connor -- Iron and glass : imprisonment in Emile Zola's Au bonheur des dames / Andrew Hill -- The criminal letter : reading culpability in La bête humaine and Ferragus / Mary Cashell -- Purloined letters : literary property and dangerous documents / Rosemary A. …”
    Enlace del recurso
    Libro electrónico
  14. 9074
    Publicado 2013
    Tabla de Contenidos: “…; Addiction ; Legal drugs : alcohol and tobacco ; Polydrug use/polysubstance use ; Common illicit drugs ; Typologies of drug use : use-misuse-abuse and problematic-recreational use ; Binge-drinking ; Raves and circuit parties ; Dance drugs/club drugs ; Cross-cultural and traditional drug use ; Gender, ethnicity and social class ; Normalisation. -- Drug effects. Drug effects : drug, set and setting ; Medical marijuana and other therapeutic uses of illicit drugs ; Prescribed and over-the-counter (OTC) drugs ; Novel psychoactive substances ; The gateway hypothesis/stepping stone theory ; Drug-related violence ; Drugs and crime ; Drug risks and health harms ; Injecting drug use ; HIV/AIDS and other blood-borne viruses. -- Drug policy, treatment and perceptions of the drug problem. …”
    Enlace del recurso
    Libro electrónico
  15. 9075
    Publicado 2016
    Tabla de Contenidos: “…Queer in the field : on emotions, temporality, and performativity in ethnography / Alison Rooke -- Intimacy with strangers/intimacy with self : queer experiences of social research / Jamie Heckert -- Brown, queer, and gendered : queering the Latina/o "street-scapes" in Los Angeles / Lorena Muñoz -- The "outness" of queer : class and sexual intersections / Yvette Taylor -- Queer methods and queer practices : re-examining the identities of older lesbian, gay, bisexual adults / Andrew King and Ann Cronin -- Queer(ing) communication in research relationships : a conversation about subjectivities, methodologies, and ethics / Andrew Gorman-Murray, Lynda Johnston, and Gordon Waitt -- The trouble with fieldwork : queering methodologies / Michael Connors Jackman -- Queer conversations : old-time lesbians, transmen, and the politics of queer research / Catherine J. …”
    Enlace del recurso
    Libro electrónico
  16. 9076
    Publicado 2020
    Tabla de Contenidos: “…Salvament de vides a la rereguarda republicana / Manuel Pérez Nespereira -- Salvament de vides i èxode marítim de la classe dirigent i conservadora de Catalunya / Rubèn Doll-Petit -- Les actituds de l'Església catalana enfront de la persecució / Josep Maria Solé i Sabaté -- Claudi Ametlla, periodista francòfil, catalanista possibilista / Xavier Pla -- Negocis bruts i humanització frustrada de la guerra. …”
    Libro
  17. 9077
    Publicado 2008
    Tabla de Contenidos: “…Religious renaissance and Taiwan's modern middle classes / Richard Madsen -- 12. Goddess across the Taiwan Strait : matrifocal ritual space, nation-state, and satellite television footprints / Mayfair Mei-hui Yang…”
    Click para texto completo desde fuera UPSA
    Click para texto completo desde UPSA
    Libro electrónico
  18. 9078
    Publicado 2012
    Tabla de Contenidos: “…Sanderson -- Leading a turnaround and the joy of a third-class ticket / Carol A. Taylor -- Leadership in the fifth dimension : balancing time with the timeless / Lee F. …”
    Click para texto completo desde fuera UPSA
    Click para texto completo desde UPSA
    Libro electrónico
  19. 9079
    Publicado 2023
    Tabla de Contenidos: “…Intro -- Foreword -- Suicidal self-injurious behaviors: Definition and frequency -- Definition -- Prevalence -- Synthesis -- References -- Biological predisposing and demographic characteristics in suicidal behaviors -- Biological issues -- Age -- Gender or sex -- Education or schooling -- Employment situation -- Occupation -- Social class -- Marital status -- Urban or rural residence -- Synthesis -- References -- Psychosocial stressors and suicidal behaviors -- Street situation or homelessness -- Physical or sexual violence or neglect -- Imprisonment -- Synthesis -- References Suicide behaviors and society -- Family contextReligiosity -- Adoption situation -- Exposure to suicide in the media -- Availability of suicide methods -- Armed conflicts or wars -- Social capital -- Macroeconomic context -- Synthesis -- References -- Self-injurious behaviors in clinical practice -- Personality characteristics and disorders -- Mental disorders -- Consumption of legal and illegal substances -- Previous suicide attempts -- Suicide survivors -- Synthesis -- References -- Self-injurious behaviors in differentiated populations -- Afro-descendants, Asians, and Latinos Native ethnic groups -- Progressive sexual identities -- Inmigrants -- Synthesis -- References -- Non-suicidal self-injurious behaviors -- Definition -- Diagnostic criteria -- Frequency -- Related features -- Relationship between non-suicidal self-injurious behaviors, non-suicidal self-injurious behavior disorder, and suicidal behaviors -- Synthesis -- References -- Preventive strategies for suicide behaviors -- Background -- Effective strategies -- Recommendations for general practitioners, social workers, psycho-counselors, educators, and the media -- Synthesis -- References…”
    Acceso restringido con credenciales UPSA
    Libro electrónico
  20. 9080
    Publicado 2010
    Tabla de Contenidos: “…Queer in the field : on emotions, temporality, and performativity in ethnography / Alison Rooke -- Intimacy with strangers/intimacy with self : queer experiences of social research / Jamie Heckert -- Brown, queer, and gendered : queering the Latina/o "street-scapes" in Los Angeles / Lorena Muñoz -- The "outness" of queer : class and sexual intersections / Yvette Taylor -- Queer methods and queer practices : re-examining the identities of older lesbian, gay, bisexual adults / Andrew King and Ann Cronin -- Queer(ing) communication in research relationships : a conversation about subjectivities, methodologies, and ethics / Andrew Gorman-Murray, Lynda Johnston, and Gordon Waitt -- The trouble with fieldwork : queering methodologies / Michael Connors Jackman -- Queer conversations : old-time lesbians, transmen, and the politics of queer research / Catherine J. …”
    Libro electrónico