LProgram 電子書籍
 
楽天市場検索


  レディースファッション (0)
  メンズファッション (0)
  インナー・下着・ナイトウェア (0)
  バッグ・小物・ブランド雑貨 (0)
  靴 (0)
  腕時計 (0)
  ジュエリー・アクセサリー (0)
  キッズ・ベビー・マタニティ (0)
  おもちゃ (0)
  スポーツ・アウトドア (0)
  家電 (0)
  TV・オーディオ・カメラ (0)
  パソコン・周辺機器 (0)
  スマートフォン・タブレット (0)
  光回線・モバイル通信 (0)
  食品 (0)
  スイーツ・お菓子 (0)
  水・ソフトドリンク (0)
  ビール・洋酒 (0)
  日本酒・焼酎 (0)
  インテリア・寝具・収納 (0)
  日用品雑貨・文房具・手芸 (0)
  キッチン用品・食器・調理器具 (0)
  本・雑誌・コミック (695) (LProgram 電子書籍)
  CD・DVD (0)
  テレビゲーム (0)
  ホビー (0)
  楽器・音響機器 (0)
  車・バイク (0)
  車用品・バイク用品 (0)
  美容・コスメ・香水 (0)
  ダイエット・健康 (0)
  医薬品・コンタクト・介護 (0)
  ペット・ペットグッズ (0)
  花・ガーデン・DIY (0)
  サービス・リフォーム (0)
  住宅・不動産 (0)
  カタログギフト・チケット (0)
  百貨店・総合通販・ギフト (0)
 
695件中 1件 - 30件  1 2 3 4 5 6
商品説明価格

The Developer's Code What Real Programmers Do【電子書籍】[ Ka Wai Cheung ]

楽天Kobo電子書籍ストア
<p>You're already a great coder, but awesome coding chops aren't always enough to get you through your toughest projects. You need these 50+ nuggets of wisdom. Veteran programmers: reinvigorate your passion for developing web applications. New programmers: here's the guidance you need to get started. With this book, you'll think about your job in new and enlightened ways.</p> <p><em>The Developer's Code</em> isn't about the code you write, it's about the code you live by.</p> <p>There are no trite superlatives here. Packed with lessons learned from more than a decade of software development experience, author Ka Wai Cheung takes you through the programming profession from nearly every angle to uncover ways of sustaining a healthy connection with your work.</p> <p>You'll see how to stay productive even on the longest projects. You'll create a workflow that works with you, not against you. And you'll learn how to deal with clients whose goals don't align with your own. If you don't handle them just right, issues such as these can crush even the most seasoned, motivated developer. But with the right approach, you can transcend these common problems and become the professional developer you want to be.</p> <p>In more than 50 nuggets of wisdom, you'll learn:</p> <p>Why many traditional approaches to process and development roles in this industry are wrong - and how to sniff them out.</p> <p>Why you must always say "no" to the software pet project and open-ended timelines.</p> <p>How to incorporate code generation into your development process, and why its benefits go far beyond just faster code output.</p> <p>What to do when your client or end user disagrees with an approach you believe in.</p> <p>How to pay your knowledge forward to future generations of programmers through teaching and evangelism.</p> <p>If you're in this industry for the long run, you'll be coming back to this book again and again.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,262円

Linux Kernel Programming Part 2 - Char Device Drivers and Kernel Synchronization Create user-kernel interfaces, work with peripheral I/O, and handle hardware interrupts【電子書籍】[ Kaiwan N Billimoria ]

楽天Kobo電子書籍ストア
<p><strong>Discover how to write high-quality character driver code, interface with userspace, work with chip memory, and gain an in-depth understanding of working with hardware interrupts and kernel synchronization</strong></p> <h4>Key Features</h4> <ul> <li>Delve into hardware interrupt handling, threaded IRQs, tasklets, softirqs, and understand which to use when</li> <li>Explore powerful techniques to perform user-kernel interfacing, peripheral I/O and use kernel mechanisms</li> <li>Work with key kernel synchronization primitives to solve kernel concurrency issues</li> </ul> <h4>Book Description</h4> <p>Linux Kernel Programming Part 2 - Char Device Drivers and Kernel Synchronization is an ideal companion guide to the Linux Kernel Programming book. This book provides a comprehensive introduction for those new to Linux device driver development and will have you up and running with writing misc class character device driver code (on the 5.4 LTS Linux kernel) in next to no time.</p> <p>You'll begin by learning how to write a simple and complete misc class character driver before interfacing your driver with user-mode processes via procfs, sysfs, debugfs, netlink sockets, and ioctl. You'll then find out how to work with hardware I/O memory. The book covers working with hardware interrupts in depth and helps you understand interrupt request (IRQ) allocation, threaded IRQ handlers, tasklets, and softirqs. You'll also explore the practical usage of useful kernel mechanisms, setting up delays, timers, kernel threads, and workqueues. Finally, you'll discover how to deal with the complexity of kernel synchronization with locking technologies (mutexes, spinlocks, and atomic/refcount operators), including more advanced topics such as cache effects, a primer on lock-free techniques, deadlock avoidance (with lockdep), and kernel lock debugging techniques.</p> <p>By the end of this Linux kernel book, you'll have learned the fundamentals of writing Linux character device driver code for real-world projects and products.</p> <h4>What you will learn</h4> <ul> <li>Get to grips with the basics of the modern Linux Device Model (LDM)</li> <li>Write a simple yet complete misc class character device driver</li> <li>Perform user-kernel interfacing using popular methods</li> <li>Understand and handle hardware interrupts confidently</li> <li>Perform I/O on peripheral hardware chip memory</li> <li>Explore kernel APIs to work with delays, timers, kthreads, and workqueues</li> <li>Understand kernel concurrency issues</li> <li>Work with key kernel synchronization primitives and discover how to detect and avoid deadlock</li> </ul> <h4>Who this book is for</h4> <p>An understanding of the topics covered in the Linux Kernel Programming book is highly recommended to make the most of this book. This book is for Linux programmers beginning to find their way with device driver development. Linux device driver developers looking to overcome frequent and common kernel/driver development issues, as well as perform common driver tasks such as user-kernel interfaces, performing peripheral I/O, handling hardware interrupts, and dealing with concurrency will benefit from this book. A basic understanding of Linux kernel internals (and common APIs), kernel module development, and C programming is required.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,290円

Generalized Nash Equilibrium Problems, Bilevel Programming and MPEC【電子書籍】

