Your download link is at the very bottom of the page... always.



Processed through Paypal
No account required.


Donate Bitcoin to this wallet:
1KkUMXvQ2ko3xcJkzitB7WYgoW6m79WFfm
Donate Ethereum to this wallet:
0x40E56922F43637224935CDC35e2c96E0392A8505
Donate Litecoin to this wallet:
LLYAFEyqjH69gkyCEpRjXNyedRCWrVChfL

Buy our over-priced crap to help keep things running.



Join our Facebook groupFollow us on TwitterFollow us on InstagramOur RSS FeedJoin us on TikTokJoin us on LinkedIn


 Home » OlderGeeks.com Freeware Downloads » Searching Files   
Search Results
Files
  File Name Rating Downloads
Last Update/Developer
Decimal BASIC v8.1.0.7
Decimal BASIC v8.1.0.7 Decimal BASIC is a programming environment for those who write programs for their own investigation. Decimal BASIC adopts ANSI/ISO Full BASIC as its syntax, because Full BASIC has suitable facilities for those who are unacquainted with the peculiar knowledge about computers. Decimal BASIC has the feature of readability to communicate algorithms with others. Decimal BASIC implements the core module and the graphics module of ISO Full BASIC. The most part of modules module and the individual character input module for Full BASIC are implemented, too. It has not been perfectly conformed to the standard, but there are only insignificant differences with the standard. An Overview of Decimal BASIC Inputting a program and execution When BASIC.EXE starts, the editor screen appears. The keyword "END" is already inserted. A program shall be inputted. Line numbers can be omitted. Another window, which displays the outputs, appears when a program start running. This window has the same facility as an editor. You can scroll the screen to see any part of the output. A result can be saved to a file or handed over to another application by using the clipboard. Plotting a graph If you want to plot the graph of a function, you start with coordinating the plane. If we want to coordinate the screen to make the x-coordinate of the left end left, the x-coordinate of the right end right, the y-coordinate of the lower end bottom, the y-coordinate of the upper end top, respectively, we use a set-statement of the following form. SET WINDOW left , right , bottom , top The instruction which commands to plot the points (x, y) with lines is shown below. PLOT LINES: x , y ; If we draw the coordinate axes, we use an original enhancement DRAW AXES or DRAW GRID. Now, we draw a graph of a function y = x3-3x. If we run ...
5/5 4,308 Dec 30, 2020
Decimal BASIC project
   
Showing rows 1 to 1 of 1 Showing Page 1 of 1  1 


OlderGeeks.com Copyright (c) 2024