Mostrando 7,361 - 7,380 Resultados de 9,071 Para Buscar '"Windows"', tiempo de consulta: 0.10s Limitar resultados
  1. 7361
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- About the Author -- Table of Contents -- Preface -- Chapter 1: Installing an MQTT 3.1.1 Mosquitto Server -- Understanding convenient scenarios for the MQTT protocol -- Working with the publish-subscribe pattern -- Working with message filtering -- Understanding the MQTT puzzle - clients, servers, and connections -- Installing a Mosquitto server on Linux -- Installing a Mosquitto server on macOS -- Installing a Mosquitto server on Windows -- Considerations for running a Mosquitto server in the cloud -- Test your knowledge -- Summary -- Chapter 2: Using Command-Line and GUI Tools to Learn How MQTT Works -- Subscribing to topics with a command-line tool -- Subscribing to topics with a GUI tool -- Publishing messages with a command-line tool -- Publishing messages with a GUI tool -- Unsubscribing from topics with a GUI tool -- Learning best practices for topics -- Understanding MQTT wildcards -- Learning about the different QoS levels -- Working with at least once delivery (QoS level 1) -- Working with exactly once delivery (QoS level 2) -- Understanding overhead in the different Quality of Service levels -- Test your knowledge -- Summary -- Chapter 3: Securing an MQTT 3.1.1 Mosquitto Server -- Understanding the importance of securing a Mosquitto server -- Generating a private certificate authority to use TLS with Mosquitto -- Creating a certificate for the Mosquitto server -- Configuring TLS transport security in Mosquitto -- Testing the MQTT TLS configuration with command-line tools -- Testing the MQTT TLS configuration with GUI tools -- Creating a certificate for each MQTT client -- Configuring TLS client certificate authentication in Mosquitto -- Testing the MQTT TLS client authentication with command-line tools -- Testing the MQTT TLS configuration with GUI tools…”
    Libro electrónico
  2. 7362
    por Solter, Nicholas, 1977-
    Publicado 2005
    “…Geared to experienced C++ developers who may not be familiar with the more advanced features of the language, and therefore are not using it to its full capabilitiesTeaches programmers how to think in C++-that is, how to design effective solutions that maximize the power of the languageThe authors drill down into this notoriously complex language, explaining poorly understood elements of the C++ feature set as well as common pitfalls to avoidContains several in-depth case studies with working code that's been tested on Windows, Linux, and Solaris platforms…”
    Libro electrónico
  3. 7363
    Publicado 2000
    Electrónico
  4. 7364
    Publicado 2005
    Tabla de Contenidos: “…Building the claims scenario -- 12.1 Building the scenario for WebSphere -- 12.1.1 Problem definition -- 12.1.2 Solution -- 12.1.3 Import Enterprise JavaBeans -- 12.1.4 Test imported Enterprise JavaBeans -- 12.1.5 Create a Web service from Enterprise JavaBeans -- 12.1.6 Test the created Web service -- 12.1.7 Deploy the created Web service -- 12.2 Building the scenario for Windows Server 2003 -- 12.2.1 Prerequisites to run the Web service application -- 12.2.2 Create the Web Service -- 12.2.3 Import the existing classes -- 12.2.4 Build the Web service -- 12.2.5 Microsoft Internet Information Services (IIS) -- 12.2.6 Create Microsoft .Net Test Client -- 12.2.7 Summary -- 12.3 Building the Web services clients -- 12.3.1 Web service client for the WebSphere Web service -- 12.3.2 Web service client for the Microsoft .Net Web service -- 12.3.3 Microsoft .Net -- 12.3.4 Differences between the two Web services and conclusions -- Chapter 13. …”
    Libro electrónico
  5. 7365
    por Zhu, Wel-Dong
    Publicado 2005
    Tabla de Contenidos: “…Implementation -- 2.1 Analyze business requirements -- 2.2 Plan system topology -- 2.2.1 DB2 database -- 2.2.2 Library Server -- 2.2.3 Resource Manager -- 2.2.4 Storage subsystem -- 2.2.5 HTTP server -- 2.2.6 System administration client -- 2.2.7 Windows client (Client for Windows) -- 2.2.8 Web interface -- 2.2.9 Content Manager Toolkit for z/OS -- 2.3 Define data model -- 2.3.1 Plan your data model -- 2.3.2 Data model entities -- 2.4 Implement user access -- 2.4.1 Users and user groups -- 2.4.2 Privileges, privilege groups, and privilege sets -- 2.4.3 Access control lists -- 2.5 Implement workflow -- 2.5.1 Actions and action lists -- 2.5.2 Workflow nodes -- 2.5.3 Workflow processes -- 2.5.4 Work lists -- 2.5.5 Work packages -- 2.6 Manage object storage -- 2.6.1 Storage management systems -- 2.6.2 Collections -- 2.6.3 Capacity planning -- 2.6.4 Migration policies -- 2.6.5 Replication -- 2.7 Manage different domains -- 2.8 Provide Web access -- 2.9 Backup and recovery -- 2.10 Performance tuning -- 2.11 Additional products that use Content Manager -- Chapter 3. …”
    Libro electrónico
  6. 7366
    Publicado 2012
    Tabla de Contenidos: “…Principles of Change in the Size of Quadrant within the Johari Window -- 9. Limitations of the Johari Window -- 10. …”
    Libro electrónico
  7. 7367
    Publicado 2014
    Tabla de Contenidos: “…Preface xiii Table of Engineering Applications xvii Part 1 Introduction 1 Mathematica Environment and Basic Syntax 3 1.1 Introduction 3 1.2 Selecting Notebook Characteristics 4 1.3 Notebook Cells 8 1.4 Delimiters 12 1.5 Basic Syntax 12 1.5.1 Introduction 12 1.5.2 Templates: Greek Symbols and Mathematical Notation 15 1.5.3 Variable Names and Global Variables 18 1.6 Mathematical Constants 19 1.7 Complex Numbers 21 1.8 Elementary, Trigonometric, Hyperbolic, and a Few Special Functions 22 1.9 Strings 25 1.9.1 String Creation: StringJoin[] and ToString[] 25 1.9.2 Labeled Output: Print[], NumberForm[], EngineeringForm[], and TraditionalForm[] 26 1.10 Conversions, Relational Operators, and Transformation Rule 28 1.11 Engineering Units and Unit Conversions: Quantity[] and UnitConvert[] 30 1.12 Creation of CDF Documents and Documents in Other Formats 33 1.13 Functions Introduced in Chapter 1 34 Exercises 35 2 List Creation and Manipulation: Vectors and Matrices 39 2.1 Introduction 39 2.2 Creating Lists and Vectors 39 2.2.1 Introduction 39 2.2.2 Creating a List with Table[] 45 2.2.3 Summing Elements of a List: Total[] 46 2.2.4 Selecting Elements of a List 47 2.2.5 Identifying List Elements Matching a Pattern: Position[] 49 2.3 Creating Matrices 51 2.3.1 Introduction 51 2.3.2 Matrix Generation Using Table[] 54 2.3.3 Accessing Elements of Arrays 55 2.4 Matrix Operations on Vectors and Arrays 56 2.4.1 Introduction 56 2.4.2 Matrix Inverse and Determinant: Inverse[] and Det[] 57 2.5 Solution of a Linear System of Equations: LinearSolve[] 58 2.6 Eigenvalues and Eigenvectors: EigenSystem[] 59 2.7 Functions Introduced in Chapter 2 61 References 61 Exercises 61 3 User-Created Functions, Repetitive Operations, and Conditionals 69 3.1 Introduction 69 3.2 Expressions and Procedures as Functions 69 3.2.1 Introduction 69 3.2.2 Pure Function: Function[] 74 3.2.3 Module[] 78 3.3 Find Elements of a List that Meet a Criterion: Select[] 80 3.4 Conditionals 82 3.4.1 If[] 82 3.4.2 Which[] 83 3.5 Repetitive Operations 83 3.5.1 Do[] 83 3.5.2 While[] 83 3.5.3 Nest[] 84 3.5.4 Map[] 84 3.6 Examples of Repetitive Operations and Conditionals 85 3.7 Functions Introduced in Chapter 3 92 Exercises 92 4 Symbolic Operations 95 4.1 Introduction 95 4.2 Assumption Options 101 4.3 Solutions of Equations: Solve[] 101 4.4 Limits: Limit[] 105 4.5 Power Series: Series[], Coefficient[], and CoefficientList[] 108 4.6 Optimization: Maximize[]/Minimize[] 112 4.7 Differentiation: D[] 114 4.8 Integration: Integrate[] 120 4.9 Solutions of Ordinary Differential Equations: DSolve[] 126 4.10 Solutions of Partial Differential Equations: DSolve[] 136 4.11 Laplace Transform: LaplaceTransform[] and InverseLaplaceTransform[] 138 4.12 Functions Introduced in Chapter 4 145 References 145 Exercises 146 5 Numerical Evaluations of Equations 151 5.1 Introduction 151 5.2 Numerical Integration: NIntegrate[] 151 5.3 Numerical Solutions of Differential Equations: NDSolveValue[] and ParametricNDSolveValue[] 154 5.4 Numerical Solutions of Equations: NSolve[] 178 5.5 Roots of Transcendental Equations: FindRoot[] 180 5.6 Minimum and Maximum: FindMinimum[] and FindMaximum[] 182 5.7 Fitting of Data: Interpolation[] and FindFit[] 186 5.8 Discrete Fourier Transforms and Correlation: Fourier[], InverseFourier[], and ListCorrelate[] 189 5.9 Functions Introduced in Chapter 5 194 References 195 Exercises 196 6 Graphics 209 6.1 Introduction 209 6.2 2D Graphics 209 6.2.1 Basic Plotting 209 6.2.2 Basic Graph Enhancements 213 6.2.3 Common 2D Shapes: Graphics[] 217 6.2.4 Additional Graph Enhancements 222 6.2.5 Combining Figures: Show[] and GraphicsGrid[] 238 6.2.6 Tooltip[] 241 6.2.7 Exporting Graphics 244 6.3 3D Graphics 244 6.4 Summary of Functions Introduced in Chapter 6 253 References 254 Exercises 254 7 Interactive Graphics 263 7.1 Interactive Graphics: Manipulate[] 263 References 287 Exercises 287 Part 2 Engineering Applications 8 Vibrations of Spring Mass Systems and Thin Beams 293 8.1 Introduction 293 8.2 Single Degree-of-Freedom Systems 294 8.2.1 Periodic Force on a Single Degree-of-Freedom System 294 8.2.2 Squeeze Film Damping and Viscous Fluid Damping 298 8.2.3 Electrostatic Attraction 302 8.2.4 Single Degree-of-Freedom System Energy Harvester 304 8.3 Two Degrees-of-Freedom Systems 307 8.3.1 Governing Equations 307 8.3.2 Response to Harmonic Excitation: Amplitude Response Functions 307 8.3.3 Enhanced Energy Harvester 310 8.4 Thin Beams 315 8.4.1 Natural Frequencies and Mode Shapes of a Cantilever Beam with In-Span Attachments 315 8.4.2 Effects of Electrostatic Force on the Natural Frequency and Stability of a Beam 318 8.4.3 Response of a Cantilever Beam with an In-Span Attachment to an Impulse Force 323 References 326 9 Statistics 327 9.1 Descriptive Statistics 327 9.1.1 Introduction 327 9.1.2 Location Statistics: Mean[], StandardDeviation[], and Quartile[] 327 9.1.3 Continuous Distribution Functions: PDF[] and CDF[] 329 9.1.4 Histograms and Probability Plots: Histogram[] and ProbabilityScalePlot [] 331 9.1.5 Whisker Plot: BoxWhiskerChart[] 332 9.1.6 Creating Data with Specified Distributions: RandomVariate[] 334 9.2 Probability of Continuous Random Variables 334 9.2.1 Probability for Different Distributions: NProbability[] 334 9.2.2 Inverse Cumulative Distribution Function: InverseCDF[] 337 9.2.3 Distribution Parameter Estimation: EstimatedDistribution[] and FindDistributionParameters[] 337 9.2.4 Confidence Intervals: CI[] 340 9.2.5 Hypothesis Testing: LocationTest[] and VarianceTest[] 342 9.3 Regression Analysis: LinearModelFit[] 343 9.3.1 Simple Linear Regression 343 9.3.2 Multiple Linear Regression 347 9.4 Nonlinear Regression Analysis: NonLinearModelFit[] 351 9.5 Analysis of Variance (ANOVA) and Factorial Designs: ANOVA[] 354 9.6 Functions Introduced in Chapter 9 358 10 Control Systems and Signal Processing 359 10.1 Introduction 359 10.2 Model Generation: State-Space and Transfer Function Representation 359 10.2.1 Introduction 359 10.2.2 State-Space Models: StateSpaceModel[] 360 10.2.3 Transfer Function Models: TransferFunctionModel[] 362 10.3 Model Connections Closed-Loop Systems and System Response: SystemsModelFeedbackConnect[] and SystemsModelSeriesConnect[] 363 10.4 Design Methods 369 10.4.1 Root Locus: RootLocusPlot[] 369 10.4.2 Bode Plot: BodePlot[] 371 10.4.3 Nichols Plot: NicholsPlot[] 372 10.5 Signal Processing 374 10.5.1 Filter Models: ButterworthFilterModel[], EllipticFilterModel[], ... 374 10.5.2 Windows: HammingWindow[], HannWindow[], ... 381 10.5.3 Spectrum Averaging 385 10.6 Aliasing 388 10.7 Functions Introduced in Chapter 10 390 Reference 391 11 Heat Transfer and Fluid Mechanics 393 11.1 Introduction 393 11.2 Conduction Heat Transfer 394 11.2.1 One-Dimensional Transient Heat Diffusion in Solids 394 11.2.2 Heat Transfer in Concentric Spheres: Ablation of a Tumor 398 11.2.3 Heat Flow Through Fins 401 11.3 Natural Convection Along Heated Plates 405 11.4 View Factor Between Two Parallel Rectangular Surfaces 408 11.5 Internal Viscous Flow 411 11.5.1 Laminar Flow in Horizontal Cylindrical Pipes 411 11.5.2 Flow in Three Reservoirs 412 11.6 External Flow 416 11.6.1 Pressure Coefficient of a Joukowski Airfoil 416 11.6.2 Surface Profile in Nonuniform Flow in Open Channels 419 References 423 Index 425.…”
    Libro electrónico
  8. 7368
    por McQuaid, Matilda
    Publicado 2003
    Tabla de Contenidos: “…Louis, Missouri, United States, projected 2004), p. 140 ; Bamboo material test, p. 144 ; Prefabrication, p. 150 ; PC Pile House (Shizuoka, Japan, 1992), p.154 ; Tazawako Station (Tazawako, Akita, Japan, 1997), p. 158 ; Furniture House 1 (Lake Yamanaka, Yamanashi, Japan, 1995), p. 164 ; Nine-Square Grid House (Hadano, Kanagawa, Japan, 1997), p. 170 ; Institute, Centre d’Interpretation du Canal de Bourgogne (Pouilly-en-Auxois, France, projected 2003), p. 176 ; Sagaponac House (Sagaponack, New York, United States, projected 2004), p. 178 ; Prefabricated material test, p. 180 ; Skin, p. 182 ; House for a dentist (Setagaya, Tokyo, Japan, 1994), p. 186 ; Curtain Wall House (Itabashi, Tokyo, Japan, 1995), p. 192 ; Ivy Structure 2 (Azabu, Tokyo, Japan, 2000), p. 200 ; Naked House (Kawagoe, Saitama, Japan, 2002), p. 202 ; Picture Window House (Izu, Shizuoka, Japan, 2002), p. 208 ; Glass Shutter House (Meguro, Tokyo, Japan, 2003), p. 214 ; Paper Art Museum (Mishima, Shizuoka, Japan, 2002) , p. 218 ; Shutter House for a Photographer (Minato, Tokyo, Japan, 2003), p. 226 ; Temporary Guggenheim Tokyo (Odaiba, Tokyo, Japan, designed 2001), p. 228 ; List of Works, p. 234 ; Firm profil·le, p. 238 ; Acknowledgements, p. 240.…”
    Libro
  9. 7369
    por Tirole, Jean
    Publicado 2017
    Tabla de Contenidos: “…: -- Itinerary -- The relationship between society and economics -- The economist's profession -- Institutions -- A window on our world -- The common thread -- Economics and Society. …”
    Libro electrónico
  10. 7370
    por Gumley, Liam E.
    Publicado 2002
    Tabla de Contenidos: “…Direct Graphics; 5.1 Graphics Devices; 5.2 Display Modes; 5.3 Graphics Windows; 5.4 Working with Colors; 5.5 Display Mode Troubleshooting; Chapter 6. …”
    Libro electrónico
  11. 7371
    por Jarrett, Rob
    Publicado 2009
    Tabla de Contenidos: “…Pen InputStand-Alone and General-Purpose; What Isn't a Tablet Computer; The Role of Tablet Computers; A Brief History of Tablet Computing; GO PenPoint; Microsoft Windows for Pen Computing; Apple Newton; Palm Computing PalmPilot; Microsoft Pocket PC; In a Little While; The Microsoft Tablet PC; Microsoft Tablet PC Hardware Guidelines; Microsoft Tablet PC Software; Could This Be the One?…”
    Libro electrónico
  12. 7372
    por Chapman, John
    Publicado 2014
    Tabla de Contenidos: “…Adding JavaScript and cascading stylesheet references to a master pageCreating a fixed width master page; Creating an expanding width master page with content padding; Creating a minimalistic master page; Creating a responsive mobile master page; Customizing the Windows 8 Start menu tile for pinning sites using a master page; Customizing the shortcut icon (favicon) using a master page; Creating a page layout with three columns of web part zones; Creating a page layout with web parts added to the page; Creating a page layout with a picture-library-based image carousel using JavaScript…”
    Libro electrónico
  13. 7373
    Publicado 2014
    Tabla de Contenidos: “…Excel-style editing in NG-GridCreating a modal window to add subscribers; Real-time form validations; Summary; Chapter 4: Using REST Web Services in Your AngularJS App; Understanding the response from a REST API; Testing a RESTful web service; Jump starting your app development with Angular Seed; Files and folders in Angular Seed; Adding Bootstrap libraries; Starting your Node web server; Mark-up our Layout; Creating the routes; Understanding AngularJS services; Writing your first factory service; Dependency Injection; Coding the partial; Calling the REST web service using http…”
    Libro electrónico
  14. 7374
    Publicado 2018
    Tabla de Contenidos: “…Chapter 7: Introduction to Custom Pages -- Introduction to Jelly -- UI pages -- Script examples -- Summary -- Chapter 8: Scripting with Jelly -- Jelly scripting -- Evaluate -- If -- UI macros -- Script examples -- Summary -- Chapter 9: Debugging the Script -- The script debugger -- The session debugger -- The Field Watcher -- Debugging applications -- The JavaScript Log and Debug window -- Debugging REST -- SOAP debugging -- Summary -- Chapter 10: Best Practices -- Coding best practices -- Business rule best practices -- Before -- After -- Async -- Display -- Client script best practices -- Debugging tools best practices -- Logging -- Session debug -- Logs and queues best practices -- Logs -- Queues -- Event queue -- System scheduler -- ECC queue -- System performance best practices -- Summary -- Chapter 11: Deployments with the Update Sets -- When to use update sets -- How to use scope with update sets -- Transferring update sets between instances -- Update set pitfalls -- Update set best practices -- Summary -- Chapter 12: Building a Custom Application Using ServiceNow Scripting -- Creating a custom application with ServiceNow scripting -- Creating the application -- Building the application -- Example application -- End-to-end development -- Studio -- Application development -- Example application -- Testing -- Example application -- Deployment -- Publish to an update set -- Publish to the application repository -- Publish to the ServiceNow store -- Example application -- Summary -- Other Books You May Enjoy -- Index…”
    Libro electrónico
  15. 7375
    por Aspin, Adam. author
    Publicado 2014
    Tabla de Contenidos: “…Contents at a Glance; Introduction; Chapter 1: Self-Service Business Intelligence; The Microsoft Self-Service Business Intelligence Solution; The Excel BI Toolkit; Power BI; The Excel BI Toolkit and Power BI; Power Query; PowerPivot; Power View; Power Map; Power BI; Preparing the Self-Service BI Environment; PowerPivot; Power View; Power Query; Power Map; Power BI; Adding a Power BI Site; The Windows Power BI App; Corporate BI or Self-Service BI ?…”
    Libro electrónico
  16. 7376
    Tabla de Contenidos: “…Understanding the User ExperienceGeneral Categories of SignalR Applications; When Not to Use SignalR; Extensibility of SignalR; OWIN Components; IoC Containers; Scaling Out with Message Backplanes; SQL Server; Windows Azure Service Bus; Redis; Limitations of SignalR; Server Platform Limitations; Client Platform Limitations; Message Backplane Limitations; External Limitations; Summary; Chapter 3: Developing SignalR Applications Using Hubs; Overview of Hubs; Getting Started with Hubs; Route Configuration; Customize the Hubs Proxy Location; Cross-Domain Connections; Multiple Hub Declaration…”
    Libro electrónico
  17. 7377
    Publicado 2015
    Tabla de Contenidos: “…; Stimmen ändern; Vom Hörspiel zum Hörbuch; Audio-CD erstellen; Audio-CD unter Windows brennen; Audio-CD auf dem Mac brennen; Zusammenfassung; Ein paar Fragen ...; ... und ein paar Aufgaben…”
    Libro electrónico
  18. 7378
    por Sutherland, Bruce. author
    Publicado 2015
    Tabla de Contenidos: “…Installing Clang on Ubuntu; Problem; Solution; How It Works; Recipe 1-3. Installing Clang on Windows; Problem; Solution; How It Works; Recipe 1-4. …”
    Libro electrónico
  19. 7379
    Publicado 2016
    Tabla de Contenidos: “…Title Page; Table of Contents; Chapter 1: Starting with PowerPoint Basics; Introducing PowerPoint; Explore the PowerPoint Start Screen; Create a Presentation in Backstage View; Save a Presentation; Explore Normal View; Navigate PowerPoint Views; Navigate Slides; Work with Ribbon Groups, Commands, and Galleries; Using the Quick Access Toolbar; Arrange Presentation Windows; Close a Presentation; Using Help; Chapter 2: Creating a Presentation; Understanding Slide Structure; Understanding Layouts and Placeholders; Using Layouts with Content Placeholders; Add a Slide; Change a Slide Layout…”
    Libro electrónico
  20. 7380
    Publicado 2016
    Tabla de Contenidos: “…Getting Ready; Open Source Tools; Perl; Python; Ruby; Text Editors; OpenOffice; LibreOffice; Command Line Utilities; Cygwin, Linux Emulation for Windows…”
    Libro electrónico