Koders makes it easy for software developers to find existing source code that solves many common development Problems with our vast index of working source code from a variety of open source projects.
Velocity 是一個基于 Java 的通用模板工具,來自于 jakarta.apache.org 。 Apache 開發的目的是替代 JSP/Struts。
JSP 是 Sun 開發的 Web 應用程序開發技術,與 PHP, ASP 具有類似功能。但是 JSP 存在著很多問題,使得它難以推廣, 請參照 The Problems with JSP by Jason Hunter
LAPACK++ (Linear Algebra PACKage in C++) is a software library for numerical linear algebra that solves systems of linear equations and eigenvalue Problems on high performance computer architectures
A major goal of this book is to show to make devices that are inherently reliable by design. While a lot of attention has been given to “quality improvement,” the majority of the emphasis has been placed on the processes that occur after the design of a product is complete. Design deficiencies are a significant problem, and can be exceedingly difficult to identify in the field. These types of quality Problems can be addressed in the design phase with relatively little effort, and with far less expense than will be incurred later in the process. Unfortunately, there are many hardware designers and organizations that, for various reasons, do not understand the significance and expense of an unreliable design. The design methodology presented in this text is intended to address this problem.
非常好的優化算法的書,詳細介紹了蟻群算法和粒子群算法以及相關的matlab工具箱,講了理論和應用給出了工具箱的下載地址。
Swarm intelligence is an innovative computational way to solve hard Problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions.
Object-oriented languages
define objects (types of things) that know how to perform methods (specific actions).
Functional languages treat programming Problems like mathematical relationships.
Ruby is flexible, meaning that you can program in any of these styles however, it is
primarily object oriented, with some strong functional influence. This book focuses
slightly more on the functional aspects of Ruby than some other books.
C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to Problems that don t have cut and paste solutions. The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training.
GNU Octave is a high-level language, primarily intended for numerical
computations. It provides a convenient command line interface for
solving linear and nonlinear Problems numerically.
The GP kernel is a C++ class library that can be used to apply genetic
programming techniques to all kinds of Problems. The library defines
a class hierarchy. An integral component is the ability to produce
automatically defined functions as found in Koza s "Genetic
Programming II".