|
464360件取得済み(全100ページ)
前へ | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 次へ |
271. 【電子書籍なら、スマホ・パソコンの無料アプリで今すぐ読める!】 Mathematics for Electrical Technicians Level 4-5【電子書籍】[ John Bird ] <p>The definition and solution of engineering problems relies on the ability to represent systems and their behaviour in mathematical terms.</p> <p><em>Mathematics for Electrical Technicians 4/5</em> provides a simple and practical guide to the fundamental mathematical skills essential to technicians and engineers. This second edition has been revised and expanded to cover the BTEC Higher - 'Mathematics for Engineers' module for Electrical and Electronic Engineering Higher National Certificates and Diplomas. It will also meet the needs of first and second year undergraduates studying electrical engineering.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 19,517円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p><strong>\數字邏輯遊戲再進化!/<br /> 來自法國、風靡全球的RIKUDO──獨創「六角蜂?」數字填空遊戲<br /> 挑戰慣性思維,解謎控千萬不能錯過!<br /> ?對讓?一玩上?,成就感爆棚!</strong></p> <p> 流行全球的數獨遊戲SUDOKU,號稱21世紀的魔術方塊,而本書《RIKUDO六角數字蛇》是由法國出版社正式授權的嶄新邏輯遊戲,獨創的六角蜂?題型,強化解題的困難度與複雜度,牢牢吸引?的眼球,挑戰大腦思維,開創數字填空遊戲的新局面!</p> <p>** ◎六角數字蛇的遊戲規則... 853円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>This book provides a consolidated view of the various network coding techniques to be implemented at the design of the wireless networks for improving its overall performance. It covers multiple sources communicating with multiple destinations via a common relay followed by network coded modulation schemes for multiple access relay channels. Performance of the distributed systems based on distributed convolutional codes with network coded modulation is covered including a two-way relay channel (TWRC). Two MIF protocols are proposed including derivation of signal-to-noise ratio (SNR) and development of threshold of the channel conditions of both.</p> <p>Features:</p> <ul> <li></li> <li>Systematically investigates coding and modulation for wireless relay networks.</li> <li></li> <li>Discusses how to apply lattice codes in implementing lossless communications and lossy source coding over a network.</li> <li></li> <li>Focusses on theoretical approach for performance optimization.</li> <li></li> <li>Includes various network coding strategies for different networks.</li> <li></li> <li>Reviews relevant existing and ongoing research in optimization along with practical code design.</li> </ul> <p>This book aims at Researchers, Professionals and Graduate students in Networking, Communications, Information, Coding Theory, Theoretical Computer Science, Performance Analysis and Resource Optimization, Applied Discrete Mathematics, and Applied Probability.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 10,935円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>Substance addiction is a chronic, relapsing disorder characterized by a compulsion to take a substance despite potential consequences. <em>Addiction</em>, second edition offers a clear and succinct overview of the brain science underpinning substance addiction. Focusing on the nature of addiction as a ... 4,861円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p><strong>'Destined to become a popular and important book' Jon Ronson</strong><br /> <strong>'Fascinating' <em>Sunday Times</em></strong></p> <p>In the early 1970s, Stanford professor Dr Rosenhan conducted an experiment, sending sane patients into psychiatric wards; the result of which was a damning paper abo... 1,749円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>The image of the nurse is ubiquitous, both in life and in popular media. One of the earliest instances of nursing and media intersecting is the Edison phonographic recording of Florence Nightingale's voice in 1890. Since then, a parade of nurses, good, bad or otherwise, has appeared on both cinema ... 3,499円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個... 15,885円 税込 送料別 カードOK Glomarket ![]() | ||
<p><strong>BRIDGE THE GAP BETWEEN NOVICE AND PROFESSIONAL</strong></p> <p>You've completed a basic Python programming tutorial or finished Al Sweigart's bestseller, <em>Automate the Boring Stuff with Python</em>. What's the next step toward becoming a capable, confident software developer?</p> <p>Welcome to <em>Beyond the Basic Stuff with Python</em>. More than a mere collection of advanced syntax and masterful tips for writing clean code, you'll learn how to advance your Python programming skills by using the command line and other professional tools like code formatters, type checkers, linters, and version control. Sweigart takes you through best practices for setting up your development environment, naming variables, and improving readability, then tackles documentation, organization and performance measurement, as well as object-oriented design and the Big-O algorithm analysis commonly used in coding interviews. The skills you learn will boost your ability to program--not just in Python but in any language.</p> <p>You'll learn:</p> <p>Coding style, and how to use Python's Black auto-formatting tool for cleaner code</p> <p>Common sources of bugs, and how to detect them with static analyzers</p> <p>How to structure the files in your code projects with the Cookiecutter template tool</p> <p>Functional programming techniques like lambda and higher-order functions</p> <p>How to profile the speed of your code with Python's built-in <em>timeit</em> and <em>cProfile</em> modules</p> <p>The computer science behind Big-O algorithm analysis</p> <p>How to make your comments and docstrings informative, and how often to write them</p> <p>How to create classes in object-oriented programming, and why they're used to organize code</p> <p>Toward the end of the book you'll read a detailed source-code breakdown of two classic command-line games, the Tower of Hanoi (a logic puzzle) and Four-in-a-Row (a two-player tile-dropping game), and a breakdown of how their code follows the book's best practices. You'll test your skills by implementing the program yourself.</p> <p>Of course, no single book can make you a professional software developer. But <em>Beyond the Basic Stuff with Python</em> will get you further down that path and make you a better programmer, as you learn to write readable code that's easy to debug and perfectly Pythonic</p> <p><strong>Requirements:</strong> Covers Python 3.6 and higher</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,441円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個... 18,366円 税込 送料別 カードOK Glomarket ![]() | ||
<p>Despite ongoing progress in nano- and biomaterial sciences, large scale bioprocessing of nanoparticles remains a great challenge, especially because of the difficulties in removing unwanted elements during processing in food, pharmaceutical and feed industry at production level. This book presents magnetic nanoparticles and a novel technology for the upscaling of protein separation. The results come from the EU Project "MagPro2Life", which was conducted in cooperation of several european institutions and companies.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 12,154円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>In the past 50 years considerable progress has been made in orthopedics and traumatology. One of the principal reasons for these advances has undoubtedly been the separation of these specialties from general surgery. Alongside this development the number of those devoted to the study and treatment ... 9,719円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
EWM W/SAP S/4HANA ARCHITECTURE Peter Zoellner Robert Halm Daniela Schapler SAP PR2010 Hardcover Enlarged English ISBN:9781493223992 洋書 Computers & Science(コンピューター&科学) Computers... 17,820円 税込 送料込 カードOK 楽天ブックス ![]() | ||
PROGRESSIVE COLLAPSE RESILIENC Kai Qian Qin Fang SPRINGER NATURE2023 Hardcover 2023 English ISBN:9789819907717 洋書 Computers & Science(コンピューター&科学) Science 61,380円 税込 送料込 カードOK 楽天ブックス ![]() | ||
284. 【電子書籍なら、スマホ・パソコンの無料アプリで今すぐ読める!】 Secure Edge Computing Applications, Techniques and Challenges【電子書籍】 <p>The internet is making our daily life as digital as possible and this new era is called the Internet of Everything (IoE). Edge computing is an emerging data analytics concept that addresses the challenges associated with IoE. More specifically, edge computing facilitates data analysis at the edge of the network instead of interacting with cloud-based servers. Therefore, more and more devices need to be added in remote locations without any substantial monitoring strategy.</p> <p>This increased connectivity and the devices used for edge computing will create more room for cyber criminals to exploit the system’s vulnerabilities. Ensuring cyber security at the edge should not be an afterthought or a huge challenge. The devices used for edge computing are not designed with traditional IT hardware protocols. There are diverse-use cases in the context of edge computing and Internet of Things (IoT) in remote locations. However, the cyber security configuration and software updates are often overlooked when they are most needed to fight cyber crime and ensure data privacy. Therefore, the threat landscape in the context of edge computing becomes wider and far more challenging.</p> <p>There is a clear need for collaborative work throughout the entire value chain of the network. In this context, this book addresses the cyber security challenges associated with edge computing, which provides a bigger picture of the concepts, techniques, applications, and open research directions in this area. In addition, the book serves as a single source of reference for acquiring the knowledge on the technology, process and people involved in next generation computing and security. It will be a valuable aid for researchers, higher level students and professionals working in the area.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 10,767円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>World War 3 Isn't What You Thought It Would Be</p> <p>By Nicholas Salerno III</p> <p>In a world swirling with chaos, where shadowy powers orchestrate events from the darkest corners and control is the ultimate currency, comes a revelation that could shake the very pillars of the reality we've come to accep... 350円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>This book provides a concise, state-of-the-art overview of occult GI bleeding. The text reviews the epidemiology, screening and detection methods for localization, and prominent treatment strategies for occult GI bleeding. It also features a dedicated section on special patient populations includin... 10,938円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p><strong>A <em>BBC WILDLIFE</em> BEST BOOK OF 2025</strong></p> <p><strong>Exploring</strong> <strong>the connections between nature and neurodiversity</strong></p> <p>Time in nature supports our wellbeing. If we are neurodivergent, it can stimulate our senses, feed our curiosity and help us find others with the sa... 2,450円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>This book constitutes the refereed proceedings of the First International Conference on Advances in Computing and Data Sciences, ICACDS 2016, held in Ghaziabad, India, in November 2016.</p> <p>The 64 full papers were carefully reviewed and selected from 502 submissions. The papers are organized in topi... 6,076円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>The pharmacodynamics and pharmacokinetics of several drugs is expected to be known to clinicians and researchers at all times. With advances in sciences and development of newer drugs very frequently, it is very important to keep your knowledge updated at all times. This title is a quick guide to r... 34,033円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p><strong>Master the Future of Medical Coding with ICD-11</strong></p> <p>The healthcare industry stands at a crossroads. After decades of using ICD-10, medical professionals worldwide are transitioning to ICD-11ーthe most revolutionary classification system in medical history. This comprehensive guide t... 1,478円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>Many people have an aptitude for religious experience and spirituality but don't know how to develop this or take it further. Modern societies offer little assistance, and traditional religions are overly preoccupied with their own organizational survival. <em>Minding the Self: Jungian meditations on... 9,253円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>This book follows the concept of perceiving the entire aorta as one functional organ assuming that all individual pathologies and local interventional procedures affect the up- and downstream segments with consequences for complications and disease progression. Thus any preventive or surgical strat... 26,740円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>Sustainable, efficient, cost effectiveーdemand for mass timber is on the rise as demand for construction that is both “green” and affordable grows. A team of forestry and wood product industry experts has researched and compiled a comprehensive report on the mass timber industry across the supply c... 67,079円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>Determining what has gone wrong in a malfunctioning body and proposing an effective treatment requires expertise. Since antiquity, philosophers and doctors have wondered what sort of knowledge this expertise involves, and whether and how it can warrant its conclusions. Few people were as qualified ... 4,979円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p><strong>THE <em>NEW YORK TIMES</em> BESTSELLER</strong><br /> <strong>SHORTLISTED FOR THE ROYAL SOCIETY SCIENCE BOOK PRIZE</strong><br /> <strong>LONGLISTED FOR THE WELLCOME PRIZE</strong></p> <p><strong>ALL IN THE MIND?</strong></p> <p>- Can meditation fend off dementia?<br /> - Can the smell of lavender affect the imm... 1,749円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>Discover the fascinating world of practical memory techniques that will teach you how to remember huge quantities of information in a very short time.</p> <p>The memory techniques presented in this book are exactly the same techniques that I taught my friends at Fudan University. After learning these m... 200円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個... 40,727円 税込 送料別 カードOK Glomarket ![]() | ||
<p><em>The Routledge Handbook of Sound Design</em> offers a comprehensive overview of the diverse contexts of creativity and research that characterize contemporary sound design practice. Readers will find expansive coverage of sound design in relation to games, VR, globalization, performance, soundscape and feminism, amongst other fields.</p> <p>Half a century since its formal emergence, this book considers sound design in a plethora of practical contexts, including music, film, soundscape and sonification, as well as the emerging theoretical and analytical approaches being used in scholarship on the subject. <em>The Routledge Handbook of Sound Design</em> tracks how ideas and techniques have migrated from one field to the next, as professionals expand the industry applications for their skills and knowledge, and technologies produce new form factors for entertainment and information.</p> <p>Collectively, the chapters included in this volume illustrate the robustness and variety of contemporary sound design research and creativity, making <em>The Routledge Handbook of Sound Design</em> essential reading for students, teachers, researchers and practitioners working on sound design in its many forms.</p> <p>Chapter 1 of this book is freely available as a downloadable Open Access PDF at <a href="www.taylorfrancis.com">www.taylorfrancis.com</a> under a Creative Commons Attribution-Non Commercial-No Derivatives (CC BY-NC-ND) 4.0 license.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 10,767円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>In dit boek beschrijft Joke van den Akker wat er gebeurt als haar 10-jarige zoon Dave de diagnose hersentumor krijgt. Heel gewone dingen worden dan opeens heel bijzonder. Wanneer je kind de diagnose kanker krijgt, verandert alles. Niet alleen voor het kind, ook voor het hele gezin en de omgeving. V... 1,700円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() | ||
<p>This book provides a clear, concise and easy to understand guide to the diagnosis and management of strabismus. Throughout the text, a practical approach to examining, diagnosing and treating patients with strabismus is utilised, supported with case studies in the form of patient photographs and oc... 10,331円 税込 送料込 カードOK 楽天Kobo電子書籍ストア ![]() |