ebook57-15

Size: px
Start display at page:

Download "ebook57-15"

Transcription

1 Va n G o Ve n i c e B A S I C

2

3 P 1 P 2 pp1=**;pp2=** (ppi ) P 1, P 2 P 1, P 2 ( p P 1, p P 2 ) p P 1 < p P 2, P 1 p P 1 > p P 2, P 2 p P 1 = p P 2, # #

4 430 2 B A S I C 15-1 B A S I C 15-1 B A S I C S i z e = 1 0 S q u a r e I n c h P r i c e = P r i c e / S q u a r e I n c h e s Enter the Price of a pizza Display the SquareInchPrice If the pizza is square,calculate SquareInches by multiplying the Size*Size Repeat the price calculations for as many pizzas as the user wants Ask the user for the shape of the first pizza and hold it in RAM as Shape1. Ask the user for the price of the first pizza and hold it in RAM as Price1. Ask the user for the size of the first pizza and hold it in RAM as Size1. Calculate the price per square inch Size1* Size1 2. πr 2, π r 2 2 S i z e 1 / ^

5 Ask the user for the shape of the second pizza and hold it in RAM as Shape2 Ask the user for the price of the second pizza and hold it in RAM as Price2 Ask the user for the size of the second pizza and hold it in RAM as Size2 If Shape2 is square then calculate the square inches using the formula: S q u a r e i n c h e s 2 = S i z e 2 * S i z e 2 If Shape2 is round then calculate the square inches using the formula: S q u a r e i n c h e s 2 = * ( S i z e 2 / 2 ) ^ 2 S q u a r e i n c h P r i c e 2 = P r i c e 2 / S q u a r e i n c h e s 2 if SquareinchPrice1<SquareinchPrice2 then display the message Pizza 1 is the best deal. if SquareinchPrice2>SquareInchPrice1 then display the message Pizza 2is the best deal. if SquareinchPrice1=SquareinchPrice2 then display the message Both pizzas are the same deal P i z z a 1 S h a p e 1 P i z z a 1 P r i c e 1 P i z z a 1 S i z e 1 if Shape1 is square then calculate the square inches using the formula: Squareinches1=size1 * size1 If Shape1 is round then Calculate the square inches using the formula: Squareinches1= 3.142*(size1/2)^2 S q u a r e I n c h e s P r i c e 1 = P r i c e 1 / S q u a r e I n c h s 1 P i z z a 2 S h a p e 2 P i z z a 2 P r i c e 2 P i z z a 2 S i z e 2 if Shape2 is square then calculate the square inches using the formula: Squareinches2=size2 * size2 if Shape2 is round then calculate the square inches using the formula: Squareinches2= 3.142*(size2/2)^2 S q u a r e I n c h e s P r i c e 2 = P r i c e 2 / S q u a r e I n c h s 2 If SquareinchesPrice1<SquareinchPrice2 then Display the message Pizza1 is the best deal If SquareinchesPrice1>SquareinchPrice2 then Display the message Pizza2 is the best deal If SquareinchesPrice1=SquareinchPrice2 then Display the message both Pizza are the same deal 15-3 ( )

6 A

7 Shapel Shape2 15-5

8 B A S I C 15-7 R E M Shapel $ r o u n d $ F r i c e l $ 15-7 B A S I C

9 Q B A S I C This is the first line. This is the second line. PRINT This is the first line. PRINT This is the second line. B A S I C 100 PRINT This is the first line. 200 PRINT This is the second line GOTO 5 Q B A S I C G O TO Wi d g e t PRINT This is the second line. PRINT This is the first line. G O TO Wi d g e t PRINT This is the second line. Widget: PRINT All Done! E N D

10 G O TO G O TO Widget 1968 A C M D i j k s t r a Go To G O TO G O TO 15-9 GOTO G O S U B 1. G O S U B 2. GOSUB c h e c k i n p u t 3. c h e c k i n p u t R E T U R N 5. G O S U B 4. RETURN G O S U B

11 I F...THEN...ELSE I F... THEN... ELSE That number is greater than 10. INPUT Enter a number from 1 to 10:, N u m b e r IF Number >10 THEN PRINT That number is greater than 10! ELSE PRINT That number is 10 or less. E N D Q B A S I C W H I L E... W E N D F O R... N E X T FOR N=1 TO 3 PRINT T h e r e s no place like home. NEXT N E N D F O R... N E X T N N 15-12

12 438 FOR N=1 TO 3 PRINT T h e r e s no place like home. NEXT N E N D 1) FOR N=1 TO 3 N 1 N 1 2) PRINT T h e r e s no place like home. T h e r e s no place like home. 3) NEXT FOR N=1 TO 3 N 2 1 4) N 3 FOR N=1 TO 3 N 3 N = 2 5) T h e r e s no place like home. 6) NEXT F O R 7) N 3 3 8) T h e r e s no place like home. N E X T F O R N 4 N 3 9) E N D B ( d e b u g g i n g ) P i z z a

13 P i z z a P R I N T IF AGE = 16 THEN You can drive. P R I N T IF AGE = 16 THEN PRINT You can drive. P i z z a IF SquareInchPrice1 < SquareInchPrice2 THEN PRINT Pizza 2 is a better deal than Pizza REM The Pizza Program REM This program tells you which of two pizzas is the better deal REM by calculating the price per square inch of each pizza * s i z e / 2 ^ 2 REM The program calculates the number of square inches

14 440 REM in a round pizza where REM pi=3.142,size/2=radius,and(size/2)^2=radius squared: S q u a r e i n c h e s = * ( s i z e / 2 ) ^ C P i z z a 2 P i z z a PA S C A L

15 B A S I C S q u a r e i n c h P r i c e = Price / SquareInches, P R O L O G C h a r l i e L i n u s S a m G e o rg e ( M a l e ) L u c y P a t t i e A m a n d a A n n e ( F e m a l e ) X Y 1. X 2. X M Y 3. Y X Prolog

16 H T M L H T M L H T M L H T M L H T M L P R I N T E N D MMR M1 REG LDA 5 S TA Num1 LDA 4 ADD Num1 S TA Total E N D 5 5 N u m 1 4 N u m 1 To t a l B A S I C PRINT Please wait

17 N U M

18 O p e n S a v e Save as P r i n t Wi n d o w s 3. 1 C o m d l g. d l l

19 Document Wo r d P a d Wi n d o w s, 2. Save As Wi n d o w s, Document Wo r d P a d Save As Wi n d o w,

20 446 C o n t i n u e D Visual Basic Programmer s J o u r n a l D B A S I C 1964 I B M - P C G W- B A S I C Q B A S I C B A S I C B A S I C

21 B A S I C Vi s u a l B a s i c ( V B ) C O B O L 60 C O B O L C O B O L F O RT R A N 1954 F O RT R A N P a s c a l 1971 P a s c a l P a s c a l C C C++ 9 C + + C C + + C ++ L I S P P r o l o g S Q L S Q C O B O L S Q L Java 10 J a v a J + + C + + J a v a J + + a p p l e t J a v a J a v a J + + J a v a J + + J a v a J a v M a c i n t o s h U N I X J + + Wi n d o w s Wi n d o w s J a v a S c r i p t J a v a J a v a S c r i p t J a v a J a v a S c r i p t H T M L J a v a S c r i p t J a v a S c r i p t Intel 8086 x

