Browse Results

Showing 54,926 through 54,950 of 57,129 results

A Vast Machine: Computer Models, Climate Data, and the Politics of Global Warming (Infrastructures)

by Paul N. Edwards

The science behind global warming, and its history: how scientists learned to understand the atmosphere, to measure it, to trace its past, and to model its future.Global warming skeptics often fall back on the argument that the scientific case for global warming is all model predictions, nothing but simulation; they warn us that we need to wait for real data, “sound science.” In A Vast Machine Paul Edwards has news for these skeptics: without models, there are no data. Today, no collection of signals or observations—even from satellites, which can “see” the whole planet with a single instrument—becomes global in time and space without passing through a series of data models. Everything we know about the world's climate we know through models. Edwards offers an engaging and innovative history of how scientists learned to understand the atmosphere—to measure it, trace its past, and model its future.

VB.NET Core Classes in a Nutshell

by Budi Kurniawan Ted Neward

VB.NET Core Classes in a Nutshell, provides a concise and thorough reference to the types found in the core namespaces of the .NET Framework Class Library. A companion to VB.NET Language in a Nutshell, this is a reference that VB.NET programmers will turn to repeatedly. Due to a special partnership between O'Reilly and Microsoft, this book also includes a CD that integrates the book's reference into Visual Studio .NET.

VB .NET Language in a Nutshell

by Steven Roman Ron Petrusha Paul Lomax

The extensive changes to Visual Basic and the newness of the .NET platform call for a VB .NET reference guide oriented toward professional developers--those deeply experienced in Visual Basic and those adding VB .NET to their list of mastered languages. VB .NET Language in a Nutshell answers the call. As a reference book, it doesn't waste space on simple concepts, but documents, using practical examples, how language elements work, alternative approaches, optimal usage, and potential pitfalls. As a quick introduction, the first section of VB .NET Language in a Nutshell leads you through the important areas of programming VB .NET, including: Variables and Data Types Introduction to Object Oriented Programming The .NET Framework: General Concepts The .NET Framework Class Library Delegates and Events Error Handling What's New and Different in VB .NET Language Elements by category Operators Constants and Enumerations The VB .NET Command Line Compiler VB 6 Language Elements Not Supported by VB .NET The meat of the book is the alphabetical reference to the functions, statements, directives, objects, and object members that make up the VB .NET language. As an experienced developer, you can quickly get the whole story on a language element that interests you or seems to be behaving unexpectedly in your code. To ease your transition to .NET, there's a "VB .NET/VB 6 Differences" section for each language element. A hefty appendix section includes: No matter how much experience you have programming with VB, this is the kind of book you'll want to have close by, both as your standard reference guide and as a tool for troubleshooting and identifying programming problems.

VB.NET Language in a Nutshell, 2nd Edition

by Paul Lomax Ron Petrusha Steven Roman

It introduces the .NET Framework Class Library and programming with attributes. The bulk of the book presents an alphabetical reference to Visual Basic .NET statements, procedures, functions, and objects. Also included is a CD-ROM that allows the reference section of the book to integrate with Visual Studio .NET.

VB.NET Language Pocket Reference

by Steven Roman Ron Petrusha Paul Lomax

Visual Basic .NET is a radically new version of Microsoft Visual Basic, the world's most widely used rapid application development (RAD) package. Whether you are just beginning application development with Visual Basic .NET or are already deep in code, you will appreciate just how easy and valuable the VB.NET Language Pocket Reference is. VB.NET Language Pocket Reference contains a concise description of all language elements by category. These include language elements implemented by the Visual Basic compiler, as well as all procedures and functions implemented in the Microsoft.VisualBasic namespace. Use it anytime you want to look up those pesky details of Visual Basic syntax or usage. With concise detail and no fluff, you'll want to take this book everywhere.

VB & VBA in a Nutshell: The Language

by Paul Lomax

