50 likes | 102 Views
計算機語言 ( 大一 , 第二学期 ) . 福島康裕 助理教授 , 環境系統工程研究室 email: fuku@mail.ncku.edu.tw, ext. 65838. Cases used in this class. Gini’s coefficient, Lorentz curve Sturges’ law for number of classes in bar charts Filters for data abstraction Import data from text file in Excel
E N D
計算機語言 (大一, 第二学期) 福島康裕 助理教授, 環境系統工程研究室 email: fuku@mail.ncku.edu.tw, ext. 65838
Cases used in this class • Gini’s coefficient, Lorentz curve • Sturges’ law for number of classes in bar charts • Filters for data abstraction • Import data from text file in Excel • Macro for extending functions in Excel(Climate data) • Calculation of prime numbers • (Introduction to simulation models)
What we have learned • Programming languages • Used to develop your own program FORTRAN • Used to extend the functions of software Visual Basic for Application • Programming elements • Conditionals: If .. else … • Loops: For … next • Types of parameters (real, int, arrays)
What we have learned • Programming techniques • Comment • Indentation • Functions and subroutines • Programming platforms • Windows PC (on your computer) • Unix Server (on remote computer) • Programming methods • Numerical method and Analytical Method
Why and How? • Programming motivations • Environmental issues are complex • Models (equations) in environmental engineering is complex. • Computers are quick in calculation • There are programs we can use as a part of our own programs • What can you do to study programming in environmental engineering more? • Learn modeling techniques in class • (you can do some work at lab…)