1 / 5

計算機語言 ( 大一 , 第二学期 )

計算機語言 ( 大一 , 第二学期 ) . 福島康裕 助理教授 , 環境系統工程研究室 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

aalfred
Télécharger la présentation

計算機語言 ( 大一 , 第二学期 )

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 計算機語言 (大一, 第二学期) 福島康裕 助理教授, 環境系統工程研究室 email: fuku@mail.ncku.edu.tw, ext. 65838

  2. 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)

  3. 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)

  4. 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

  5. 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…)

More Related