For Visual Basic and VBA programmers, this book boils down the essentials of the VB and VBA languages into a single volume, including undocumented and little-documented areas essential to everyday programming. The convenient alphabetical reference to all functions, procedures, statements, and keywords allows programmers to use this book both as a standard reference guide and as a tool for troubleshooting and identifying programming problems.

VBA Automation Cookbook: Solutions to automate routine tasks and increase productivity with Excel and other MS Office applications

by Mike Van Niekerk

This book is for anyone who wants to learn VBA to automate repetitive, tedious, or complex tasks. No prior programming experience is required to get started with this book.

VBA für Office-Automatisierung und Digitalisierung

by Irene Weber

VBA bietet das Potenzial, effektive Digitalisierungslösungen mit geringem Aufwand zu realisieren. “VBA für Office-Automatisierung und Digitalisierung" zeigt mit vielen Codebeispielen die Automatisierung von Excel, Word, Outlook, PowerPoint, SAP ERP und SOLIDWORKS und das Zusammenwirken dieser Systeme. Auch Webservices und Rest APIs werden mit VBA angesprochen und erschließen interessante Möglichkeiten bis hin zu KI. Das Buch erläutert wichtige Konzepte und gibt viele Tipps, um VBA-Anwendungen mit einfachen Mitteln unternehmenstauglich und administrierbar zu gestalten.

VBA mit Excel: Einführung für Betriebswirte

by Christian Brabänder Florian Kellner

Dieses Buch bietet eine anwendungsorientierte Einführung in die Programmierung mit Visual Basic for Applications (VBA) in Microsoft Excel. Es ermöglicht auch Einsteigern die selbstständige Lösung kleiner bis mittelgroßer Programmieraufgaben aus dem betriebswirtschaftlichen Alltag. Der Schwierigkeitsgrad der Inhalte ist überwiegend einfach gehalten, sodass Nutzer, die bereits grundlegende Tätigkeiten in MS Excel beherrschen, sich nach ihren jeweiligen Anforderungen entsprechend fortbilden können. Zahlreiche Praxisbeispiele und Übungen, die auf einem Windows-Betriebssystem entwickelt und getestet wurden, unterstützen das Lernen Schritt für Schritt und zeigen, wie hilfreich VBA durch Automatisierung und Individualisierung in jedem Büro sein kann. Zusatznutzen: Laden Sie die Springer Nature Flashcards-App kostenlos herunter und überprüfen Sie Ihr Wissen.

VBScript in a Nutshell

by Matt Childs Ron Petrusha Paul Lomax

Lightweight yet powerful, VBScript from Microsoft® is used in four main areas: server-side web applications using Active Server Pages (ASP), client-side web scripts using Internet Explorer, code behind Outlook forms, and automating repetitive tasks using Windows Script Host (WSH). VBScript in a Nutshell, Second Edition delivers current and complete documentation for programmers and system administrators who want to develop effective scripts. Completely updated for VBScript 5.6, WSH 5.6 and ASP 3.0, VBScript In a Nutshell, Second Edition includes updated introductory chapters that will help you keep current with the significant changes since the first edition was published. New chapters introduce the Windows Script Component for creating binary COM components, and the Script Encoder. The main part of the book is a comprehensive reference focusing on VBScript essentials with an alphabetical reference to all statements, keywords and objects, and a section of notes and solutions to real-world gotchas--various undocumented behaviors and aspects of the language--to help you avoid potential problems. Each entry in the reference section details the following:The keyword's syntax, using standard code conventions A list of arguments accepted by the function or procedure, if any exist A discussion of how and where the keyword should be used within the scripting environment A discussion of the differences between the operation of the keyword in Visual Basic or VBA and in VBScript Regardless of your level of experience programming with VBScript, VBScript in a Nutshell, Second Edition is the book you'll want by your side--the most complete, up-to-date, and easy-to-use language reference available.

VBScript in a Nutshell, 2nd Edition

by Matt Childs Paul Lomax Ron Petrusha

Lightweight yet powerful, VBScript from Microsoft® is used in four main areas: server-side web applications using Active Server Pages (ASP), client-side web scripts using Internet Explorer, code behind Outlook forms, and automating repetitive tasks using Windows Script Host (WSH). VBScript in a Nutshell, Second Edition delivers current and complete documentation for programmers and system administrators who want to develop effective scripts.

VBScript Pocket Reference

by Matt Childs Paul Lomax Ron Petrusha

Microsoft's Visual Basic Scripting Edition (VBScript), a subset of Visual Basic for Applications, is a powerful language for Internet application development, where it can serve as a scripting language for server-side, client-side, and system scripting. Whether you're developing code for Active Server Pages, client-side scripts for Internet Explorer, code for Outlook forms, or scripts for Windows Script Host, VBScript Pocket Reference will be your constant companion.Don't let the pocket-friendly format fool you. Based on the bestsellingVBScript in a Nutshell, this small book details every VBScript language element--every statement, function, and object--both in VBScript itself, and in the Microsoft Scripting Runtime Library. There's a special emphasis on the following details:The syntax, using standard code conventionsThe arguments accepted by the function or procedure, if any existEntries are arranged alphabetically by topic, so that you can, for instance, easily find details about that string-handling function that you can't quite remember. In addition, appendixes list VBScript operators and VBScript intrinsic constants.Regardless of how much VBScript programming experience you have, theVBScript Pocket Reference is the book you'll pick up time and time again as your standard quick reference guide to the VBScript language. It is indispensable for anyone writing scripts with VBScript.

VBScript Pocket Reference

by Paul Lomax Ron Petrusha Matt Childs

Microsoft's Visual Basic Scripting Edition (VBScript), a subset of Visual Basic for Applications, is a powerful language for Internet application development, where it can serve as a scripting language for server-side, client-side, and system scripting. Whether you're developing code for Active Server Pages, client-side scripts for Internet Explorer, code for Outlook forms, or scripts for Windows Script Host, VBScript Pocket Reference will be your constant companion. Don't let the pocket-friendly format fool you. Based on the bestselling VBScript in a Nutshell, this small book details every VBScript language element--every statement, function, and object--both in VBScript itself, and in the Microsoft Scripting Runtime Library. There's a special emphasis on the following details: The syntax, using standard code conventions The arguments accepted by the function or procedure, if any exist Entries are arranged alphabetically by topic, so that you can, for instance, easily find details about that string-handling function that you can't quite remember. In addition, appendixes list VBScript operators and VBScript intrinsic constants. Regardless of how much VBScript programming experience you have, the VBScript Pocket Reference is the book you'll pick up time and time again as your standard quick reference guide to the VBScript language. It is indispensable for anyone writing scripts with VBScript.

VBScript Programmer's Reference

by Kathie Kingsley-Hughes Daniel Read Adrian Kingsley-Hughes

Completely updated for Windows Vista and Windows Server 2003 R2, this book is packed with practical examples for today's programmer, Web developer, or system administratorCombines a comprehensive overview of the VBScript technology and associated technologies with sample code at every stage from beginner to advanced userDiscusses the general syntax, functions, keywords, style, error handling, and similar language-specific topics and then moves into an expanded reference section covering the object models in detailPresents advanced coverage on Active Directory Service Interfaces (ADSI), PowerShell, security scripting, remote scripting, database scripting, and more

vBulletin: A Users Guide

by Adrian Kingsley-Hughes Kathy Kingsley-Hughes

Using a highly graphical, practical style the experienced authors show you how to get the most out of vBulletin. This book is written for new and intermediate users of vBulletin, who want to manage and maintain a vBulletin discussion forum as easily as possible. No experience of web programming is required.

VCA-DCV VMware Certified Associate on vSphere Study Guide

by Robert Schmidt Dane Charlton

Use this expert guide to prepare for the VCA-DCV exam VCA-DCV VMware Certified Associate on vSphere Study Guide: VCAD-510 is a comprehensive study guide for the VMware Certified Associate - Data Center Virtualization exam. Hands-on examples, real-world scenarios, and expert review questions cover the full exam blueprint, and the companion website offers a suite of tools to help you prepare for the exam including practice exams, electronic flashcards, and a glossary of key terms. In addition, the website includes videos that demonstrate how to complete the more challenging tasks. Focused on practical skills, this study guide not only prepares you for the certification exam, but also for the duties expected of a VCA. The VMware Certified Associate-Data Center Virtualization certification targets those with limited virtualization and VMware data center technology experience, providing a springboard to the popular VMware Certified Professional-Data Center Virtualization certification. Virtualization has become a high priority among organizations, and credentialed professionals are in high demand. This guide helps you prove a certain level of foundational skill in basic virtualization technology, including the vSphere suite's Infrastructure Services, Application Services, and vCenter Server. Topics include: Explaining data center virtualization concepts Identifying the core components of vSphere Networking and storage planning/configuration with vSphere Correlating VMware solutions to common business challenges The VCA-DCV certification is the only one with no instructor-led training requirement, so a thorough study guide is an invaluable tool in you exam preparation. This book not only covers the full exam, but also provides practice designed to actually improve the skills used every day on the job. VCA-DCV VMware Certified Associate on vSphere Study Guide is more than just test prep-it's job prep.

vCenter Troubleshooting

by Chuck Mills

The book is designed for the competent vCenter administrator or anyone who is responsible for the vSphere environment. It can be used as a guide by vSphere architects and VMware consultants for a successful vSphere solution. You should have good knowledge and an understanding of core elements and applications of the vSphere environment.

VCP5-DCV VMware Certified Professional-Data Center Virtualization on vSphere 5.5 Study Guide

by Brian Atkinson

Prepare for the VCP-DCV ExamPrepare yourself for VMware's challenging VMware Certified Professional-Data Center Virtualization exam, as well as the typical tasks and responsibilities you can expect as a VMware vSphere 5.5-certified professional. This comprehensive book guides you through all topics and objectives you'll need to know for the exam. These include planning, installing, upgrading, and securing vCenter Server and ESXi; configuring networking and storage; performing basic troubleshooting; and more. You'll also gain access to premium online practice and review tools.Prepares certification candidates for the VMware Certified Professional-Data Center Virtualization exam (VCP-DCV)Covers all exam objectivesFeatures real-world scenarios, hands-on exercises, and challenging review questionsExplores key topics such as securing vCenter and ESXi, planning and configuring vSphere networking and storage, creating and deploying virtual machines and vApps, establishing services levels, and moreIncludes access to online practice exams, flashcards, and other study toolsIf you want the best preparation for the VCP-DCV certification exam, you'll want VCP-DCV VMware Certified Professional Data Center Virtualization on vSphere Study Guide.

VCP5 VMware Certified Professional on vSphere 5 Study Guide

by Brian Atkinson

The VMware Certified Professional on vSphere 5--Datacenter Virtualization (VCP5-DCV) certification is the most desired certification for virtualization professionals, and this study guide covers all the requirements for the exam. Skill in virtualization is a top priority for companies when hiring IT staff, and VMware skills are in high demand. Part of the highly acclaimed Sybex Study Guide series, this comprehensive book guides you through planning, installing, and upgrading ESXi; configuring networking, storage, and vCenter Server; deploying and managing virtual machines, and much more.Virtualization skills are in high demand by employers, and the VCP5-DCV certification enhances your marketability as an IT professionalThis Sybex Study Guide helps prepare you to successfully complete all parts of the examCovers all aspects of ESXi planning, installation, upgrading, configuration, troubleshooting, and alarm managementIncludes 100% coverage of the exam objectives, real world scenarios, hands-on exercises, challenging review questions, bonus practice exams, and electronic flashcardsIf you want the best preparation for the VCP5-DCV exam, this is the study guide you need.

