الصفحة 9
الصفحة 9
img

Practical design of timber structures to Eurocode 5

Provides a comprehensive guide to the design of timber structures according to the latest European and UK standards. Practical Design of Timber Structures to Eurocode 5 begins with a description of timber, considering its strength, stiffness, moisture behaviour, rheology and durability, before going on to describe the production and relevant properties of materials used for timber structures.

img

Practical Common Lisp

Lisp is often thought of as an academic language, but it need not be. This is the first book that introduces Lisp as a language for the real world. Practical Common Lisp presents a thorough introduction to Common Lisp, providing you with an overall understanding of the language features and how they work. Over a third of the book is devoted to practical examples, such as the core of a spam filter and a web application for browsing MP3s and streaming them via the Shoutcast protocol to any standard MP3 client software (e.g., iTunes, XMMS, or WinAmp). In other "practical" chapters, author Peter Seibel demonstrates how to build a simple but flexible in-memory database, how to parse binary files, and how to build a unit test framework in 26 lines of code.

img

Practical C++ Design : From Programming to Architecture

Updated for the C++20 standard, this title will guide you through the design and implementation of an engaging case study that forms the backdrop for learning the art of applying design patterns and modern C++ techniques to create a high quality, robust application. Starting with a quick exploration of the requirements for building the application, you'll delve into selecting an appropriate architecture, eventually designing and implementing all of the necessary modules to meet the project’s requirements. By the conclusion of Practical C++ 20 Design, you'll have constructed a fully functioning calculator capable of building and executing on any platform that supports both Qt and C++20. Access to the complete source code will help speed your learning. You will: Read a specification document and translate it into a practical C++ design using some of the latest language features from C++20. Understand trade-offs in selecting between alternative design scenarios. Gain practical experience in applying design patterns to realistic development scenarios. Learn how to effectively use language elements of modern C++ to create a lasting design. Develop a complete C++ program from a blank canvas through to a fully functioning, cross platform application. Read, modify, and extend existing, high quality code. Learn the fundamentals of API design, including class, module, and plugin interfaces

img

Practical aspects of declarative languages ; Vol. 3819 ; 8th International Symposium, PADL 2006, Charleston, SC, USA, January 9-10, 2006, Proceedings

This volume contains the papers presented at the Eighth International S- posium on Practical Aspects of Declarative Languages (PADL 2006) held on January 9-10, 2006, in Charleston, South Carolina. Information about the c- ference can be found athttp://www.cs.brown.edu/people/pvh/PADL06.html. As is now traditional, PADL 2006 was co-located with the 33rd Annual Sym- sium on Principles of Programming Languages that was held on January 11-13, 2006.

img

Practical aspects of declarative languages ; Vol. 3350 : 7th International Symposium, PADL 2005, Long Beach, CA, USA, January 10-11, 2005, Proceedings

Constitutes the proceedings of the 7th International Symposium on Practical Aspects of Declarative Languages, PADL 2005, held in Long Beach, CA, USA in January 2005. This work addresses various aspects of declarative programming including implementational issues and applications in areas such as database management, active networks, and more.

img

Power-Aware Architecting : for data-dominated applications

The task of the system architect is to take the correct early decisions despite the uncertainties. Power-Aware Architecting provides a systematic way to support the system architect in this job. Therefore, an iterative system-level design approach is defined where iterations are based on fast and accurate estimations or predictions of area, performance and energy consumption. This method is illustrated with a concrete real life example of multi-carrier communication. This book is the result of a Ph.D. thesis, which is part of the UbiCom project at Delft University of Technology. I strongly recommend it to any engineer, expert or specialist, who is interested in designing embedded systems-on-a-chip.

img

Post-Tensioning in Building Construction

Covers the basics and concepts of post-tensioning in simple and clear language, it also focuses on the application and detailed design through real world examples. Topics of the book include the European and the American building Codes for post-tensioning design. The codes are detailed in the book’s examples such as column-supported floors and beam frames. The book explains and highlights the importance of shortening specific to post-tensioned members and construction detailing for serviceable and safe performance.

img

