Kirjojen hintavertailu. Mukana 11 627 220 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

729 tulosta hakusanalla Jitendra Behari

From Contamination to Defects, Faults and Yield Loss

From Contamination to Defects, Faults and Yield Loss

Jitendra B. Khare; Wojciech Maly

Springer-Verlag New York Inc.
2011
nidottu
Over the years there has been a large increase in the functionality available on a single integrated circuit. This has been mainly achieved by a continuous drive towards smaller feature sizes, larger dies, and better packing efficiency. However, this greater functionality has also resulted in substantial increases in the capital investment needed to build fabrication facilities. Given such a high level of investment, it is critical for IC manufacturers to reduce manufacturing costs and get a better return on their investment. The most obvious method of reducing the manufacturing cost per die is to improve manufacturing yield. Modern VLSI research and engineering (which includes design manufacturing and testing) encompasses a very broad range of disciplines such as chemistry, physics, material science, circuit design, mathematics and computer science. Due to this diversity, the VLSI arena has become fractured into a number of separate sub-domains with little or no interaction between them. This is the case with the relationships between testing and manufacturing. From Contamination to Defects, Faults and Yield Loss: Simulation and Applications focuses on the core of the interface between manufacturing and testing, i.e., the contamination-defect-fault relationship. The understanding of this relationship can lead to better solutions of many manufacturing and testing problems. Failure mechanism models are developed and presented which can be used to accurately estimate probability of different failures for a given IC. This information is critical in solving key yield-related applications such as failure analysis, fault modeling and design manufacturing.
Data Fusion Mathematics

Data Fusion Mathematics

Jitendra R. Raol

Productivity Press
2015
sidottu
Fills the Existing Gap of Mathematics for Data FusionData fusion (DF) combines large amounts of information from a variety of sources and fuses this data algorithmically, logically and, if required intelligently, using artificial intelligence (AI). Also, known as sensor data fusion (SDF), the DF fusion system is an important component for use in various applications that include the monitoring of vehicles, aerospace systems, large-scale structures, and large industrial automation plants. Data Fusion Mathematics: Theory and Practice offers a comprehensive overview of data fusion, and provides a proper and adequate understanding of the basic mathematics directly related to DF. The material covered can be used for evaluation of the performances of any designed and developed DF systems. It tries to answer whether unified data fusion mathematics can evolve from various disparate mathematical concepts, and highlights mathematics that can add credibility to the data fusion process.Focuses on Mathematical Tools That Use Data FusionThis text explores the use of statistical/probabilistic signal/image processing, filtering, component analysis, image algebra, decision making, and neuro-FL–GA paradigms in studying, developing and validating data fusion processes (DFP). It covers major mathematical expressions, and formulae and equations as well as, where feasible, their derivations. It also discusses SDF concepts, DF models and architectures, aspects and methods of type 1 and 2 fuzzy logics, and related practical applications. In addition, the author covers soft computing paradigms that are finding increasing applications in multisensory DF approaches and applications. This book: Explores the use of interval type 2 fuzzy logic and ANFIS in DFCovers the mathematical treatment of many types of filtering algorithms, target-tracking methods, and kinematic DF methodsPresents single and multi-sensor tracking and fusion mathematicsConsiders specific DF architectures in the context of decentralized systemsDiscusses information filtering, Bayesian approaches, several DF rules, image algebra and image fusion, decision fusion, and wireless sensor network (WSN) multimodality fusion Data Fusion Mathematics: Theory and Practice incorporates concepts, processes, methods, and approaches in data fusion that can help you with integrating DF mathematics and achieving higher levels of fusion activity, and clarity of performance. This text is geared toward researchers, scientists, teachers and practicing engineers interested and working in the multisensor data fusion area.
Nonlinear Filtering

Nonlinear Filtering

Jitendra R. Raol; Girija Gopalratnam; Bhekisipho Twala

Productivity Press
2017
sidottu
Nonlinear Filtering covers linear and nonlinear filtering in a comprehensive manner, with appropriate theoretic and practical development. Aspects of modeling, estimation, recursive filtering, linear filtering, and nonlinear filtering are presented with appropriate and sufficient mathematics. A modeling-control-system approach is used when applicable, and detailed practical applications are presented to elucidate the analysis and filtering concepts. MATLAB routines are included, and examples from a wide range of engineering applications - including aerospace, automated manufacturing, robotics, and advanced control systems - are referenced throughout the text.
Suryaansh: Ek Romanchak Katha

Suryaansh: Ek Romanchak Katha

