8000 GitHub - zmiimz/fortran_notes: simple and hopefully useful snippets in modern fortran
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zmiimz/fortran_notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fortran_notes

Collection of simple and hopefully useful snippets in modern Fortran 2008. Tested with gfortran 6.3 and intel ifort 18.0.0

containers and advanced data structures

  • Doubly linked list (non-generic)
  • Hashtable
  • Red-black tree

design patterns

This set of modules implements design patterns from the well-known uml diagrams (described in GoF book etc).

  • Abstract factory
  • Factory method
  • Builder
  • Prototype
  • Singleton
  • State
  • Strategy
  • Adapter
  • Bridge

hash functions

  • CRC-32, IEEE 802
  • hash functions: elf, bpreiss, apartow (AP), knuth, tmueller, sax, djb, djb2, sdbm, fnv1_32, fnv1a_32, jenkins_oat

About

simple and hopefully useful snippets in modern fortran

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0