Browse Results

Showing 27,501 through 27,525 of 54,396 results

Reconceptualizing Libraries: Perspectives from the Information and Learning Sciences

by Victor R. Lee Abigail L. Phillips

Reconceptualizing Libraries brings together cases and models developed by experts in the information and learning sciences to identify the potential for libraries to adapt and transform in the wake of new technologies for connected learning and discovery. Chapter authors explore the ways that the increased interest in the design research methods, digital media emphases, and technological infrastructure of the learning sciences can foster new collaborations and formats for education within physical library spaces. Models and case studies from a variety of library contexts demonstrate how library professionals can act as change agents and design partners and how patrons can engage with these evolving experiences. This is a timely and innovative volume for understanding how physical libraries can incorporate and thrive as educational resources using new developments in technology and in the learning sciences.

All About Your iPod Photo

by Wei-Meng Lee

Apple has recently released the iPod photo, a fourth generation (4G) iPod capable of displaying color photos. With its new enhanced color screen, you can now do more than ever with your iPod--it's no longer just a music player. If you are the proud owner of the new iPod photo you'll be eager to know all the cool things are that you can do with your new toy. This eDoc includes many useful tips and tricks for using your iPod photo. "All About Your iPod Photo" covers all of the features of this exciting new device, detailed instructions on how to use the iPod photo, and a section on the most useful accessories available. From synchronizing your iPod with iPhoto, to using your iPod to give presentations, to podcasting, just about anything you can do with the iPod photo is covered. "All About Your iPod Photo" is a must-have document for owners of Apple's latest entry in the iPod line.

Android Application Development Cookbook

by Wei-Meng Lee

A must-have collection of ready-to-use Android recipes!The popularity of Google Android devices is seemingly unstoppable and the Android 4 release offers, for the first time, a single OS solution for building both phone and tablet applications. With that exciting information in mind, veteran author Wei-Meng Lee presents you with 100 unique recipes that you can apply today in order to discover solutions to some of the most commonly encountered problems that exist in Android programming.Covering the scope of multiple Android releases up through Android 4, this reference features a task description, followed by the solution(s) available, and a standalone project file that illustrates the use of the recipe. Formatting each recipe to be standalone, Wei-Meng Lee allows you to jump into the relevant recipe to find a solution to specific challenges. Identifies and describes a programming task, provides a step-by-step solution, and presents a full-code solution ready for downloadCovers multiple Android releasesAddresses such topics as user interfaces, telephony and messaging, networking, Google maps, location-based services, persisting data, leveraging hardware features, and moreAndroid Application Development Cookbook is your solution to discovering...solutions!

ASP.NET 2.0: A Developer's Notebook

by Wei-Meng Lee

When ASP.NET hit the street a couple of years ago, it was a real eye-opener. Microsoft's tool for creating dynamic, server side web applications introduced Web Forms, a feature with the same rapid drag and drop convenience enjoyed by Visual Basic developers, along with a method for creating XML-based web services. ASP.NET was more than an upgrade of Active Server Pages it was a quantum leap ahead. Now Microsoft has a new version of ASP.NET as part of its upcoming next generation release of the Visual Studio .NET development platform. ASP.NET 2.0 is already available in beta release, and web developers are anxious to get a good look at it. That's exactly what our new Developer's Notebook allows you to do. More than just an introduction to ASP.NET 2.0, this practical guide acquaints you with all of the new features through nearly 50 hands-on projects. Each one places emphasis on changes in the new release that can increase productivity, simplify programming tasks, and help you add functionality to your applications. For example, ASP.NET 2.0 includes master pages, themes, and skins so you can build applications with a consistent page layout and design. Other changes allow for the automatic creation of web pages for use on mobile devices, while wizards and controls allow you to perform frequent tasks (like data access) without having to write a single line of code. ASP.NET 2.0: A Developer's Notebook also includes suggestions for further experimentation, links to on-line documentation, and practical notes and warnings from the author regarding changes to the new version. The new Developer's Notebooks series from O'Reilly offers an in-depth first look at important new tools for software developers. Emphasizing example over explanation and practice over theory, they focus on learning by doing you'll get the goods straight from the masters, in an informal and code-intensive style. If you want to get up to speed on ASP.NET 2.0 before its official release, this all lab, no lecture book will get you there.

