虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

problems

  • Koders makes it easy for software developers to find existing source code that solves many common de

    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.

    标签: developers existing software Koders

    上传时间: 2014-01-11

    上传用户:er1219

  • Velocity 是一个基于 Java 的通用模板工具

    Velocity 是一个基于 Java 的通用模板工具,来自于 jakarta.apache.org 。 Apache 开发的目的是替代 JSP/Struts。  JSP 是 Sun 开发的 Web 应用程序开发技术,与 PHP, ASP 具有类似功能。但是 JSP 存在着很多问题,使得它难以推广, 请参照 The problems with JSP by Jason Hunter

    标签: Velocity Java 模板

    上传时间: 2016-05-31

    上传用户:haohaoxuexi

  • LAPACK++ (Linear Algebra PACKage in C++) is a software library for numerical linear algebra that sol

    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

    标签: numerical software Algebra PACKage

    上传时间: 2014-08-16

    上传用户:h886166

  • A major goal of this book is to show to make devices that are inherently reliable by design. While a

    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.

    标签: inherently reliable devices design

    上传时间: 2016-07-30

    上传用户:xiaodu1124

  • 非常好的优化算法的书

    非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的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.

    标签: 优化算法

    上传时间: 2014-01-26

    上传用户:zgu489

  • Object-oriented languages define objects (types of things) that know how to perform methods (specif

    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.

    标签: Object-oriented languages objects methods

    上传时间: 2016-08-05

    上传用户:佳期如梦

  • C++ Footprint and Performance Optimization contains case studies and sample code to give readers con

    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.

    标签: Optimization Performance Footprint and

    上传时间: 2014-01-06

    上传用户:杜莹12345

  • GNU Octave is a high-level language, primarily intended for numerical computations. It provides a c

    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.

    标签: computations high-level primarily numerical

    上传时间: 2014-01-07

    上传用户:星仔

  • The GP kernel is a C++ class library that can be used to apply genetic programming techniques to al

    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".

    标签: programming techniques genetic library

    上传时间: 2016-08-17

    上传用户:zhengzg

  • Google 推出一套免費的 Web 安全評估工具

    Google 推出一套免費的 Web 安全評估工具,叫做 ratproxy,這套工具可以檢測、分析您的網站是否有安全性漏洞或網頁是否有被入侵,目前可支援 Linux, FreeBSD, MacOS X, 與 Windows (Cygwin) 等執行環境(反正就是 Unix-like 的環境啦)。 RatProxy 可偵測到的漏洞包括 Cross-site Scripting (XSS, 跨網站指令碼)、指令碼惡意置入(script inclusion issues), 惡意網頁內容(content serving problems), insufficient XSRF 以及 XSS 防護(XSS defenses) 等。

    标签: Google Web

    上传时间: 2016-09-30

    上传用户:LouieWu