Jitendra Bagh

Notion Press, Inc
2018
nidottu
Jitendra Tiger completed his education in the field of engineering. After completing his school education, he went to Bhopal for further studies and received a bachelor's degree. He is now working in a private company, but due to his interest in music and songs, he started writing these stories. This story written by Jitendra Tiger is a fictional and exciting one inspired by mythology, which will make you shine. This story will take you to many different elusive cities and places. In this story you will see that a ten-year-old boy wanders in the elusive forest for the eyes of his blind mother, meeting three friends at the ashram, then traveling to different cities of those three friends and their confrontation with the elusive demons.
Apex Design Patterns

Apex Design Patterns

Jitendra Zaa; Anshul Verma

Packt Publishing Limited
2016
nidottu
Harness the power of Apex design patterns to build robust and scalable code architectures on the Force.com platform About This Book • Apply Creational, Structural and behavioural patterns in Apex to fix governor limit issues. • Have a grasp of the anti patterns to be taken care in Apex which could have adverse effect on the application. • The authors, Jitendra Zaa is a salesforce MVP and Anshul Verma has 12+ years of experience in the area of application development. Who This Book Is For If you are a competent developer with working knowledge of Apex, and now want to deep dive into the world of Apex design patterns to optimize the application performance, then this book is for you. Prior knowledge of Salesforce and Force.com platform is recommended. What You Will Learn • Apply OOPs principal in Apex to design a robust and efficient solution to address various facets to a business problem • Get to grips with the benefits and applicability of using different design patterns in Apex • Solve problems while instantiating, structuring and giving dynamic behavior to Apex classes • Understand the implementation of creational, structural, behavioral, concurrency and anti-patterns in your application • Follow the Apex best practices to resolve governor limit issues • Get clued up about the Inheritance, abstract classes, polymorphism in Apex to deal with the object mechanism • Master various design patterns and determine the best out of them • Explore the anti patterns that could not be applied to Apex and their appropriate solutions In Detail Apex is an on-demand programming language providing a complete set of features for building business applications – including data models and objects to manage data. Apex being a proprietor programming language from Salesforce to be worked with multi tenant environment is a lot different than traditional OOPs languages like Java and C#. It acts as a workflow engine for managing collaboration of the data between users, a user interface model to handle forms and other interactions, and a SOAP API for programmatic access and integration. Apex Design Patterns gives you an insight to several problematic situations that can arise while developing on Force.com platform and the usage of Design patterns to solve them. Packed with real life examples, it gives you a walkthrough from learning design patterns that Apex can offer us, to implementing the appropriate ones in your own application. Furthermore, we learn about the creational patterns that deal with object creation mechanism and structural patterns that helps to identify the relationship between entities. Also, the behavioural and concurrency patterns are put forward explaining the communication between objects and multi-threaded programming paradigm respectively. We later on, deal with the issues regarding structuring of classes, instantiating or how to give a dynamic behaviour at a runtime, with the help of anti-patterns. We learn the basic OOPs principal in polymorphic and modular way to enhance its capability. Also, best practices of writing Apex code are explained to differentiate between the implementation of appropriate patterns. This book will also explain some unique patterns that could be applied to get around governor limits. By the end of this book, you will be a maestro in developing your applications on Force.com for Salesforce Style and approach This book is a step-by-step guide, complete with well-tested programs and real world situations to solve your common occurring problems in Apex design by using the anti-patterns. It gets crackling from exploring every appropriate solution to comparing the best one as per OOps principal.
MuleSoft Platform Architect's Guide

MuleSoft Platform Architect's Guide

Jitendra Bafna; Jim Andrews