楽天Kobo電子書籍ストア
<p>The book discusses three classes of problems: the generalized Nash equilibrium problems, the bilevel problems and the mathematical programming with equilibrium constraints (MPEC). These problems interact through their mathematical analysis as well as their applications. The primary aim of the book is to present the modern tool of variational analysis and optimization, which are used to analyze these three classes of problems. All contributing authors are respected academicians, scientists and researchers from around the globe. These contributions are based on the lectures delivered by experts at CIMPA School, held at the University of Delhi, India, from 25 November?6 December 2013, and peer-reviewed by international experts.</p> <p>The book contains five chapters. Chapter 1 deals with nonsmooth, nonconvex bilevel optimization problems whose feasible set is described by using the graph of the solution set mapping of a parametric optimization problem. Chapter 2 describes a constraint qualification to MPECs considered as an application of calmness concept of multifunctions and is used to derive M-stationarity conditions for MPEC. Chapter 3 discusses the first- and second-order optimality conditions derived for a special case of a bilevel optimization problem in which the constraint set of the lower level problem is described as a general compact convex set. Chapter 4 concentrates the results of the modelization and analysis of deregulated electricity markets with a focus on auctions and mechanism design. Chapter 5 focuses on optimization approaches called reflection methods for protein conformation determination within the framework of matrix completion. The last chapter (Chap. 6) deals with the single-valuedness of quasimonotone maps by using the concept of single-directionality with a special focus on the case of the normal operator of lower semi-continuous quasiconvex functions.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 7,292円

Independent Study That Works: Designing a Successful Program【電子書籍】[ Geraldine Woods ]

楽天Kobo電子書籍ストア
<p><strong>Independent study programs aren’t for the “best” students; they are populated by students at their best.</strong></p> <p>Student disengagement from school is a trending concern, and many schools have turned their attention to independent study programs as a way to nurture student motivation and creativity. But where to begin?</p> <p>Geraldine Woods offers a practical, step-by-step guide based on her experience designing and directing the much-admired independent study program at the Horace Mann School. Under the supervision of teachers, students embark on a remarkable variety of projects and become teachers themselves, conducting seminars with their peers along the way to preparing their final productーwhich could as easily be an interactive website or musical composition as a research paper. Woods’ book details the nuts and bolts of the approach and shows how to customize it for a variety of age groups, budgets, and curricular requirements. It is a gift to all educatorsーincluding homeschooling parentsーwho want to give students the freedom to pursue their interests.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,665円

Linux Kernel Programming A comprehensive guide to kernel internals, writing kernel modules, and kernel synchronization【電子書籍】[ Kaiwan N Billimoria ]

楽天Kobo電子書籍ストア
<p><b>Learn how to write high-quality kernel module code, solve common Linux kernel programming issues, and understand the fundamentals of Linux kernel internals</b></p><h2>Key Features</h2><ul><li>Discover how to write kernel code using the Loadable Kernel Module framework</li><li>Explore industry-grade techniques to perform efficient memory allocation and data synchronization within the kernel</li><li>Understand the essentials of key internals topics such as kernel architecture, memory management, CPU scheduling, and kernel synchronization</li></ul><h2>Book Description</h2>Linux Kernel Programming is a comprehensive introduction for those new to Linux kernel and module development. This easy-to-follow guide will have you up and running with writing kernel code in next-to-no time. This book uses the latest 5.4 Long-Term Support (LTS) Linux kernel, which will be maintained from November 2019 through to December 2025. By working with the 5.4 LTS kernel throughout the book, you can be confident that your knowledge will continue to be valid for years to come. You’ll start the journey by learning how to build the kernel from the source. Next, you’ll write your first kernel module using the powerful Loadable Kernel Module (LKM) framework. The following chapters will cover key kernel internals topics including Linux kernel architecture, memory management, and CPU scheduling. During the course of this book, you’ll delve into the fairly complex topic of concurrency within the kernel, understand the issues it can cause, and learn how they can be addressed with various locking technologies (mutexes, spinlocks, atomic, and refcount operators). You’ll also benefit from more advanced material on cache effects, a primer on lock-free techniques within the kernel, deadlock avoidance (with lockdep), and kernel lock debugging techniques. By the end of this kernel book, you’ll have a detailed understanding of the fundamentals of writing Linux kernel module code for real-world projects and products.<h2>What you will learn</h2><ul><li>Write high-quality modular kernel code (LKM framework) for 5.x kernels</li><li>Configure and build a kernel from source</li><li>Explore the Linux kernel architecture</li><li>Get to grips with key internals regarding memory management within the kernel</li><li>Understand and work with various dynamic kernel memory alloc/dealloc APIs</li><li>Discover key internals aspects regarding CPU scheduling within the kernel</li><li>Gain an understanding of kernel concurrency issues</li><li>Find out how to work with key kernel synchronization primitives</li></ul><h2>Who this book is for</h2><p>This book is for Linux programmers beginning to find their way with Linux kernel development. If you’re a Linux kernel and driver developer looking to overcome frequent and common kernel development issues, or understand kernel intervals, you’ll find plenty of useful information. You’ll need a solid foundation of Linux CLI and C programming before you can jump in.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,734円

Python Lab1 Excel openpyxl Visual Programming【電子書籍】[ RL Zimmerman ]

楽天Kobo電子書籍ストア
<p>Are you curious about the Python language and wondering how to read and write Excel files? This book is a hands-on lab with simple code examples that perform one basic task: compare two Excel files and output an Excel file of differences. At the end of the lab, you will know enough about Python to work with your own Excel files, even if you’re new to Python or programming.</p> <p>My examples use the free Anaconda data science platform Python 3.7, running on a Windows computer, utilizing the Spyder application.</p> <p>The step-by-step examples walk through each line of code, with screenshots of the corresponding Excel files so you can follow along as the program moves through the code. In the course of the lab, you’ll learn these Python concepts.</p> <ol> <li> <p>What is a Library?</p> </li> <li> <p>Comments</p> </li> <li> <p>Strings, Types, and Variables</p> </li> <li> <p>If…else statements for comparing data</p> </li> <li> <p>While loops for working with rows of Excel data</p> </li> <li> <p>Working with the file system (files/directories)</p> </li> <li> <p>Creating functions and importing them into your main code file</p> </li> <li> <p>Working with Excel files using openpyxl</p> </li> </ol> <p>The lab has two parts. Part 1 accomplishes the basic tasks to compare the two Excel files. I think of this as the core code that gets the job done.</p> <p>Part 2 adds some nice-to-have features.</p> <p>? Format headings and column widths in the output Excel file</p> <p>? Search for strings and substrings</p> <p>? Find New Items or Retired Items</p> <p>? Compare Dates</p> <p>? Delete Rows</p> <p>? Delete Worksheets</p> <p>? Check if the output Excel file already exists in your filesystem and delete the file</p> <p>? Create functions and call them from your main code file</p> <p>Please note, I don’t attempt to cover all aspects of Python, only those concepts needed to complete this lab. If you said, “Show me what I need to start using Python with Excel files,” this lab answers that simple question. After you complete the lab, you’ll definitely be able to say you can program in Python. Python is really powerful, and I hope you enjoy the lab and want to continue to expand your Python skills in the future.</p> <p>In my opinion, a working code example takes all the guesswork out of programming, leaving just the fun of learning something new. You don’t have to wonder if you have the correct indentation, your counter is in the right place, or if you forgot the colon at the end of the line when you defined your function.</p> <p>Are you ready? Let’s get started!</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 532円

