Browse Results

Showing 20,351 through 20,375 of 54,063 results

Mastering Python Networking

by Eric Chou

Become an expert in implementing advanced, network-related tasks with Python. About This Book • Build the skills to perform all networking tasks using Python with ease • Use Python for network device automation, DevOps, and software-defined networking • Get practical guidance to networking with Python Who This Book Is For If you are a network engineer or a programmer who wants to use Python for networking, then this book is for you. A basic familiarity with networking-related concepts such as TCP/IP and a familiarity with Python programming will be useful. What You Will Learn • Review all the fundamentals of Python and the TCP/IP suite • Use Python to execute commands when the device does not support the API or programmatic interaction with the device • Implement automation techniques by integrating Python with Cisco, Juniper, and Arista eAPI • Integrate Ansible using Python to control Cisco, Juniper, and Arista networks • Achieve network security with Python • Build Flask-based web-service APIs with Python • Construct a Python-based migration plan from a legacy to scalable SDN-based network. In Detail This book begins with a review of the TCP/ IP protocol suite and a refresher of the core elements of the Python language. Next, you will start using Python and supported libraries to automate network tasks from the current major network vendors. We will look at automating traditional network devices based on the command-line interface, as well as newer devices with API support, with hands-on labs. We will then learn the concepts and practical use cases of the Ansible framework in order to achieve your network goals. We will then move on to using Python for DevOps, starting with using open source tools to test, secure, and analyze your network. Then, we will focus on network monitoring and visualization. We will learn how to retrieve network information using a polling mechanism, ?ow-based monitoring, and visualizing the data programmatically. Next, we will learn how to use the Python framework to build your own customized network web services. In the last module, you will use Python for SDN, where you will use a Python-based controller with OpenFlow in a hands-on lab to learn its concepts and applications. We will compare and contrast OpenFlow, OpenStack, OpenDaylight, and NFV. Finally, you will use everything you've learned in the book to construct a migration plan to go from a legacy to a scalable SDN-based network. Style and approach An easy-to-follow guide packed with hands-on examples of using Python for network device automation, DevOps, and SDN.

Effective Amazon Machine Learning

by Alexis Perrier

Learn to leverage Amazon's powerful platform for your predictive analytics needs About This Book • Create great machine learning models that combine the power of algorithms with interactive tools without worrying about the underlying complexity • Learn the What's next? of machine learning—machine learning on the cloud—with this unique guide • Create web services that allow you to perform affordable and fast machine learning on the cloud Who This Book Is For This book is intended for data scientists and managers of predictive analytics projects; it will teach beginner- to advanced-level machine learning practitioners how to leverage Amazon Machine Learning and complement their existing Data Science toolbox. No substantive prior knowledge of Machine Learning, Data Science, statistics, or coding is required. What You Will Learn • Learn how to use the Amazon Machine Learning service from scratch for predictive analytics • Gain hands-on experience of key Data Science concepts • Solve classic regression and classification problems • Run projects programmatically via the command line and the Python SDK • Leverage the Amazon Web Service ecosystem to access extended data sources • Implement streaming and advanced projects In Detail Predictive analytics is a complex domain requiring coding skills, an understanding of the mathematical concepts underpinning machine learning algorithms, and the ability to create compelling data visualizations. Following AWS simplifying Machine learning, this book will help you bring predictive analytics projects to fruition in three easy steps: data preparation, model tuning, and model selection. This book will introduce you to the Amazon Machine Learning platform and will implement core data science concepts such as classification, regression, regularization, overfitting, model selection, and evaluation. Furthermore, you will learn to leverage the Amazon Web Service (AWS) ecosystem for extended access to data sources, implement realtime predictions, and run Amazon Machine Learning projects via the command line and the Python SDK. Towards the end of the book, you will also learn how to apply these services to other problems, such as text mining, and to more complex datasets. Style and approach This book will include use cases you can relate to. In a very practical manner, you will explore the various capabilities of Amazon Machine Learning services, allowing you to implementing them in your environment with consummate ease.

Learning Julia

by Anshul Joshi Rahul Lakhanpal

