Clicky
Showing changes from revision #2 to #3:
(追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)
FLIBS is a collection of Fortran modules written by Arjen Markus and Michael Baudin which perform particular tasks, such as:
The homepage and documentation is at http://flibs.sourceforge.net/ and the source code is available at http://www.sf.net/projects/flibs.
(追記)Flibs is open source software, available under the BSD license.
(追記ここまで)(追記) (追記ここまで)Below is a (currently incomplete) list of modules and tools contained in Flibs.
(追記ここまで)(追記) (追記ここまで)linkedlist - a generic include file for building linked lists (linkedlist.f90)
(追記ここまで)dictionaries - generic source code for implementing a associative arrays mapping of strings to data, implemented via a simple hash table.