Casio BN-20 Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Wasserpumpen Casio BN-20 herunter. Programming - Vaklokaal NLT Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 48
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
Programming
20-1 Before Programming
20-2 Programming Examples
20-3 Debugging a Program
20-4 Calculating the Number of Bytes Used by a Program
20-5 Secret Function
20-6 Searching for a File
20-7 Searching for Data Inside a Program
20-8 Editing File Names and Program Contents
20-9 Deleting a Program
20-10 Useful Program Commands
20-11 Command Reference
20-12 Text Display
20-13 Using Calculator Functions in Programs
Chapter
20
Seitenansicht 0
1 2 3 4 5 6 ... 47 48

Inhaltsverzeichnis

Seite 1 - Programming

Programming20-1 Before Programming20-2 Programming Examples20-3 Debugging a Program20-4 Calculating the Number of Bytes Used by a Program20-5 Secret F

Seite 2 - 20-1 Before Programming

36020-5 Secret FunctionWhen inputting a program, you can protect it with a password that limits access tothe program contents to those who know the pa

Seite 3 - 20-2 Programming Examples

3612. Press 2 (EDIT).3. Input the password and press w to recall the program.• The message “Mismatch” appears if you input the wrong password.Secret F

Seite 4 - 20 - 2 Programming Examples

36220-6 Searching for a FileThere are three different methods for searching for a specific file name.uuuuuTo find a file using scroll search Example

Seite 5

3632. Press w to search.•All files whose file names start with the characters you input are recalled.• If there is no program whose file name starts w

Seite 6 - 20- 2 Programming Examples

36420-7 Searching for Data Inside a Program Example To search for the letter “A” inside the program named OCTA1. Recall the program.2. Press 3 (SRC)

Seite 7

36520-8 Editing File Names and Program ContentsuuuuuTo edit a file name Example To change the name of a file from TRIANGLE to ANGLE1. While the progr

Seite 8 - 20-3 Debugging a Program

366Use TETRA as the file name.Length of One Side (A) Surface Area (S) Volume (V)A7 cm cm2cm310 cm cm2cm315 cm cm2cm3The following are the formulas use

Seite 9

