Page 4
Page 4
img

Reinforced Concrete : Design, Performance and Applications

Concrete is one of the most used materials in the construction industry. In structural systems, the combination of concrete and steel reinforcement bars gives rise to reinforced concrete (RC), which is widely applied in the civil engineering field due to its adequate mechanical strength, durability, and fire resistance. Steel-rebar reinforced structures are subjected to structural deterioration when subjected to extreme loadings such as earthquake, fire, impact loadings and cyclic loading, consequently reducing the expected life and performance of structures. To enhance the structural performance, the RC structures are usually retrofitted or strengthened. This book reviews design, performance and applications of reinforced concrete.

img

Recent trends in cancer therapeutics : Plasmonic photothermal-based multimodal cancer therapy

Describes the plasmonic photothermal-assisted multimodal cancer therapeutics in the area of cancer nanotechnology or cancer nanomedicine. This book covers the fundamentals of plasmonic photothermal cancer therapy as well as plasmonic photothermal mediated multimodal cancer therapy. The various steps involved in developing such therapeutic modality, viz. (a) the selection of suitable nanoparticles, (b) synthesis of multifunctional nanocomposite, (c) optimization of the photosensitizer and chemotherapeutic drug loadings, (d) characterization of the synthesized nanocomposite, and (e) therapeutic evaluations through novel tumor-tissue mimicking phantoms and the cancer cell lines are discussed in detail. Apart from the detailed description of therapeutic outcome, this book provides a step-by-step approach to develop a multifunctional nanocomposite for such therapeutics. Overall, this book provides simplified and in-depth information about cancer nanobiotechnology to the researchers and graduate students in subject areas of nanotechnology, biotechnology and pharmaceutics to develop and contribute to such multimodal cancer therapeutics.

img

Recent trends in algebraic development techniques ; 17th International Workshop, WADT 2004, Barcelona, Spain, March 27-29, 2004, Revised Selected Papers

This volume contains selected papers from WADT 2004, the 17th International Workshop on Algebraic Development Techniques. Like its predecessors, WADTb 2004 focussed on the algebraic approach to the specification and development of systems, an area that was born around the algebraic specification of abstract data types and encompasses today the formal design of software systems, new specification frameworks and a wide range of application areas.

img

Recent advances in parallel virtual machine and message passing interface ; Vol. 3666 ; 12th European PVM/MPI User's Group Meeting, Sorrento, Italy, September 18-21, 2005, Proceedings

Constitutes the proceedings of the 12th European PVM/MPI Users' Group Meeting held in Sorrento, Italy in September 2005. This book includes 61 papers, which are organized in topical sections on algorithms, extensions and improvements, cluster and grid, tools and environments, performance, applications and ParSim

img

Real-Time Mobile Multimedia Services ; 10th IFIP/IEEE International Conference on Management, of Multimedia and Mobile Networks and Services, MMNS 2007, San José, USA, October 31 - November 2, 2007, Proceedings

Constitutes the refereed proceedings of the 10th IFIP/IEEE International Conference on Management of Multimedia and Mobile Networks and Services, MMNS 2007, held in the course of the 3rd International Week on Management of Networks and Services, Manweek 2007.

img

Quality of Service in Multiservice IP Networks ; 3rd International Workshop, QoS-IP 2005, Catania, Italy, February 2-4, 2005

This book constitutes the refereed proceedings of the Third International Workshop on Quality of Service in Multiservice IP Networks, QoS-IP 2005, held in Catania, Italy in February 2005. The 50 revised full papers presented were carefully reviewed and selected from around 100 submissions. The papers are organized in topical sections on analytical models, traffic characterization, MPLS failure and restoration, network planning and dimensioning, DiffServ and InfServ, routing, software routers, network architectures for QoS provisioning, multiservice in wireless networks, TCP in special environments, and scheduling.

img

Python for Cybersecurity : Using Python for Cyber Offense and Defense