PACKT PUBLISHING LIMITED
2024
nidottu
Unlock the power of Anypoint Platform by leveraging MuleSoft methodology, Accelerators, runtime engines, and management tools to deliver secure, high-value APIs and integration solutions across the enterprise Key Features Discover Anypoint Platform's capabilities for creating high-availability, high-performance APIs Learn about AnyPoint architecture and platform attributes for Mule app deployment Explore best practices, tips, and tricks that will help you tackle challenging exam topics and achieve MuleSoft certification Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionWe’re living in the era of digital transformation, where organizations rely on APIs to enable innovation within the business and IT teams are asked to continue doing more with less. Written by Jim Andrews, a Mulesoft Evangelist, and Jitendra Bafna, a Senior Solution Architect with expertise in setting up Mulesoft, this book will help you deliver a robust, secure, and flexible enterprise API platform, supporting any required business outcome. You’ll start by exploring Anypoint Platform’s architecture and its capabilities for modern integration before learning how to align business outcomes with functional requirements and how non-functional requirements shape the architecture. You'll also find out how to leverage Catalyst and Accelerators for efficient development. You'll get to grips with hassle-free API deployment and hosting in CloudHub 1.0/2.0, Runtime Fabric Manager, and hybrid environments and familiarize yourself with advanced operating and monitoring techniques with API Manager and Anypoint Monitoring. The final chapters will equip you with best practices for tackling complex topics and preparing for the MuleSoft Certified Platform Architect exam. By the end of this book, you’ll understand Anypoint Platform’s capabilities and be able to architect solutions that deliver the desired business outcomes.What you will learn Understand Anypoint Platform's integration architecture with core components Discover how to architect a solution using Catalyst principles Explore best practices to design an application network Align microservices, application networks, and event architectures with Anypoint Platform's capabilities Identify non-functional requirements that shape the architecture Perform hassle-free application deployment to CloudHub using the Mule Maven plugin, CLI, and Platform API Understand how to manage the API life cycle for MuleSoft and non-MuleSoft APIs Who this book is forThis book is for technical and infrastructure architects with knowledge of integration and APIs who are looking to implement these solutions with MuleSoft’s Anypoint Platform. Architects enrolled in the platform architect course who want to understand the platform's capabilities will also find this book helpful. The book is also a great resource for MuleSoft senior developers transitioning to platform architect roles and planning to take the MuleSoft Platform Architect exam. A solid understanding of MuleSoft API development, ideally 3 to 5 years of experience with the platform, is necessary.
Mastering Blockchain Programming with Solidity

Mastering Blockchain Programming with Solidity

Jitendra Chittoda

Packt Publishing Limited
2019
nidottu
Discover the advanced features of Solidity that will help you write high-quality code and develop secure smart contracts with the latest ERC standardsKey FeaturesDelve into Solidity and understand control structures, function calls, and variable scopesExplore tools for developing, testing, and debugging your blockchain applicationsLearn advanced design patterns and best practices for writing secure smart contractsBook DescriptionSolidity is among the most popular and contract-oriented programming languages used for writing decentralized applications (DApps) on Ethereum blockchain. If you’re looking to perfect your skills in writing professional-grade smart contracts using Solidity, this book can help.You will get started with a detailed introduction to blockchain, smart contracts, and Ethereum, while also gaining useful insights into the Solidity programming language. A dedicated section will then take you through the different Ethereum Request for Comments (ERC) standards, including ERC-20, ERC-223, and ERC-721, and demonstrate how you can choose among these standards while writing smart contracts. As you approach later chapters, you will cover the different smart contracts available for use in libraries such as OpenZeppelin. You’ll also learn to use different open source tools to test, review and improve the quality of your code and make it production-ready. Toward the end of this book, you’ll get to grips with techniques such as adding security to smart contracts, and gain insights into various security considerations. By the end of this book, you will have the skills you need to write secure, production-ready smart contracts in Solidity from scratch for decentralized applications on Ethereum blockchain.What you will learnTest and debug smart contracts with Truffle, Ganache, Remix, and MetaMaskGain insights into maintaining code quality with different toolsGet up to speed with ERC standards such as ERC-20 and ERC-721Become adept at using design patterns while writing smart contractsUse MultiSignature (MultiSig) wallets and improve the security of contractsUse Oracle services to fetch information from outside the blockchainWho this book is forThis book is for developers and data scientists who want to learn Ethereum, blockchain, and Solidity to write smart contracts and develop production-ready code. Basic knowledge of Solidity is assumed.
Chasing 33%

Chasing 33%

Jitendra Jain

Notion Press, Inc
2017
nidottu
Did you hate the Board exams too? Yes, that struggle was REAL Two sixteen-year-old boys are all set to take on their board exams. Set in the lush greenery of the 1990's Assam, this walk down the nostalgic lane is replete with references to the teenage years of any kid, tongue-in-cheek humor and laugh-out-loud moments. The narrative transports you to your own teenage years as you look back fondly reminisce on your own journey. The boys are different - average in science and maths, but with their own equations for life, spirited yet sensitive, with a thousand questions and sassy answers. Rendered through the eyes of a young lad who couldn't be bothered by the rat race, Chasing the dreaded 33% is sure to leave you smiling and laughing your gut out with the writer's wry sense of humor This book is a beautiful reminder that life is far more than just numbers that are ascribed to you after testing your memory against unfair standards.