Author: Richard Grier
Publisher: Mabry Software Incorporated
ISBN: 9781890422257
Category : Computers
Languages : en
Pages : 302
Book Description
Visual Basic Programmer's Guide to Serial Communications
Author: Richard Grier
Publisher: Mabry Software Incorporated
ISBN: 9781890422257
Category : Computers
Languages : en
Pages : 302
Book Description
Publisher: Mabry Software Incorporated
ISBN: 9781890422257
Category : Computers
Languages : en
Pages : 302
Book Description
Visual Basic Programmer's Guide to Serial Communications
Author: Richard Grier
Publisher: Mabry Publishing
ISBN: 9781890422288
Category : BASIC (Computer program language)
Languages : en
Pages : 0
Book Description
Publisher: Mabry Publishing
ISBN: 9781890422288
Category : BASIC (Computer program language)
Languages : en
Pages : 0
Book Description
Visual Basic 2010 Programmer's Reference
Author: Rod Stephens
Publisher: John Wiley & Sons
ISBN: 0470632054
Category : Computers
Languages : en
Pages : 1374
Book Description
Visual Basic expert Rod Stephens shows you how to leverage the latest features of VB 2010 Microsoft Visual Basic (VB) is the most popular programming language in the world, with millions of lines of code used in businesses and applications of all types and sizes. The new release of Visual Basic 2010 is tightly integrated with the Windows operating system and the .NET programming environment. Renowned VB authority Rod Stephens provides a comprehensive guide to Visual Basic programming, including the latest enhancements to the VB language and programming environment with Visual Studio 2010 The tutorial is packed with detailed and practical code examples that show readers how to master all of the features of VB. Visual Basic authority Rod Stephens presents a must-have resource on Visual Basic, the most popular programming language in the word Fully covers the newest features of Visual Basic 2010, such as array literals and initializers, collection initializers, implicit line continuation, Lambda expressions, and more Features extensively revised and tested code to ensure compliance with the latest release With this essential resource, you'll be able to quickly review the details of important programming, objects, properties, methods, and events. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Publisher: John Wiley & Sons
ISBN: 0470632054
Category : Computers
Languages : en
Pages : 1374
Book Description
Visual Basic expert Rod Stephens shows you how to leverage the latest features of VB 2010 Microsoft Visual Basic (VB) is the most popular programming language in the world, with millions of lines of code used in businesses and applications of all types and sizes. The new release of Visual Basic 2010 is tightly integrated with the Windows operating system and the .NET programming environment. Renowned VB authority Rod Stephens provides a comprehensive guide to Visual Basic programming, including the latest enhancements to the VB language and programming environment with Visual Studio 2010 The tutorial is packed with detailed and practical code examples that show readers how to master all of the features of VB. Visual Basic authority Rod Stephens presents a must-have resource on Visual Basic, the most popular programming language in the word Fully covers the newest features of Visual Basic 2010, such as array literals and initializers, collection initializers, implicit line continuation, Lambda expressions, and more Features extensively revised and tested code to ensure compliance with the latest release With this essential resource, you'll be able to quickly review the details of important programming, objects, properties, methods, and events. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
The Windows Serial Port Programming Handbook
Author: Ying Bai
Publisher: CRC Press
ISBN: 1135489254
Category : Computers
Languages : en
Pages : 927
Book Description
The popularity of serial communications demands that additional serial port interfaces be developed to meet the expanding requirements of users. The Windows Serial Port Programming Handbook illustrates the principles and methods of developing various serial port interfaces using multiple languages. This comprehensive, hands-on, and practical guide to serial interface programming enables you to develop sophisticated interfaces and apply them in real-world applications. Each chapter addresses a language and how it can be applied in the development of serial port interfaces. The seven languages discussed are: ANSI C Visual C++ Visual Basic LabVIEW MATLAB Smalltalk Java Step by step and line by line, the Handbook clearly explains the interfacing techniques used for each different language in the serial port communication. Examples from actual systems have been compiled and debugged, with detailed source code for each included on an accompanying CD-ROM.
Publisher: CRC Press
ISBN: 1135489254
Category : Computers
Languages : en
Pages : 927
Book Description
The popularity of serial communications demands that additional serial port interfaces be developed to meet the expanding requirements of users. The Windows Serial Port Programming Handbook illustrates the principles and methods of developing various serial port interfaces using multiple languages. This comprehensive, hands-on, and practical guide to serial interface programming enables you to develop sophisticated interfaces and apply them in real-world applications. Each chapter addresses a language and how it can be applied in the development of serial port interfaces. The seven languages discussed are: ANSI C Visual C++ Visual Basic LabVIEW MATLAB Smalltalk Java Step by step and line by line, the Handbook clearly explains the interfacing techniques used for each different language in the serial port communication. Examples from actual systems have been compiled and debugged, with detailed source code for each included on an accompanying CD-ROM.
Serial Port Complete: The Developer's Guide, Second Edition
Author: Jan Axelson
Publisher: Lakeview Research LLC
ISBN: 193144806X
Category : Computers
Languages : en
Pages : 400
Book Description
When PCs and peripherals began showing up with USB ports in the late 1990s, many predicted that legacy serial (COM) ports would soon be obsolete. The predictions were wrong. While most standard peripherals now use USB, serial ports are the interface of choice for devices that require simple programming, long cables, operation in harsh environments, or basic networking capabilities. Serial ports are more versatile then ever due to developments such as USB virtual COM ports, the .NET SerialPort class, enhanced microcontroller USARTs, and new wireless interfaces. Serial Port Complete Second Edition is a completely revised and updated guide to programming and interfacing to COM ports, USB virtual COM ports, and serial ports in embedded systems. Author Jan Axelson shows how to: § Access COM ports using the SerialPort class in Microsoft’s .NET Framework. § Program embedded systems for serial-port communications. § Design and program USB devices accessed as virtual COM ports. § Upgrade RS-232 designs to USB with no changes to host software or device firmware. § Design circuits for electrically harsh environments. § Create serial networks of embedded systems and PCs. § Use serial ports in wireless links. Example code is provided for PCs and embedded systems in both Basic and C/C#. The author maintains a website with articles, program code, and other links of interest to developers of serial-port applications (janaxelson.com).
Publisher: Lakeview Research LLC
ISBN: 193144806X
Category : Computers
Languages : en
Pages : 400
Book Description
When PCs and peripherals began showing up with USB ports in the late 1990s, many predicted that legacy serial (COM) ports would soon be obsolete. The predictions were wrong. While most standard peripherals now use USB, serial ports are the interface of choice for devices that require simple programming, long cables, operation in harsh environments, or basic networking capabilities. Serial ports are more versatile then ever due to developments such as USB virtual COM ports, the .NET SerialPort class, enhanced microcontroller USARTs, and new wireless interfaces. Serial Port Complete Second Edition is a completely revised and updated guide to programming and interfacing to COM ports, USB virtual COM ports, and serial ports in embedded systems. Author Jan Axelson shows how to: § Access COM ports using the SerialPort class in Microsoft’s .NET Framework. § Program embedded systems for serial-port communications. § Design and program USB devices accessed as virtual COM ports. § Upgrade RS-232 designs to USB with no changes to host software or device firmware. § Design circuits for electrically harsh environments. § Create serial networks of embedded systems and PCs. § Use serial ports in wireless links. Example code is provided for PCs and embedded systems in both Basic and C/C#. The author maintains a website with articles, program code, and other links of interest to developers of serial-port applications (janaxelson.com).
The Windows Serial Port Programming Handbook
Author: Ying Bai
Publisher: CRC Press
ISBN: 0203341961
Category : Computers
Languages : en
Pages : 824
Book Description
The popularity of serial communications demands that additional serial port interfaces be developed to meet the expanding requirements of users. The Windows Serial Port Programming Handbook illustrates the principles and methods of developing various serial port interfaces using multiple languages. This comprehensive, hands-on, and practical guide
Publisher: CRC Press
ISBN: 0203341961
Category : Computers
Languages : en
Pages : 824
Book Description
The popularity of serial communications demands that additional serial port interfaces be developed to meet the expanding requirements of users. The Windows Serial Port Programming Handbook illustrates the principles and methods of developing various serial port interfaces using multiple languages. This comprehensive, hands-on, and practical guide
Applications Interface Programming Using Multiple Languages
Author: Ying Bai
Publisher: Prentice Hall Professional
ISBN: 9780131003132
Category : Electronic books
Languages : en
Pages : 1030
Book Description
Annotation This book provides a detailed description about the practical considerations in multiple languages programming as well as the interfaces among different languages in the Window environment. Authentic examples and detailed explanations are combined together in this book to provide the readers a clear picture as how to handle the multiple languages programming in Windows.
Publisher: Prentice Hall Professional
ISBN: 9780131003132
Category : Electronic books
Languages : en
Pages : 1030
Book Description
Annotation This book provides a detailed description about the practical considerations in multiple languages programming as well as the interfaces among different languages in the Window environment. Authentic examples and detailed explanations are combined together in this book to provide the readers a clear picture as how to handle the multiple languages programming in Windows.
Automated Biometrics
Author: David Zhang
Publisher: Springer Science & Business Media
ISBN: 9780792378563
Category : Business & Economics
Languages : en
Pages : 352
Book Description
Biometrics-based authentication and identification are emerging as the most reliable method to authenticate and identify individuals. Biometrics requires that the person to be identified be physically present at the point-of-identification and relies on `something which you are or you do' to provide better security, increased efficiency, and improved accuracy. Automated biometrics deals with physiological or behavioral characteristics such as fingerprints, signature, palmprint, iris, hand, voice and face that can be used to authenticate a person's identity or establish an identity from a database. With rapid progress in electronic and Internet commerce, there is also a growing need to authenticate the identity of a person for secure transaction processing. Designing an automated biometrics system to handle large population identification, accuracy and reliability of authentication are challenging tasks. Currently, there are over ten different biometrics systems that are either widely used or under development. Some automated biometrics, such as fingerprint identification and speaker verification, have received considerable attention over the past 25 years, and some issues like face recognition and iris-based authentication have been studied extensively resulting in successful development of biometrics systems in commercial applications. However, very few books are exclusively devoted to such issues of automated biometrics. Automated Biometrics: Technologies and Systems systematically introduces the technologies and systems, and explores how to design the corresponding systems with in-depth discussion. The issues addressed in this book are highly relevant to many fundamental concerns of both researchers and practitioners of automated biometrics in computer and system security.
Publisher: Springer Science & Business Media
ISBN: 9780792378563
Category : Business & Economics
Languages : en
Pages : 352
Book Description
Biometrics-based authentication and identification are emerging as the most reliable method to authenticate and identify individuals. Biometrics requires that the person to be identified be physically present at the point-of-identification and relies on `something which you are or you do' to provide better security, increased efficiency, and improved accuracy. Automated biometrics deals with physiological or behavioral characteristics such as fingerprints, signature, palmprint, iris, hand, voice and face that can be used to authenticate a person's identity or establish an identity from a database. With rapid progress in electronic and Internet commerce, there is also a growing need to authenticate the identity of a person for secure transaction processing. Designing an automated biometrics system to handle large population identification, accuracy and reliability of authentication are challenging tasks. Currently, there are over ten different biometrics systems that are either widely used or under development. Some automated biometrics, such as fingerprint identification and speaker verification, have received considerable attention over the past 25 years, and some issues like face recognition and iris-based authentication have been studied extensively resulting in successful development of biometrics systems in commercial applications. However, very few books are exclusively devoted to such issues of automated biometrics. Automated Biometrics: Technologies and Systems systematically introduces the technologies and systems, and explores how to design the corresponding systems with in-depth discussion. The issues addressed in this book are highly relevant to many fundamental concerns of both researchers and practitioners of automated biometrics in computer and system security.
Mastering Database Programming with Visual Basic 6
Author: Evangelos Petroutsos
Publisher: Sybex
ISBN:
Category : Computers
Languages : en
Pages : 908
Book Description
Evangelos Petroutsos is a computer engineer who gained much of his experience at the California Institue of Technology and MCI.
Publisher: Sybex
ISBN:
Category : Computers
Languages : en
Pages : 908
Book Description
Evangelos Petroutsos is a computer engineer who gained much of his experience at the California Institue of Technology and MCI.
Excel by Example
Author: Aubrey Kagan
Publisher: Newnes
ISBN: 0750677562
Category : Computers
Languages : en
Pages : 385
Book Description
The spreadsheet has become a ubiquitous engineering tool, and Microsoft Excel is the standard spreadsheet software package. Over the years, Excel has become such a complex program that most engineers understand and use only a tiny part of its power and features. This book is aimed at electronics engineers and technicians in particular, showing them how to best use Excel's features for computations, circuit modeling, graphing, and data analysis as applied to electronics design. Separate chapters cover lookup tables and file I/O, using macros, graphing, controls, using Analysis Toolpak for statistical analysis, databases, and linking into Excel from other sources, such as data from a serial port. The book is basically an engineering cookbook, with each chapter providing tutorial information along with several Excel "recipes" of interest to electronics engineers. The accompanying CD-ROM features ready-to-run, customizable Excel worksheets derived from the book examples, which will be useful tools to add to any electronics engineer's spreadsheet toolbox. Engineers are looking for any and all means to increase their efficiency and add to their "bag of design tricks." Just about every electronics engineer uses Excel but most feel that the program has many more features to offer, if they only knew what they were! The Excel documentation is voluminous and electronics engineers don't have the time to read it all and sift through looking for those features that are directly applicable to their jobs and figure out how to use them. This book does that task for them-pulls out those features that they need to know about and shows them how to make use of them in specific design examples that they can then tailor to their own design needs. *This is the ONLY book to deal with Excel specifically in the electronics field *Distills voluminous and time-consuming Excel documentation down to nitty-gritty explanations of those features that are directly applicable to the electronics engineer's daily job duties *The accompanying CD-ROM provides ready-to-use, fully-customizable worksheets from the book's examples
Publisher: Newnes
ISBN: 0750677562
Category : Computers
Languages : en
Pages : 385
Book Description
The spreadsheet has become a ubiquitous engineering tool, and Microsoft Excel is the standard spreadsheet software package. Over the years, Excel has become such a complex program that most engineers understand and use only a tiny part of its power and features. This book is aimed at electronics engineers and technicians in particular, showing them how to best use Excel's features for computations, circuit modeling, graphing, and data analysis as applied to electronics design. Separate chapters cover lookup tables and file I/O, using macros, graphing, controls, using Analysis Toolpak for statistical analysis, databases, and linking into Excel from other sources, such as data from a serial port. The book is basically an engineering cookbook, with each chapter providing tutorial information along with several Excel "recipes" of interest to electronics engineers. The accompanying CD-ROM features ready-to-run, customizable Excel worksheets derived from the book examples, which will be useful tools to add to any electronics engineer's spreadsheet toolbox. Engineers are looking for any and all means to increase their efficiency and add to their "bag of design tricks." Just about every electronics engineer uses Excel but most feel that the program has many more features to offer, if they only knew what they were! The Excel documentation is voluminous and electronics engineers don't have the time to read it all and sift through looking for those features that are directly applicable to their jobs and figure out how to use them. This book does that task for them-pulls out those features that they need to know about and shows them how to make use of them in specific design examples that they can then tailor to their own design needs. *This is the ONLY book to deal with Excel specifically in the electronics field *Distills voluminous and time-consuming Excel documentation down to nitty-gritty explanations of those features that are directly applicable to the electronics engineer's daily job duties *The accompanying CD-ROM provides ready-to-use, fully-customizable worksheets from the book's examples