22 C O B O L F O RT R A N B A S I C 70 Kemeny K u r t z B A S I C B A S I C 1991 Visual Basic B A S I C Visual Basic V B Visual Basic Windows 95 V B C D - R O M w w w. c c i w. c o m / n p 3 1. Mickey Williamson C I O w w w. c i o. c o m / a r c h i v e / _ d e v e n p o r _ c o n t e n t. h t m l ( S E I ) S E I w w w. s e i. c m u. e d u f d d. g s f c. n a s a. g o v / s e l t e x t. h t m l NASA/Goddard Space Fight Center Software Engineering Laboratory d x s t i n g. c e r n. c h / s t i n g / g l o s s a r y - i n t r o. h t m l C E R N Steve McConnell ( 1993

23 ) S t e v e C o n s t r u x S o f t w a r e B u i l d e r ( w w w. c o n s t r u x. c o m / c h k. h t m ) Gregory Wi l s o n s 1997 D o b b w w w. d d j. c o m / d d j / c a r e e r s 2 / w i l s. h t m D o b b Ed. Yo u r d o n ( w w w. c u t t e r. c o m / a m p r o g /) Wi n d o w s ( w w w.microsoft.com/msj) w w w. n a p o n n e t. o rg w w w. i p g n e t. c o m / i p g h o m e. h t m 2. w w w.pcwebopaedia.com/algorithm.htm P C We b o p a e d i a John Horton Conway D o o m s d a y w w w. i n t e r l o g. c o m / ~ r 937 / d o o m s d a y. h t m l. Thomas Niemann c o o k b o o k ( w w w. g e o c i t i e s. c o m / S o H o / b o o k. h t m l.) R u b i k s Cube w w w. s u n y i t. e d u /- millerd1/rubik.htm, w w w. c s. s u n y s b. e d u /- a l g o r i t h / i n d e x. h t m l S t o n y Brook Algorithm Repository 70 D o n a l d Knuth Donald Knuth 1997 Knuth Knuth w w w - c s - s t a ff. s t a n f o r d. e d u / ~ k n u t h / t a o c p. h t m l. 3. David S. Linthicum Larry Klien u s e r p a g e s. a u g. c o m / f r o d o / p s e u d o. h t m j e ffco.k12.co.us/dist _de/c/c13.html w w w. z d n e t. c o m / p c m a g / f e a t u r e s / f l o w /_ o p e n. h t m w w w. s m a r t d r a w. c o m S m a r t D r a w w w w. r ff. c o m R F F l o w w w w. m i c r o g r a f x. c o m / E N T E R P R I S E / f l o w c h a r t e r M i c r o g r a p h x FlowCharter SmartDraw 4. Eugene Eric Kim, 1997 D o b b w w w. d d j. c o m / d d j / 1997 / c a r e e r s 2 / k i m 1. h t m Allen Holub(www. d d j. c o m / d d j / 1997 / c a r e e r s 2 / h o l u. h t m ) s t a t s. b l s. g o v / o c o / o c o s 110. h t m Monster Board (www. m o n s t e r. c o m ) Canadian Hi-Te c h C a r e e r w w w. h i t e c h c a r e e r. c o mmercury News w w w. t a l e n t s c o u t. c o m Susan Lammers

24 w w w. d a t a m a t i o n. c o m / P l u g l n / h u m o r / c l a s s i c s / p a s c a l. h t m l Ed Post P a s c a l 5. G O TO D i j k s t r a A C M G O TO w w w. a c m. o rg / c l a s s i c s / o c t 95 / Steve McConnell w w w. c o n s t r u x. c o m / s t e v e m c c / c c g o t o. h t m C o n s t r u x G o t o w w w. c o n s t r u x. c o m / s t e v e m c c / b p o 6. h t m IEEE Software 6. Burean of Labor Statistics s t a t s. b l s. g o v / o c o / o c o s o 89. h t m, Micro Search ( w w w.microsearchsf.com/ breakin.htm) Internet Resources for Technical Communicators ( w w w,interlog.com/~ksoltys/ technicomm.html) Wr i t e r s Block(www. n i v a. c o m / w r i t b l o k / i n d e x. h t m ) Mining Company (texhwriting.miningco.com/) ( w w w. a f i t. a f. m i l / S c h o o l s / L D / r e p w r i t. h t m ) s t c. o rg ( S T C ) C O R E c o m m w w w. c o r e c o m m. c o m / w o r s t. h t m l w w w. i o. c o m / ~ h c e x r e s / t c m 1603 / a c c h t m l / a c c t o c. h t m l David A. McMurrey 7. OOP Terry Montlick w w w. s o f t - d e s i g n. c o m / s o f t i n f o / o b j e c t s. h t m l Ta l i g e n t Object Glossary ( w w w. t a l i g e n t. c o m / Te c h n o l o g y / O T Te r m i n o l o g y. h t m l ) Bob Hathaway s Object-Orientation FA Q ( w w w. c y b e r d y n e - o b j e c t - s y s. c o m / o o f a q /) Grady Booch (Benjamin Cummings 1993 ) Philipp Schneider ( w w w. i t r.ch/courses /case/boochreference/) O O A O O D w w w. p e n c o m. C o m / c a s e / o o. h t m l B o o c h C o a d - Yo u r d o n R u m b a u g h S h l a e r- M e l l o r g e e. c s. o s w e g o. e d u / d l / o o s d w 3 / C h a m p e a u s L e a F a u r e ( 1993 ) 8. Visual Basic Visual Basic w w w.microsoft.com/vbasic V B V a p e x s c Carl & Gary s Vi s u a l Basic Home Page C a r l & G a r y w w w. a p e x s c. c o m / v b / n e w b i e 1. h t m l V B Visual Basic

25 V B Gary Beenes Visual Basic World Beginner s Corner (web2.airmail.net/gbeene/ begin.html) Te g o S o f t w w w. t e g o. c o m / I t e m s / L e a r n VisualBasicFast/ LearnVBFast.html Visual Basic Visual Basic Visual Basic Palace (home.computer. n e t / ~ m h e l l e r / h i n t s. h t m l ) V B D e v x ( w w w. w i n d x. c o m ) Visual Basic Online Magazine (www. v b o n l i n e. c o m / v b - m a g / ) Visual Basic 9. C++ C + + ( w w w. r e s e a r c h. a t t. c o m / ~ b s / c + +. h t m l ) Bjarne Stroustrup 1980 C + + ( w w w. m i c r o s o f t. c o m / v i s u a l c ( )) B o r l a n d ( w w w.borland.com/ borlandcpp/cpprod.html) C + + Mikes C++ Programming ( w w w. w t v l. n e t / m i k e / w e b j r / b e g c p p. h t m ) C + + C + + C + + We b w w w. c l. a i s. n e t / m o r p h / c + + / m a i n. h t m /, Visual C++ ( w w w. v c d j. c o m ) C + + Global Network Academy) C + + w w w. g n a c a d e m y. o rg C + + C 10. Java J a v a w w w.iftech.com/oltc/webdev/webdev6.stm Marshall Brain J a v a J a v a w w w. r a n d. c o m / t l u n g / j a v a B e g i n n e r s Java Tu t o r i a l J a v a Sun Microsystems J a v a j a v a. s u n. c o m FA Q J a v a J a v a J a v a w w w. c r e a t i v e g o o d. c o m / h e l p / c 011. h t m l Mark Hurst J a v a S c r i p t J a v a We b H o t s y t e ( w w w.serve.com /hotsyte) Java Script N e t s c a p e JavaScript Guide INPUT "Employee Name:" ;EmpName5 WHILE EmpName$<> E O F INPUT "Hours Worked"; HoursWk INPUT "PayRate "; PayRate GrossPay = HoursWk * PayRate

26 452 IF GrossPay >50 THEN E L S E W E N D Tax = GrossPay *.12 Tax = 0 END IF NetPay = GrossPay - Ta x PRINT "Gross Pay"; GrossPay INPUT "Employee Name"; EmpName$ PRINT "Payroll complete." E N D B A S I C Visual Basic C O B O L F O RT R A N P a s c a l C C + + L I S P / P R O L O G S Q L 8086 assembly language J a v a / J + + H T M L J a v a S c r i p t D a l l a s Texas Portland O r e g o n 2.

27 B A S I C BASIC REM This program calculates the number of tanks of gas REM required to drive my car a specified number of miles. M i l e s P e r G a l l o n = G a l l o n s P e r Ta n k = 1 2 INPUT "Enter the number of miles to drive:", MilesTo D r i v e GallonsRequired is MilesToDrive / MilesPenGallon TanksRequired = GallonsRequired / GallonsPerTa n k PRINT "This trip will require:" PRINT MilesPerGallon PRINT "tanks of gas." E N D 5. B A S I C A Y A Y 0 REM Sample program A = 10 Y = A * 3 A = A * Y E N D 6.

28 w w w.yahoo.com/computer/ 8. / Marsha Murray Marsha 10. O K 11.

29 Visual Basic 1) S t e p s S t e p s S t e p 2) E x p l o r e ( ) ( / 9 ) ( ) ) 10 % 20 % 3 0 % 4 0 % E x p l o r e % 10 % 2 0 % 3 0 % 4 0 %

30 456 4) / E x p l o r e PAY. V P R ( Wa g e ) S a l a r y 620 ( Wa g e ) 8, ( H o u r l y )

epub 34-1

epub 34-1 1 P C Lisa Stefanik A b b o t s f o r d 2 2 0 20 S n e a k e r n e t 1-1 1-1 5000 Wo r d P e r f e c t 1-2 Windows 95 Windows 98 Windows NT Server Novell NetWa r e 1 3 1-2 20 80 Microsoft Windows NT Novell

More information

epub83-1

epub83-1 C++Builder 1 C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r 1.1 1.1.1 1-1 1. 1-1 1 2. 1-1 2 A c c e s s P a r a d o x Visual FoxPro 3. / C / S 2 C + + B u i l d e r / C

More information

ebook204-2

ebook204-2 Internet Information Services 2 I I S 5 We b We b I I S IIS 5 M i c r o s o f t M i c r o s o f t Active Server Pages A S P We b IIS 5 IIS 5 3 We b IIS 5 We b Microsoft Solutions Framework M S F M S F

More information

ebook70-19

ebook70-19 1 9 S t a r O ff i c e Star Division S t a r O ff i c e h t t p / / w w w. s t a r d i v i s i o n. c o m S t a r O ff i c e O p e n L i n u x O p e n L i n u x StarOffice S t a r O ff i c e S t a r O

More information

Windows XP

Windows XP Windows XP What is Windows XP Windows is an Operating System An Operating System is the program that controls the hardware of your computer, and gives you an interface that allows you and other programs

More information

Microsoft Word - template.doc

Microsoft Word - template.doc HGC efax Service User Guide I. Getting Started Page 1 II. Fax Forward Page 2 4 III. Web Viewing Page 5 7 IV. General Management Page 8 12 V. Help Desk Page 13 VI. Logout Page 13 Page 0 I. Getting Started

More information

ebook66-24

ebook66-24 2 4 0 C P U 0 C P U hardware exception software exception -- e x c e p t t r y f i n a l l e x c e p t try f i n a l l y e x c e p t t r y - e x c e p t t r y - f i n a l l y 24.1 exception filter t r

More information

ebook215-5

ebook215-5 5 X M L X M L Document Object Model D O M 5.1 We b We b We b W 3 C W3C DOM W3C DOM D O D O M D O M D O D O M H T M L X M L 5.1.1 XML X M L X M L 5-1 X M L 112 XML 5-2 P R O D U C T P l u t o n i u m L

More information

第 15 章 程 式 編 写 語 言 15.1 程 式 編 写 語 言 的 角 色 程 式 編 寫 語 言 是 程 式 編 寫 員 與 電 腦 溝 通 的 界 面 語 法 是 一 組 規 則 讓 程 式 編 寫 員 將 字 詞 集 合 起 來 電 腦 是 處 理 位 元 和 字 節 的 機 器, 與

第 15 章 程 式 編 写 語 言 15.1 程 式 編 写 語 言 的 角 色 程 式 編 寫 語 言 是 程 式 編 寫 員 與 電 腦 溝 通 的 界 面 語 法 是 一 組 規 則 讓 程 式 編 寫 員 將 字 詞 集 合 起 來 電 腦 是 處 理 位 元 和 字 節 的 機 器, 與 程 式 編 写 語 言 在 完 成 這 章 後, 你 將 能 夠 了 解 程 式 編 写 語 言 的 功 能 了 解 高 階 語 言 和 低 階 語 言 之 間 的 分 別 知 道 翻 譯 程 式 的 意 義 和 能 夠 把 翻 譯 程 式 分 類 為 : 匯 編 程 式 編 譯 程 式 和 解 譯 程 式 認 識 不 同 翻 譯 程 式 的 優 點 和 缺 點 程 式 是 指 揮 電 腦 的 指

More information

ebook 145-6

ebook 145-6 6 6.1 Jim Lockhart Windows 2000 0 C S D Wo r m. E x p l o r e Z i p z i p p e d _ f i l e s. e x e Wo r m. E x p l o r e Z i p H i Recipient Name! I received your email and I shall send you a reply ASAP.

More information

AL-M200 Series

