📄 readmewin32.txt
字号:
To use this library with MS Visual C++, you need to have uBLAS and CLAPACK
installed. You download uBLAS with Boost. You can get a Win32 version of
CLAPACK from Netlib:
CLAPACK3-Windows.zip
Having installed the appropriate libraries, set up your MSVC project properties
to use them.
Using uBLAS with MSVC 7
-----------------------
In Project Properties:
1. C/C++, General, Additional Include Directories
- boost base directory (eg, C:/mylibs/boost_1_32_0/)
Using CLAPACK with MSVC 7
-------------------------
In Project Properties:
1. Add Additional dependencies: clapack.lib
2. Other things maybe (if compile/link fails):
- RTTI on
- multithreaded DLL runtime library
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -