????? Computer Programming Language Lecture 4 ?? - PowerPoint PPT Presentation

1 / 11
About This Presentation
Title:

????? Computer Programming Language Lecture 4 ??

Description:

Computer Programming Language Lecture 4 5488 ( ) do counter = a, b ... – PowerPoint PPT presentation

Number of Views:10
Avg rating:3.0/5.0
Slides: 12
Provided by: kuo1
Category:

less

Transcript and Presenter's Notes

Title: ????? Computer Programming Language Lecture 4 ??


1
?????Computer Programming LanguageLecture 4 ??
  • ??? ???? (5488)

2
??
  • ?????????? (???)
  • do counter a, b, c
  • end do
  • counter ?????
  • ???? a,????b,??? c (????1)
  • ?altb?,?????
  • a,b,c ???????

3
??????
?????????????,???,??
???????????? ?????
4
????
  • ??????
  • ?????,?????
  • ????????,???????????

5
?? Do while
  • ?????????
  • do while (????)
  • end do
  • ???? true ????

6
????
  • ????????
  • ????? false
  • cycle
  • ?????,??????
  • exit
  • ?????,?????????

7
  • Cycle
  • ??4????
  • Exit
  • ?????????

8
  • 123499100
  • ?? Fibonacci Sequence ???
  • f0 0, f1 1
  • fn fn-1 fn-2 when n gt 1

9
  • ????
  • ????

10
  • Calculator

11
????
  • 1/1! 1/2! 1/3! 1/10!
  • ????????
Write a Comment
User Comments (0)
About PowerShow.com