2005-01-14から1日間の記事一覧

Open Dynamics Engine

ODE is an open source, high performance library for simulating rigid body dynamics. It is fully featured, stable, mature and platform independent with an easy to use C/C++ API. http://ode.org/ http://d.hatena.ne.jp/sshi/20050111

標準C++ namespaceについて

http://fujitake.dip.jp/sealsoft/namespace.html 名前空間は、空間に名前を付け、その中に型や変数、関数などを入れることで識別名の衝突を防ぐものだ。 #include cout は、最新のC++では正しくない。標準C++のライブラリは名前空間stdの中に宣言されている…

関数ポインタ

を用いて、関数の関数(汎関数、母関数)を作る //== 母関数 void Flux_class::init_adf(double (*adf)(double), double range_min, double range_max, double delta_theta ) { tmp_summation += (*adf)(tmp_theta) ; } //== 関数 double func_cosine(double…

Chemical etching of Si by atomic Cls

Sano's master's thesis cited: Doping and crystallographic effects in Cl-atom etching of silicon, Elmer A. Ogryzlo, Dale E. Ibbotson, Daniel L. Flamm, and John A. Mucha , Journal of Applied Physics -- March 15, 1990 -- Volume 67, Issue 6, p…