Post-Quantum Cryptography ; 2nd International Workshop, PQCrypto 2008 Cincinnati, OH, USA, October 17-19, 2008 Proceedings

The 15 revised full papers presented were carefully reviewed and selected from numerous submissions. Quantum computers are predicted to break existing public key cryptosystems within the next decade. Post-quantum cryptography is a new fast developing area, where public key schemes are studied that could resist these emerging attacks. The papers present four families of public key cryptosystems that have the potential to resist quantum computers: the code-based public key cryptosystems, the hash-based public key cryptosystems, the lattice-based public key cryptosystems and the multivariate public key cryptosystems.

img

Police Code of Silence in Times of Change

Explores the contours of the code of silence and provides policy recommendations geared toward creating an environment less conducive for police misconduct. It responds to the recent calls for police reform, in the wake of the perceived illegitimacy of police actions and the protection that the code of silence seems to provide to the police officers who violate the official rules.Using a case study of a medium-sized U.S. police agency, this book employs the lens of police integrity theory to provide empirically grounded explanations of the code of silence.

img

Player creation system (PCS)

Human simulation in a virtual environment has been the focus of many studies in recent years. Achieving such a task would open up limitless possibilities, it can, for example, benefit many aspects of life such as educational and medical purposes. This project aims to train Artificial Intelligence (AI) models to accurately synthesize a human’s voice, reconstruct their body and facial features as well as teaching an AI agent how to walk. This report documents the aspects. regarding the voice cloning aspect, our goal is to synthesize human’s voice using a short audio recording of that human, which is achieved through a pipeline consisting of three neural networks, voice encoder neural network, synthesis neural network, vocoder neural network.

img

PHP Object-Oriented Solutions

With the surge of popularity of PHP 5, object-oriented programming is now an important consideration for PHP developers. This version-neutral book is a gentle introduction to object-oriented programming (OOP) that won't overburden you with complex theory. It teaches you the essential basics of OOP that you'll need to know before moving onto a more advanced level, and includes a series of prepackaged scripts that you can incorporate into your existing sites with the minimum of effort. It shows how object-oriented programming can be used to create reusable and portable code by walking you through a series of simple projects. The projects feature the sorts of things developers run up against every day, and include a validator for filtering user input, a simple Date class that avoids the need to remember all the esoteric format codes in PHP, and an XML generator.

img

PHP 5 Recipes : A Problem-Solution Approach

First, this book is a source of instant solutions, including countless pieces of useful code that you can just copy and paste into your own applications, giving you answers fast and saving you hours of coding time. Second, this book is a useful reference to the most important aspects of the PHP 5 language, including the vital functions you know and love from previous versions of PHP, as well as the functions introduced in PHP 5. Finally, this book explains the PHP 5 functionality in detail, including the vastly improved object-oriented capabilities and the new MySQLi database extension.

img

Parsing Techniques : A Practical Guide

Presents new developments and discoveries: generalized deterministic parsing, linear-time substring parsing, parallel parsing, parsing as intersection, non-canonical methods, non-Chomsky systems, and many more.Parsing techniques provide a solid basis for compiler construction and linguistics, and contribute to all existing software: they enable Web browsers to analyze HTML pages and PostScript printers to analyze PostScript, and some of the more advanced techniques are used in code generation in compilers and in data compression.

img

Parametric design for landscape architects : computational techniques and workflows

Provides a sequence of tutorial-based workflows for the creation and utilization of algorithmic tools calibrated towards the field of landscape architecture. Contemporary practice and projective theory in landscape architecture requires the processing and design of data associated with complex systems to adequately represent composite, emergent scenarios. Aligning to both traditional and nascent processes of analysis and digital modeling, this book unpacks and decodes the characterization of algorithmic-based automation, leveraging software that is widely accessible in both academia and professional practice. Curated throughout are workflows that apply to a multiplex of computation programs that widely support the design, analysis, and production of landscapes, primarily concentrated on digital modeling tools Grasshopper and Rhinoceros. It is a much-needed, visually accessible, resource to aid in more efficient understanding and creation of tools that automate and re-examine traditional calculations, analyses, drawing standards, form-finding strategies, fabrication preparations, and speculative assessments/simulation.