ASP.NET 2.0: A Developer's Notebook

by Wei-Meng Lee

When ASP.NET hit the street a couple of years ago, it was a real eye-opener. Microsoft's tool for creating dynamic, server side web applications introduced Web Forms, a feature with the same rapid drag and drop convenience enjoyed by Visual Basic developers, along with a method for creating XML-based web services. ASP.NET was more than an upgrade of Active Server Pages it was a quantum leap ahead. Now Microsoft has a new version of ASP.NET as part of its upcoming next generation release of the Visual Studio .NET development platform. ASP.NET 2.0 is already available in beta release, and web developers are anxious to get a good look at it. That's exactly what our new Developer's Notebook allows you to do. More than just an introduction to ASP.NET 2.0, this practical guide acquaints you with all of the new features through nearly 50 hands-on projects. Each one places emphasis on changes in the new release that can increase productivity, simplify programming tasks, and help you add functionality to your applications. For example, ASP.NET 2.0 includes master pages, themes, and skins so you can build applications with a consistent page layout and design. Other changes allow for the automatic creation of web pages for use on mobile devices, while wizards and controls allow you to perform frequent tasks (like data access) without having to write a single line of code. ASP.NET 2.0: A Developer's Notebook also includes suggestions for further experimentation, links to on-line documentation, and practical notes and warnings from the author regarding changes to the new version. The new Developer's Notebooks series from O'Reilly offers an in-depth first look at important new tools for software developers. Emphasizing example over explanation and practice over theory, they focus on learning by doing you'll get the goods straight from the masters, in an informal and code-intensive style. If you want to get up to speed on ASP.NET 2.0 before its official release, this all lab, no lecture book will get you there.

Beginning Android Application Development

by Wei-Meng Lee

Create must-have applications for the latest Android OSThe Android OS is a popular and flexible platform for many of today's most in-demand mobile devices. This full-color guide offers you a hands-on introduction to creating Android applications for the latest mobile devices. Veteran author Wei Meng Lee accompanies each lesson with real-world examples to drive home the content he covers. Beginning with an overview of core Android features and tools, he moves at a steady pace while teaching everything you need to know to successfully develop your own Android applications.Explains what an activity is and reviews its lifecycleZeroes in on customizing activities by applying styles and themesLooks at the components of a screen, including LinearLayout, AbsoluteLayout, and RelativeLayout, among othersDetails ways to adapt to different screen sizes and adjust display orientationReviews the variety of views such as TextView, ProgressBar, TimePicker, and moreBeginning Android Application Development pares down the most essential steps you need to know so you can start creating Android applications today.

Beginning Ethereum Smart Contracts Programming: With Examples in Python, Solidity, and JavaScript

by Wei-Meng Lee

Use this book to write an Ethereum Blockchain Smart Contract, test it, deploy it, and create a web application to interact with your smart contract.Beginning Ethereum Smart Contracts Programming is your fastest and most efficient means of getting started if you are unsure where to begin and how to connect to the Ethereum Blockchain. The book begins with a foundational discussion of blockchain and the motivation behind it. From there, you will get up close and personal with the Ethereum Blockchain, learning how to use an Ethereum client (geth) to connect to the Ethereum Blockchain to perform transactions such as sending Ethers to another account. You will learn about smart contracts without having to wade through tons of documentation. Author Lee’s “learn-by-doing” approach will allow you to be productive and feel confident in your ability in no time. The last part of this book covers tokens, a topic that has taken the cryptocurrency market by storm.Sample code in Python, Solidity, and JavaScript is provided in the book and online.What You'll LearnUnderstand the basic premise of blockchain and “record keeping” in a peer-to-peer networkExperience blockchain in action by creating your own blockchain using PythonKnow the foundation of smart contracts programming and how to deploy and test smart contractsWork on a case study to illustrate the use of blockchainBe familiar with tokens, and how to create and launch your own ICO digital tokenWrite smart contracts that transact using tokensWho This Book Is ForThose who want to get started quickly with Ethereum Smart Contracts programming. Basic programming knowledge and an understanding of Python or JavaScript is recommended.