Latest C++ Institute C++ Certified Professional Programmer Exam CPP Questions and Answers【電子書籍】[ Pass Exam ]

楽天Kobo電子書籍ストア
<p>- Total Questions in the guide: 228 Questions with Answers<br /> - Exam Name: C++ Institute C++ Certified Professional Programmer<br /> - Exam Code: CPP<br /> - This guide contains as many latest practice exam questions and answers as possible to prepare you for your CPP exam.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,670円

SQL: For Beginners: Your Guide To Easily Learn SQL Programming in 7 Days【電子書籍】[ i Code Academy ]

楽天Kobo電子書籍ストア
<p>There was a time when Information Technology was only known as "Electronic Data Processing." Despite the fuss about innovative techniques, data process is still the heart of every system in the worldーand even more so as the data sizes that are being managed today seems to grow at an exponential rate.</p> <p>Some of the architectural preferences are complete long shots on the future. You will definitely not only need an exceptionally firm grasp on the theoretical knowledge, but also rigor. However, those characteristics are essentials of any art.</p> <p>This book is definitely not a SQL cookbook wherein all possible problems and their solutions are listed. The aim is to impart not only a firm grasp of the fundamentals of database query language, but also a good working knowledge of the relational theory of SQL.</p> <p>It is also the aim of this book to help budding developersーand their administratorsーto raise exceptionally good questions. There's a big chance that you'll still write bad codeーinefficient queries after going through this book. A developer, from time to time, has to. Hopefully, however, it'll be knowingly and with perfectly good reason. Welcome readers to the world of SQL. Let's begin your journey.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,500円

Percepci?n y ciudad An?lisis de la encuesta del Programa Cali C?mo vamos (2005-2014)【電子書籍】[ Varios Autores ]

楽天Kobo電子書籍ストア
<p>Los cap?tulos que componen este libro dan cuenta de algunos de los modos a trav?s de los cuales es posible abordar la diversidad constitutiva del fen?meno urbano. Cali es, por su historia, por sus pobladores, por el entresijo de procesos que tienen lugar en ella y con ella, por su tama?o, una ciudad diversa, fragmentada, desigual, inequitativa, heterog?nea, multifac?tica. Frente a esto no queda sino aproximarse a ella poco a poco, capa a capa, proceso por proceso. Este libro es un intento por recorrer la ciudad desde la perspectiva de los ciudadanos, analizando y discutiendo lo que implican sus percepciones, contrast?ndolas con otras m?s institucionales, m?s decantadas por los procedimientos acad?micos y pol?ticos, por los famosos datos 'duros'; de este contraste, esperamos salgan mejores formas de aproximarse a la ciudad. En el primer cap?tulo, el profesor Mario Gandini explora la percepci?n de la ciudadan?a sobre los aspectos ambientales y la gesti?n ambiental que desarrolla la Administraci?n Local. El texto muestra que, con relaci?n a esta ?ltima, la calificaci?n que le da la ciudadan?a es toda inferior a 3 sobre 5, en temas como: contaminaci?n del aire; contaminaci?n del agua; nivel de ruido; cantidad de ?rboles; contaminaci?n visual: basuras y escombros en las calle, lo cual evidencia el complejo panorama que atraviesa la ciudad con respecto a este problema.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 740円

Model Building in Mathematical Programming【電子書籍】[ H. Paul Williams ]

楽天Kobo電子書籍ストア
<p>The 5th edition of <em>Model Building in Mathematical Programming</em> discusses the general principles of model building in mathematical programming and demonstrates how they can be applied by using several simplified but practical problems from widely different contexts. Suggested formulations and solutions are given together with some computational experience to give the reader a feel for the computational difficulty of solving that particular type of model. Furthermore, this book illustrates the scope and limitations of mathematical programming, and shows how it can be applied to real situations. By emphasizing the importance of the building and interpreting of models rather than the solution process, the author attempts to fill a gap left by the many works which concentrate on the algorithmic side of the subject.</p> <p>In this article, <strong>H.P. Williams</strong> explains his original motivation and objectives in writing the book, how it has been modified and updated over the years, what is new in this edition and why it has maintained its relevance and popularity over the years: <a href="www.statisticsviews.com/details/feature/4566481/Model-Building-in-Mathematical-Programming-published-in-fifth-edition.html">www.statisticsviews.com/details/feature/4566481/Model-Building-in-Mathematical-Programming-published-in-fifth-edition.html</a></p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 8,657円

Secrets of Successful Program Design A How-To Guide for Busy Fitness Professionals【電子書籍】[ Alwyn Cosgrove ]

楽天Kobo電子書籍ストア
<p>Your success as a fitness professional depends on your ability to reliably deliver results to clients. In <em>Secrets of Successful Program Design: A How-To Guide for Busy Fitness Professionals</em>, noted fitness and program design expert Alwyn Cosgrove and his director of programming, Craig Rasmussen, share Alwyn’s proven system for creating programs that take clients from where they are to where they want to be.</p> <p>You’ll learn how to properly assess a client and design the most effective program based on their individual goalーwhether that is fat loss, muscle and strength building, or improved overall conditioning. You’ll also learn how to customize the training experience of your client on the fly, effectively progressing and regressing exercises according to day-to-day fluctuations in abilities and needs. This will ensure you are delivering the best results possible for each client every time they train.</p> <p>This guide to building training programs is supplemented with a selection of predesigned workouts that will draw on your skills for progressing and regressing exercises, saving you valuable time and energy while still allowing you to produce a personalized experience for your client.</p> <p>A reliable system-based approach to program design that consistently delivers results to every clientーregardless of demographic profile, ability, or goalsーwill set your training business up for success in the incredibly competitive fitness market.</p> <p><strong>Earn continuing education credits/units!</strong> A continuing education exam that uses this book is also available. It may be purchased separately or as part of a package that includes both the book and exam.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,667円

Earth Observation Using Python A Practical Programming Guide【電子書籍】[ Rebekah B. Esmaili ]

