الصفحة 1
الصفحة 1
img

Number theory in science and communication : With applications in cryptography, physics, digital information, computing, and self-similarity

"Number Theory in Science and Communication" is a well-known introduction for non-mathematicians to this fascinating and useful branch of applied mathematics . It stresses intuitive understanding rather than abstract theory and highlights important concepts such as continued fractions, the golden ratio, quadratic residues and Chinese remainders, trapdoor functions, pseudoprimes and primitive elements. Their applications to problems in the real world are one of the main themes of the book. This revised fourth edition is augmented by recent advances in primes in progressions, twin primes, prime triplets, prime quadruplets and quintruplets, factoring with elliptic curves, quantum factoring, Golomb rulers and "baroque" integers.

img

Nuclear Principles in Engineering

Nuclear Principles in Engineering is written for students, engineers, physicians and scientists who need up-to-date information in basic nuclear concepts and calculation methods using numerous examples and illustrative computer application areas.

img

Mathematics and Technology

Mathematics and Technology presents technological applications of mathematics making use of elegant mathematical concepts. The selected subjects consist of: public key cryptography, error correcting codes, the global positioning system (GPS) and cartography, image compression using fractals and the JPEG format, digital recording, robot movement, DNA computing, Google's PageRank algorithm, savings and loans, gamma ray surgery and random number generators. The authors highlight how mathematical modeling, together with the power of mathematical tools, have been crucial for innovation in technology. The exposition is clear, straightforward, motivated by excellent examples, and user-friendly. Numerous exercises at the end of every chapter reinforce the material. An engaging quality is the various historical notes accompanying the mathematical development.

img

Introduction to Stochastic Integration

The theory of stochastic integration, also called the Ito calculus, has a large spectrum of applications in virtually every scientific area involving random functions, but it can be a very difficult subject for people without much mathematical background. The Ito calculus was originally motivated by the construction of Markov diffusion processes from infinitesimal generators. Previously, the construction of such processes required several steps, whereas Ito constructed these diffusion processes directly in a single step as the solutions of stochastic integral equations associated with the infinitesimal generators. Moreover, the properties of these diffusion processes can be derived from the stochastic integral equations and the Ito formula. This introductory textbook on stochastic integration provides a concise introduction to the Ito calculus

img

Introduction to Cryptography : Principles and Applications

In the first part, this book covers the key concepts of cryptography on an undergraduate level, from encryption and digital signatures to cryptographic protocols. In the second part, more advanced topics are addressed, such as the bit security of one-way functions and computationally perfect pseudorandom bit generators.

img

Information security and privacy ; 6th Australasian Conference, ACISP 2001, Sydney, Australia, July 11-13, 2001. Proceedings

A Few Thoughts on E-Commerce.- New CBC-MAC Forgery Attacks.- Cryptanalysis of a Public Key Cryptosystem Proposed at ACISP 2000.- Improved Cryptanalysis of the Self-Shrinking Generator.- Attacks Based on Small Factors in Various Group Structures.- On Classifying Conference Key Distribution Protocols.- Pseudorandomness of MISTY-Type Transformations and the Block Cipher KASUMI.- New Public-Key Cryptosystem Using Divisor Class Groups.- First Implementation of Cryptographic Protocols Based on Algebraic Number Fields.- Practical Key Recovery Schemes.- Non-deterministic Processors.- Personal Secure Booting.- Evaluation of Tamper-Resistant Software Deviating from Structured Programming Rules.- A Strategy for MLS Workflow.- Condition-Driven Integration of Security Services.- SKETHIC: Secure Kernel Extension against Trojan Horses with Informat ion-Carrying Codes.- Secure and Private Distribution of Online Video and Some Related Cryptographic Issues.- Private Information Retrieval Based on the Subgroup Membership Problem.

img

Ideals and Reality : Projective Modules and Number of Generators of Ideals

The book gives a comprehensive introduction to basic commutative algebra, together with the related methods from homological algebra, which will enable students who know only the fundamentals of algebra to enjoy the power of using these tools. At the same time, it also serves as a valuable reference for the research specialist and as potential course material, because the authors present, for the first time in book form, an approach here that is an intermix of classical algebraic K-theory and complete intersection techniques, making connections with the famous results of Forster-Swan and Eisenbud-Evans. A study of projective modules and their connections with topological vector bundles in a form due to Vaserstein is included. Important subsidiary results appear in the copious exercises.

img

Grammatical Picture Generation : A Tree-Based Approach

