⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 c++经典教材 Blitz++ v0.8
💻
字号:
Blitz++ is a C++ template class library which provides array objectsfor scientific computing.  It is not a linear algebra or fft library;see http://oonumerics.org/oon for libraries that will do those things.The original Blitz website is at http://oonumerics.org/blitz.  The Blitzproject is now hosted by SourceForge and can be found on the web at http://www.sourceforge.net/projects/blitz.Licensing information is at http://oonumerics.org/legal.Summary: you can do anything except sell this library in sourceform.  Blitz is licensed under both the GPL (see COPYING)and a less restrictive (non-viral) "artistic license" (see LICENSE).1.  Directoriesblitz         Blitz++ headers and source filesblitz/meta    Blitz++ template metaprogramming headersblitz/array   Blitz++ headers for Array classrandom        Blitz++ headers for random number generationsrc           Blitz++ source files compiled into librarydoc           Current Blitz documentation using .texi and doxygen.manual        Original Blitz manual in HTML and PS format (not updated)m4            Local m4 macros used by autoconf/automakecompiler      Compiler tests (used with obsolete bzconfig script)  testsuite     Test suite examples      Example programs benchmarks    Benchmark programs lib           Build area for Blitz++ library2.  Compiling programsAll Blitz++ header files are referred to with a prefix of "blitz/".For example, to use the Array<T,N> class, one needs to include<blitz/array.h> instead of just <array.h>.To make this work, the main Blitz++ directory must be inyour include path.  For example, if Blitz++ was installedin /software/Blitz++, you will need to compile with-I/software/Blitz++ and -L/software/Blitz++/lib -lblitzTo summarize, a typical command line is:g++ foo.cpp -o foo -I/software/Blitz++ -L/software/Blitz++/lib -lblitzTo avoid the -I and -L options, you can set up symbolic links -- seeINSTALL for details.3.  Email addressesPlease report bugs to <blitz-bugs@oonumerics.org> or submit a bug reporton the SourceForge website at http://www.sourceforge.net/projects/blitz.Please send suggestions and feature requests to <blitz-dev@oonumerics.org>or submit them at the Blitz++ SourceForge website.4.  Legal mumbo-jumboThis program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See theGNU General Public License for more details.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -