Mostrando 5,141 - 5,160 Resultados de 5,234 Para Buscar 'seróloga~', tiempo de consulta: 1.67s Limitar resultados
  1. 5141
  2. 5142
  3. 5143
  4. 5144
    Publicado 2024
    Tabla de Contenidos: “…-- A word about parity, data sizes, and stop bits -- Working with an Arduino -- Receiving serial data with .NET -- Faking a serial device -- Making it foolproof -- Reasons things go haywire -- Hardening your code -- Next steps -- Chapter 10: The One with the Systems Check-Ups -- Technical requirements -- Available logging frameworks -- Default logger in .NET -- NLog -- Serilog -- Comparing the logging frameworks -- Monitoring your applications -- Monitoring with Seq -- Performance counters -- Prometheus -- Other platforms for monitoring -- What you should be monitoring or logging -- Next steps -- Chapter 11: The One with the Debugging Dances -- Technical requirements -- Introducing debugging -- Debugging and profiling - an overview -- Debugging -- Profiling -- Debugging 101 -- Debug builds versus Release builds -- Breakpoints -- Debug windows -- Diagnostic Tools -- Debugging multithreaded and asynchronous code -- Parallel Watch -- Debugging deadlocks with Parallel Stacks and Thread windows -- Profiling application performance -- The prime application -- Profiling in Visual Studio -- Benchmarking different solutions -- Other tools -- Debugging tools -- Profiling tools -- Next steps -- Chapter 12: The One with the Security Safeguards -- Technical requirements -- Security for system programmers -- What could happen if we have a vulnerability? …”
    Libro electrónico
  5. 5145
    por Kühl, Richard
    Publicado 2022
    “…Seine Analysen reichen bis in die Zeit um 1930, in der Sexolog*innen wie Magnus Hirschfeld in der »umkämpften Erinnerung« an die Materialschlachten auf eine Weise mitmischten, die das gesamte politische Spektrum beschäftigte…”
    Libro electrónico
  6. 5146
  7. 5147
    por Laura Chica
    Publicado 2014
    Texto completo en Odilo
    Otros
  8. 5148
    por Melloni, Javier, 1962-
    Publicado 2009
    “…La respiraciðn, el hambre y la sed, el amor, el poder, la belleza, la teologa, el conocimiento, la llamda personal y la oraciðn son los Æmbitos por los que el autor despliega su antropologa del deso, entendiendo Øste como un anhelo, como un Øxtasis que nos lleva fuera de nosotros mismos hacia un bien siempre mayor que aspira a la uniðn con el Ser total. …”
    Libro
  9. 5149
  10. 5150
  11. 5151
    Publicado 2022
    “…Special attention is given to serological surveillance and characterization of virus-neutralizing antibodies…”
    Libro electrónico
  12. 5152
    Publicado 2022
    Tabla de Contenidos: “…4 Combating COVID-19 using object detection techniques for next-generation autonomous systems -- 4.1 Introduction -- 4.2 Need for object detection -- 4.3 Object detection techniques -- 4.3.1 R-CNN family -- 4.3.1.1 R-CNN -- 4.3.1.1.1 Network architecture -- 4.3.1.1.2 Advantages -- 4.3.1.1.3 Disadvantages -- 4.3.1.2 Fast R-CNN -- 4.3.1.2.1 Network architecture -- 4.3.1.2.2 The RoI pooling layer -- 4.3.1.2.3 Advantages -- 4.3.1.2.4 Disadvantages -- 4.3.1.3 Faster R-CNN -- 4.3.1.3.1 Network architecture -- 4.3.1.3.2 Advantages -- 4.3.1.3.3 Disadvantages -- 4.3.2 YOLO family -- 4.3.2.1 YOLOv1 -- 4.3.2.1.1 Network architecture -- 4.3.2.1.2 Advantages -- 4.3.2.1.3 Disadvantages -- 4.3.2.2 YOLOv2 -- 4.3.2.2.1 Improvements made over YOLOv1 -- 4.3.2.2.2 Network architecture -- 4.3.2.2.3 Advantages -- 4.3.2.2.4 Disadvantages -- 4.3.2.3 YOLOv3 -- 4.3.2.3.1 Improvements made over YOLOv2 -- 4.3.2.3.2 Network architecture -- 4.3.2.3.3 Advantages -- 4.3.2.3.4 Disadvantages -- 4.4 Applications of objection detection during COVID-19 crisis -- 4.4.1 Module for autonomous systems (pothole detection) -- 4.4.1.1 Architecture -- 4.4.1.2 Results -- 4.4.2 Social distancing detector -- 4.4.2.1 Results -- 4.4.3 COVID-19 detector based on X-rays -- 4.4.3.1 Architecture -- 4.4.3.1.1 Results -- 4.4.4 Face mask detector -- 4.4.4.1 Architecture -- 4.4.4.1.1 Results -- 4.5 Conclusion -- References -- 5 Non-contact measurement system for COVID-19 vital signs to aid mass screening-An alternate approach -- 5.1 Introduction -- 5.2 COVID-19 global scenarios -- 5.2.1 Infections, recovery and mortality rate -- 5.2.2 Economy and environmental impacts -- 5.3 Measurement and testing protocols of COVID-19 -- 5.3.1 Measurement methods -- 5.3.1.1 Pathophysiological tools -- 5.3.1.1.1 Nucleic acid amplification tests -- 5.3.1.1.2 Serological testing -- 5.3.1.2 Physiological assessment tools…”
    Libro electrónico
  13. 5153
  14. 5154
  15. 5155
    Publicado 2021
    Tabla de Contenidos: “…8.1.3 Service-level tests: Testing a microservice from outside its process -- 8.1.4 Unit-level tests: Testing endpoints from within the process -- 8.2 Testing libraries: Microsoft.AspNetCore.TestHost and xUnit -- 8.2.1 Meet Microsoft.AspNetCore.TestHost -- 8.2.2 Meet xUnit -- 8.2.3 xUnit and Microsoft.AspNetCore.TestHost working together -- 8.3 Writing unit tests using Microsoft.AspNetCore.TestHost -- 8.3.1 Setting up a unit-test project -- 8.3.2 Using the TestServer and HttpClient to unit-test endpoints -- 8.3.3 Injecting mocks into endpoints -- 8.4 Writing service-level tests -- 8.4.1 Creating a service-level test project -- 8.4.2 Creating mocked endpoints -- 8.4.3 Executing the test scenario against the microservice under test -- Summary -- Part 3 Handling cross-cutting concerns: Building a reusable microservice platform -- 9 Cross-cutting concerns: Monitoring and logging -- 9.1 Monitoring needs in microservices -- 9.2 Logging needs in microservices -- 9.2.1 Tracing requests across microservices -- 9.2.2 Structured logging with Serilog -- 9.3 Implementing the monitoring endpoints -- 9.3.1 Implementing the /health/live monitoring endpoint -- 9.3.2 Implementing the /health/startup monitoring endpoint -- 9.4 Implementing structured logging -- 9.4.1 Adding a trace ID to all log messages -- 9.4.2 Trace ID is included in outgoing HTTP requests -- 9.4.3 Logging unhandled exceptions -- 9.5 Implementing monitoring and logging in Kubernetes -- 9.5.1 Configure monitoring in Kubernetes -- Summary -- 10 Securing microservice-to-microservice communication -- 10.1 Microservice security concerns -- 10.1.1 Authenticating users at the edge -- 10.1.2 Authorizing users in microservices -- 10.1.3 How much should microservices trust each other? …”
    Libro electrónico
  16. 5156
    Publicado 2017
    “…This includes analysis of the current animal models for ASD and their suitability, reviewing immunological, immunogenetic and epigenetic research, reassessing clinical diagnostic tools, and surveying radiological, pathological, and serological records for clues. This volume includes research from some of the leading researchers on ASD. …”
    Libro electrónico
  17. 5157
    Publicado 2020
    “…Chapters cover such topics as serum protein electrophoresis, urinary iodine measurement, blood collection tubes, semi-solid phase assay and advancement in analytical and bioanalytical techniques, and serological diagnostic tools for Zika virus, among other subjects. …”
    Libro electrónico
  18. 5158
    Publicado 2018
    “…La conmemoración del quinto centenario de la reforma protestante en el año 2017 ha sido ocasión para el tema de las XV jornadas de la Asociacion Teólogas Españolas (ATE), fruto de las cuales es este libro colectivo…”
    Libro
  19. 5159
    Publicado 2015
    “…Es la memoria resistente de tantas mujeres, teólogas o no, que han hecho posible el presente. Es pararnos a contemplar lo que ya somos, para evitar perdernos en la desesperanza y para seguir avanzando sobre el camino que entre todas hemos ido construyendo. …”
    Libro
  20. 5160
    Publicado 2011
    “…Others offer psychoanalytical considerations by confronting clinical sexology with psychological realities. Still others evoke intercultural aspects revealing the relative character of potency that the phenomenon of Viagra attempts to gloss over…”
    Libro electrónico