The book presents important types of picture generators, using a tree-based approach to stress their common algorithmic basis, the treatment influenced by the theory of computation, and the theory of formal languages in particular. It guides the reader through the basics of the tree-based approach on to dedicated chapters on line-drawing languages, collage grammars, iterated function systems, grid picture languages, languages of fractals, and languages of coloured collages, while presenting results about (un)decidable, NP-complete, or efficiently solvable problems, normal forms, hierarchies of language classes, and related phenomena.

img

Genetic Basis for Respiratory Control Disorders

The objective of the book is to supply state-of-the-art contributions about all aspects of respiratory control genetics, from the molecular to the system level. The book aims to review the full spectrum of available knowledge, which starts with early physiological studies in health and disease in humans and studies in rodents that suggested a hereditary component to respiratory control. The spectrum extends to recent work elucidating crucial molecular aspects of respiratory control development, from early embryonic specifications in the neural tube to the function of respiratory rhythm generators.

img

Generator remote controlling using internet connection

The traditional technique of monitoring the electricity generated through regular checks on the alternator variables: oil, temperature, voltage and current on a daily basis. Therefore, maintaining a normal performance cycle requires hard work and is often imprecise. The idea is to create an application that monitors wireless generators using the popular smartphone Android operating system. Implemented sensors deliver analog signals that provide real-time data on the status of the generator. This data is converted and programmed through the Node MCU microcontroller, which reads the results from the sensors and then converts into a signal, which is transmitted to the android phone, through a router. Thus live feedback of the generator status is ensured. In addition, this project provides a control button that can actually turn this generator on and off. This project is the first step towards bringing systems and control together as it revolutionizes the ideology of monitoring and displaying real-time data that can be implemented in different fields according to different needs. These fields include electricity, mechanics, and communications.

img

Explosively Driven Pulsed Power : Helical Magnetic Flux Compression Generators

While the basic operating principles of Helical Magnetic Flux Compression Generators are easy to understand, the details of their construction and performance limits have been described only in government reports, many of them classified. Conferences in the field of flux compression are also dominated by contributions from government (US and foreign) laboratories. And the government-sponsored research has usually been concerned with very large generators with explosive charges that require elaborate facilities and safety arrangements. This book emphasizes research into small generators (less than 500 grams of high explosives) and explains in detail the physical fundamentals, construction details, and parameter-variation effects related to them.

img

Elevating video content creation with ai assistance = ارتقاء إنشاء محتوى الفيديو بمساعدة الذكاء الاصطناعي

We developed an AI Assistant equipped with features such as description crafting, title generation, keyword extraction, image captioning, clickbait detection, and sentiment analysis.To achieve these functionalities, we proposed a model for generating video descriptions using ResNet50 as a feature extractor and a LSTM network with an attention mechanism as a sequence generator, achieving a BLEU-1 score of 0.907 and a ROUGE-L score of 0.645. For keyword extraction, we utilized Sentence Transformer to identify strategically relevant keywords from the generated descriptions. For title generation, we fine-tuned the BART model, achieving a ROUGE-L score of 0.45. For clickbait detection, we used SVC classifier with linear kernel and TF-IDF vectorization for feature extraction, resulting in 96% accuracy. Our sentiment analysis model using a CNN-LSTM architecture achieved 80% accuracy in analyzing comments on videos. For image captioning, we employed a feature extractor with a CNN layer followed by an LSTM model, achieving a BLEU-1 score of 0.53. Our platform empowers creators by simplifying complex tasks and offering deeper audience engagement insights, making it a powerful tool in the evolving digital content creation.

img

Electrostatic Accelerators : Fundamentals and Applications

Electrostatic accelerators are an important and widespread subgroup within the broad spectrum of modern, large particle acceleration devices. They are specifically designed for applications that require high-quality ion beams in terms of energy stability and emittance at comparatively low energies (a few MeV). Their ability to accelerate virtually any kind of ion over a continuously tunable range of energies make them a highly versatile tool for investigations in many research fields including, but not limited to, atomic and nuclear spectroscopy, heavy ion reactions, accelerator mass spectroscopy as well as ion-beam analysis and modification. The book is divided into three parts. The first part concisely introduces the field of accelerator technology and techniques that emphasize their major modern applications. The second part treats the electrostatic accelerator per se: its construction and operational principles as well as its maintenance. The third part covers all relevant applications in which electrostatic accelerators are the preferred tool for accelerator-based investigations. Since some topics are common to all types of accelerators, Electrostatic Accelerators will also be of value those more familiar with other types of accelerators.

img

Electronic Circuit Design and Application

This textbook for core courses in Electronic Circuit Design teaches students the design and application of a broad range of analog electronic circuits in a comprehensive and clear manner. Readers will be enabled to design complete, functional circuits or systems. The authors first provide a foundation in the theory and operation of basic electronic devices, including the diode, bipolar junction transistor, field effect transistor, operational amplifier and current feedback amplifier. They then present comprehensive instruction on the design of working, realistic electronic circuits of varying levels of complexity, including power amplifiers, regulated power supplies, filters, oscillators and waveform generators. Many examples help the reader quickly become familiar with key design parameters and design methodology for each class of circuits. Each chapter starts from fundamental circuits and develops them step-by-step into a broad range of applications of real circuits and systems.

img

Digital synthesizers and transmitters for software radio

By programming the digital synthesizers and transmitters, adaptive channel bandwidths, modulation formats, frequency hopping and data rates are easily achieved. Techniques such as digital predistortion for power amplifier linearization, digital compensation methods for analog I/Q modulator nonlinearities and digital power control and ramping are presented in this book

img

Design of Wireless Autonomous Datalogger ICs

The book starts with a comprehensive introduction on the most important design aspects and trade-offs for miniaturized low-power telemetric dataloggers. After the general introduction follows an in-depth case study of an autonomous CMOS datalogger IC for the registration of in vivo loads on oral implants. After tackling the design of the datalogger on the system level, the design of the different building blocks is elaborated in detail, with emphasis on low power

img

Data Converters

This book is the first graduate-level textbook presenting a comprehensive treatment of Data Converters. It provides comprehensive definition of the parameters used to specify data converters, and covers all the architectures used in Nyquist-rate data converters.

img

Cryptography and cryptanalysis in Java : Creating and programming advanced algorithms with Java SE 17 LTS and Jakarta EE 10

Includes challenging cryptographic solutions that are implemented in Java 17 and Jakarta EE 10. It provides a robust introduction to Java 17's new features and updates, a roadmap for Jakarta EE 10 security mechanisms, a unique presentation of the "hot points" (advantages and disadvantages) from the Java Cryptography Architecture (JCA), and more. You Will Learn : Develop programming skills for writing cryptography algorithms in Java / Dive into security schemes and modules using Java / Explore “good” vs “bad” cryptography based on processing execution times and reliability / Play with pseudo-random generators, hash functions, etc. / Leverage lattice-based cryptography methods, the NTRU framework library, and more

img

Cryocoolers 13

The last two years have witnessed a continuation in the breakthrough shift toward pulse tube cryocoolers for long-life, high-reliability cryocooler applications. New this year are papers de­ scribing the development of very large pulse tube cryocoolers to provide up to 1500 watts of cooling for industrial applications such as cooling the superconducting magnets of Mag-lev trains, coolmg superconducting cables for the power mdustry, and liquefymg natural gas. Pulse tube coolers can be driven by several competing compressor technologies. One class of pulse tube coolers is referred to as "Stirling type" because they are based on the linear Oxford Stirling-cooler type compressor; these generally provide coolmg m the 30 to 100 K temperature range and operate ^t frequencies from 30 to 60 Hz. A second type of pulse tube cooler is the so-called "Gifford-McMahon type. " Pulse tube coolers of this type use a G-M type compressor and lower frequency operation (~1 Hz) to achieve temperatures in the 2 to 10 K temperature range. The third type of pulse tube cooler is driven by a thermoacoustic oscillator, a heat engine that functions well in remote environments where electricity is not readily available. All three types are described, and in total, nearly half of this proceedings covers new developments in the pulse tube arena. Complementing the work on low-temperature pulse tube and Gifford-McMahon cryocoolers is substantial continued progress on rare earth regenerator materials.

img

Continuous Semigroups of Holomorphic Self-maps of the Unit Disc

The book faces the interplay among dynamical properties of semigroups, analytical properties of infinitesimal generators and geometrical properties of Koenigs functions. The book includes precise descriptions of the behavior of trajectories, backward orbits, petals and boundary behavior in general, aiming to give a rather complete picture of all interesting phenomena that occur. In order to fulfill this task, we choose to introduce a new point of view, which is mainly based on the intrinsic dynamical aspects of semigroups in relation with the hyperbolic distance and a deep use of Carathéodory prime ends topology and Gromov hyperbolicity theory.

عدد النتائج بكل صفحة