Beginning Ethereum Smart Contracts Programming: With Examples in Python, Solidity, and JavaScript

by Wei-Meng Lee

Use this book to write an Ethereum blockchain smart contract, test it, deploy it, and create a web application to interact with your smart contract. This new edition has been expanded and updated to cover web3.js APIs, additional Consensus Protocols, non-Fungible Tokens (NFTs), developing NFT tokens using ERC-721, and more!Beginning Ethereum Smart Contracts Programming, second edition is your fastest and most efficient means of getting started if you are unsure where to begin and how to connect to the Ethereum blockchain. The book begins with a foundational discussion of blockchain and the motivation behind it. From there, you will get up close and personal with the Ethereum blockchain, learning how to use an Ethereum client (geth) to create a private Ethereum blockchain to perform transactions such as sending Ethers to another account on another node. You will learn about smart contracts without having to wade through tons of documentation. Author Lee’s “learn-by-doing” approach will allow you to be productive and feel confident in your ability in no time. The last part of this book covers tokens, a topic that has taken the cryptocurrency market by storm.Sample code in Python, Solidity, and JavaScript is provided in the book and online.What You'll LearnUnderstand the basic premise of blockchain and “record keeping” in a peer-to-peer networkExperience blockchain in action by creating your own blockchain using PythonKnow the foundation of smart contracts programming and how to deploy and test smart contractsWork on a case study to illustrate the use of blockchainBe familiar with tokens, and how to create and launch your own ICO digital tokenWrite smart contracts that transact using tokensWho This Book Is ForThose who want to get started quickly with Ethereum smart contracts programming. Basic programming knowledge and an understanding of Python or JavaScript is recommended.

Beginning Swift Programming

by Wei-Meng Lee

Enter the Swift future of iOS and OS X programmingBeginning Swift Programming is your ideal starting point for creating Mac, iPhone, and iPad apps using Apple's new Swift programming language. Written by an experienced Apple developer and trainer, this comprehensive guide explains everything you need to know to jumpstart the creation of your app idea. Coverage includes data types, strings and characters, operators and functions, arrays and dictionaries, control flow, and looping, with expert guidance on classes, objects, class inheritance, closures, protocols, and generics. This succinct -- yet complete -- overview provides a detailed introduction to the core features of Swift.Apple developed Swift to address the limitations of Objective-C, and add features found in more complex languages like Python. The results is simpler, cleaner, more expressive code with automatic memory management, functional programming patterns, and more, including built-in features that make Swift apps faster, scalable, and more secure. This book explains it all, helping developers master Apple's new language.Become fluent with syntax that's easier to read and maintainUnderstand inferred types for cleaner, less mistake-prone codeLearn the key features that make Swift more expressive than Objective-CLearn the new optional types in Swift that make your code more resilientUnderstand the key design patterns in iOS and Mac OS programming using protocols and delegatesLearn how to use generics to create highly reusable codeLearn the new access controls mechanism in SwiftGet up to speed quickly to remain relevant and ahead of the curve.

Go programmieren für Dummies (Für Dummies)

by Wei-Meng Lee

Go ist eine der neueren Programmiersprachen, die Softwareentwickler in ihrer Werkzeugkiste haben sollten. Die Sprache wurde mit dem Ziel entwickelt, besonders gut lesbar, benutzerfreundlich und effizient zu sein, und ist eine gute Wahl für Entwickler, die Anwendungen für die Cloud erstellen. Dieses Buch zeigt Ihnen die ersten Schritte in Go. Steigen Sie ein und beginnen Sie mit dem Schreiben von Code, der Daten aus der Cloud holt und sie in die Hände der Benutzer legt.