楽天Kobo電子書籍ストア
<p><strong>Learn basic Python programming to create functional and effective visualizations from earth observation satellite data sets</strong></p> <p>Thousands of satellite datasets are freely available online, but scientists need the right tools to efficiently analyze data and share results. Python has easy-to-learn syntax and thousands of libraries to perform common Earth science programming tasks.</p> <p><em>Earth Observation Using Python: A Practical Programming Guide</em> presents an example-driven collection of basic methods, applications, and visualizations to process satellite data sets for Earth science research.</p> <ul> <li>Gain Python fluency using real data and case studies</li> <li>Read and write common scientific data formats, like netCDF, HDF, and GRIB2</li> <li>Create 3-dimensional maps of dust, fire, vegetation indices and more</li> <li>Learn to adjust satellite imagery resolution, apply quality control, and handle big files</li> <li>Develop useful workflows and learn to share code using version control</li> <li>Acquire skills using online interactive code available for all examples in the book</li> </ul> <p>The American Geophysical Union promotes discovery in Earth and space science for the benefit of humanity. Its publications disseminate scientific knowledge and provide resources for researchers, students, and professionals.</p> <p>Find out more about this book from this <a href="eos.org/editors-vox/a-new-practical-guide-to-using-python-for-earth-observation">Q&A with the Author</a></p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 20,822円

Handbook of Practical Program Evaluation【電子書籍】[ Kathryn E. Newcomer ]

楽天Kobo電子書籍ストア
<p><strong>The leading program evaluation reference, updated with the latest tools and techniques</strong></p> <p>The <em>Handbook of Practical Program Evaluation</em> provides tools for managers and evaluators to address questions about the performance of public and nonprofit programs. Neatly integrating authoritative, high-level information with practicality and readability, this guide gives you the tools and processes you need to analyze your program's operations and outcomes more accurately. This new fourth edition has been thoroughly updated and revised, with new coverage of the latest evaluation methods, including:</p> <ul> <li>Culturally responsive evaluation</li> <li>Adopting designs and tools to evaluate multi-service community change programs</li> <li>Using role playing to collect data</li> <li>Using cognitive interviewing to pre-test surveys</li> <li>Coding qualitative data</li> </ul> <p>You'll discover robust analysis methods that produce a more accurate picture of program results, and learn how to trace causality back to the source to see how much of the outcome can be directly attributed to the program. Written by award-winning experts at the top of the field, this book also contains contributions from the leading evaluation authorities among academics and practitioners to provide the most comprehensive, up-to-date reference on the topic.</p> <p>Valid and reliable data constitute the bedrock of accurate analysis, and since funding relies more heavily on program analysis than ever before, you cannot afford to rely on weak or outdated methods. This book gives you expert insight and leading edge tools that help you paint a more accurate picture of your program's processes and results, including:</p> <ul> <li>Obtaining valid, reliable, and credible performance data</li> <li>Engaging and working with stakeholders to design valuable evaluations and performance monitoring systems</li> <li>Assessing program outcomes and tracing desired outcomes to program activities</li> <li>Providing robust analyses of both quantitative and qualitative data</li> </ul> <p>Governmental bodies, foundations, individual donors, and other funding bodies are increasingly demanding information on the use of program funds and program results. The <em>Handbook of Practical Program Evaluation</em> shows you how to collect and present valid and reliable data about programs.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 11,193円

LabVIEW Graphical Programming, Fifth Edition【電子書籍】[ Richard Jennings ]

楽天Kobo電子書籍ストア
<p><strong>LabVIEW programming techniques, tips, and practices</strong></p> <p>Learn to build effective LabVIEW programs using the detailed information contained in this thoroughly revised resource. This edition updates all content to align with the latest version and adds new chapters that clearly explain object-oriented programming methods, and programming in teams using the cloud. <em>LabVIEW Graphical Programming</em>, Fifth Edition begins with basics for beginners and quickly progresses to intermediate and advanced programming techniques. Written by a pair of LabVIEW experts, this hands-on guide shows how to work with data types, start building your own applications, handle I/O, and use the DAQmix library. You will also find out how to build applications that communicate with enterprise message brokers and with Amazon Web Services’ Internet of Things (IoT) message broker.</p> <p>Coverage includes:</p> <ul> <li>The origin and evolution of LabVIEW</li> <li>LabVIEW programming fundamentals</li> <li>Data acquisition</li> <li>Object-oriented programming in LabVIEW</li> <li>Frameworks, including the Delacor Queued Message Handler (DQMH?) and Actor Framework</li> <li>Unit testing</li> <li>Enterprise and IoT messaging</li> <li>Programming in teams using the cloud</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 9,909円

ARTIFICIAL INTELLIGENCE Dangers to Humanity AI, U.S, China, Big Tech, Facial Recognition, Drones, Smart Phones, IoT, 5G, Robotics, Cybernetics, & Bio-Digital Social Programming.【電子書籍】[ The AI Organization, Cyrus A. Parsa ]

楽天Kobo電子書籍ストア
<p>What are the inter-connections between AI, U.S, China, Big Tech and the worlds use of Facial Recognition, Bio-Metrics, Drones, Smart Phones, Smart Cities, IoT, VR, Mixed Reality, 5G, Robotics, Cybernetics, & Bio-Digital Social Programming? We will cover present, emerging and future threats of Artificial Intelligence with Big Tech, including technology that can be used for assassination or to control humanities ability to have free formed thoughts without AI Bio-Digital Social Programming.</p> <p>The book will cover Cyborgs, Super Intelligence and how it can form, and in what ways it can travel undetected through The AI Global Network as it connects with the internet and the Human Bio-Digital Network. Over 50 Companies and Organizations are discussed, such as Huawei, Facebook, Nearalink, Google, Baidu, Megvii Face++, and Alibaba. This book takes you in a simple way to understand what is Artificial Intelligence, and step by step, it takes the average reader through a process to understand very difficult concepts in a simplistic way. Every human being has the same brain, and same capacity to access abilities to think deep, and have insights that can better our world, in a safe way. The AI Organization hopes, the common person understands the coming age of AI, Robotics and 5G, and the dangers it poses as well as the positives. We also hope, scientists and big tech take one step back and think to innovate AI, in a more responsible fashion using an algorithm that takes every possible angle into consideration, to safeguard life. We will discuss what type of risk management and the components of this algorithm in the book, as well as the cultural aspects of AI. This AI book is meant to safeguard humanities interest, and we hope it receives acceptance from all people, may you be liberal, conservative, religious, atheist, the government, media or just a scientist doing what you cherish.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,333円

Emotional Self-Care for Black Women & Spiritual Self-Care for Black Women Boost Confidence & Mental Health with Powerful Program in 90 Days! Love Yourself, Increase Motivation and Become Strong Women【電子書籍】