Learn Julia language for data science and data analytics About This Book • Set up Julia's environment and start building simple programs • Explore the technical aspects of Julia and its potential when it comes to speed and data processing • Write efficient and high-quality code in Julia Who This Book Is For This book allows existing programmers, statisticians and data scientists to learn the Julia and take its advantage while building applications with complex numerical and scientific computations. Basic knowledge of mathematics is needed to understand the various methods that will be used or created in the book to exploit the capabilities for which Julia is made. What You Will Learn • Understand Julia's ecosystem and create simple programs • Master the type system and create your own types in Julia • Understand Julia's type system, annotations, and conversions • Define functions and understand meta-programming and multiple dispatch • Create graphics and data visualizations using Julia • Build programs capable of networking and parallel computation • Develop real-world applications and use connections for RDBMS and NoSQL • Learn to interact with other programming languages–C and Python—using Julia In Detail Julia is a highly appropriate language for scientific computing, but it comes with all the required capabilities of a general-purpose language. It allows us to achieve C/Fortran-like performance while maintaining the concise syntax of a scripting language such as Python. It is perfect for building high-performance and concurrent applications. From the basics of its syntax to learning built-in object types, this book covers it all. This book shows you how to write effective functions, reduce code redundancies, and improve code reuse. It will be helpful for new programmers who are starting out with Julia to explore its wide and ever-growing package ecosystem and also for experienced developers/statisticians/data scientists who want to add Julia to their skill-set. The book presents the fundamentals of programming in Julia and in-depth informative examples, using a step-by-step approach. You will be taken through concepts and examples such as doing simple mathematical operations, creating loops, metaprogramming, functions, collections, multiple dispatch, and so on. By the end of the book, you will be able to apply your skills in Julia to create and explore applications of any domain. Style and approach This book demonstrates the basics of Julia along with some data structures and testing tools that will give you enough material to get started with the language from an application standpoint.

Beginning PHP: Master the latest features of PHP 7 and fully embrace modern PHP development

by David Carr Markus Gray

Learn all the fundamentals of PHP with a book that blends theory with practice to build up the skills you need for modern web development.Key FeaturesBrush up on basic PHP 7 syntax and work with variables, data types, arrays, and loops Master advanced concepts like building your own frameworks and creating your own applicationsApply your newly learned PHP skills to a variety of real-life business scenariosBook DescriptionPHP is the preferred server-side scripting language for tech giants such as Facebook, Wikipedia, and Tumblr despite full-stack JavaScript gaining popularity with upcoming developers. This is because PHP performs better when dealing with heavy computations on the back end. In this book, you’ll learn everything you need to get up and running with the latest version of PHP, including package management with tools such as composer, secure database operations, and a whole host of other best practices that will help you stay a step ahead of traditional programmers.What you will learnUnderstand the fundamentals of PHP and work with classes and inheritanceLearn about database operations and package management with composerTackle common security concerns and pitfalls using authentication and validationBuild effective PHP applications and frameworks for your business needsWho this book is forIf you’re already familiar with another programming language and want to learn about the fundamentals of PHP programming, you’ll find the flow of this book to be an ideal fit. Having a prior understanding of HTML, MySQL, CSS, and JavaScript will be beneficial, but is not mandatory.

Puppet Best Practices: Design Patterns for Maintainable Code

by Chris Barbour Jo Rhett

If you maintain or plan to build Puppet infrastructure, this practical guide will take you a critical step further with best practices for managing the task successfully. Authors Chris Barbour and Jo Rhett present best-in-class design patterns for deploying Puppet environments and discuss the impact of each. The conceptual designs and implementation patterns in this book will help you create solutions that are easy to extend, maintain, and support.Essential for companies upgrading their Puppet deployments, this book teaches you powerful new features and implementation models that weren’t available in the older versions. DevOps engineers will learn how best to deploy Puppet with long-term maintenance and future growth in mind.Explore Puppet’s design philosophy and data structuresGet best practices for using Puppet’s declarative languageExamine Puppet resources in depth—the building blocks of state managementLearn to model and describe business and site-specific logic in PuppetSee best-in-class models for multitiered data management with HieraExplore available options and community experience for node classificationUtilize r10k to simplify and accelerate Puppet change managementReview the cost benefits of creating your own extensions to PuppetGet detailed advice for extending Puppet in a maintainable manner

Ethics of Information and Communication Technologies (SpringerBriefs in Applied Sciences and Technology)