Go Programming Language For Dummies

by Wei-Meng Lee

Ready, set, program with Go! Now is the perfect time to learn the Go Programming Language. It’s one of the most in-demand languages among tech recruiters and developers love its simplicity and power. Go Programming Language For Dummies is an easy way to add this top job skill to your toolkit. Written for novice and experienced coders alike, this book traverses basic syntax, writing functions, organizing data, building packages, and interfacing with APIs. Go—or GoLang, as it’s also known—has proven to be a strong choice for developers creating applications for the cloud-based world we live in. This book will put you on the path to using the language that’s created some of today’s leading web applications, so you can steer your career where you want to Go! Learn how Go works and start writing programs and modules Install and implement the most powerful third-party Go packages Use Go in conjunction with web services and MySQL databases Keep your codebase organized and use Go to structure data With this book, you can join the growing numbers of developers using Go to create 21st century solutions. Step inside to take start writing code that puts data in users’ hands.

Python Machine Learning

by Wei-Meng Lee

Python makes machine learning easy for beginners and experienced developers With computing power increasing exponentially and costs decreasing at the same time, there is no better time to learn machine learning using Python. Machine learning tasks that once required enormous processing power are now possible on desktop machines. However, machine learning is not for the faint of heart—it requires a good foundation in statistics, as well as programming knowledge. Python Machine Learning will help coders of all levels master one of the most in-demand programming skillsets in use today. Readers will get started by following fundamental topics such as an introduction to Machine Learning and Data Science. For each learning algorithm, readers will use a real-life scenario to show how Python is used to solve the problem at hand. • Python data science—manipulating data and data visualization • Data cleansing • Understanding Machine learning algorithms • Supervised learning algorithms • Unsupervised learning algorithms • Deploying machine learning models Python Machine Learning is essential reading for students, developers, or anyone with a keen interest in taking their coding skills to the next level.

SwiftUI For Dummies

by Wei-Meng Lee

The simplest way to create world-class apps Have a unique app idea but worried you don’t quite have the coding skills to build it? Good news: You can stop fretting about someone beating you to market with the same idea and start work right now using SwiftUI. SwiftUI is a gateway app development framework that has become one of the best ways for fledgling developers to get iOS apps off the ground without having to become a coding expert overnight. SwiftUI For Dummies makes that process even faster, providing a friendly introduction to the SwiftUI and Swift programming language and helping you feel right at home creating and building with playgrounds. The book also covers the frameworks and APIs that make it so easy to create smooth, intuitive interfaces—just dive right in and have fun! Combine projects into workspaces Employ Xcode editing tools Use constants and variables Test your code on iOS Simulator Time is of the essence, and with SwiftUI For Dummies, it’s also on your side. Get going with this friendly guide today, and you’ll be celebrating the successful launch of your app way before you thought possible!

Use ClickOnce to Deploy Windows Applications

by Wei-Meng Lee

ClickOnce, a new technology in Visual Studio 2005, lets you quickly and easily deploy your Windows apps via web servers, file servers, or even CDs. But while ClickOnce delivers web-style deployment of your application, that's only part of the story. Once you've installed an application using ClickOnce, it can automatically check for new updates to the application, which saves time in application maintenance and upgrades. And on the security front, a ClickOnce application runs within a secure sandbox and you configure it using the Code Access Security model. So, how can you take advantage of this new technology? In this step-by-step guide to using ClickOnce, you'll learn how to create an application in Visual Studio 2005 and how to use ClickOnce to quickly get it in the hands of your customers. You'll also learn how to add security to your distributions using Code Access Security; how to update COM files without corrupting DLLs; and more.

Visual Basic 2005 Jumpstart

by Wei-Meng Lee

Okay, all you VB6 developers--time's up. As of March 2005, Microsoft no longer supports this version of Visual Basic. And you can't blame them. Three years ago, they introduced the .NET Framework--an elegant, powerful platform--along with the new component-based VB.NET language. But roughly five million of you decided to stick with VB6, mostly to maintain legacy Windows and COM projects. Now, with the upcoming release of VB 2005, Microsoft has several attractive reasons to upgrade that you'll find hard to resist, including the return of some VB6 features. And we have the perfect book to help you make the conversion: Visual Basic 2005 Jumpstart. Now, you can test-drive the beta version of VB 2005 with three hands-on projects that enable you to learn the syntax of this new language quickly. VB 2005 not only lets you convert the bulk of your existing VB6 code, but offers several familiar features, such as compile-and-run debugging, new MyClasses that simplify use of .NET libraries and frameworks, lots of IDE support for Windows, web and mobile GUI development, and data access controls that closely resemble what you use now. The real plus is that you'll be using these features with the .NET platform, which is more secure, less complex than COM, and offers OneClick deployment. Visual Basic 2005 Jumpstart lets you get the feel of this platform for building smart/rich Windows Forms clients, ASP.NET web applications, and web services. Author Wei-Meng Lee, a Microsoft .NET MVP, veteran O'Reilly author and frequent contributor to the O'Reilly Network, has put together three useful test-drive projects, complete with code samples, that let you develop: A personal library Windows application A Web-based shopping cart application A stock enquiry Web Service Our jumpstart guide is the quick, painless way to migrate from VB6 to VB 2005, and the perfect training manual for moving your organization to the more robust, dynamic and secure world of .NET.

Windows 7: A quick, hands-on introduction (Animal Guide)

by Wei-Meng Lee

This compact book offers the quickest path for Windows users to get started with Microsoft's Windows 7 operating system. You get the essential information you need to upgrade or install the system and configure it to fit your activities, along with a tour of Windows 7's features and built-in applications. Microsoft has learned from the mistakes of Windows Vista, and Windows 7 shows it-this new OS is much faster and more stable. With Windows 7: Up and Running, you'll learn what's new and what's changed from XP and Vista, and get advice on ways to use this system for work, entertainment, instant communication, and more. Windows 7 is poised to be a big hit, and with this handy guide, you can be up and running -- and productive -- with it right away.Master the user interface, including the taskbar, jump lists, desktop gadgets, Aero Shake, and notification area Discover the joys of networking with HomeGroup file sharing and improved Wi-Fi Tour the system's improved security, including the Action Center, User Account Control, and Credential Manager Learn how to use Windows Live Essentials for messaging, photo sharing, moviemaking, emailing, and blogging Get to know built-in applications such as Internet Explorer 8, Windows Media Player 12, Microsoft Paint, and WordPad Learn about optional Microsoft software to enhance your Windows 7 experience

Windows XP Unwired

by Wei-Meng Lee

Windows XP Unwired provides a complete introduction to all the wireless technologies supported by Windows XP, including Wi-Fi (802.11b, a, and g), infrared, Bluetooth, CDMA2000, and GPRS. It's a one-stop wireless information source for technically savvy Windows XP users. This book will show you the full-spectrum view of wireless capabilities of Windows XP, and how to take advantage of them.

Beginning Android Application Development

by Wei-Ming Lee

Create must-have applications for the latest Android OS The Android OS is a popular and flexible platform for many of today's most in-demand mobile devices. This full-color guide offers you a hands-on introduction to creating Android applications for the latest mobile devices. Veteran author Wei Meng Lee accompanies each lesson with real-world examples to drive home the content he covers. Beginning with an overview of core Android features and tools, he moves at a steady pace while teaching everything you need to know to successfully develop your own Android applications. Explains what an activity is and reviews its lifecycle Zeroes in on customizing activities by applying styles and themes Looks at the components of a screen, including LinearLayout, AbsoluteLayout, and RelativeLayout, among others Details ways to adapt to different screen sizes and adjust display orientation Reviews the variety of views such as TextView, ProgressBar, TimePicker, and more Beginning Android Application Development pares down the most essential steps you need to know so you can start creating Android applications today.

Working with Microsoft Forms and Customer Voice: Efficiently gather and manage customer feedback, insights, and experiences

by Welly Lee James Phillips Ray Smith

Work with business scenarios and discover best practices to get the most out of Microsoft Forms and Microsoft Dynamics 365 Customer VoiceKey FeaturesExplore step-by-step instructions to integrate surveys with Microsoft 365 appsAutomate surveys and follow-up actions from survey results using Microsoft FormsCreate custom report dashboards and explore advanced analytics for managing insightsBook DescriptionMicrosoft Forms and Dynamics 365 Customer Voice enable organizations to collect and analyze feedback from employees and customers, helping developers to integrate their feedback and business users to collect feedback that will guide them to develop customer-centric solutions. This book takes a hands-on approach to leveraging Microsoft Forms and Dynamics 365 Customer Voice capabilities for common feedback scenarios and covers best practices and tips and tricks to have your solution up and running in no time. You'll start by exploring common scenarios where organizations collect feedback from employees and customers and implement end-to-end solutions with Forms. You'll then discover how to create surveys and get to grips with different configuration options commonly used for each scenario. Throughout the book, you'll also find sample questions and step-by-step instructions for integrating the survey with related technology such as Microsoft Teams, Power Automate, and Power BI for an end-to-end scenario. By the end of this Microsoft book, you'll be able to build and deploy your complete solution using Microsoft Forms and Dynamics 365 Customer Voice, allowing you to listen to customers or employees, interpret their feedback, take timely follow-up action, and monitor results.What you will learnGet up and running with Microsoft Forms and Dynamics 365 Customer Voice servicesExplore common feedback scenarios and survey best practices Understand how to administer Microsoft Forms and Dynamics 365 Customer VoiceUse Microsoft Forms or Dynamics 365 Customer Voice to monitor your survey resultsSet up the Microsoft Forms app for Teams for conducting live pollsAutomate feedback collection and follow-up actionsWho this book is forThis book is for business users who want to increase customer and employee engagement and collect data for measuring user satisfaction and driving product and process improvements. Beginner-level knowledge of Microsoft products such as Office 365 (including Teams, Outlook, and Excel) is expected. The book also includes advanced topics for citizen developers to automate sending Customer Voice surveys, follow-up actions, and creating custom dashboards using Microsoft Power Platform applications like Power Automate and Power BI.

Learning from VLSI Design Experience

by Weng Fook Lee

This book shares with readers practical design knowledge gained from the author’s 24 years of IC design experience. The author addresses issues and challenges faced commonly by IC designers, along with solutions and workarounds. Guidelines are described for tackling issues such as clock domain crossing, using lockup latch to cross clock domains during scan shift, implementation of scan chains across power domain, optimization methods to improve timing, how standard cell libraries can aid in synthesis optimization, BKM (best known method) for RTL coding, test compression, memory BIST, usage of signed Verilog for design requiring +ve and -ve calculations, state machine, code coverage and much more. Numerous figures and examples are provided to aid the reader in understanding the issues and their workarounds.

Microtechnology for Cell Manipulation and Sorting

by Wonhee Lee Peter Tseng Dino Di Carlo

This book delves into the recent developments in the microscale and microfluidic technologies that allow manipulation at the single and cell aggregate level. Expert authors review the dominant mechanisms that manipulate and sort biological structures, making this a state-of-the-art overview of conventional cell sorting techniques, the principles of microfluidics, and of microfluidic devices. All chapters highlight the benefits and drawbacks of each technique they discuss, which include magnetic, electrical, optical, acoustic, gravity/sedimentation, inertial, deformability, and aqueous two-phase systems as the dominant mechanisms utilized by microfluidic devices to handle biological samples. Each chapter explains the physics of the mechanism at work, and reviews common geometries and devices to help readers decide the type of style of device required for various applications. This book is appropriate for graduate-level biomedical engineering and analytical chemistry students, as well as engineers and scientists working in the biotechnology industry.

Proceedings of the 7th World Congress on Engineering Asset Management (WCEAM #2012)

by Woo Bang Lee Byeongkuen Choi Lin Ma Joseph Mathew

These proceedings comprise 60 refereed papers of the Seventh World Congress on Engineering Asset Management (WCEAM) that was held in Deajeon City, Korea from 8-9 October 2012. The material is a compilation of state-of-the-art papers in the field covering a comprehensive range of subjects that are equally relevant to business managers and engineering professionals alike. Proceedings of the 7th World Congress on Engineering Asset Management (WCEAM 2012): Towards Integration and Interoperability in EAM covers a wide range of topics in the discipline of engineering asset management, including: · strategic asset management · condition monitoring and diagnostics · integrated intelligent maintenance · sensors and devices · information quality & management; · sustainability in asset management · asset performance and knowledge management · data mining and AI techniques in asset management · engineering standards and · education in engineering asset management. The breadth and depth of these proceedings will make them an excellent resource for asset management practitioners, researchers and academics, as well as undergraduate and postgraduate students in tertiary institutions and in industry.

Big Data Applications and Services 2017: The 4th International Conference on Big Data Applications and Services (Advances in Intelligent Systems and Computing #770)

by Wookey Lee Carson K. Leung

This proceedings volume contains selected papers from the Fourth International Conference on Big Data Applications and Services (BigDAS 2017), held in Tashkent, Uzbekistan on August 15-18, 2017. Big data has become a core technology providing innovative solutions in many fields including social media, healthcare and manufacturing. The Fourth International Conference on Big Data Applications and Services (BigDAS 2017) presented innovative results, encouraged academic and industrial interaction, and promoted collaborative research in the field of big data worldwide. The conference was organized by the Korea Big Data Services Society and National University of Uzbekistan.

Big Data Analyses, Services, and Smart Data (Advances in Intelligent Systems and Computing #899)

by Wookey Lee Carson K. Leung Aziz Nasridinov

This book covers topics like big data analyses, services, and smart data. It contains (i) invited papers, (ii) selected papers from the Sixth International Conference on Big Data Applications and Services (BigDAS 2018), as well as (iii) extended papers from the Sixth IEEE International Conference on Big Data and Smart Computing (IEEE BigComp 2019). The aim of BigDAS is to present innovative results, encourage academic and industrial interaction, and promote collaborative research in the field of big data worldwide. BigDAS 2018 was held in Zhengzhou, China, on August 19–22, 2018, and organized by the Korea Big Data Service Society and TusStar. The goal of IEEE BigComp, initiated by Korean Institute of Information Scientists and Engineers (KIISE), is to provide an international forum for exchanging ideas and information on current studies, challenges, research results, system developments, and practical experiences in the emerging fields of big data and smart computing. IEEE BigComp 2019 was held in Kyoto, Japan, on February 27–March 02, 2019, and co-sponsored by IEEE and KIISE.

Computer-Aided Analysis and Design of Switch-Mode Power Supplies (Electrical Engineering and Electronics #81)

by Yim-Shu Lee

<p>This comprehensive reference/text explains the development and principles of operation, modelling, and analysis of switch-mode power supplies (SMPS)-highlighting conversion efficiency, size, and steady state/transient regulation characteristics. <p>Covering the practical design techniques of SMPS,this book - reveals how to develop specific models of circuits and components for simulation and design purposes; explains both the computer simulation of the switching behaviours of dc-to-dc converters and the modelling of linear and nonlinear circuit components; deals with the modelling and simulation of the low-frequency behaviours of converters (including current-controlled converters and converters with multiple outputs) and regulators; describes computer-aided design (CAD) techniques as applied to converters and regulators; introduces the principles and design of quasi-resonant and resonant converters; provides details on SPICE, a circuit simulator package used to calculate electrical circuit behaviour. <p>Containing over 1000 helpful drawings, equations, and tables, this is a valuable reference for circuit design, electrical, and electronics engineers, and serves as an excellent text for upper-level undergraduate and graduate students in these disciplines.</p>

Refine Search

Showing 27,501 through 27,525 of 54,396 results