367cd![bcD!QLet’s try running the program.Length of One Side (A) Surface Area (S) Volume (V)7 cm 84.87048957 cm240.42293766 cm310 cm 173.2050808 cm211

Seite 10 - 20-5 Secret Function

36820-9 Deleting a ProgramThere are two methods for deletion of a file name and its program.uuuuuTo delete a specific program1. While the program list

Seite 11 - Secret Function 20- 5

36920-10 Useful Program CommandsIn addition to calculation commands, this calculator also includes a variety ofrelational and jump commands that can b

Seite 12 - 20-6 Searching for a File

35220-1 Before ProgrammingThe programming function helps to make complex, often-repeated calculationsquick and easy. Commands and calculations are exe

Seite 13

370kkkkk DISP (display command menu)Selecting {DISP} from the program menu displays the following function menuitems.u {Stat}/{Grph}/{Dyna} ... {stati

Seite 14

37120-11 Command Referencekkkkk Command IndexBreak ... 378ClrGraph .

Seite 15

37220- 11 Command ReferenceThe following are conventions that are used in this section when describing thevarious commands.Boldface Text ...

Seite 16

373Command Reference 20- 11: (Multi-statement Command)Function: Connects two statements for sequential execution without stopping.Description:1. Unlik

Seite 17

37420- 11 Command ReferenceIf~Then~IfEndFunction: The Then-statement is executed only when the If-condition is true (non-zero). The IfEnd-statement is

Seite 18 - 20-9 Deleting a Program

375Command Reference 20- 11If~Then~Else~IfEndFunction: The Then-statement is executed only when the If-condition is true(non-zero). The Else-statement

Seite 19 - 20-10 Useful Program Commands

37620- 11 Command ReferenceParameters:• control variable name: A to Z•starting value: value or expression that produces a value (i.e. sin x, A, etc.)•

Seite 20

377Command Reference 20- 113. Making the starting value less than the ending value and specifying a positivestep value causes the control variable to

Seite 21 - 20-11 Command Reference

3782. Since the condition comes after the While-statement, the condition is tested(checked) before the commands inside the loop are executed.Example:

Seite 22 - 11 Command Reference

379Command Reference 20- 11Main Routine SubroutinesDCEIJProg ”E” Prog ”I” Prog ”J”AProg ”D”Prog ”C”Level 1 Level 2 Level 3 Level 44. Calling up a subr

Seite 23 - _ (Carriage Return)

35320-2 Programming Examples Example 1 To calculate the surface area and volume of three regularoctahedrons of the dimensions shown in the table below

Seite 24

380Example: For 2 → I To 10_If I = 5_Then ”STOP” : Stop_IfEnd_NextThis program counts from 2 to 10. When the count reaches 5, however,it terminates ex

Seite 25 - For~To~Next

381Command Reference 20- 112. This command can be used to loop back to the beginning of a program or tojump to any location within the program.3. This

Seite 26

382Parameters:left side/right side: variable (A to Z, r, θ), numeric constant, variable expression(such as: A × 2)relational operator: =, GGGGG, >,

Seite 27 - While~WhileEnd

383Command Reference 20- 11kkkkk Display Commands (DISP)DispF-Tbl, DispR-TblFunction: These commands display numeric tables.Syntax:DispF-Tbl_DispR-Tbl

Seite 28

384DrawR-Con, DrawR-PltFunction: These commands graph recursion expressions, with an(bn) as thevertical axis and n as the horizontal axis.Syntax:DrawR

Seite 29 - Main Routine Subroutines

385Description:1. This command graphs convergence/divergence of a recursion expression(WEB graph).2. Omitting the number of lines specification automa

Seite 30

38620- 11 Command ReferenceSyntax:Locate <column number>, <line number>, <value>Locate <column number>, <line number>, &

Seite 31 - ⇒ (Jump Code)

387Command Reference 20- 11Send (Function: This command sends data to an external device.Syntax: Send (<data>)Description:1. This command sends

Seite 32

38820-12 Text DisplayYou can include text in a program by simply enclosing it between double quotationmarks. Such text appears on the display during p

Seite 33 - DrawGraph

38920-13 Using Calculator Functions in Programskkkkk Using Matrix Row Operations in a ProgramP. 8 0 These commands let you manipulate the rows of a ma

Seite 34

354•Use 1 (RUN) to input a program for general calculations (a program to beexecuted in the COMP Mode). For programs that involve number systemspecifi

Seite 35

390uuuuuTo calculate a scalar multiplication and add the results to anotherrow (`````Row+) Example 3To calculate the product of Row 2 of the matrix in

Seite 36

391Using Calculator Functions in Programs 20- 133Y = Type_3 4431”X ^ 4– X ^ 3–24X2 + 4X + 80” → Y1_4 J41JJ45G SelOn 1_5 4411J6Orange G1_6 427DrawGraph

Seite 37 - , >, <, ≥, ≤

392kkkkk Using Table & Graph Functions in a ProgramP. 206 Table & Graph functions in a program can generate numeric tables and performgraphing

Seite 38 - 20-12 Text Display

393Using Calculator Functions in Programs 20- 13kkkkk Using Recursion Table & Graph Functions in a ProgramP. 218 Incorporating Recursion Table &am

Seite 39 - Multiplier

39420- 13 Using Calculator Functions in ProgramsExecuting this program produces the results shown here.Numeric Table Recursion graphkkkkk Using List S

Seite 40

395Using Calculator Functions in Programs 20- 13kkkkk Using Statistical Calculations and Graphs in a ProgramP. 250 Including statistical calculations

Seite 41

39620- 13 Using Calculator Functions in Programs• The following is a typical graph condition specification for a regression graph.S-Gph1 DrawOn, Linea

Seite 42

397Using Calculator Functions in Programs 20- 13kkkkk Performing Statistical Calculations• Single-variable statistical calculation11-Variable List 1,

Seite 43

398•Sine regression statistical calculationSinReg List 1, List 2• Logistic regression statistical calculationLogisticReg List 1, List 2y-axis data (YL

Seite 44

355•Pressing 6 (SYBL) displays a menu of symbols ( ’, ”, ~, *, /, # ) that can beinput into a program.•Pressing ! Z displays a menu of commands that c

Seite 45

356The following shows examples of how to actually use the ? and ^ commands.!W4(?)aaA6(g)5(:)c*!9d*aAx6(g)5(^)!9c/d*aAMd!Q or JJuuuuuTo run a program1

Seite 46

357w············•Pressing w while the program’s final result is on the display re-executes theprogram.P. 378 •You can also run a program while in the

Seite 47

35820-3 Debugging a ProgramA problem in a program that keeps the program from running correctly is called a“bug,” and the process of eliminating such

Seite 48 - -axis data (XList)

35920-4 Calculating the Number of Bytes Used by aProgramThere are two types of commands: 1-byte* commands and 2-byte* commands.*A byte is a unit of me

Kommentare zu diesen Handbüchern

Keine Kommentare