2016-2-9,Tuesday 预计阅读时间: 12 minutes and 43 seconds with 2799 words. 本文总阅读量次programme
All programs are data. All intepreters are program. All Handware and software,or type checkers etc are interpreter.
I think data conceives the soul,not only the fixed process,but changing vari-language.
… 阅读全文>>
2015-11-1,Sunday 预计阅读时间: 2 minutes and 6 seconds with 463 words. 本文总阅读量次programme
As you all know we can use defun to define a function in the common lisp,
(defun add (x) (+ x 1)) (defun foo (a b c) (list a b c)) Definition above is the most essential method to create a function. Due to the
convience we will have to think about the variables and functions again.
Writing thinking path: from thinking the variables to functions and get the knowledge of the common lisp.
… 阅读全文>>
2015-6-22,Monday 预计阅读时间: 6 minutes and 54 seconds with 1518 words. 本文总阅读量次方法, programme, 数学, 学术
Incompact3d是一个开源的基于fortran语言编写的DNS求解器,也是我研究生期间使用的开源源代码。 Incompact3d整体框架的介绍可以参考软件的user-guide和文献High-order-compact schemes for incompressible flows: a simple and effcient method with the quasi-spectral accuary,还可以搜索sylvain Laziet 相关的文章 ,只不过他并不是成熟的软件,很多的编译和后处理都可能出现问题,下面是我使用过程遇到的一些问题。 当然主要过程是,通过makefile编译,然后运行incompact3d,最后处理计算结果。
… 阅读全文>>