楽天Kobo電子書籍ストア
<p><em><strong>Discover the transformative power of self-care designed exclusively for Black women with our empowering guidebook, "Emotional Self-Care for Black Women & Spiritual Self-Care for Black Women."</strong></em></p> <p>Delve into the unique journey of emotional and spiritual well-being, tailored to address the specific needs and experiences of Black women in today's world.</p> <p>Embrace Your Authenticity: This captivating book invites you to honor your authentic self, embracing the rich tapestry of emotions that come with being a Black woman. Navigate the complexities of identity, self-love, and self-acceptance through practical guidance and heartfelt stories that resonate with your unique experiences.</p> <p>Nurturing Your Soul: Explore the depths of spiritual self-care as a Black woman, discovering profound ways to reconnect with your inner self and find solace. From ancient wisdom to contemporary practices, this book presents a treasure trove of spiritual tools that resonate with your heritage and help you forge a stronger connection to your roots.</p> <p>Cultivating Resilience: Amid life's challenges, "Emotional Self-Care for Black Women & Spiritual Self-Care for Black Women" acts as your unwavering companion, empowering you to build resilience in the face of adversity. Uncover strategies to navigate racial and gender-related stressors, fostering a resilient mindset that propels you forward with grace and strength.</p> <p>Building Meaningful Connections: Forge genuine connections with other Black women as you embark on this journey of self-discovery and growth. Engage in practices that honor sisterhood, unity, and empowerment, creating a support network that understands your journey and uplifts your spirit.</p> <p>Holistic Healing: Elevate your well-being through a holistic approach that integrates emotional and spiritual practices. As you engage with the expertly crafted exercises, meditations, and affirmations, you'll witness a profound transformation that aligns your emotional and spiritual selves, leading to a life of purpose and fulfillment.</p> <p>"Emotional Self-Care for Black Women & Spiritual Self-Care for Black Women" is more than a book; it's a celebration of your strength, resilience, and vibrant spirit. Embark on this transformative journey today and experience the empowerment that comes from embracing your emotional well-being and nurturing your soul's deepest desires. Your self-care revolution starts now.</p> <p><strong>Claim your copy and embrace the transformative journey of self-care designed for Black women!</strong></p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 518円

Hands-On Functional Programming with TypeScript Explore functional and reactive programming to create robust and testable TypeScript applications【電子書籍】[ Remo H. Jansen ]

楽天Kobo電子書籍ストア
<p><strong>Discover the power of functional programming, lazy evaluation, monads, concurrency, and immutability to create succinct and expressive implementations</strong></p> <h4>Key Features</h4> <ul> <li>Get a solid understanding of how to apply functional programming concepts in TypeScript</li> <li>Explore TypeScript runtime features such as event loop, closures, and Prototypes</li> <li>Gain deeper knowledge on the pros and cons of TypeScript</li> </ul> <h4>Book Description</h4> <p>Functional programming is a powerful programming paradigm that can help you to write better code. However, learning functional programming can be complicated, and the existing literature is often too complex for beginners. This book is an approachable introduction to functional programming and reactive programming with TypeScript for readers without previous experience in functional programming with JavaScript, TypeScript , or any other programming language.</p> <p>The book will help you understand the pros, cons, and core principles of functional programming in TypeScript. It will explain higher order functions, referential transparency, functional composition, and monads with the help of effective code examples. Using TypeScript as a functional programming language, you'll also be able to brush up on your knowledge of applying functional programming techniques, including currying, laziness, and immutability, to real-world scenarios.</p> <p>By the end of this book, you will be confident when it comes to using core functional and reactive programming techniques to help you build effective applications with TypeScript.</p> <h4>What you will learn</h4> <ul> <li>Understand the pros and cons of functional programming</li> <li>Delve into the principles, patterns, and best practices of functional and reactive programming</li> <li>Use lazy evaluation to improve the performance of applications</li> <li>Explore functional optics with Ramda</li> <li>Gain insights into category theory functional data structures such as Functors and Monads</li> <li>Use functions as values, so that they can be passed as arguments to other functions</li> </ul> <h4>Who this book is for</h4> <p>This book is designed for readers with no prior experience of functional programming with JavaScript, TypeScript or any other programming language. Some familiarity with TypeScript and web development is a must to grasp the concepts in the book easily.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,950円

Learn Physics with Functional Programming A Hands-on Guide to Exploring Physics with Haskell【電子書籍】[ Scott N. Walck ]

楽天Kobo電子書籍ストア
<p><strong>Deepen your understanding of physics by learning to use the Haskell functional programming language.</strong></p> <p><em>Learn Physics with Functional Programming</em> is your key to unlocking the mysteries of theoretical physics by coding the underlying math in Haskell.</p> <p>You’ll use Haskell’s type system to check that your code makes sense as you deepen your understanding of Newtonian mechanics and electromagnetic theory, including how to describe and calculate electric and magnetic fields.</p> <p>As you work your way through the book’s numerous examples and exercises, you’ll learn how to:</p> <ul> <li>Encode vectors, derivatives, integrals, scalar fields, vector fields, and differential equations</li> <li>Express fundamental physical principles using the logic of Haskell’s type system to clarify Newton’s second law, Coulomb’s law, the Biot-Savart law, and the Maxwell equations</li> <li>Use higher-order functions to express numerical integration and approximation methods, such as the Euler method and the finite-difference time-domain (FDTD) method</li> <li>Create graphs, models, and animations of physical scenarios like colliding billiard balls, waves in a guitar string, and a proton in a magnetic field</li> </ul> <p>Whether you’re using this book as a core textbook for a computational physics course or for self-study, <em>Learn Physics with Functional Programming</em> will teach you how to use the power of functional programming to explore the beautiful ideas of theoretical physics.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,272円

Functional Programming in Java【電子書籍】[ Venkat Subramaniam ]

楽天Kobo電子書籍ストア
<p>Imagine writing Java code that reads like the problem statement, code that's highly expressive, concise, easy to read and modify, and has reduced complexity. With the functional programming capabilities in Java, that's not a fantasy. This book will guide you from the familiar imperative style through the practical aspects of functional programming, using plenty of examples. Apply the techniques you learn to turn highly complex imperative code into elegant and easy-to-understand functional-style code. Updated to the latest version of Java, this edition has four new chapters on error handling, refactoring to functional style, transforming data, and idioms of functional programming.</p> <p>Don't struggle with the limitations of the imperative style; instead learn to combine object-oriented programming with the functional style to reduce the accidental complexity. Harness the functional programming capabilities of Java to create applications where the program reveals its intentions and your team can quickly understand and modify code to align with changing business requirements. Unlock the power of lambda expressions and the Streams API to turn the oft-written spaghetti code into highly concise, expressive, elegant, and maintainable code. See how Streams make the arduous task of parallelizing code as easy as flipping a switch when superior speed is necessary.</p> <p>Apply design patterns built around lambda expressions, safely manage resource allocations, use memoization, and learn to transform data into different forms, all while honoring immutability, and providing thread safety to leverage lazy evaluation for efficiency and parallel execution for performance. Move beyond the basics, explore the idioms for writing functional programs. Learn to think functionally by refactoring legacy code into the functional style. And, if your code runs aground due to failures, learn to properly handle errors the functional way.</p> <p>Don't drown in theory; instead learn the practical functional programming techniques to create superior Java code.</p> <p><strong>What You Need:</strong></p> <p>Java version 8 or newer.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,162円

Automate the Boring Stuff with Python, 2nd Edition Practical Programming for Total Beginners【電子書籍】[ Al Sweigart ]

楽天Kobo電子書籍ストア
<p>**Learn how to code while you write programs that effortlessly perform useful feats of automation!</p> <p>The second edition of this international fan favorite includes a brand-new chapter on input validation, Gmail and Google Sheets automations, tips for updating CSV files, and more.**</p> <p>If you've ever spent hours renaming files or updating spreadsheet cells, you know how tedious tasks like these can be. But what if you could have your computer do them for you? <em>Automate the Boring Stuff with Python, 2nd Edition</em> teaches even the technically uninclined how to write programs that do in minutes what would take hours to do by handーno prior coding experience required!</p> <p>This new, fully revised edition of Al Sweigart’s bestselling Pythonic classic, <em>Automate the Boring Stuff with Python</em>, covers all the basics of Python 3 while exploring its rich library of modules for performing specific tasks, like scraping data off the Web, filling out forms, renaming files, organizing folders, sending email responses, and merging, splitting, or encrypting PDFs. There’s also a brand-new chapter on input validation, tutorials on automating Gmail and Google Sheets, tips on automatically updating CSV files, and other recent feats of automations that improve your efficiency.</p> <p>Detailed, step-by-step instructions walk you through each program, allowing you to create useful tools as you build out your programming skills, and updated practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks. Boring tasks no longer have to take to get throughーand neither does learning Python!</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,524円

Mastering Concurrency in Python Create faster programs using concurrency, asynchronous, multithreading, and parallel programming【電子書籍】[ Quan Nguyen ]

楽天Kobo電子書籍ストア
<p><strong>Immerse yourself in the world of Python concurrency and tackle the most complex concurrent programming problems</strong></p> <h4>Key Features</h4> <ul> <li>Explore the core syntaxes, language features and modern patterns of concurrency in Python</li> <li>Understand how to use concurrency to keep data consistent and applications responsive</li> <li>Utilize application scaffolding to design highly-scalable programs</li> </ul> <h4>Book Description</h4> <p>Python is one of the most popular programming languages, with numerous libraries and frameworks that facilitate high-performance computing. Concurrency and parallelism in Python are essential when it comes to multiprocessing and multithreading; they behave differently, but their common aim is to reduce the execution time. This book serves as a comprehensive introduction to various advanced concepts in concurrent engineering and programming.</p> <p>Mastering Concurrency in Python starts by introducing the concepts and principles in concurrency, right from Amdahl's Law to multithreading programming, followed by elucidating multiprocessing programming, web scraping, and asynchronous I/O, together with common problems that engineers and programmers face in concurrent programming. Next, the book covers a number of advanced concepts in Python concurrency and how they interact with the Python ecosystem, including the Global Interpreter Lock (GIL). Finally, you'll learn how to solve real-world concurrency problems through examples.</p> <p>By the end of the book, you will have gained extensive theoretical knowledge of concurrency and the ways in which concurrency is supported by the Python language</p> <h4>What you will learn</h4> <ul> <li>Explore the concepts of concurrency in programming</li> <li>Explore the core syntax and features that enable concurrency in Python</li> <li>Understand the correct way to implement concurrency</li> <li>Abstract methods to keep the data consistent in your program</li> <li>Analyze problems commonly faced in concurrent programming</li> <li>Use application scaffolding to design highly-scalable programs</li> </ul> <h4>Who this book is for</h4> <p>This book is for developers who wish to build high-performance applications and learn about signle-core, multicore programming or distributed concurrency. Some experience with Python programming language is assumed.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,085円

Learning the bash Shell Unix Shell Programming【電子書籍】[ Cameron Newham ]

楽天Kobo電子書籍ストア
<p>O'Reilly's bestselling book on Linux's bash shell is at it again. Now that Linux is an established player both as a server and on the desktop <em>Learning the bash Shell</em> has been updated and refreshed to account for all the latest changes. Indeed, this third edition serves as the most valuable guide yet to the bash shell.</p> <p>As any good programmer knows, the first thing users of the Linux operating system come face to face with is the shell the UNIX term for a user interface to the system. In other words, it's what lets you communicate with the computer via the keyboard and display. Mastering the bash shell might sound fairly simple but it isn't. In truth, there are many complexities that need careful explanation, which is just what <em>Learning the bash Shell</em> provides.</p> <p>If you are new to shell programming, the book provides an excellent introduction, covering everything from the most basic to the most advanced features. And if you've been writing shell scripts for years, it offers a great way to find out what the new shell offers. <em>Learning the bash Shell</em> is also full of practical examples of shell commands and programs that will make everyday use of Linux that much easier. With this book, programmers will learn:</p> <ul> <li>How to install bash as your login shell</li> <li>The basics of interactive shell use, including UNIX file and directory structures, standard I/O, and background jobs</li> <li>Command line editing, history substitution, and key bindings</li> <li></li> <li>How to customize your shell environment without programming</li> <li></li> <li>The nuts and bolts of basic shell programming, flow control structures, command-line options and typed variables</li> <li></li> <li>Process handling, from job control to processes, coroutines and subshells</li> <li></li> <li>Debugging techniques, such as trace and verbose modes</li> <li></li> <li>Techniques for implementing system-wide shell customization and features related to system security</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,534円

Hands-On High Performance Programming with Qt 5 Build cross-platform applications using concurrency, parallel programming, and memory management【電子書籍】[ Marek Krajewski ]