Vector Analysis for Computer Graphics

by John Vince

This book is a complete introduction to vector analysis, especially within the context of computer graphics. The author shows why vectors are useful and how it is possible to develop analytical skills in manipulating vector algebra. Even though vector analysis is a relatively recent development in the history of mathematics, it has become a powerful and central tool in describing and solving a wide range of geometric problems. The book is divided into eleven chapters covering the mathematical foundations of vector algebra and its application to, among others, lines, planes, intersections, rotating vectors, and vector differentiation.

Vector Control of Induction Machines

by Bruno Francois Philippe Degobert Benoît Robyns Jean Paul Hautier

After a brief introduction to the main law of physics and fundamental concepts inherent in electromechanical conversion, Vector Control of Induction Machines introduces the standard mathematical models for induction machines - whichever rotor technology is used - as well as several squirrel-cage induction machine vector-control strategies. The use of causal ordering graphs allows systematization of the design stage, as well as standardization of the structure of control devices. Vector Control of Induction Machines suggests a unique approach aimed at reducing parameter sensitivity for vector controls based on a theoretical analysis of this sensitivity. This analysis naturally leads to the introduction of control strategies that are based on the combination of different controls with different robustness properties, through the use of fuzzy logic supervisors. Numerous applications and experiments confirm the validity of this simple solution, which is both reproducible and applicable to other complex systems. Vector Control of Induction Machines is written for researchers and postgraduate students in electrical engineering and motor drive design.

Vegetation Fires and Pollution in Asia

by Krishna Prasad Vadrevu Toshimasa Ohara Chris Justice

Vegetation fires are prevalent in several regions of the world, including South/ Southeast Asia (S/SEA). Fire occurrence and spread are influenced by fuel type, topography, climate, weather, and lightning, among others. In S/SEA, human-initiated fires are responsible for most of the incidents in addition to natural factors. Through biomass burning, vegetation fires can emit large quantities of greenhouse gases and air pollutants such as CO2, CO, NOx, CH4, non-methane hydrocarbons, and other chemical species, including aerosols that can affect air quality and health at both local and regional scales. Moreover, biomass burning pollutants can travel long distances and impact regional climate. Therefore, quantifying vegetation fires and their impacts is critical at different spatial scales. This book includes contributions from renowned researchers from the USA and South/ Southeast Asia on various fire-related topics. The contributions resulted from several international meetings and workshops organized in Asia as part of the South/ Southeast Asia Research Initiative (SARI) under the NASA Land-Cover/Land-Use Change Program. The book is divided into three sections, each containing multiple contributions: a) Mapping, Monitoring, and Modeling of Vegetation Fires, b) Greenhouse Gas Emissions and Air Pollution, and c) Air Pollution Modeling and Decision Support Systems. These sections are preceded by an introductory chapter by the editors that highlights the latest satellite-derived fire statistics and the current fire situation in S/SEA. This book will be a valuable resource for remote sensing scientists, geographers, ecologists, atmospheric, climate, environmental scientists, including policymakers, and all who wish to advance their knowledge on vegetation fires and emissions in South/Southeast Asia.

Vehicle Computing: From Traditional Transportation to Computing on Wheels

by Weisong Shi Sidi Lu

Over the past century, vehicles have predominantly functioned as a means of transportation. However, as vehicular computation and communication capacities continue to expand, it is anticipated that upcoming connected vehicle (CVs) will not only serve their conventional transport functions but also act as versatile mobile computing platforms. This book presents the concept of Vehicle Computing, encompassing five primary functionalities of CVs: computation, communication, energy management, sensing, and data storage. It proposes a potential business model and explores the challenges and opportunities associated with these domains. Vehicle Computing serves as an important resource for the research community and practitioners in the field of edge computing and cyber physical system, capturing the essence of a rapidly changing industry, addressing the challenges and opportunities associated with connected vehicles (including software-defined vehicles, autonomous vehicles, electric vehicles), machine learning, communication, sensing, data storage, energy management, and computer systems. It synthesizes the latest research and real-world applications, offering valuable insights to both academia and industry professionals. Vehicle Computing covers topics such as: The fundamentals of Vehicle Computing, including its historical context and key components. Advanced communication and networking technologies for connected vehicles. Sensing and data acquisition techniques, including edge and cloud computing integration. Energy management and storage, focusing on electric vehicle infrastructure and vehicle-to-grid. Data storage and processing strategies for vehicular environments. Business models, opportunities, and challenges associated with Vehicle Computing. Real-world applications and case studies, highlighting best practices and future trends.

