Collection of subroutines for havc
资源简介:Collection of subroutines for havc
上传时间: 2017-08-21
上传用户:hakim
资源简介:This a Collection of algorithms for sorting and searching.
上传时间: 2013-12-18
上传用户:netwolf
资源简介:Great Collection of images for developing medical software.
上传时间: 2013-12-30
上传用户:refent
资源简介:数学公式库--非常不错 The GNU Scientific Library (GSL) is a Collection of routines for numerical computing. The routines have been written from scratch in C, and present a modern Applications Programming Interface (API) for C programmers, a...
上传时间: 2013-12-17
上传用户:yuanyuan123
资源简介:The Java Cookbook is a comprehensive Collection of problems, solutions, and practical examples for anyone programming in Java. Developers will find hundreds of tried-andtrue Java "recipes" covering all of the major APIs as well as some AP...
上传时间: 2014-01-16
上传用户:ukuk
资源简介:This Collection of C++ templates wraps the forTRAN or C interfaces for LAPACK so that they integrate with the Boost uBLAS library. Currently implements Cholesky decomposition, LU decomposition, inversion and determinant for general and posi...
上传时间: 2015-08-10
上传用户:chfanjiang
资源简介:This an excellent Collection of XML best practices: essential reading for any developer using XML. This book will help you avoid common pitfalls and ensure your XML applications remain practical and interoperable for as long as possible." ...
上传时间: 2014-01-18
上传用户:海陆空653
资源简介:AI::Categorizer is a framework for automatic text categorization. It consists of a Collection of Perl modules that implement common categorization tasks, and a set of defined relationships among those modules
上传时间: 2014-12-05
上传用户:笨小孩
资源简介:Graphics Gems 源码 a Collection of algorithms, programs, and mathematical techniques for the computer graphics programmer.
上传时间: 2015-12-01
上传用户:1079836864
资源简介:This a Collection of MATLAB functions for extended Kalman filtering, unscented Kalman filtering, particle filtering, and miscellaneous other things. These utilities are designed for reuse and I have found them very useful in many projects. ...
上传时间: 2013-12-23
上传用户:ljmwh2000
资源简介:Introduction A shared library is a Collection of functions that are available for use by one or more applications running on a system. On Windows operating systems, the library is compiled into a dynamic link library (.dll) file. At run-ti...
上传时间: 2014-01-26
上传用户:2467478207
资源简介:This book describes a Collection of standards, conventions, and guidelines for creating effective UML diagrams. They are based on sound, proven principles that will lead to diagrams that are easier to understand and work with.
上传时间: 2016-04-19
上传用户:ggwz258
资源简介:ARPACK is a Collection of fortran77 subroutines designed to solve large scale eigenvalue problems.
上传时间: 2013-12-09
上传用户:66666
资源简介:Image Compression A Collection of simple routines for image compression using different techniques. 图象压缩的不同方法 BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids...
上传时间: 2016-05-11
上传用户:磊子226
资源简介:This white paper describes a Collection of standards, conventions, and guidelines for writing solid Java code. They are based on sound, proven software engineering principles that lead to code that is easy to understand, to maintain, and ...
上传时间: 2014-12-08
上传用户:hakim
资源简介:The DSPLIB is a Collection of 39 high-level optimized DSP functions for the TMS320C64x device. This source code library includes C-callable functions (ANSI-C language compatible) for general signal processing math and vector functions.
上传时间: 2016-10-16
上传用户:赵云兴
资源简介:The DSPLIB is a Collection of 39 high-level optimized DSP functions for the TMS320C64x device. This source code library includes C-callable functions (ANSI-C language compatible) for general signal processing math and vector functions.
上传时间: 2016-10-16
上传用户:gengxiaochao
资源简介:FreeBREW is a Collection of open source software for BREW. BREW Foundation Framework provides a multitasking-aware kernel which supports a layered, per-task and per-state event dispatching mechanism to enable robust, state-pattern programmi...
上传时间: 2017-02-07
上传用户:上善若水
资源简介:This package is a free Collection of Matlab routines for computing wave atom transforms in one, two and three dimensions.
上传时间: 2017-03-05
上传用户:1583060504
资源简介:Collection of resume.. very useful for professionals
上传时间: 2014-01-13
上传用户:标点符号
资源简介:Collection of polish police speedcameras cars. Please enter site provided in documents for actual information.
上传时间: 2013-12-17
上传用户:熊少锋
资源简介:I have a uploaded best Collection of c++ books. Please look in to these books for good understanding of c++
上传时间: 2014-01-25
上传用户:13681659100
资源简介:A Collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtraction, multiplication, and division. Very nice code library with heavy in-line documentation! Been looking for multi-byte divide? Here it is.
上传时间: 2015-05-17
上传用户:cursor
资源简介:OpenCV means Intel® Open Source Computer Vision Library. It is a Collection of C functions and a few C++ classes that implement some popular Image Processing and Computer Vision algorithms. OpenCV has cross-platform middle-to-high lev...
上传时间: 2015-09-12
上传用户:zhangyi99104144
资源简介:This example application is a Collection of Flash Lite do s and don ts from the usability point of view. The application contains real examples and animations of static examples that help you to see problematic issues in real life on a ...
上传时间: 2015-10-05
上传用户:trepb001
资源简介:Purpose of this White Paper This white paper describes a Collection of standards, conventions, and guidelines for writing solid Java code. They are based on sound, proven software engineering principles that lead to code that is easy to ...
上传时间: 2014-02-12
上传用户:123啊
资源简介:The CoinUtils project is a Collection of open-source utilities developed and used by a variety of other projects in the COIN-OR repository. The project includes classes for storing and manipulating sparse matrices and vectors, performing ma...
上传时间: 2013-12-19
上传用户:xmsmh
资源简介:FFTW, a Collection of fast C routines to compute the Discrete Fourier Transform in one or more dimensions.The fftw/ directory contains the source code for the complex transforms, and the rfftw/ directory contains the source code for the r...
上传时间: 2016-08-17
上传用户:yoleeson
资源简介:This Collection of 28 research papers provides an insightful overview of past and current research findings in Project Management, and takes an eye-opening excursion along frontiers fertile for future investigation.
上传时间: 2014-01-02
上传用户:ecooo
资源简介:Java Extreme Programming Cookbook offers more than just a Collection of cut-and-paste code. Each recipe also includes explanations of how and why the approach works, so you can adapt the techniques to similar situations. One of the biggest ...
上传时间: 2017-06-29
上传用户:cmc_68289287