楽天Kobo電子書籍ストア
<p><strong>Build efficient and fast Qt applications, target performance problems, and discover solutions to refine your code</strong></p> <h4>Key Features</h4> <ul> <li>Build efficient and concurrent applications in Qt to create cross-platform applications</li> <li>Identify performance bottlenecks and apply the correct algorithm to improve application performance</li> <li>Delve into parallel programming and memory management to optimize your code</li> </ul> <h4>Book Description</h4> <p>Achieving efficient code through performance tuning is one of the key challenges faced by many programmers. This book looks at Qt programming from a performance perspective. You'll explore the performance problems encountered when using the Qt framework and means and ways to resolve them and optimize performance.</p> <p>The book highlights performance improvements and new features released in Qt 5.9, Qt 5.11, and 5.12 (LTE). You'll master general computer performance best practices and tools, which can help you identify the reasons behind low performance, and the most common performance pitfalls experienced when using the Qt framework. In the following chapters, you'll explore multithreading and asynchronous programming with C++ and Qt and learn the importance and efficient use of data structures. You'll also get the opportunity to work through techniques such as memory management and design guidelines, which are essential to improve application performance. Comprehensive sections that cover all these concepts will prepare you for gaining hands-on experience of some of Qt's most exciting application fields - the mobile and embedded development domains.</p> <p>By the end of this book, you'll be ready to build Qt applications that are more efficient, concurrent, and performance-oriented in nature</p> <h4>What you will learn</h4> <ul> <li>Understand classic performance best practices</li> <li>Get to grips with modern hardware architecture and its performance impact</li> <li>Implement tools and procedures used in performance optimization</li> <li>Grasp Qt-specific work techniques for graphical user interface (GUI) and platform programming</li> <li>Make Transmission Control Protocol (TCP) and Hypertext Transfer Protocol (HTTP) performant and use the relevant Qt classes</li> <li>Discover the improvements Qt 5.9 (and the upcoming versions) holds in store</li> <li>Explore Qt's graphic engine architecture, strengths, and weaknesses</li> </ul> <h4>Who this book is for</h4> <p>This book is designed for Qt developers who wish to build highly performance applications for desktop and embedded devices. Programming Experience with C++ is required.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,858円

A Gentle Introduction to Functional Programming in English [Third Edition]【電子書籍】[ AntoineBossard ]

楽天Kobo電子書籍ストア
<p><strong>※この商品はタブレットなど大きいディスプレイを備えた端末で読むことに適しています。また、文字だけを拡大することや、文字列のハイライト、検索、辞書の参照、引用などの機能が使用できません。</strong></p> <p>※この電子書籍は紙版書籍のページデザインで制作した固定レイアウトです。</p> <p>英語とHaskellで学ぶ関数プログラミンの入門書(日本名:関数プログラミング入門,in English![第3版])</p> <p> 本書は、Haskellを用いて関数プログラミングの入門的な内容を英語で解説した書籍です。多くのプログラミング言語はもともと英語が母体であり、プログラミング自体を英語で学習することは、日本をはじめ特に非欧米語圏の人々にとって、きわめて重要かつ有用です。<br />  なお本書では、日本の学生の英語での学習を支援するために、本文中の重要キーワードについては、適宜、日本語の訳や解説を加えています。本書を読み進めれば,英文の読解力と情報関係の専門用語の知識を自然に得ることができ,今後,英語論文や英文原書を読みこなすための確かな力が身につきます。</p> <p>1 About Functional Programming<br />  関数プログラミングについて<br /> 2 Basic Syntax and Evaluation Model<br />  基本文法と評価モデル<br /> 3 Variables 変数<br /> 4 Functions 関数<br /> 5 Lists and Tuples リストとタプル<br /> 6 Conditions 条件の表現<br /> 7 Recursion 再帰<br /> 8 Pattern Matching パターンマッチ<br /> 9 Advanced Typing さらに進んだ型付け<br /> 10 Selected Applications 応用例<br /> 11 Towards Logic Programming<br />  論理プログラミングに向けて<br /> 12 Concluding Remarks おわりに<br /> APPENDIX A<br /> APPENDIX B<br /> APPENDIX C</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,980円

The Mcdougall Program for Maximum Weight Loss【電子書籍】[ John A. McDougall ]

楽天Kobo電子書籍ストア
<p>**From the bestselling author of <em>The Starch Solution</em> and <em>The Healthiest Diet on the Planet</em></p> <p>“You never have to be fat or hungry again.”ー**<em><strong>Your Health</strong></em></p> <p>Lose weight, eat as much as you want, feel healthy, and look great. This may sound like an impossible dream, but with <em>The McDougall Program for Maximum Weight Loss</em> it is a dream come true for thousands of people. In this groundbreaking book, Dr. John A. McDougall draws on the latest scientific and medical information about nutrition, metabolism, and hunger to provide a simple weight-loss plan. Featuring more than 100 healthy and delicious recipes by Mary McDougall and packed with all the information and encouragement you need, this total weight-loss program also brings you:</p> <p>? Studies and documentation on the McDougall approach<br /> ? The secrets of carbohydrates, your metabolism, and weight loss<br /> ? The truth about fatーin your diet and on your body<br /> ? Complete McDougall menu plans and cooking methods<br /> ? Supermarket shopping guides<br /> ? How to deal with eating disorders<br /> ? Dining out information<br /> ? And more!</p> <p><strong>“Its rewards include not just a slimmer figure but enhanced physical vitality, mental clarity, and self-esteem.”ー<em>Bookpage</em></strong></p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,872円

Program Management Professional (PgMP) Handbook A study guide for aspiring PgMP's and practicing program managers who want to maximize business benefits through successful program delivery【電子書籍】[ Anand Vijayakumar ]

楽天Kobo電子書籍ストア
<p>Deliver “Exceptional Business Value” aligned to “Organizational Strategy” through structured program management and stand out from the crowd by attaining the elite PgMP credential<br /> Programs are vehicles for organizations to realize their strategic objectives and goals. As the industry shifts from just delivery of projects and programs to a more value-driven and benefits-oriented model, program management acts as a key piece in the puzzle that allows organizations to extract the most business value & benefits from a group of related initiatives that are managed as one program.<br /> The biggest reason why strategic programs fail is due to the strategy execution gap, where the people executing the strategy don’t understand “Why” we are doing this or “Where” we are going with this. The Program Manager is a key role that bridges this strategy execution gap, who leads the program towards success by keeping the team focused on the end goals that are aligned to the organizational strategy and direction.<br /> This book will help you:<br /> ? Understand the program management performance domains as per the Standard for Program Management by PMI<br /> ? Overcome commonly faced challenges as a program manager, and successfully deliver benefits and business value<br /> ? Support your organization’s pursuit of strategic objectives and goals through effective program management<br /> ? Understand the PgMP exam syllabus & contents easily, with pictures, charts, and examples to aid learning<br /> ? Submit the PgMP Application as well as prepare for the PgMP exam<br /> ? Learn Tips & Tricks that will help you take the PgMP exam with confidence<br /> The demand for competent program managers who can help organizations achieve their strategic objectives is growing, and holding the PMI-PgMP credential helps you demonstrate strong subject matter knowledge & expertise in this area and become an invaluable asset to any organization.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,397円

