HP Prime Graphing Wireless Calculator Instrukcja Użytkownika Strona 652

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 651
The special views in parentheses refer to the Function app, and may dier in other apps. The number of a
special view corresponds to its position in the View menu for that app. The rst special view is launched by
STARTVIEW(8), the second with STARTVIEW(9), and so on.
You can also launch views that are not specic to an app by specifying a value for n that is less than 0:
Home Screen:-1
Home Settings:-2
Memory Manager:-3
Applications Library:-4
Matrix Catalog:-5
List Catalog:-6
Program Catalog:-7
Notes Catalog:-8
VIEW
Syntax: VIEW ("string"[,program_name])
BEGIN
Commands;
END;
Adds a custom option to the View menu. When string is selected, runs program_name. See The
DiceSimulation program in the Example on page 577 section.
Integer
BITAND
Syntax: BITAND(int1, int2, … intn)
Returns the bitwise logical AND of the specied integers.
Example: BITAND(20,13) returns 4.
BITNOT
Syntax: BITNOT(int)
Returns the bitwise logical NOT of the specied integer.
Example: BITNOT(47) returns 549755813840.
BITOR
Syntax: BITOR(int1, int2, … intn)
Returns the bitwise logical OR of the specied integers.
Example: BITOR(9,26) returns 27.
604 Chapter 28 Programming in HP PPL
Przeglądanie stron 651
1 2 ... 647 648 649 650 651 652 653 654 655 656 657 ... 700 701

Komentarze do niniejszej Instrukcji

Brak uwag