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

📄 readme.doc

📁 不错的国外的有限元程序代码,附带详细的manual,可以节省很多的底层工作.
💻 DOC
字号:
Directory FEM.


1) If you are using a Sun (or Silicon Graphics) station :
---------------------------------------------------------
When you install the program, copy file 'make_sun' (or make_sg)
into your work directory. Rename this file into 'makefile'.


2) If you are using a Borland C++ compiler on a PC :
----------------------------------------------------
a) enter the Borland environment, by typing 'bc' (or 'bcx', or 'tc').
b) open a project 'main.prj', by using options 'Project/Open project'
   then typing 'main.prj'.
c) in this project, add all the files with extension '.c' or '.cpp',
   by using option 'Project/Add item'. 
d) check that the following options are set :
   - in 'Options/Compiler/Code generation/Model', select 'Large' or
     'Huge'.
   - in 'Options/Compiler/C++ Options'/Use C++ Compiler', select
     'C++ always'.
   - in 'Options/Directories', check that the paths are correct.

3) If you are using a Visual C++ compiler on a PC :
----------------------------------------------------
a) create a new project and select "Console Application" for the
project type.
b) Add all the *.cpp, *.hxx and *.h files to the project.
c) Build the project.

4) If you are using another platform :
--------------------------------------
Try to customize to your platform the 'make_XXX' files included in
this directory.

	============================================

- In any case, read carefully section 2.2 ('Installation') of the manual.
- Your compiler (typically, on Unix stations) may issue weird error messages
  when you compile a source file. This is often due to undesired CTRL-Z
  characters at the end of the source file or at the end of a header file
  included by the source file. So if this happens, edit the files (using
  for example the VI editor) and remove the CTRL-Z.

⌨️ 快捷键说明

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