- Table View
- List View
VB & VBA in a Nutshell: The Language
by Paul LomaxFor 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.
VB .NET Language in a Nutshell
by Steven Roman Paul Lomax Ron PetrushaThe 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 Core Classes in a Nutshell
by Ted Neward Budi KurniawanVB.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 Pocket Reference: Syntax and Descriptions of the Visual Basic .NET Language
by Steven Roman Paul Lomax Ron PetrushaVisual 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.NET Language in a Nutshell, 2nd Edition
by Steven Roman Paul Lomax Ron PetrushaIt 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.
VBA Automation for Excel 2019 Cookbook: Solutions to automate routine tasks and increase productivity with Excel and other MS Office applications
by Mike Van NiekerkA comprehensive guide to gaining a 360-degree overview of the VBA programming language and learning how to build your own programs for automating routine tasksKey FeaturesExtend the capabilities of Excel and other Office applications with the help of Microsoft VBATake your Excel programming skills to the next level by creating custom applications with dialogue boxes and the range objectAutomate repetitive and monotonous office work with VBA Excel programmingBook DescriptionVisual Basic for Applications (VBA) is a programming language developed by Microsoft to automate tasks in MS Office applications. This book will help you to focus on the essential aspects of your role by automating mundane tasks in Excel and other Office applications. With comprehensive coverage of VBA delivered in the form of practice problems and bite-sized recipes, this book will help you to hit the ground running. Unlike most books that assume prior programming experience, this book starts with the fundamentals and gradually progresses to solving bigger problems. You'll start by becoming familiar with VBA so that you can start recording macros right away. With this foundation in place, you'll advance to using the full capabilities of the language as you apply loops, functions, and custom dialog boxes to design your own automation programs. You'll also get to grips with embedded macros and other advanced tools to enhance productivity and explore topics relating to app performance and security. Throughout this VBA book, you'll cover multiple practice projects in Excel, Word, and PowerPoint while exploring tips and best practices to hone your skills. By the end of this book, you'll have developed the skills you need to use VBA to create your own programs that control MS Office applications.What you will learnUnderstand the VBA programming language's role in the context of the MS Office suiteDiscover various aspects of VBA programming such as its terminology, syntax, procedures, functions, and formsInvestigate the elements, features, and characteristics of the VBA Editor to write and edit custom scriptsAutomate Excel sheets with the help of rangesExplore error handling and debugging techniques to catch bugs in your programsCreate and use custom dialog boxes to collect data from usersCustomize and extend Office apps such as Excel, PowerPoint, and WordWho this book is forThis book is for experienced Excel users, business analysts, finance professionals, and business users looking to boost their productivity by learning VBA programming 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 WeberVBA 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 KellnerDieses 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 Pocket Reference
by Paul Lomax Ron Petrusha Matt ChildsMicrosoft'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 Pocket Reference
by Paul Lomax Ron Petrusha Matt ChildsMicrosoft'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 Programmer's Reference
by Adrian Kingsley-Hughes Kathie Kingsley-Hughes Daniel ReadCompletely 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
VBScript in a Nutshell, 2nd Edition
by Paul Lomax Ron Petrusha Matt ChildsLightweight 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 in a Nutshell: A Desktop Quick Reference
by Paul Lomax Ron Petrusha Matt ChildsLightweight 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 conventionsA list of arguments accepted by the function or procedure, if any existA discussion of how and where the keyword should be used within the scripting environmentA discussion of the differences between the operation of the keyword in Visual Basic or VBA and in VBScriptRegardless 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.
VC++ MFC Extensions by Example
by John SwankeExtend and modify MFC code to meet your needs! Author John Swanke delivers studied examples to give you a jump-start on creating more sophisticated and powerful applications. Each example is fully annotated and ready to insert into the your application --
VCA-DCV VMware Certified Associate on vSphere Study Guide
by Robert Schmidt Dane CharltonUse 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.
VCP5 VMware Certified Professional on vSphere 5 Study Guide
by Brian AtkinsonThe 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.
VCP5-DCV VMware Certified Professional-Data Center Virtualization on vSphere 5.5 Study Guide
by Brian AtkinsonPrepare 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.
VFX Fundamentals
by Wallace JacksonThis book is a comprehensive, introductory title covering concepts central to Visual Special Effects using the free Black Magic Design Fusion 8. 0 software package. The book also provides foundational background information regarding concepts central to digital image compositing, digital video editing, digital illustration, digital painting, 3D, and digital audio in the first six chapters on new media theory, concepts and terminology. This book builds on the foundational concepts of digital image compositing, digital audio, digital video, digital illustration and digital painting. VFX Fundamentals will introduce more advanced VFX concepts and pipelines as the chapters progress, covering topics such as Flow Node Compositing, Timeline Animation, Animated PolyLine Masking, Bluescreen and Greenscreen Matte Pulling (generation), using Primatte and Fusion 8 Ultra Keyer, motion tracking, 3D rendering and compositing, auxiliary channels, and particle systems and particle physics dynamics, among other topics. What you'll learn The New Media Components (raster, vector, audio, video, rendering) needed for VFX The Concepts behind the Digital Visual Special Effects (VFX) Content Production Workflow How to Install and Utilize Black Magic Design Fusion 8 and it's Visual Programming Language Concepts behind Resolution, Aspect Ratio, Bit-Rate, Color Depth, Layers, Alpha, and Masking 2D VFX Concepts such as Animated Masking, Matte Pulling (Primatte V) and Motion Tracking 3D VFX Concepts such as 3D Geometry, Materials, Lighting, Animation and Auxiliary Channels Advanced VFX Concepts such as Particle Systems Animation using Real-World Physics (Forces) Who this book is for SFX artists, VFX artists, video editors, website developers, filmmakers, 2D and 3D animators, digital signage producers, e-learning content creators, game developers, multimedia producers.
VIVO [Voice-in/Voice-Out]: The Coming Age of Talking Computers
by William CrossmanA positive look at how talking computers, VIVOs, will make text/written language obsolete, replace all writing and reading with speech and graphics, democratize information flow worldwide, and recreate an oral culture by 2050.
VLSI 2010 Annual Symposium
by Nicolas Sklavos Amar Mukherjee Konstantinos Masselos Michael Huebner Nikolaos VorosVLSI 2010 Annual Symposium will present extended versions of the best papers presented in ISVLSI 2010 conference. The areas covered by the papers will include among others: Emerging Trends in VLSI, Nanoelectronics, Molecular, Biological and Quantum Computing. MEMS, VLSI Circuits and Systems, Field-programmable and Reconfigurable Systems, System Level Design, System-on-a-Chip Design, Application-Specific Low Power, VLSI System Design, System Issues in Complexity, Low Power, Heat Dissipation, Power Awareness in VLSI Design, Test and Verification, Mixed-Signal Design and Analysis, Electrical/Packaging Co-Design, Physical Design, Intellectual property creating and sharing.
VLSI Circuits and Embedded Systems
by Hafiz Md. BabuVery Large-Scale Integration (VLSI) creates an integrated circuit (IC) by combining thousands of transistors into a single chip. While designing a circuit, reduction of power consumption is a great challenge. VLSI designs reduce the size of circuits which eventually reduces the power consumption of the devices. However, it increases the complexity of the digital system. Therefore, computer-aided design tools are introduced into hardware design processes. Unlike the general-purpose computer, an embedded system is engineered to manage a wide range of processing tasks. Single or multiple processing cores manage embedded systems in the form of microcontrollers, digital signal processors, field-programmable gate arrays, and application-specific integrated circuits. Security threats have become a significant issue since most embedded systems lack security even more than personal computers. Many embedded systems hacking tools are readily available on the internet. Hacking in the PDAs and modems is a pervasive example of embedded systems hacking. This book explores the designs of VLSI circuits and embedded systems. These two vast topics are divided into four parts. In the book's first part, the Decision Diagrams (DD) have been covered. DDs have extensively used Computer-Aided Design (CAD) software to synthesize circuits and formal verification. The book's second part mainly covers the design architectures of Multiple-Valued Logic (MVL) Circuits. MVL circuits offer several potential opportunities to improve present VLSI circuit designs. The book's third part deals with Programmable Logic Devices (PLD). PLDs can be programmed to incorporate a complex logic function within a single IC for VLSI circuits and Embedded Systems. The fourth part of the book concentrates on the design architectures of Complex Digital Circuits of Embedded Systems. As a whole, from this book, core researchers, academicians, and students will get the complete picture of VLSI Circuits and Embedded Systems and their applications.
VLSI Design
by Vikram Arkalgud ChandrasettyThis book provides insight into the practical design of VLSI circuits. It is aimed at novice VLSI designers and other enthusiasts who would like to understand VLSI design flows. Coverage includes key concepts in CMOS digital design, design of DSP and communication blocks on FPGAs, ASIC front end and physical design, and analog and mixed signal design. The approach is designed to focus on practical implementation of key elements of the VLSI design process, in order to make the topic accessible to novices. The design concepts are demonstrated using software from Mathworks, Xilinx, Mentor Graphics, Synopsys and Cadence.
VLSI Design (VLSI Circuits #1)
by M. Michael VaiVery Large Scale Integration (VLSI) has become a necessity rather than a specialization for electrical and computer engineers. This unique text provides Engineering and Computer Science students with a comprehensive study of the subject, covering VLSI from basic design techniques to working principles of physical design automation tools to leading edge application-specific array processors.Beginning with CMOS design, the author describes VLSI design from the viewpoint of a digital circuit engineer. He develops physical pictures for CMOS circuits and demonstrates the top-down design methodology using two design projects - a microprocessor and a field programmable gate array. The author then discusses VLSI testing and dedicates an entire chapter to the working principles, strengths, and weaknesses of ubiquitous physical design tools. Finally, he unveils the frontiers of VLSI. He emphasizes its use as a tool to develop innovative algorithms and architecture to solve previously intractable problems.VLSI Design answers not only the question of "what is VLSI," but also shows how to use VLSI. It provides graduate and upper level undergraduate students with a complete and congregated view of VLSI engineering.
VLSI Design and Test for Systems Dependability
by Shojiro AsaiThis book discusses the new roles that the VLSI (very-large-scale integration of semiconductor circuits) is taking for the safe, secure, and dependable design and operation of electronic systems.The book consists of three parts. Part I, as a general introduction to this vital topic, describes how electronic systems are designed and tested with particular emphasis on dependability engineering, where the simultaneous assessment of the detrimental outcome of failures and cost of their containment is made. This section also describes the related research project “Dependable VLSI Systems,” in which the editor and authors of the book were involved for 8 years. Part II addresses various threats to the dependability of VLSIs as key systems components, including time-dependent degradations, variations in device characteristics, ionizing radiation, electromagnetic interference, design errors, and tampering, with discussion of technologies to counter those threats. Part III elaborates on the design and test technologies for dependability in such applications as control of robots and vehicles, data processing, and storage in a cloud environment and heterogeneous wireless telecommunications. This book is intended to be used as a reference for engineers who work on the design and testing of VLSI systems with particular attention to dependability. It can be used as a textbook in graduate courses as well. Readers interested in dependable systems from social and industrial–economic perspectives will also benefit from the discussions in this book.
VLSI Design and Test: 22nd International Symposium, VDAT 2018, Madurai, India, June 28-30, 2018, Revised Selected Papers (Communications in Computer and Information Science #892)
by Virendra Singh S. Rajaram N. B. Balamurugan D. Gracia Nirmala RaniThis book constitutes the refereed proceedings of the 22st International Symposium on VLSI Design and Test, VDAT 2018, held in Madurai, India, in June 2018.The 39 full papers and 11 short papers presented together with 8 poster papers were carefully reviewed and selected from 231 submissions. The papers are organized in topical sections named: digital design; analog and mixed signal design; hardware security; micro bio-fluidics; VLSI testing; analog circuits and devices; network-on-chip; memory; quantum computing and NoC; sensors and interfaces.