Droplet Lagrangian Transient One-dimensional Reacting Code Implementation of both liquid and gas phase governing equations.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

7 satır
111B

  1. all: write.out read.out
  2. write.out: write.c
  3. gcc write.c -o write.out
  4. read.out: read.c
  5. gcc read.c -o read.out