by Adriano Fabris

This book discusses key ethical and deontological problems concerning the use of the most common information and communication devices. It focuses on the challenges of the new environments we now find ourselves in thanks to these technologies, and the issues arising from the newly established relationship between the virtual sphere and the real world. Each aspect is analysed by starting from a very specific example or a case study presenting a dilemma that can only be resolved by making a reasoned ethical choice. Rather than thematically addressing only one of the many aspects mentioned above (for example, computer ethics or social network ethics), the book presents a comprehensive introduction to, and a co-ordinated overview of, the various deontological and ethical issues regarding the spread of the most common information and communication technologies.

Advances in Production Management Systems. Production Management for Data-Driven, Intelligent, Collaborative, and Sustainable Manufacturing: IFIP WG 5.7 International Conference, APMS 2018, Seoul, Korea, August 26-30, 2018, Proceedings, Part I (IFIP Advances in Information and Communication Technology #535)

by Ilkyeong Moon Gyu M. Lee Jinwoo Park Dimitris Kiritsis Gregor Von Cieminski

The two-volume set IFIP AICT 535 and 536 constitutes the refereed proceedings of the International IFIP WG 5.7 Conference on Advances in Production Management Systems, APMS 2018, held in Seoul, South Korea, in August 2018.The 129 revised full papers presented were carefully reviewed and selected from 149 submissions. They are organized in the following topical sections: lean and green manufacturing; operations management in engineer-to-order manufacturing; product-service systems, customer-driven innovation and value co-creation; collaborative networks; smart production for mass customization; global supply chain management; knowledge based production planning and control; knowledge based engineering; intelligent diagnostics and maintenance solutions for smart manufacturing; service engineering based on smart manufacturing capabilities; smart city interoperability and cross-platform implementation; manufacturing performance management in smart factories; industry 4.0 - digital twin; industry 4.0 - smart factory; and industry 4.0 - collaborative cyber-physical production and human systems.

Advances in Production Management Systems. Smart Manufacturing for Industry 4.0: IFIP WG 5.7 International Conference, APMS 2018, Seoul, Korea, August 26-30, 2018, Proceedings, Part II (IFIP Advances in Information and Communication Technology #536)

by Ilkyeong Moon Gyu M. Lee Jinwoo Park Dimitris Kiritsis Gregor Von Cieminski

The two-volume set IFIP AICT 535 and 536 constitutes the refereed proceedings of the International IFIP WG 5.7 Conference on Advances in Production Management Systems, APMS 2018, held in Seoul, South Korea, in August 2018.The 129 revised full papers presented were carefully reviewed and selected from 149 submissions. They are organized in the following topical sections: lean and green manufacturing; operations management in engineer-to-order manufacturing; product-service systems, customer-driven innovation and value co-creation; collaborative networks; smart production for mass customization; global supply chain management; knowledge based production planning and control; knowledge based engineering; intelligent diagnostics and maintenance solutions for smart manufacturing; service engineering based on smart manufacturing capabilities; smart city interoperability and cross-platform implementation; manufacturing performance management in smart factories; industry 4.0 - digital twin; industry 4.0 - smart factory; and industry 4.0 - collaborative cyber-physical production and human systems.

Remote Usability Testing: Actionable insights in user behavior across geographies and time zones

by Inge De Bleecker Rebecca Okoroji

Gain actionable insights from qualitative remote studies to improve user experienceKey FeaturesUnderstand the different usability testing methodologies and their strengths and weaknessesMaster the execution of remote studiesLearn how to analyze and present study resultsBook DescriptionUsability testing is a subdiscipline of User Experience. Its goal is to ensure that a given product is easy to use and the user's experience with the product is intuitive and satisfying. Usability studies are conducted with study participants who are representative of the target users to gather feedback on a user interface. The feedback is then used to refine and improve the user interface.Remote studies involve fewer logistics, allow participation regardless of location and are quicker and cheaper to execute compared to in person studies, while delivering valuable insights. The users are not inhibited by being in a new environment under observation; they can act naturally in their familiar environment. Remote unmoderated studies additionally have the advantage of being independent of time zones.This book will teach you how to conduct qualitative remote usability studies, in particular remote moderated and unmoderated studies. Each chapter provides actionable tips on how to use each methodology and how to compensate for the specific nature of each methodology. The book also provides material to help with planning and executing each study type.What you will learnChoose the most suitable remote study methodologyEstablish a clear goal for the study Plan the study execution Understand recruitment logistics, expectations and compensationSet up and moderate remote studies Write good tasks and questions for each methodology Analyze and document the study results Deliver results that align with the goal for the studyWho this book is forThis book is for user experience (UX) professionals familiar with traditional in-person usability testing methodologies, or for UX designers with no prior exposure to user research and usability testing. Customer experience professionals or product managers who want to understand remote usability testing will also find this book useful. No knowledge of remote usability testing is needed.

Convection in Ferro-Nanofluids: Physical Mechanisms, Flow Patterns, and Heat Transfer (Advances in Mechanics and Mathematics #40)

by Aleksandra A. Bozhko Sergey A. Suslov

This book covers the experimental and theoretical study of convection in non-isothermal ferro-nanofluids (FNFs). Since FNFs are not transparent and magnetic fields are very sensitive to the shape of the boundary between magnetic and nonmagnetic media, special flow visualization techniques based on the use of thermo-sensitive liquid crystal films, infrared cameras, as well as local and integral temperature sensors are discussed in the book. This book considers several major configurations of convective chambers and the applied magnetic field. For each of them, the stability boundaries are determined theoretically and experimentally. The physical types of dominant instabilities and the characteristics of their interactions are subsequently established using linear and weakly non-linear hydrodynamic stability analyses and elements of bifurcation theory. The book also discusses the potential of using magnetically controlled ferro-nanofluids as a heat carrier in situations where heat removal by natural convection is not possible due to the lack of gravity (orbital stations) or extreme confinement (microelectronics). Researchers and practitioners working in the areas of fluid mechanics, hydrodynamic stability, and heat and mass transfer will benefit from this book.

Cognitive Infocommunications, Theory and Applications (Topics in Intelligent Engineering and Informatics #13)

by Ryszard Klempous Jan Nikodem Péter Zoltán Baranyi

The book gathers the chapters of Cognitive InfoCommunication research relevant to a variety of application areas, including data visualization, emotion expression, brain-computer interfaces or speech technologies. It provides an overview of the kind of cognitive capabilities that are being analyzed and developed. Based on this common ground, it may become possible to see new opportunities for synergy among disciplines that were heretofore viewed as being separate.Cognitive InfoCommunication begins by modeling human cognitive states and aptitudes in order to better understand what the user of a system is capable of comprehending and doing. The patterns of exploration and the specific tools that are described can certainly be of interest and of great relevance for all researchers who focus on modeling human states and aptitudes.This innovative research area provides answers to the latest challenges in influence of cognitive states and aptitudes in order to facilitate learning or generally improve performance in certain cognitive tasks such as decision making. Some capabilities are purely human, while others are purely artificial, but in general this distinction is rarely clear-cut. Therefore, when discussing new human cognitive capabilities, the technological background which makes them possible cannot be neglected, and indeed often plays a central role.This book highlights the synergy between various fields that are perfectly fit under the umbrella of CogInfoCom and contribute to understanding and developing new, human-artificial intelligence hybrid capabilities. These, merged capabilities are currently appearing, and the importance of the role they play in everyday life are unique to the cognitive entity generation that is currently growing up.

Transactions on Intelligent Welding Manufacturing: Volume II No. 1 2018 (Transactions on Intelligent Welding Manufacturing)

by Shanben Chen Yuming Zhang Zhili Feng

The primary aim of this volume is to provide researchers and engineers from both academia and industry with up-to-date coverage of recent advances in the fields of robotic welding, intelligent systems and automation. It gathers selected papers from the 2018 International Conference on Robotic Welding, Intelligence and Automation (RWIA 2018), held Oct 20-22, 2018 in Guangzhou, China. The contributions reveal how intelligentized welding manufacturing (IWM) is becoming an inescapable trend, just as intelligentized robotic welding is becoming a key technology. The volume is divided into four main parts: Intelligent Techniques for Robotic Welding, Sensing in Arc Welding Processing, Modeling and Intelligent Control of Welding Processing, and Intelligent Control and its Applications in Engineering.

Trust Management XII: 12th IFIP WG 11.11 International Conference, IFIPTM 2018, Toronto, ON, Canada, July 10–13, 2018, Proceedings (IFIP Advances in Information and Communication Technology #528)

by Nurit Gal-Oz Peter R. Lewis

This book constitutes the refereed proceedings of the 12th IFIP WG 11.11 International Conference on Trust Management, IFIPTM 2018, held in Toronto, ON, Canada, in July 2018.The 7 revised full papers and 3 short papers presented were carefully reviewed and selected from 22 submissions. The papers feature both theoretical research and real-world case studies and cover the following topical areas: trust in information technology; socio-technical, economic, and sociological trust; trust and reputation management systems; identity management and trust; secure, trustworthy and privacy-aware systems; trust building in large scale systems; and trustworthyness of adaptive systems. Also included is the 2018 William Winsborough commemorative address.

Intelligent Computer Mathematics: 11th International Conference, CICM 2018, Hagenberg, Austria, August 13-17, 2018, Proceedings (Lecture Notes in Computer Science #11006)

by Florian Rabe William M. Farmer Grant O. Passmore Abdou Youssef

​This book constitutes the refereed proceedings of the 11th International Conference on Intelligent Computer Mathematics, CICM 2018, held in Hagenberg, Austria, in August 2018. The 23 full papers presented were carefully reviewed and selected from a total of 36 submissions. The papers focos on the Calculemus, Digital Mathematics Libraries, and Mathematical Knowledge Management tracks which also correspond to the subject areas of the predecessor meetings. Orthogonally, the Systems and Projects track called for descriptions of digital resources, such as data and systems, and of projects, whether old, current, or new, and survey papers covering any topics of relevance to the CICM community.

Recent Advances in Applications of Computational and Fuzzy Mathematics

by Snehashish Chakraverty Sanjeewa Perera

This book addresses the basics of interval/fuzzy set theory, artificial neural networks (ANN) and computational methods. It presents step-by-step modeling for application problems along with simulation and numerical solutions. In general, every science and engineering problem is inherently biased by uncertainty, and there is often a need to model, solve and interpret problems in the world of uncertainty. At the same time, exact information about models and parameters of practical applications is usually not known and precise values do not exist. This book discusses uncertainty in both data and models. It consists of seven chapters covering various aspects of fuzzy uncertainty in application problems, such as shallow water wave equations, static structural problems, robotics, radon diffusion in soil, risk of invasive alien species and air quality quantification. These problems are handled by means of advanced computational and fuzzy theory along with machine intelligence when the uncertainties involved are fuzzy. The proposed computational methods offer new fuzzy computing methods that help other areas of knowledge construction where inexact information is present.

Performance Prediction and Analytics of Fuzzy, Reliability and Queuing Models: Theory and Applications (Asset Analytics)

by Kusum Deep Madhu Jain Said Salhi

This book presents the latest developments and breakthroughs in fuzzy theory and performance prediction of queuing and reliability models by using the stochastic modeling and optimization theory. The main focus is on analytics that use fuzzy logic, queuing and reliability theory for the performance prediction and optimal design of real-time engineering systems including call centers, telecommunication, manufacturing, service organizations, etc. For the day-to-day as well as industrial queuing situations and reliability prediction of machining parts embedded in computer, communication and manufacturing systems, the book assesses various measures of performance and effectiveness that can provide valuable insights and help arrive at the best decisions with regard to service and engineering systems. In twenty chapters, the book presents both theoretical developments and applications of the fuzzy logic, reliability and queuing models in a diverse range of scenarios. The topics discussed will be of interest to researchers, educators and undergraduate students in the fields of Engineering, Business Management, and the Mathematical Sciences.

Advances in Web-Based Learning – ICWL 2018: 17th International Conference, Chiang Mai, Thailand, August 22-24, 2018, Proceedings (Lecture Notes in Computer Science #11007)

by Gerhard Hancke Marc Spaniol Kitisak Osathanunkul Sayan Unankard Ralf Klamma

This book constitutes the proceedings of the 17th International Conference on Web-Based Learning, ICWL 2018, held in Chiang Mai, Thailand, in August 2018.The 11 revised full papers presented together with 4 short papers were carefully reviewed and selected from 37 submissions. The papers are organized in topical sections on learning assessment and behavior; case studies; augmented reality and collaborative learning; game-based learning; and learning content management and experience sharing.

LinkedIn Profile Optimization For Dummies

by Donna Serdula

Optimize your LinkedIn profile--and get results Your LinkedIn profile is essentially a platform to shape how others see you, highlight your abilities, products, or services, and explain how your work impacts lives. Yet many people simply copy and paste their resume and expect job offers and networking opportunities to start rolling in--but that isn't how it works. LinkedIn Profile Optimization For Dummies shows you how to create a profile that enhances your personal brand, controls how others see you, and shapes a successful future for your career. Whether your goal is job search, branding, reputation management, or sales, people are Googling you--and your LinkedIn profile is more often than not their first point of contact. With a focus on who you are, the value you deliver, and the culture you cultivate, the profile you'll create with the help of this guide will make that first connection a positive one--giving you a better chance to see results. Create a powerful LinkedIn profile Discover your personal keywords Showcase your experience and accomplishments Be seen on the world's largest professional social network You never get a second chance to make a great first impression, and LinkedIn Profile Optimization For Dummies helps to ensure you're presenting yourself in the best possible light.

Comptia Network+ Certification All-in-One Exam Guide, Seventh Edition (Exam N10-007)

by Mike Meyers

Thoroughly revised for the new CompTIA Network+ exam, the Seventh Edition of this bestselling All-in-One Exam Guide delivers 100% coverage of the exam objectives and serves as a valuable on-the-job reference <P><P>Take the latest version of the CompTIA Network+ exam with complete confidence using the fully updated information contained in this comprehensive self-study system. The book offers clear instruction and real-world examples from training expert and bestselling author Mike Meyers along with hundreds of accurate practice questions. <P><P>Fulfilling the promise of the All-in-One series, this complete reference serves both as a study tool and a valuable on-the-job reference that will serve readers beyond the exam. CompTIA Network+ Certification All-in-One Exam Guide, Seventh Edition (Exam N10-007) also includes access to free video training and interactive hands-on labs and simulations that prepare you for difficult performance-based questions. A valuable pre-assessment test enables readers to gauge their familiarity with the test’s objectives and tailor an effective course for study. <P><P>Contains complete coverage of every objective for the CompTIA Network+ Certification exam <P><P>Written by CompTIA training and certification guru Mike Meyers <P><P>Electronic content includes the Total Tester exam simulator with over 100 practice questions, over an hour of training videos, and a collection of Mike Meyers’ favorite shareware and freeware networking utilities

Smart Cities: Reality or Fiction

by Claude Rochet

The intelligence of a city is the capacity to learn: to learn the past, its history and the culture of its territory. Unlike the smart city, we do not build a city from scratch and there is nothing, there is no smart city standard car intelligence is measured this ability to fit into a territorial dynamic, a story and a culture. Continuous learning through instantaneous feedback provides the digital to understand and map the urban system and driver.

Beyond Artificial Intelligence: From Human Consciousness to Artificial Consciousness

by Alain Cardon

This book will present a complete modeling of the human psychic system that allows to generate the thoughts in a strictly organizational approach that mixes a rising and falling approach. The model will present the architecture of the psychic system that can generate sensations and thoughts, showing how one can feel thoughts. The model developed into an organizational architecture based on massive multiagent systems. The architecture will be fully developed, showing how an artificial system can be endowed with consciousness and intentionally generate thoughts and, especially, feel them. These results are multidisciplinary, combining both psychology and computer science disciplines.

Fortnite: The Ultimate Unauthorized Guide

by Grant Turner

<p>Are you ready to take your game to the next level and dominate your opponents? Ready to learn how to destroy your fellow gamers and win the ultimate Battle Royale? If so, you're ready for Fortnite: The Ultimate Unauthorised Guide. Starting with simple instructions on how to download and install the game on all platforms (Nintendo, PlayStation, Xbox and PC—and now on your mobile device!), Fortnite: The Ultimate Unauthorised Guide divulges all the essential information needed to navigate through the Fortnite world like a pro. <p>Whether playing Battle Royale or Save the Earth mode, readers will learn how and where to unearth the best items, discover essential combat strategies and weapons use, identify ideal landing zones and build the perfect fort or base. Also included are manoeuvring tactics and even advice on how to managing resources and cash, buying the coolest skin and flashing the best dance moves. With secret cheats, hacks, unlockables, and much more, this is an essential guide to everything Fortnite!</p>

Systems Programming in Unix/Linux

by K. C. Wang

Covering all the essential components of Unix/Linux, including process management, concurrent programming, timer and time service, file systems and network programming, this textbook emphasizes programming practice in the Unix/Linux environment. Systems Programming in Unix/Linux is intended as a textbook for systems programming courses in technically-oriented Computer Science/Engineering curricula that emphasize both theory and programming practice. The book contains many detailed working example programs with complete source code. It is also suitable for self-study by advanced programmers and computer enthusiasts.Systems programming is an indispensable part of Computer Science/Engineering education. After taking an introductory programming course, this book is meant to further knowledge by detailing how dynamic data structures are used in practice, using programming exercises and programming projects on such topics as C structures, pointers, link lists and trees.This book provides a wide range of knowledge about computer systemsoftware and advanced programming skills, allowing readers to interface with operatingsystem kernel, make efficient use of system resources and develop application software.It also prepares readers with the needed background to pursue advanced studies inComputer Science/Engineering, such as operating systems, embedded systems, databasesystems, data mining, artificial intelligence, computer networks, network security,distributed and parallel computing.

Soft Commutation Isolated DC-DC Converters (Power Systems)

by Ivo Barbi Fabiana Pöttker

This book describes the operation and analysis of soft-commutated isolated DC–DC converters used in the design of high efficiency and high power density equipment. It explains the basic principles behind first- and second-order circuits with power switches to enable readers to understand the importance of these converters in high efficiency and high power density power supply design for residential, commercial, industrial and medical use as well as in aerospace equipment.With each chapter featuring a different power converter topology, the book covers the most important resonant converters, including series resonant converters; resonant LLC converters; soft commutation pulse width modulation converters; zero voltage switching; and zero current switching. Each topic is presented with full analysis, a showcase of the power stages of the converters, exercises and their solutions as well as simulation results, which mainly focus on the commutation analysis and output characteristic.This book is a valuable source of information for professionals working in power electronics, power conversion and design of high efficiency and high power density DC–DC converters and switch mode power supplies. The book also serves as a point of reference for engineers responsible for development projects and equipment in companies and research centers and a text for advanced students.

La recette des applications mobiles

by Mark Weston Caroline Pageau

La révolution des applications mobiles est en cours, alors pourquoi ne pas vous y joindre en téléchargeant votre exemplaire de La recette des applications mobiles dès maintenant! Avez-vous déjà envisagé faire de l’argent en lançant votre propre application? Saviez-vous que c’est facile, peu coûteux et à la portée de n’importe qui? Depuis l’arrivée du iPhone sur le marché en 2007, les applications mobiles sont rapidement devenues le Klondike du monde de la technologie. Si l’on considère les sommes investies pour l’achat de téléphones cellulaires et d’applications mobiles, il n’est pas étonnant que cette industrie produise des millionnaires chaque jour. Je ne suis pas ici pour vous dire que vous ferez fortune en téléversant une application, mais bien pour vous offrir une façon de développer progressivement une source de revenus passive. Dans mon livre, La recette des applications mobiles, je vous montre ce que vous devez faire pour commencer à développer un portefolio d’applications mobiles qui rapporteront jour après jour. Vous avez certainement déjà entendu parler de Angry Birdsou de Plants vs. Zombies? Ce sont des applications mobiles de jeux qui sont devenues des succès commerciaux. Mais nul besoin de créer de tels succès pour tirer un revenu d’une application mobile. Même l’application la plus élémentaire a le potentiel de générer un revenu simplement en raison du nombre de gens qui possèdent un téléphone cellulaire et téléchargent des applications. Dans ce livre, je vous enseigne comment vous pouvez commencer à développer une entreprise d’applications florissante, en profitant du levier extraordinaire que constitue Internet pour lancer une entreprise rapidement et à peu de frais. Vous n’avez même pas besoin de connaissances en codage! En fait, je conseillerais même de vous abstenir de tout codage, à moins d’avoir une idée de génie à laquelle vous tenez mor

Refine Search

Showing 20,351 through 20,375 of 54,063 results