AL-M200 Series NPD4754-00 TC ( ) Windows 7 1. [Start ( )] [Control Panel ()] [Network and Internet ( )] 2. [Network and Sharing Center ( )] 3. [Change adapter settings ( )] 4. 3 Windows XP 1. [Start ( )] [Control Panel

More information

PowerPoint Presentation

PowerPoint Presentation TOEFL Practice Online User Guide Revised September 2009 In This Guide General Tips for Using TOEFL Practice Online Directions for New Users Directions for Returning Users 2 General Tips To use TOEFL Practice

More information

XXX专业本科人才培养方案

XXX专业本科人才培养方案 计 算 机 科 学 与 技 术 专 业 本 科 人 才 培 养 方 案 (Computer Science and Technology 080901) 一 培 养 目 标 本 专 业 培 养 德 智 体 美 全 面 发 展, 具 有 良 好 的 科 学 与 人 文 素 养, 熟 悉 经 济 管 理 法 律 等 相 关 基 础 知 识, 系 统 地 掌 握 计 算 机 硬 件 软 件 方 面 的 基

More information

CH01.indd

CH01.indd 3D ios Android Windows 10 App Apple icloud Google Wi-Fi 4G 1 ( 3D ) 2 3 4 5 CPU / / 2 6 App UNIX OS X Windows Linux (ios Android Windows 8/8.1/10 BlackBerry OS) 7 ( ZigBee UWB) (IEEE 802.11/a/b/g/n/ad/ac

More information

C/C++ - 字符输入输出和字符确认

C/C++ - 字符输入输出和字符确认 C/C++ Table of contents 1. 2. getchar() putchar() 3. (Buffer) 4. 5. 6. 7. 8. 1 2 3 1 // pseudo code 2 read a character 3 while there is more input 4 increment character count 5 if a line has been read,

More information

ebook 178-3

ebook 178-3 3 Windows 2000 Server Windows 2000 Windows 2000 Windows 2000 Windows 2000 Windows 2000 Server Windows 2000 Server Windows 2000 Windows 2000 Server 3.1 Windows 2000 Server Windows 2000 Server 166 M H z

More information

ebook45-5

ebook45-5 5 S Q L SQL Server 5.1 5-1 SQL Server 5-1 A B S A C O S A S I N ATA N AT N 2 C E I L I N G C O S C O T D E G R E E S E X P F L O O R L O G L O G 10 P I P O W E R R A D I A N S R A N D R O U N D S I G N

More information

ebook8-30

ebook8-30 3 0 C C C C C C++ C + + C++ GNU C/C++ GNU egcs UNIX shell s h e l l g a w k P e r l U N I X I / O UNIX shell awk P e r l U N I X C C C C C C U N I X 30.1 C C U N I X 70 C C U N I X U N I X U N I X C Dennis

More information

ebook140-8

ebook140-8 8 Microsoft VPN Windows NT 4 V P N Windows 98 Client 7 Vintage Air V P N 7 Wi n d o w s NT V P N 7 VPN ( ) 7 Novell NetWare VPN 8.1 PPTP NT4 VPN Q 154091 M i c r o s o f t Windows NT RAS [ ] Windows NT4

More information

128 ( ) ( ) [ 1 ] [2] [3] (1) (2) (3) [1] [2] [3] 10 2 ( ) (1997.6) ( ) 64

128 ( ) ( ) [ 1 ] [2] [3] (1) (2) (3) [1] [2] [3] 10 2 ( ) (1997.6) ( ) 64 BIBLID 1026-5279 (2005) 94:2 p. 127-154 (2005.12) 127 Keywords Digital Library High School Library Library Website Open Source E-mail frank@hchs.hc.edu.tw 128 (2005.12) ( ) 6 0 68 [ 1 ] [2] [3] (1) (2)

More information

微軟認證專家.PDF

微軟認證專家.PDF MCP MCSD System Engineer MCP MCP 1 MCSE Database Administrator MCP MCDBA Developer MCP MCP SB MCSD Office MOUS Core MOUS Expert MOUS Master http://www.microsoft.com/mcp/ 3 4 Microsoft Training & Services

More information

ebook140-3

ebook140-3 3 WAN WAN WNA 2 L A N L A N ( WA N ) ( M A N ) 2 L A N WA N WA I n t e r n e t L A N WA N 3.1 M A N WA WA N WA N WA N M A N WA N G A N (WAN) 3.1.1 WAN WA N L A N L A N 44 WA N 3-1 WA N I P X / S P X I

More information

Microsoft Word - 11月電子報1130.doc

Microsoft Word - 11月電子報1130.doc 發 行 人 : 楊 進 成 出 刊 日 期 2008 年 12 月 1 日, 第 38 期 第 1 頁 / 共 16 頁 封 面 圖 話 來 來 來, 來 葳 格 ; 玩 玩 玩, 玩 數 學 在 11 月 17 到 21 日 這 5 天 裡 每 天 一 個 題 目, 孩 子 們 依 據 不 同 年 段, 尋 找 屬 於 自 己 的 解 答, 這 些 數 學 題 目 和 校 園 情 境 緊 緊 結

More information

CC213

CC213 : (Ken-Yi Lee), E-mail: feis.tw@gmail.com 9 [P.11] : Dev C++ [P.12] : http://c.feis.tw [P.13] [P.14] [P.15] [P.17] [P.23] Dev C++ [P.24] [P.27] [P.34] C / C++ [P.35] 10 C / C++ C C++ C C++ C++ C ( ) C++

More information

Chn 116 Neh.d.01.nis

Chn 116 Neh.d.01.nis 31 尼 希 米 书 尼 希 米 的 祷 告 以 下 是 哈 迦 利 亚 的 儿 子 尼 希 米 所 1 说 的 话 亚 达 薛 西 王 朝 二 十 年 基 斯 流 月 *, 我 住 在 京 城 书 珊 城 里 2 我 的 兄 弟 哈 拿 尼 和 其 他 一 些 人 从 犹 大 来 到 书 珊 城 我 向 他 们 打 听 那 些 劫 后 幸 存 的 犹 太 人 家 族 和 耶 路 撒 冷 的 情 形

More information

epub 75-1

epub 75-1 1 Linux L i n u x L i n u x L i n u x L i n u x L i n u x 1.1 Linux 1991 Linus To r v a l d s Intel PC U N I X L i n u x L i n u x L i n u s P C P C L i n u s M i n i x U N I X P C L i n u s I n t e r

More information

? (1) (2) (3) (IS) IS 650 信息技术教程 ( 第 7 版 )

? (1) (2) (3) (IS) IS 650 信息技术教程 ( 第 7 版 ) 第 章系统分析和编程 10.1 6 6 10.2 5 5 10.3? 10.4? 10.5 OOP? 10.6? Tandem DMV IBM Tandem 3000 Tandem 60 DMV IBM Tandem DMV IBM 10 4400 10.1 6 6? ? 10.1.1 10.1.2 3 3 (1) (2) (3) (IS) IS 650 信息技术教程 ( 第 7 版 ) CART

More information

TX-NR3030_BAS_Cs_ indd

TX-NR3030_BAS_Cs_ indd TX-NR3030 http://www.onkyo.com/manual/txnr3030/adv/cs.html Cs 1 2 3 Speaker Cable 2 HDMI OUT HDMI IN HDMI OUT HDMI OUT HDMI OUT HDMI OUT 1 DIGITAL OPTICAL OUT AUDIO OUT TV 3 1 5 4 6 1 2 3 3 2 2 4 3 2 5

More information

软 件 工 程 专 业 习 指 南 目 录 一 软 件 工 程 专 业 设 置 背 景 与 发 展 前 景... 3 二 软 件 工 程 专 业 实 践 教 条 件... 4 三 软 件 工 程 专 业 课 程 类 型 及 核 方 式... 6 1. 软 件 工 程 专 业 课 程 类 型...7

软 件 工 程 专 业 习 指 南 目 录 一 软 件 工 程 专 业 设 置 背 景 与 发 展 前 景... 3 二 软 件 工 程 专 业 实 践 教 条 件... 4 三 软 件 工 程 专 业 课 程 类 型 及 核 方 式... 6 1. 软 件 工 程 专 业 课 程 类 型...7 计 算 机 系 软 件 工 程 专 业 习 指 南 广 东 科 技 院 计 算 机 系 2015-9-1 软 件 工 程 专 业 习 指 南 目 录 一 软 件 工 程 专 业 设 置 背 景 与 发 展 前 景... 3 二 软 件 工 程 专 业 实 践 教 条 件... 4 三 软 件 工 程 专 业 课 程 类 型 及 核 方 式... 6 1. 软 件 工 程 专 业 课 程 类 型...7

More information

Computer Architecture

Computer Architecture ECE 3120 Computer Systems Assembly Programming Manjeera Jeedigunta http://blogs.cae.tntech.edu/msjeedigun21 Email: msjeedigun21@tntech.edu Tel: 931-372-6181, Prescott Hall 120 Prev: Basic computer concepts

More information

ebook70-14

ebook70-14 Linux 1 4 1 5 1 6 1 7 1 8 1 9 S t a r O ff i c e 2 0 L i n u x 1 4 O p e n L i n u x O p e n L i n u x C D - R O M O p e n L i n u x C o r e l WordPerfect 8 for Linux S t a r D i v i s i o n S t a r O

More information

ebook65-20

ebook65-20 2 0 H T T P C G I We b C G I We b H T M L C G I H T M L C G I 20.1 HTTP 17 We b N e t s c a p e Internet Explorer We b A p a c h e I I S C G I H T T P HTTP 1.0 HTTP 1.1 I n t e r n e t I n t e r n e t

More information

AL-MX200 Series

AL-MX200 Series PostScript Level3 Compatible NPD4760-00 TC Seiko Epson Corporation Seiko Epson Corporation ( ) Seiko Epson Corporation Seiko Epson Corporation Epson Seiko Epson Corporation Apple Bonjour ColorSync Macintosh

More information

ebook140-11

ebook140-11 11 VPN Windows NT4 B o r d e r M a n a g e r VPN VPN V P N V P N V P V P N V P N TCP/IP 11.1 V P N V P N / ( ) 11.1.1 11 V P N 285 2 3 1. L A N LAN V P N 10MB 100MB L A N VPN V P N V P N Microsoft PPTP

More information

家长讲师团案例之一

家长讲师团案例之一 书 香 的 气 息 哲 思 的 气 韵 高 远 的 气 质 主 编 : 费 建 华 题 字 : 朱 永 新 2011-2012 学 年 度 第 一 学 期 第 5 期 ( 总 181 期 ) 教 师 论 文 简 论 中 学 历 史 教 学 中 的 学 生 自 学 历 史 组 周 昆 内 容 摘 要 : 众 所 周 知, 论 从 史 出 只 有 掌 握 了 一 定 的 历 史 信 息, 才 能 分 析

More information

ebook2-24

ebook2-24 2 4 24 24 2 4 We b 24 24 24.1 We b Job Opening We b E x c i t e 24-1 E x c i t e C a r e e r s 290 C a r e e r s, 24-1 w w w. e x c i t e. c o m E x c i t e C a r e e r Excite Careers M o n s t e r. c

More information

ebook 185-6

ebook 185-6 6 Red Hat Linux DB2 Universal Database 6.1 D B 2 Red Hat D B 2 Control Center D B 2 D B 2 D B 2 6.1 DB2 Universal Database [DB2]6.1 D B 2 O LT P O L A P D B 2 I B M P C We e k D B 2 D B 2 L i n u x Windows

More information

ebook121-20

ebook121-20 20 ASCII Call me Ishmael Call me Ishmael Å n o 9 9 % 6 e s c a p e s h i f t s h i f t I have 27 sisters 208 1 8 ( 2 7 ) 10 111 2 7 2 7, 5 1874 Emile Baudot 1877 Donald Murray 1931 C C I T T (ITU) N O.

More information

ebook12-1

ebook12-1 API N e t B I O S Wi n s o c k A P I Wi n s o c k 1 N e t B I O S Wi n s o c k A P I N e t B I O S O S / 2 D O S 2 3 4 Wi n d o w s Wi n d o w s 1 NetBIOS Network Basic Input/Output System, NetBIOS A P

More information

Sophos Central 快速安裝手冊

Sophos Central 快速安裝手冊 Sophos Central 快速安裝手冊 1 1. Sophos Central...5 2....9 3....13 3.1. Enduser Protection...13 3.2. Intercept X...21 3.3....28 3.4....36 3.5....45 3.5.1...45 3.5.2...50 3.5.3...54 3.5.4...57 3.5.5...60 3.6...63

More information

ebook4-12

ebook4-12 12 CGI C G I (Common Gateway Interface) We b P H P C G I H T M L H T T P H T M L We b H T T P We We b I n t e r n e t R F C h t t p : / / w w w. i e t f. o rg / P H P C G I C G A p a c h e C G I P H P

More information

epub 61-2

epub 61-2 2 Web Dreamweaver UltraDev Dreamweaver 3 We b We b We Dreamweaver UltraDev We b Dreamweaver UltraDev We b We b 2.1 Web We b We b D r e a m w e a v e r J a v a S c r i p t We b We b 2.1.1 Web We b C C +

More information

Product Type Batteries (only) Circuit Breatkers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC N

Product Type Batteries (only) Circuit Breatkers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC N 1201 South Second Street Milwaukee, Wisconsin U.S.A. 53204 Tel 414-382-2000 1 July 2016 RE: China Restriction of Hazardous Substances (RoHS) Dear Customer, Rockwell Automation is committed to demonstrating

More information

Product Type Batteries (only) Circuit Breakers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC Ne

Product Type Batteries (only) Circuit Breakers & Load Protection Connection Devices Contactors Ethernet Switches, Stratix Switches I/O Modules; PLC Ne 1201 South Second Street Milwaukee, Wisconsin U.S.A. 53204 Tel 414-382-2000 1 July 2016 RE: China Restriction of Hazardous Substances (RoHS) Dear Customer, Rockwell Automation is committed to demonstrating

More information

C/C++语言 - 运算符、表达式和语句

C/C++语言 - 运算符、表达式和语句 C/C++ Table of contents 1. 2. 3. 4. C C++ 5. 6. 7. 1 i // shoe1.c: # include # define ADJUST 7. 64 # define SCALE 0. 325 int main ( void ) { double shoe, foot ; shoe = 9. 0; foot = SCALE * shoe

More information

epub 79-1

epub 79-1 1 XML X M L X M L X M L We b 1.1 markup language M L M L A S C I I A S C I I C 0 0 0 1 F C R - L F M S - D O S M S - Wi n d o w s U n i x L F M a c O S C R A S C I I A S C I I -. - -. C C + + { }. b e

More information

UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 厦门大学博硕士论文摘要库

UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 厦门大学博硕士论文摘要库 10384 200128011 UDC The Design and Implementation of a Specialized Search Engine Based on Robot Technology 2004 5 2004 2004 2004 5 World Wide Web Robot Web / (Focused Crawling) Web Meta data Web Web I

More information

Microsoft Word - Front cover_white.doc

Microsoft Word - Front cover_white.doc Real Time Programme 行 情 报 价 程 序 Seamico Securities Public Company Limited WWW.SEAMICO.COM Table of Content 目 录 开 始 使 用 开 始 使 用 Z Net 程 序 程 序 1 股 票 观 察 者 4 每 日 股 票 按 时 间 的 交 易 查 询 10 多 股 同 列 13 股 票 行 情

More information

何 日 生 : 西 方 新 聞 媒 體 強 調 價 值 中 立, 這 是 存 在 幾 個 迷 思 的, 首 先 是 強 調 例 外, 例 如 人 咬 狗 才 是 新 聞 ; 其 次 是 懷 疑 和 批 判, 正 如 同 西 方 常 說 的, If your mother says she loves

何 日 生 : 西 方 新 聞 媒 體 強 調 價 值 中 立, 這 是 存 在 幾 個 迷 思 的, 首 先 是 強 調 例 外, 例 如 人 咬 狗 才 是 新 聞 ; 其 次 是 懷 疑 和 批 判, 正 如 同 西 方 常 說 的, If your mother says she loves 慈 濟 大 愛 台 10 年 耕 耘 建 構 式 新 聞 研 發 部 資 深 研 究 員 何 國 華 2016 年 2 月 數 位 時 代 的 媒 體 環 境 大 幅 改 變, 新 聞 機 構 由 單 一 新 聞 媒 體 (News Media), 轉 型 成 為 新 聞 品 牌 (News Brand), 以 及 公 民 新 聞 衍 生 的 多 層 次 新 聞 (Layered Journalism)

More information

內文.tpf

內文.tpf 2 4 6 7 8 9 9 10 11 12 13 15 18 21 22 MOD 24 25 26 27 28 33 34 37 38 39 40 56 1 45 43 91 10 1 181 43 1 181 2 Taiwan Education Resources Information Center,TERIC 3 (34 ) (3 (38 ) (39 ) 4 (18 ) (9 ) (10

More information

Microsoft Word - 97.01.30軟體設計第二部份範例試題_C++_ _1_.doc

Microsoft Word - 97.01.30軟體設計第二部份範例試題_C++_ _1_.doc 電 腦 軟 體 設 計 乙 級 技 術 士 技 能 檢 定 術 科 測 試 範 例 試 題 (C++) 試 題 編 號 :11900-920201-4 審 定 日 期 : 94 年 7 月 1 日 修 訂 日 期 : 96 年 2 月 1 日 97 年 1 月 30 日 ( 第 二 部 份 ) 電 腦 軟 體 設 計 乙 級 技 術 士 技 能 檢 定 術 科 測 試 應 檢 參 考 資 料 壹 試

More information

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO Car DVD New GUI IR Flow User Manual V0.1 Jan 25, 2008 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com Important Notice SUNPLUS

More information

ebook177-1

ebook177-1 1 1968 A R PA N E T A R PA N E T 1 9 7 3 Ly n c h R o s e Internet system Handbook ( 1993 ) David Croker R F C Request for Comment 1969 R F C R F C M O 1969 1974 A R PA N E T 1977 I E N T C P / I P 1986

More information

入學考試網上報名指南

入學考試網上報名指南 入 學 考 試 網 上 報 名 指 南 On-line Application Guide for Admission Examination 16/01/2015 University of Macau Table of Contents Table of Contents... 1 A. 新 申 請 網 上 登 記 帳 戶 /Register for New Account... 2 B. 填

More information

封面.PDF

封面.PDF Microsoft C Writing Clean Code Microsoft Techniques for Developing Bug-free C Programs Steve Maguire 1 1 2 8 3 31 4 53 5 60 6 75 7 98 8 115 129 A 130 B 133 C 140 160 Beth Joseph Julia Maguire lint

More information

古根漢全球化經營行銷策略發酵:擴張主義與認同危機

古根漢全球化經營行銷策略發酵:擴張主義與認同危機 8 Z a h a Hadid 2. 8 ~ 4 7 Know How v i s i o n m i s s i o n G o o g l e new museum construction 0. 22 1, 930, 000 Bigger is B e t t e r 2000 81 4,200 A A M 2 003 Museum Financial Information 806 1 3.

More information

untitled

untitled 參 例 邏 說 邏 () 1. VB 2005 Express 說 2. 1 3. 2 4 4. 3 理念 說 識 量 李 龍老 立 1. 理 料 2. 理 料 3. 數 料 4. 流 邏 念 5. 良 6. 讀 行 行 7. 行 例 來 邏 1. 說 2. 說 理 類 3. 良 4. 流 邏 念 5. 說 邏 理 力 令 1. 2. 3. 4. 5. 1 參 料 念 1. ( Visual Basic

More information

ebook 102-3

ebook 102-3 3 1 3.1 3.1.1 1. / ; ; ( ) / I D 3 49 Microsoft Windows NT P C 2. 3. 4. 3.1.2 1. 1 2 U P S 3 50 4 2. Windows 95 Windows NT Workstation N I C 3. 3.2 Windows NT Windows 98 / Windows NT Server 4.0 Windows

More information

C/C++ - 函数

C/C++ - 函数 C/C++ Table of contents 1. 2. 3. & 4. 5. 1 2 3 # include # define SIZE 50 int main ( void ) { float list [ SIZE ]; readlist (list, SIZE ); sort (list, SIZE ); average (list, SIZE ); bargragh

More information

REPORT ID: SS-220D COMPILED BY: HONG KONG HOUSING SOCIETY 香港房屋協會 PROJECT:THS2018 HONG KONG HOUSING SOCIETY 香港房屋協會 T-HOME TRANSITIONAL RENTAL HOUSING S

REPORT ID: SS-220D COMPILED BY: HONG KONG HOUSING SOCIETY 香港房屋協會 PROJECT:THS2018 HONG KONG HOUSING SOCIETY 香港房屋協會 T-HOME TRANSITIONAL RENTAL HOUSING S Page 1 of 7 000001 1333 000002 392 000003 1321 000004 945 000005 1065 000006 30 000007 704 000008 219 000009 118 000010 1032 000011 256 000012 731 000013 1245 000014 203 000015 525 000016 62 000017 996

More information

Microsoft Word - 2-4-1_2 課本1225_OK_0222修.doc

Microsoft Word - 2-4-1_2 課本1225_OK_0222修.doc 第 七 課 玩 積 木 學 程 式 學 習 目 標 1. 學 生 能 夠 說 出 程 式 中 的 指 令 還 要 轉 換 成 電 腦 可 以 了 解 的 命 令 才 能 指 揮 電 腦 工 作 2. 學 生 能 夠 說 出 程 式 語 言 的 發 展 愈 高 階, 愈 像 人 類 的 自 然 語 言 3. 學 生 能 夠 分 辨 程 式 語 言 的 不 同 用 途 4. 學 生 能 夠 說 出 個

More information

2

2 RE-101M2 2 3 1. 3. 2. 1 l 1 2 4 3 4 5 1 2 5 1. 3. 2. 4. 12 5. 7. 6. 8. 13 10. 9. 14 1 1. 2. 5. 3. 4. 6 1. 2. 1. 2. 7 1. 5. 2. 6. 3. 7. 4. 8. 8 9 2. 3. 1. 6. 8. 7. 5. 4. 10 1. 2. 1. 11 ...4...1... 4...2...1

More information

epub 66-4

epub 66-4 4 5 Page Layout Wi z a r d Visio 2000 Page Layout Wi z a r d 4 Visio Custom Properties Visio 2000 O ffice Layout Cause and Effect Diagram Visio 2000 1) 2) 4.1 Visio 2000 F i l e N e w Visio 2000 Block

More information

國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 表 11 國 立 政 治 大 學 教 育 學 系 博 士 班 資 格 考 試 抵 免 申 請 表... 46 論 文 題 目 申 報 暨 指 導 教 授... 47 表 12 國 立 政 治 大 學 碩 博 士 班 論

國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 表 11 國 立 政 治 大 學 教 育 學 系 博 士 班 資 格 考 試 抵 免 申 請 表... 46 論 文 題 目 申 報 暨 指 導 教 授... 47 表 12 國 立 政 治 大 學 碩 博 士 班 論 國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 一 教 育 學 系 簡 介... 1 ( 一 ) 成 立 時 間... 1 ( 二 ) 教 育 目 標 與 發 展 方 向... 1 ( 三 ) 授 課 師 資... 2 ( 四 ) 行 政 人 員... 3 ( 五 ) 核 心 能 力 與 課 程 規 劃... 3 ( 六 ) 空 間 環 境... 12 ( 七 )

More information

ebook129-9

ebook129-9 9 : D L L D L L D L L D L L D e l p h i D L L DLL DLL D L L D L L D L L Wi n 32 D L L D L L Wi n d o w s D L L D L L D L D L L 9.1 DLL Wi n d o w s D L L D L L K e r n e l 32. d l l U s e r 32. d l l G

More information

Microsoft PowerPoint - Eisenstein_ABET_Presentation_Beijing_Oct_2007-Chinese.ppt [兼容模式]

Microsoft PowerPoint - Eisenstein_ABET_Presentation_Beijing_Oct_2007-Chinese.ppt [兼容模式] Bruce Eisenstein 博 士 是 Drexel 大 学 电 气 和 计 算 机 工 程 系 的 Arthur J. Rowland 教 授, 同 时 是 电 气 和 计 算 机 工 程 系 的 前 任 系 主 任 (1980-1995) 他 是 一 个 受 尊 敬 的 IEEE 的 领 导 者, 在 2000 年 担 任 IEEE 的 主 席 在 担 任 主 席 以 前,Eisenstein

More information

ebook

ebook 3 3 3.1 3.1.1 ( ) 90 3 1966 B e r n s t e i n P ( i ) R ( i ) W ( i P ( i P ( j ) 1) R( i) W( j)=φ 2) W( i) R( j)=φ 3) W( i) W( j)=φ 3.1.2 ( p r o c e s s ) 91 Wi n d o w s Process Control Bl o c k P C

More information

Microsoft Word doc

Microsoft Word doc 中 考 英 语 科 考 试 标 准 及 试 卷 结 构 技 术 指 标 构 想 1 王 后 雄 童 祥 林 ( 华 中 师 范 大 学 考 试 研 究 院, 武 汉,430079, 湖 北 ) 提 要 : 本 文 从 结 构 模 式 内 容 要 素 能 力 要 素 题 型 要 素 难 度 要 素 分 数 要 素 时 限 要 素 等 方 面 细 致 分 析 了 中 考 英 语 科 试 卷 结 构 的

More information

HC70245_2008

HC70245_2008 Reliability Laboratory Page: 1 of 6 Date: September 5, 2008 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified

More information

1.ai

1.ai HDMI camera ARTRAY CO,. LTD Introduction Thank you for purchasing the ARTCAM HDMI camera series. This manual shows the direction how to use the viewer software. Please refer other instructions or contact

More information

ebook70-13

ebook70-13 1 3 I S P O p e n L i n u x Point to Point Protocol P P P I S P L i n u x 10 L i n u x World Wide We b 13.1 We b f t p ( ) f t p (File Transfer Protocol F T P ) F T P g e t p u t 13. 1. 1 F T P f t p n

More information

<4D6963726F736F667420576F7264202D20BFBBAD58C4D1A55DACB0A6F3A4A3ACF5A1482E646F63>

<4D6963726F736F667420576F7264202D20BFBBAD58C4D1A55DACB0A6F3A4A3ACF5A1482E646F63> 投 稿 類 別 : 觀 光 餐 旅 類 篇 名 : 蕃 茄 麵 包 為 何 不 紅? 作 者 : 黃 俊 霖 三 信 家 商 餐 飲 科 三 年 二 十 三 組 蔣 佩 秀 三 信 家 商 餐 飲 科 三 年 二 十 三 組 丁 于 軒 三 信 家 商 餐 飲 科 三 年 二 十 三 組 指 導 老 師 : 程 援 瑞 老 師 1 目 錄 壹 前 言 -----------------------------------------------------------------------------------------------3

More information

ebook 132-6

ebook 132-6 6 SQL Server Windows NT Windows 2000 6.1 Enterprise Manager SQL Server Enterprise Manager( ) (Microsoft Management C o n s o l e M M C ) Enterprise Manager SQL Server Enterprise Manager 6.1.1 Enterprise

More information

ebook46-23

ebook46-23 23 Access 2000 S Q L A c c e s s S Q L S Q L S Q L S E L E C T S Q L S Q L A c c e s s S Q L S Q L I N A N S I Jet SQL S Q L S Q L 23.1 Access 2000 SQL S Q L A c c e s s Jet SQL S Q L U N I O N V B A S

More information

2005 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD UNIX X/Open Company, Ltd. / Sun Sun Microsystems Su

2005 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD UNIX X/Open Company, Ltd. / Sun Sun Microsystems Su StarSuite 8 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. 819 1344 10 2005 6 2005 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054 U.S.A. Sun Sun Berkeley BSD

More information

<4D F736F F D D342DA57CA7DEA447B14D2DA475B57BBB50BADEB27AC3FEB14DA447B8D5C344>

<4D F736F F D D342DA57CA7DEA447B14D2DA475B57BBB50BADEB27AC3FEB14DA447B8D5C344> 1. 請 問 誰 提 出 積 體 電 路 (IC) 上 可 容 納 的 電 晶 體 數 目, 約 每 隔 24 個 月 (1975 年 更 改 為 18 個 月 ) 便 會 增 加 一 倍, 效 能 也 將 提 升 一 倍, 也 揭 示 了 資 訊 科 技 進 步 的 速 度? (A) 英 特 爾 (Intel) 公 司 創 始 人 戈 登. 摩 爾 (Gordon Moore) (B) 微 軟 (Microsoft)

More information

C/C++ - 文件IO

C/C++ - 文件IO C/C++ IO Table of contents 1. 2. 3. 4. 1 C ASCII ASCII ASCII 2 10000 00100111 00010000 31H, 30H, 30H, 30H, 30H 1, 0, 0, 0, 0 ASCII 3 4 5 UNIX ANSI C 5 FILE FILE 6 stdio.h typedef struct { int level ;

More information

VB程序设计教程

VB程序设计教程 高 等 学 校 教 材 Visual Basic 程 序 设 计 教 程 魏 东 平 郑 立 垠 梁 玉 环 石 油 大 学 出 版 社 内 容 提 要 本 书 是 按 高 等 学 校 计 算 机 程 序 设 计 课 程 教 学 大 纲 编 写 的 大 学 教 材, 主 要 包 括 VB 基 础 知 识 常 用 程 序 结 构 和 算 法 Windows 用 户 界 面 设 计 基 础 文 件 处

More information

, 7, Windows,,,, : ,,,, ;,, ( CIP) /,,. : ;, ( 21 ) ISBN : -. TP CIP ( 2005) 1

, 7, Windows,,,, : ,,,, ;,, ( CIP) /,,. : ;, ( 21 ) ISBN : -. TP CIP ( 2005) 1 21 , 7, Windows,,,, : 010-62782989 13501256678 13801310933,,,, ;,, ( CIP) /,,. : ;, 2005. 11 ( 21 ) ISBN 7-81082 - 634-4... - : -. TP316-44 CIP ( 2005) 123583 : : : : 100084 : 010-62776969 : 100044 : 010-51686414

More information

Microsoft PowerPoint - OPVB1基本VB.ppt

Microsoft PowerPoint - OPVB1基本VB.ppt 大 綱 0.VB 能 做 什 麼? CH1 VB 基 本 認 識 1.VB 歷 史 與 版 本 2.VB 環 境 簡 介 3. 即 時 運 算 視 窗 1 0.VB 能 做 什 麼? Visual Basic =>VB=> 程 式 設 計 語 言 => 設 計 程 式 設 計 你 想 要 的 功 能 的 程 式 自 動 化 資 料 庫 計 算 模 擬 遊 戲 網 路 監 控 實 驗 輔 助 自 動

More information

南華大學數位論文

南華大學數位論文 The Digital Divide on the Remote Area: Regarding the community of Ta-Pang in Mt. A-li Abstract Base on the coming of information society, the digital science and technology usage suppose to be the basic

More information

通 用 申 请 填 写 流 程 简 图 首 次 登 陆 已 注 册 用 户 登 录 ( 最 终 提 交 前 可 无 限 次 登 录 修 改 ) 注 册 账 户 College Search 中 添 加 New York University Common App 填 写 ( 包 含 两 篇 写 作

通 用 申 请 填 写 流 程 简 图 首 次 登 陆 已 注 册 用 户 登 录 ( 最 终 提 交 前 可 无 限 次 登 录 修 改 ) 注 册 账 户 College Search 中 添 加 New York University Common App 填 写 ( 包 含 两 篇 写 作 上 海 纽 约 大 学 2017 年 秋 季 入 学 Common Application( 通 用 申 请 ) 填 写 指 导 教 程 上 海 纽 约 大 学 是 中 国 教 育 部 正 式 批 准 设 立 的 第 一 所 中 美 合 作 大 学, 也 是 纽 约 大 学 全 球 教 育 体 系 (Global Network University) 的 组 成 部 分, 与 纽 约 校 园 阿

More information

徐汇教育214/3月刊 重 点 关 注 高中生异性交往的小团体辅导 及效果研究 颜静红 摘 要 采用人际关系综合诊断量表 郑日昌编制并 与同性交往所不能带来的好处 带来稳定感和安全感 能 修订 对我校高一学生进行问卷测量 实验组前后测 在 够度过更快乐的时光 获得与别人友好相处的经验 宽容 量表总分和第 4 项因子分 异性交往困扰 上均有显著差 大度和理解力得到发展 得到掌握社会技术的机会 得到 异

More information

2009 Japanese First Language Written examination

2009 Japanese First Language Written examination Victorian Certificate of Education 2009 SUPERVISOR TO ATTACH PROCESSING LABEL HERE STUDENT NUMBER Letter Figures Words JAPANESE FIRST LANGUAGE Written examination Monday 16 November 2009 Reading time:

More information

ebookg 21-1

ebookg 21-1 1 ( Ti g e r Wo o d s ) ( D o n a l d Tr u m p ) ( O d w a l l a ) (Donald Tr u m p ) ( 2 1 (John Elway) ( D e n v e r ) F D A 2 500 10 000 20 6 4 17 3 9 1 0 10 4 1 1.1 30 50 (The New York Ti m e s) 5

More information

02

02 Thinking in C++: Volume One: Introduction to Standard C++, Second Edition & Volume Two: Practical Programming C++ C C++ C++ 3 3 C C class C++ C++ C++ C++ string vector 2.1 interpreter compiler 2.1.1 BASIC

More information

WinMDI 28

WinMDI 28 WinMDI WinMDI 2 Region Gate Marker Quadrant Excel FACScan IBM-PC MO WinMDI WinMDI IBM-PC Dr. Joseph Trotter the Scripps Research Institute WinMDI HP PC WinMDI WinMDI PC MS WORD, PowerPoint, Excel, LOTUS

More information

542 33 1 20 20 6 435 15 311 48 1 4 3 2 0 8 18 200 4 1,888 305 62 2 2 3 61 42 1,346 47 390 40 12 2 2 6 41 8 7 3 3 1 18 301 1 19 24 14 3 3 12 335 110 1 1 1, 582 45 76 547 1 147 46 1,103 96 1 22 8 6,721 70

More information

2015 Chinese FL Written examination

2015 Chinese FL Written examination Victorian Certificate of Education 2015 SUPERVISOR TO ATTACH PROCESSING LABEL HERE Letter STUDENT NUMBER CHINESE FIRST LANGUAGE Written examination Monday 16 November 2015 Reading time: 11.45 am to 12.00

More information

翻 那 本 日 记, 好 像 和 自 己 赌 气, 好 像 那 个 人 还 在 乎 一 样, 里 面 的 内 容, 因 为 在 较 着 劲, 就 是 不 愿 意 去 看 那 些 甜 蜜 的 过 往 小 小 的 日 记 本 塞 在 行 李 箱 的 底 部, 安 静 地 呆 在 那 儿, 只 是, 不

翻 那 本 日 记, 好 像 和 自 己 赌 气, 好 像 那 个 人 还 在 乎 一 样, 里 面 的 内 容, 因 为 在 较 着 劲, 就 是 不 愿 意 去 看 那 些 甜 蜜 的 过 往 小 小 的 日 记 本 塞 在 行 李 箱 的 底 部, 安 静 地 呆 在 那 儿, 只 是, 不 蓦 然 回 首 / 作 者 : 温 昀 Chapter 1 如 果 知 道 离 开 了 你 的 我 是 这 么 脆 弱, 那 么 当 初, 我 无 论 如 何 也 会 低 下 自 己 高 高 仰 起 脸 庞, 可 是 陈 然, 你 去 哪 儿 了? 人 生 就 是 这 样, 也 许 就 是 一 个 转 身 过 后, 彼 此 走 出 了 曾 经 的 生 活, 原 本 如 此 熟 悉, 如 此 重 要

More information

ebook66-15

ebook66-15 1 5 Wi n d o w s 3 17 18 15.1 Vi r t u a l A l l o c p v A d d r e s s M U L L Vi r t u a l A l l o c M E M _ TO P _ D O W N 50 MB 52 428 800 5 0 1 024 1 024 p v A d d r e s s Vi r t u a l A l l o c N

More information

2010 Japanese First Language Written examination

2010 Japanese First Language Written examination Victorian Certificate of Education 2010 SUPERVISOR TO ATTACH PROCESSING LABEL HERE STUDENT NUMBER Letter Figures Words JAPANESE FIRST LANGUAGE Written examination Monday 15 November 2010 Reading time:

More information

1,569 12, 931, ,388 2, , ,129 87,522 1, , ,

1,569 12, 931, ,388 2, , ,129 87,522 1, , , 3 4 5 95 1 2 4 2 5 10,186 40 497 33 1 13 95 1 20 8 8 406 9 223 55 2 1 2 6 1 6 1 8 132 11 16 1,563 234 62 23 14 4 5 28 16 1,1 70 8 264 20 339 115 4 3 11 1 562 1 1 4 8 211 1 1 4 19 3 2 3 11 2 27 1,569 12,

More information

2017 CCAFL Chinese in Context

2017 CCAFL Chinese in Context Student/Registration Number Centre Number 2017 PUBLIC EXAMINATION Chinese in Context Reading Time: 10 minutes Working Time: 2 hours and 30 minutes You have 10 minutes to read all the papers and to familiarise

More information

ebook57-12

ebook57-12 12 1 J. R. R. To l k i e n B i l b o B a g g i n s B i l b o B i l b o A b e r c r o m b i e & L i v i n g s t o n A b e r c r o m b i e & L i v i n g s t o n A & L Te l l u r i d e K a t m a n d u G e

More information

2009 Korean First Language Written examination

2009 Korean First Language Written examination Victorian Certificate of Education 2009 SUPERVISOR TO ATTACH PROCESSING LABEL HERE STUDENT NUMBER Letter Figures Words KOREAN FIRST LANGUAGE Written examination Tuesday 20 October 2009 Reading time: 2.00

More information

ebook

ebook 2 2 P D C S a m b a Windows NT P D C S a m b a ( 2. 0 ) Windows NT P D C ( S a m b a - n t d o m @ S a m b a. o rg ) U N I X P D C U N I X Samba PDC N I S i n t e l S p a r c S a m b a Windows NT PDC 21

More information

01CP-WX3030WNetc_CO_ENG.indd

01CP-WX3030WNetc_CO_ENG.indd Data Video Projector User s Manual (Concise) ModelS: 8928A/8930A/8931WA/ 8933W Information in this Guide may change due to product improvements. To obtain the latest manuals, literature, and software please

More information

Microsoft Word - HC20138_2010.doc

Microsoft Word - HC20138_2010.doc Page: 1 of 7 Date: April 26, 2010 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified by the vendor as:

More information