La transformaci?n del ayuno intermitente El programa de 45 d?as para mujeres para perder peso, mejorar la salud hormonal y retrasar el envejecimiento【電子書籍】[ Cynthia Thurlow ]

楽天Kobo電子書籍ストア
<p>Descubre un plan de alimentaci?n personalizado que te ayudar? a estar delgada, en forma, m?s joven, m?s sexy y llena de energ?a en cada etapa de la vida. Dise?ado de manera espec?fica para mujeres, este programa individualizado de ayuno intermitente de seis semanas es la soluci?n sostenible para ayudarte a sentirte y lucir lo mejor posible. Basado en el modelo de ayuno 16:8 cient?ficamente probado, lo que hace que sea ?nico es que est? orientado a tus necesidades hormonales en cada etapa de la vida, tanto si a?n tienes la menstruaci?n como si te encuentras en la perimenopausia, la menopausia o m?s all?. La transformaci?n del ayuno intermitente te ayudar? a: Perder peso de manera constante y quemar grasa sin pasar hambre ni tener antojos ni estancamientos, y no recuperarlo. Equilibrar tus hormonas para una mejor salud y bienestar metab?licos mientras alivias los s?ntomas asociados a la perimenopausia y la menopausia. Experimentar un gran aumento de energ?a f?sica y mental durante todo el d?a. Aprender qu? alimentos ayudan mejor a la p?rdida de peso, la desintoxicaci?n y la salud en general. Disipar la confusi?n mental y ayudarte a dormir mejor. Revertir el envejecimiento... y mucho m?s. Cynthia Thurlow, enfermera practicante y experta en salud de la mujer de renombre internacional, cuya charla TEDx viral ha recibido m?s de diez millones de visitas, desarroll? este plan innovador despu?s de entrar en la perimenopausia a los cuarenta a?os de edad. El ayuno intermitente no s?lo le ayud? a perder peso; ten?a m?s energ?a, menos antojos y niveles m?s bajos de glucosa en sangre. Thurlow ha trabajado con miles de mujeres en su pr?ctica privada para hacer que su programa ?nico de ayuno intermitente tambi?n funcione para ellas. Con planes de comidas y 50 recetas, junto con consejos para potenciar tu ayuno, este plan transformar? tu vida, ralentizar? el proceso de envejecimiento y te ayudar? a recuperar tu salud y bienestar.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,200円

Implementation of a Remote and Automated Quality Control Programme for Radiography and Mammography Equipment【電子書籍】[ IAEA ]

楽天Kobo電子書籍ストア
<p>This publication provides a framework for the quality control (QC) of radiographic and mammographic imaging systems using remote and automated tools. The methodology provided in this publication is designed to be easy to implement, in order to support initiation of remote/automated QC programmes. It is based on simple, inexpensive test objects and promotes collection of data in a uniform, harmonized manner allowing for intercomparison and benchmarking. These tests are not intended to replace the comprehensive performance evaluation of the radiographic systems by a CQMP. They can, however, detect deficiencies in system performance before they become clinically significant. Furthermore, frequent QC testing promotes a culture of quality in imaging.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 5,947円

The ABC's of IPP's The Beginner's Guide to Developing Individual Program Plans for Your Clients (A.K.A Implementation Plan)【電子書籍】[ John A. Reyna ]

楽天Kobo電子書籍ストア
<p>The ABC’s of IPP’s: The Beginner's Guide to Developing Individual Program Plans for Your Clients (A.K.A Implementation Plan)</p> <p>By: John A. Reyna</p> <p>The ABC’s of IPP’s: The Beginner's Guide to Developing Individual Program Plans for Your Clients (A.K.A Implementation Plan) is your detailed guide on how to develop a program for developmentally delayed individuals who wish to become more independent.</p> <p>Using simple and easy-to-follow language and the process known as skilled acquisition training, this guide includes step-by-step instructions on developing a personalized plan unique to each individual’s needs, wants, and desires in becoming more independent in their home and community!</p> <p>About the Author</p> <p>John A. Reyna was the chief operating officer and cofounder of Reyna Group Home from 2003-2018. His job duties included oversight of five facilities with up to 24 clients and 35 employees; he was the organization's spokesperson, crisis intervention trainer, court liaison, educational liaison, and author of all clients’ individual program plans.</p> <p>John has a bachelor's degree (with honors) in healthcare administration from the University of Phoenix. He is a Professional Crisis Management Instructor, Level 2, and CPR trainer. He has also contributed his time through volunteering as a member and chairman of the Florida Local Advocacy Council; and has assisted in organizing school protests to advocate for students with developmental disabilities and their families.</p> <p>His wife Amy was the CEO/cofounder, his partner, and love of his life for over 25 years. She, along with the couple’s three children, have given him the patience, love, and understanding to work in the industry. Together, the couple has won numerous awards for their hard work and dedication to helping those with developmental disabilities.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 668円

CONTENIDO M?NIMO DEL PROGRAMA DE FORMACI?N ESPEC?FICA DE SERVICIO DE VIGILANCIA CON PERROS EN SEGURIDAD PRIVADA【電子書籍】[ Problema Lugo ]

楽天Kobo電子書籍ストア
<p>El perro es la mascota por excelencia. Se le considera un fiel y buen amigo. Sin embargo, cuando nos planteamos la posibilidad de adquirir uno, tenemos que tener presente que adem?s de encontrar un compa?ero al que ofrecer y del que recibir cari?o, alegr?a, respeto y complicidad, la decisi?n incluye un alto grado de compromiso. Su educaci?n y comportamiento pasa a ser responsabilidad directa del due?o. La adopci?n de un perro, siempre que no est? incluido en el grupo de razas consideradas _peligrosas_, no est? legislada. Cualquiera puede tenerlo siempre y cuando cumpla la normativa auton?mica y municipal vigente de la localidad donde resida. Comprar un perro a modo de capricho, pretexto o regalo sorpresa supone una grave equivocaci?n si antes no se tenemos claro la responsabilidad que este animal requiere. Los impulsos incontrolados en un primer momento por conseguir un joven cachorro pueden generar graves problemas en el futuro. El siguiente temario Facilita una peque?a introducci?n al Vigilante de Seguridad la formaci?n necesaria para desempe?ar eficazmente las funciones de vigilancia con perro, de acuerdo con la Resoluci?n del 12/11/2012 de la Secretaria de Estado de Seguridad</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,078円