Vehicle Dynamics Estimation using Kalman Filtering: Experimental Validation (Wiley-iste Ser. #722)

by Moustapha Doumiati Ali Charara Alessandro Victorino Daniel Lechner

Vehicle dynamics and stability have been of considerable interest for a number of years. The obvious dilemma is that people naturally desire to drive faster and faster yet expect their vehicles to be “infinitely” stable and safe during all normal and emergency maneuvers. For the most part, people pay little attention to the limited handling potential of their vehicles until some unusual behavior is observed that often results in accidents and even fatalities. This book presents several model-based estimation methods which involve information from current potential-integrable sensors. Improving vehicle control and stabilization is possible when vehicle dynamic variables are known. The fundamental problem is that some essential variables related to tire/road friction are difficult to measure because of technical and economical reasons. Therefore, these data must be estimated. It is against this background, that this book’s objective is to develop estimators in order to estimate the vehicle’s load transfer, the sideslip angle, and the vertical and lateral tire/road forces using a roll model. The proposed estimation processes are based on the state observer (Kalman filtering) theory and the dynamic response of a vehicle instrumented with standard sensors. These estimators are able to work in real time in normal and critical driving situations. Performances are tested using an experimental car in real driving situations. This is exactly the focus of this book, providing students, technicians and engineers from the automobile field with a theoretical basis and some practical algorithms useful for estimating vehicle dynamics in real-time during vehicle motion.

Vehicle Feedback and Driver Situation Awareness (Human Factors in Road and Rail Transport)

by Neville A. Stanton Guy H. Walker Paul M. Salmon

A potentially troubling aspect of modern vehicle design – some would argue - is a trend for isolating the driver and reducing vehicle feedback, usually in the name of comfort and refinement but increasingly because of automation. There is little doubt cars have become more civilised over the years, yet despite this, the consequences of driver behaviour remain to a large extent anecdotal. Readers will have heard such anecdotes for themselves. They usually take the form of drivers of a certain age recalling their first cars from the 1970s or 80s, in which "doing 70 mph really felt like it". The question is whether such anecdotes actually reflect a bigger, more significant issue that could be better understood. Related questions have been explored in other domains such as aviation, where the change to ‘fly-by-wire’ did indeed bring about some occasionally serious performance issues that were not anticipated. Despite some clear parallels, automotive systems have been left relatively unstudied. The research described in this book aims to explore precisely these issues from a Human Factors perspective. This means connecting the topics of vehicle feel, vehicle dynamics, and automotive engineering with the latest research on driver situation awareness. The problem is explored experimentally from a variety of theoretical viewpoints but the outcomes are consistently practical. Here we have a promising new avenue along which the driver experience can be enhanced in novel and insightful ways. Tools and templates are provided so that engineers and designers can try different ways to boost vehicle safety, efficiency and enjoyment from a human-centered perspective. Association of American Publishers (AAP) Finalist for the 2019 PROSE Award Features Diagnosis of how vehicle feel impacts driver situation awareness, and how this could aid future vehicle designs Multi-theory approach to driver situation awareness, and how different views of this important concept give rise to different insights Comprehensive analysis of situation awareness in driving, the information requirements of drivers, and how these needs can be supported Practical descriptions of how state-of-science Human Factors methods have been applied in practice

Refine Search

Showing 54,926 through 54,950 of 57,129 results