img

Parallel Robots

Presents a complete synthesis of the latest results on the possible mechanical architectures, analysis and synthesis of this type of mechanism. It is intended to be used by students (with over 150 exercises and numerous internet addresses), researchers (with over 650 references and anonymous ftp access to the code of some algorithms presented in this book) and engineers (for which practical results, mistakes to avoid, and applications are presented).

img

Oyooni: a deep learning-based arabic assistant for visually impaired people

Since the beginning of time, visually impaired people have been relying on other senses to interpret their surroundings and function properly, using mobility tools and white canes to guide them. About a decade ago, their quality of life was leveled up by the advances in deep learning and computer vision that were able to achieve state-of-the-art results to assist blind people in daily tasks. Unfortunately, these progresses are very limited in Arabic language. Hence, this project presents “Oyooni” (Arabic for “My Eyes”), a voice-powered Arabic assistant, that introduces several contributions to the Arabic language community, and showcases four deep learning models trained to be used by Arabic-speaking users, in the hopes of helping visually challenged people detect Syrian banknotes, caption scenes in Arabic, detect color and recognize Arabic written text.

img

Origin and evolution of the vertebrate telencephalon, with special reference to the mammalian neocortex

Following an approach that has been termed "developmental evolutionary genetics," this book seeks to establish a correspondence between embryological processes and the phylogenetic history of an organism.

img

Optimization with Multivalued Mappings : Theory, Applications and Algorithms

In the field of nondifferentiable nonconvex optimization, one of the most intensely investigated areas is that of optimization problems involving multivalued mappings in constraints or as the objective function. This book focuses on the tremendous development in the field that has taken place since the publication of the most recent volumes on the subject. The new topics studied include the formulation of optimality conditions using different kinds of generalized derivatives for set-valued mappings (such as, for example, the coderivative of Mordukhovich), the opening of new applications (e.g., the calibration of water supply systems), or the elaboration of new solution algorithms (e.g., smoothing methods). The book is divided into three parts. The focus in the first part is on bilevel programming. The chapters in the second part contain investigations of mathematical programs with equilibrium constraints. The third part is on multivalued set-valued optimization. The chapters were written by outstanding experts in the areas of bilevel programming, mathematical programs with equilibrium (or complementarity) constraints (MPEC), and set-valued optimization problems.

img

Optical Network Design and Planning

Optical Network Design and Planning takes a pragmatic approach to deploying state-of-the-art optical networking equipment in metro-core and backbone networks. The ramifications of this technology are manifold, affecting the architecture, operation, and economics of the network, all of which are covered in the book. The book is oriented towards practical implementation, based on the author’s extensive experience with carrier networks and commercial telecommunications equipment.The book has a large emphasis on the economics of optical networking, with a full chapter of economic studies that offer guidelines as to when and how optical-bypass technology should be deployed. The code for some of the routing algorithms is provided, which adds to the utility of the book.

img

Optical Communication Theory and Techniques

Since the advent of optical communications, a greattechnological effort has been devoted to the exploitation of the huge bandwidth of optical fibers. Sta- ing from a few Mb/s single channel systems, a fast and constant technological development has led to the actual 10 Gb/s per channel dense wavelength - vision multiplexing (DWDM) systems, with dozens of channels on a single fiber. Transmitters and receivers are now ready for 40 Gb/s, whereas hundreds of channels can be simultaneously amplified by optical amplifiers. Nevertheless, despite such a pace in technological progress, optical c- munications are still in a primitive stage if compared, for instance, to radio communications: the widely spread on-off keying (OOK) modulation format is equivalent to the rough amplitude modulation (AM) format, whereas the DWDM technique is nothing more than the optical version of the frequency - vision multiplexing (FDM) technique. Moreover, adaptive equalization, ch- nel coding or maximum likelihood detection are still considered something “exotic” in the optical world. This is mainly due to the favourable char- teristics of the fiber optic channel (large bandwidth, low attenuation, channel stability, ...), which so far allowed us to use very simple transmission and detection techniques.

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