Delivers an intuitive and hands-on explanation of using Python for cybersecurity. It relies on the MITRE ATT&CK framework to structure its exploration of cyberattack techniques, attack defenses, and the key cybersecurity challenges facing network administrators and other stakeholders today. Offering downloadable sample code, the book is written to help you discover how to use Python in a wide variety of cybersecurity situations, including: Reconnaissance, resource development, initial access, and execution / Persistence, privilege escalation, defense evasion, and credential access / Discovery, lateral movement, collection, and command and control / Exfiltration and impact

img

Projection-Based Clustering through Self-Organization and Swarm Intelligence : Combining Cluster Analysis with the Visualization of High-Dimensional Data

It covers aspects of unsupervised machine learning used for knowledge discovery in data science and introduces a data-driven approach to cluster analysis, the Databionic swarm(DBS). DBS consists of the 3D landscape visualization and clustering of data. The 3D landscape enables 3D printing of high-dimensional data structures.The clustering and number of clusters or an absence of cluster structure are verified by the 3D landscape at a glance. DBS is the first swarm-based technique that shows emergent properties while exploiting concepts of swarm intelligence, self-organization and the Nash equilibrium concept from game theory. It results in the elimination of a global objective function and the setting of parameters. By downloading the R package DBS can be applied to data drawn from diverse research fields and used even by non-professionals in the field of data mining.

img

Progressive collapse resilience of concrete structures : Mechanisms, simulations and experiments

The book introduces the comprehensive analysis methodology regarding progressive collapse, and the critical issues may happen in concrete structures. Main topics include: the influential parameters of the development of the main load-resisting mechanisms; the dynamic effects with sudden column removal scenarios; the contribution of non-structural components to improve the resilience of concrete structures; uncertainties in progressive collapse analysis.

img

Production Planning in Production Networks : Models for Medium and Short-term Planning

Production Planning in Production Networks addresses production planning problems in distributed manufacturing networks from strategic, tactical, organisational and operative perspectives. New methodologies for capacity negotiation, allocation and workload assignment in production networks are presented. Specifically, three main problems are focussed on: how to negotiate production capacity availability in the long-term; how to allocate production capacity in medium-term planning; and, how to assign workloads in the short-term. The proposed approaches are based on negotiation algorithms in multi-agent networks. These approaches are compared with classical centralised approaches using discrete event simulation methodologies. Benchmark analysis is provided to understand the effectiveness and efficiency of the proposed approaches.

img

Process Control : The Passive Systems Approach

In this book, passivity-based developments in the areas of robust process control, decentralized control, fault tolerant control, process controllability analysis and nonlinear process control are addressed systematically for the first time. Written for the industrial, engineering and academic communities, the emphasis is placed on results that enhance insight and intuition. Application issues are illustrated by case studies in all the main chapters. MATLAB® routines for selected examples and a library of functions that implement the system analysis and control design methods developed in Process Control can be downloaded from springer.com. This book presents the reader with both the conceptual framework and practical tools for passivity-based system analysis and control.

img

Proceedings of the 5th International Conference on Numerical Modelling in Engineering ; Vol.1 : Numerical Modelling in Civil Engineering, NME 2022, 23-24 August, Ghent University, Belgium

Covers numerical simulations with industrial civil engineering applications such as bridges and dams, cyclic loading, fluid dynamics, structural mechanics, geotechnical engineering, thermal analysis, reinforced concrete structures, steel structures, and composite structures.

img

Pro VB 2008 and the .NET 3.5 Platform

The point of this chapter was to demystify the garbage collection process. As you have seen, the garbage collector will only run when it is unable to acquire the necessary memory from the m- aged heap (or when a given AppDomain unloads from memory). When a garbage collection does occur, you can rest assured that Microsoft’s collection algorithm has been optimized by the use of object generations, secondary threads for the purpose of object finalization, and a managed heap dedicated to host large objects. This chapter also illustrated how to programmatically interact with the garbage collector using the System. GC class type. As mentioned, the only time when you will really need to do so is when you are building finalizable or disposable class types. Recall that finalizable types are classes that have overridden the virtual System.

img

Pro VB 2005 and the .NET 2.0 Platform

