页面: 上一页 1 2 3 4 5 6

十月, 2009 的文章

十月
13
2009
Computational Structural Engineering

Description: This volume presents selected edited papers given at the Symposium on Computational Structure Engineering (CSE 09) co-organized by Tongji University and Vienna University of Technology, held in Shanghai, 22-24 June, 2009.

Owing to great progress in computing technology, in computer as well as in programming technology, computation has become one of the most powerful tools for researchers and practicing engineers. It has led to tremendous achievements in computer-based structural engineering and there is evidence that this tendency will be accelerated.

In recent years, concepts of simulation of structural behavior, virtual reality, super-computing, and intelligence approaches reinforced the impact on processes of design, construction, and maintenance of structures. CSE 09 provided a forum for scientists, developers, and engineers to review novel research findings, to assess the suitability of new models, and to evaluate the robustness of advanced computational methods for investigation of the life-cycle of a structure.

The contributions of CSE 09 are presented in this book. It aims at providing a forum for presentation and discussion of state-of-the-art development in scientific computing applied to engineering sciences. Equal emphasis is given to basic methodologies, scientific development and engineering applications.

http://www.file2box.com/gwdhetlsz8ya

十月
13
2009
Cognition-Driven Decision Support for Business Intelligence: Models, Techniques, Systems and Applications
You must register before you can view this text.

Description: Cognition-driven decision support system (DSS) has been recognized as a paradigm in the research and development of business intelligence (BI). Cognitive decision support aims to help managers in their decision making from human cognitive aspects, such as thinking, sensing, understanding and predicting, and fully reuse their experience. Among these cognitive aspects, decision makers’ situation awareness (SA) and mental models are considered to be two important prerequisites for decision making, particularly in ill-structured and dynamic decision situations with uncertainties, time pressure and high personal stake. In today’s business domain, decision making is becoming increasingly complex. To make a successful decision, managers’ SA about their business environments becomes a critical factor.

This book presents theoretical models as well practical techniques of cognitiondriven DSS. It first introduces some important concepts of cognition orientation in decision making process and some techniques in related research areas including DSS, data warehouse and BI, offering readers a preliminary for moving forward in this book. It then proposes a cognition-driven decision process (CDDP) model which incorporates SA and experience (mental models) as its central components. The goal of the CDDP model is to facilitate cognitive decision support to managers on the basis of BI systems. It also presents relevant techniques developed to support the implementation of the CDDP model in a BI environment. Key issues addressed of a typical business decision cycle in the CDDP model include: natural language interface for a manager’s SA input, extraction of SA semantics, construction of data warehouse queries based on the manger’s SA and experience, situation information retrieval from data warehouse, how the manager perceives situation information and update SA, how the manager’s SA leads to a final decision. Finally, a cognition-driven DSS, FACETS, and two illustrative applications of this system are discussed.

http://www.file2box.com/b0z4b1th6zif

标签
十月
13
2009
Securing PHP Web Applications

Description: Easy, Powerful Code Security Techniques for Every PHP Developer

Hackers specifically target PHP Web applications. Why? Because they know many of these apps are written by programmers with little or no experience or training in software security. Don’t be victimized. Securing PHP Web Applications will help you master the specific techniques, skills, and best practices you need to write rock-solid PHP code and harden the PHP software you’re already using.

Drawing on more than fifteen years of experience in Web development, security, and training, Tricia and William Ballad show how security flaws can find their way into PHP code, and they identify the most common security mistakes made by PHP developers. The authors present practical, specific solutions–techniques that are surprisingly easy to understand and use, no matter what level of PHP programming expertise you have.

Securing PHP Web Applications covers the most important aspects of PHP code security, from error handling and buffer overflows to input validation and filesystem access. The authors explode the myths that discourage PHP programmers from attempting to secure their code and teach you how to instinctively write more secure code without compromising your software’s performance or your own productivity.

Coverage includes
Designing secure applications from the very beginning–and plugging holes in applications you can’t rewrite from scratch
Defending against session hijacking, fixation, and poisoning attacks that PHP can’t resist on its own
Securing the servers your PHP code runs on, including specific guidance for Apache, MySQL, IIS/SQL Server, and more
Enforcing strict authentication and making the most of encryption
Preventing dangerous cross-site scripting (XSS) attacks
Systematically testing yourapplications for security, including detailed discussions of exploit testing and PHP test automation
Addressing known vulnerabilities in the third-party applications you’re already running

Tricia and William Ballad demystify PHP security by presenting realistic scenarios and code examples, practical checklists, detailed visuals, and more. Whether you write Web applications professionally or casually, or simply use someone else’s PHP scripts, you need this book–and you need it now, before the hackers find you!

http://www.file2box.com/v2v9otsyyjtt

标签
十月
13
2009
Programming .NET Compact Framework 3.5 (2nd Edition)
You must register before you can view this text.

Description: Completely revised and updated for .NET Compact Framework 2.0 and 3.5, Visual Studio 2008, and Windows Mobile Smart Phones, Programming .NET Compact Framework 3.5, Second Edition, teaches you how to write highly effective applications for handheld wireless devices with small screens, limited memory, and finite battery life.

This book is the definitive tutorial and reference for the .NET Compact Framework and Windows Mobile. If you’re interested in developing for this burgeoning platform, there is no one better able to get you up to speed than industry veterans, master programmers, and teachers Paul Yao and David Durant.

With this book you will learn how to
Use each of the ten API sets available for Windows Mobile; when to use each; and, especially, when to use Win32 and the .NET Compact Framework 2.0 and 3.5
Write programs that make the most of a Windows Mobile device’s limited battery life
Efficiently invoke Win32 APIs from the .NET Compact Framework
Write exceptional, data-driven applications using data binding and .NET controls
Manage device data with the object store, file I/O, and the registry
Work with databases using ADO.NET and LINQ
Synchronize mobile data with remote databases and the remote API
Make a mobile device work with the Windows Communication Foundation (WCF)
Create graphical output on Windows Mobile devices

If you want to learn Windows Mobile development but only have limited experience with the .NET Framework, this is the only book you need.

http://www.file2box.com/7rscmzu6jalp

十月
13
2009

Ruby重构 Refactoring in Ruby

1
作者:AirForce
Refactoring in Ruby

Description: The First Hands-On, Practical, All-Ruby Refactoring Workbook!

Refactoring–the art of improving the design of existing code–has taken the world by storm. So has Ruby. Now, for the first time, there’s a refactoring workbook designed from the ground up for the dynamic Ruby language.

Refactoring in Ruby gives you all the realistic, hands-on practice you need to refactor Ruby code quickly and effectively. You’ll discover how to recognize “code smells,” which signal opportunities for improvement, and then perfect your program’s design one small, safe step at a time.

The book shows you when and how to refactor with both legacy code and during new test-driven development, and walks you through real-world refactoring in detail. The workbook concludes with several applications designed to help practice refactoring in realistic domains, plus a handy code review checklist you’ll refer to again and again. Along the way, you’ll learn powerful lessons about designing higher quality Ruby software–lessons that will enable you to experience the joy of writing consistently great code.

Refactoring in Ruby will help you
Recognize why poor code design occurs, so you can prevent it from occurring in your own code
Master better design techniques that lead to more efficient, reliable, and maintainable software
Fix code that’s too long, large, or difficult to follow
Ferret out duplication, and express each idea “once and only once”
Recognize missing or inadequately formed classes
Simplify overly complex relationships between classes and their subclasses
Achieve the right balance of responsibilities among objects
Make your code easier to test and change
Cope with incomplete library modules, and fix runaway dependencies
Learn the next steps to take after you refactor

http://www.file2box.com/n2vyamo1g3qy

十月
13
2009
Modern Genome Annotation: The Biosapiens Network

Description: An accurate description of current scientific developments in the field of bioinformatics and computational implementation is presented by research of the BioSapiens Network of Excellence. Bioinformatics is essential for annotating the structure and function of genes, proteins and the analysis of complete genomes and to molecular biology and biochemistry.

Included is an overview of bioinformatics, the full spectrum of genome annotation approaches including; genome analysis and gene prediction, gene regulation analysis and expression, genome variation and QTL analysis, large scale protein annotation of function and structure, annotation and prediction of protein interactions, and the organization and annotation of molecular networks and biochemical pathways. Also covered is a technical framework to organize and represent genome data using the DAS technology and work in the annotation of two large genomic sets: HIV/HCV viral genomes and splicing alternatives potentially encoded in 1% of the human genome.

http://www.file2box.com/no55yww1xtds

标签
十月
13
2009

开源VOIP – Asterisk 1.6

1
作者:AirForce
Asterisk 1.6
Description: The book offers readers both a detailed description as well as step by step instructions on deploying software solutions as well as Asterisk configurations. Screenshots are provided in sections to give a visual perspective of the instructions. For Asterisk configurations actual sample code is listed in the book which can be directly inserted into your Asterisk solution. This book is aimed at anyone who is interested in building a powerful telephony system using the free and open source application, Asterisk, without spending many thousands of dollars buying a commercial and often less flexible system. This book is suitable for the novice and those new to Asterisk and telephony. Telephony or Linux experience will be helpful, but not required.
http://www.file2box.com/lvraf3o5qx2m
页面: 上一页 1 2 3 4 5 6