With the release of .NET 2.0, the Visual Basic 2005 language has been updated with numerous new programming constructs (XML code documentation, operator overloading, generics, and partial types just to name a few!). Now more than ever, choosing a .NET language boils down to personal preference (rather than a languages feature set). However, to effectively make use of these language features, developers must have a rock-solid grounding in object-oriented technology, assemblies, and the core .NET technologies. The purpose of Pro VB 2005 and the .NET 2.0 Platform, Second Edition is to provide you with such a foundation by diving deep into the language of Visual Basic 2005 and the platform of .NET. Thus, rather than simply showing how a code wizard can generate all the code on your behalf, this text will first show you how to author the code yourself so you can alter the generated code to your liking.

img

Pro T-SQL 2008 Programmers Guide

Discussing new and existing features, SQL Server designer and administrator Michael Coles takes you on an expert guided tour of Transact–SQL functionality in SQL Server 2008 in his book, Pro T–SQL 2008 Programmer's Guide. Fully functioning examples and downloadable source code bring Coles' technically accurate and engaging treatment of Transact–SQL into your own hands. Step–by–step explanations ensure clarity, and an advocacy of best–practices will steer you down the road to success. Pro T–SQL 2008 Programmer's Guide is every developer's key to making full use of SQL Server 2008's powerful, built–in Transact–SQL language. Transact–SQL is the language developers and DBAs use to interact with SQL Server. It's used for everything from querying data, to writing stored procedures, to managing the database.

img

Pro SQL Server 2005 Assemblies

Pro SQL Server 2005 Assemblies provides a detailed and example-driven tutorial on how to build and use .NET assemblies. The authors focus on building assemblies in C#, but also provide the equivalent VB .NET code in the supplied code download. Assemblies are not a complete replacement for T-SQL stored procedures and triggers; rather, they're enhancements, to be used at the right place and right time. This book examines the ins and outs of assemblies when they should and should not be used, what you can do with them, and how you can get the most out of them.

img

Pro Service-Oriented Smart Clients with .NET 2.0

Pro Service-Oriented Smart Clients with .NET 2.0 demonstrates how Smart Clients satisfy multiple purposes. First, you deploy a Smart Client application to a server and send your user base a URL. Then, when a user clicks the link, the server downloads the application to the end users machine and then runs it on the client, just like a desktop application. This book satisfies growing demand for a professional resource on Smart Clients. This comprehensive book is unique because it touches all of the bases: agility, service orientation, testing intelligence, and even a definition of what the "smart" in Smart Client means.

img

Pro Oracle Database 10g RAC on Linux : Installation, Administration, and Performance

Real Application Clusters (RAC) and the Grid architecture are Oracle's strategy for scaling out enterprise systems to cope with bigger workloads and more users. Many books limit themselves by conceptualizing and theorizing about RAC technology, but this book is the first to portray implementing and administering an Oracle 10g RAC system in a Linux environment. This book features basic concepts underlying Linux and Oracle RAC, design strategies, hardware procurement and configuration, and many other topics.

img

Pro LCS : Live Communications Server Administration

Pro LCS: Live Communications Server Administration will guide you on how to best leverage Microsofts Live Communications Server 2005 (LCS) to improve your business communications. This information-packed volume includes everything you need to know about LCS, but were afraid to ask. This includes all the different clients that you can utilize and how you can best deploy them. This book comes loaded with handy hints and tips, useful real-world scenarios, and extensive walkthroughs aimed at getting you up and running as quickly and painlessly as possible. It even includes a complete discussion about setting up a pilot deployment and rolling out the final solution in your chosen environment.

img

Pro C# with .NET 3.0

In recognition of this, Apress presents Pro C# with .NET 3.0, Special Edition to provide you with a complete A-to-Z reference for using C# with the .NET 2.0 platform and the .NET 3.0 extensions. The book contains new chapters that explore the interactions between the existing framework and the new extensions, giving you an edge when you evaluate and implement .NET 3.0 for the first time. To provide even more support, a bonus PDF download will be available with each purchase, offering over 500 pages of carefully selected additional content to help broaden your understanding of both .NET 2.0 and .NET 3.0.

Results Per Page