|
|
BASIC programming language| Found: 81. Displaying: 1-10 |  |  |
 | Whatis equation parser 3.2 |  | Whatis is version v3.2a of the equation parser.
This file includes the equation parser which uses a recusrive descent parser to parse equations from the DOS command line or a menu driven prompt.
Additionally the utility can parse boolean solving, and all nonintrinsic trigonometric soluitions.
Complete Basic source code is included and can be compiled using Visual Basic
v1.0 Pro, or with backwards compatible include file for Qbasic 7.0 (PDS 7.1).
System requirements are 512 KB. RAM, and 10 KB. free disk space.
All files, programs, and source code included here is entirely public domain.
These files, programs, and source code may be freely distributed without any
restriction on their usage. These files, programs, and source code may be
freely edited, altered, recompiled, and repackaged without any restriction.
These files may be copyrighted and patented without any restriction. There
is no monetary fee, donation, or time limit to the usage of these files,
programs, and source code. Please thank the Author for their usage. Questions
regarding this utility package may be redirected to the Author listed below.
You may contact the author: Erik Jon Oredson AS. Csci At the email: eoredson@yahoo.com
and his programs can be found at the url: www.Simtel.Net, www.Filegate.net.
Full public domain disclaimer for authors is also included.. |
|
  | Whereis file search utility 3.6 |  | Wheris is version v3.6a of the file/directory search utility.
This file contains the file/directory search utility which uses a recursive descent search
algorithm to search for files, directories, and subdirectories with a large variety of
options for display and attribute overrides.
Complete Basic source code is included and can be compiled using Visual Basic
v1.0 Pro, or with backwards compatible include file for Qbasic 7.0 (PDS 7.1).
System requirements are 512 KB. RAM, and 1 MB. free disk space.
All files, programs, and source code included here is entirely public domain.
These files, programs, and source code may be freely distributed without any
restriction on their usage. These files, programs, and source code may be
freely edited, altered, recompiled, and repackaged without any restriction.
These files may be copyrighted and patented without any restriction. There
is no monetary fee, donation, or time limit to the usage of these files,
programs, and source code. Please thank the Author for their usage. Questions
regarding this utility package may be redirected to the Author listed below.
You may contact the author: Erik Jon Oredson AS. Csci At the email: eoredson@gmail.com
and his programs can be found at the url: www.Simtel.Net, www.Filegate.net.
Full public domain disclaimer for authors is also included.. |
|
  | Copyit DOS copy utility 4.3 |  | Copyit is version 4.3a of the DOS copy utility.
This file includes the DOS copy utility which uses a 4K copy buffer to copy files from the DOS command line.
Additionally the utility can detect and reset file attributes, scan for characters during copy to replace or delete, copy according to filesize or filedate ranges, and exclude filenames.
Complete Basic source code is included and can be compiled using Visual Basic
v1.0 Pro, or with backwards compatible include file for Qbasic 7.0 (PDS 7.1).
System requirements are 512 KB. RAM, and 20 KB. free disk space.
All files, programs, and source code included here is entirely public domain.
These files, programs, and source code may be freely distributed without any
restriction on their usage. These files, programs, and source code may be
freely edited, altered, recompiled, and repackaged without any restriction.
These files may be copyrighted and patented without any restriction. There
is no monetary fee, donation, or time limit to the usage of these files,
programs, and source code. Please thank the Author for their usage. Questions
regarding this utility package may be redirected to the Author listed below.
You may contact the author: Erik Jon Oredson AS. Csci At the email: eoredson@gmail.com
and his programs can be found at the url: www.Simtel.Net, www.Filegate.net.
Full public domain disclaimer for authors is also included.. |
|
  | Stree file display utility 2.8 |  | Stree is version v2.8a of the directory search utility.
This file contains the directory search utility which uses a recursive descent search
algorithm to display, directories, and subdirectories with a large variety of
options for display and attribute overrides.
Complete Basic source code is included and can be compiled using Visual Basic
v1.0 Pro, or with backwards compatible include file for Qbasic 7.0 (PDS 7.1).
System requirements are 512 KB. RAM, and 10 KB. free disk space.
All files, programs, and source code included here is entirely public domain.
These files, programs, and source code may be freely distributed without any
restriction on their usage. These files, programs, and source code may be
freely edited, altered, recompiled, and repackaged without any restriction.
These files may be copyrighted and patented without any restriction. There
is no monetary fee, donation, or time limit to the usage of these files,
programs, and source code. Please thank the Author for their usage. Questions
regarding this utility package may be redirected to the Author listed below.
You may contact the author: Erik Jon Oredson AS. Csci At the email: eoredson@yahoo.com
and his programs can be found at the url: www.Simtel.Net, www.Filegate.net.
Full public domain disclaimer for authors is also included.. |
|
  | Micro Basic 2.00 |  | MBASIC was developed as an option to have a simple programming languageavailable to users who are beginners in computer science. MBASIC allows
math and string operations, also, a series of commands to control the
program flow and I/O operations are implemented in the interpreter
engine. The language is similar and has characteristics of many BASIC
implementations, it is very simple to learn and has an editing environment to
allow the user to create, test and deploy BASIC programs very quickly.
The program disk contains two binaries: "based.exe" and "mbasic.exe" and a set
of example programs. The binary "based.exe" is the editor environment and can
be used to edit and run MBASIC programs. The binary "mbasic.exe" is the actual
interpreter engine and it is necessary in order to run the developed programs,
the engine is automatically called by the editor environment, such
functionality makes very easy to develop and test applications inside the
editor environment. |
|
  | Vinod's Help Engines For DOS Platform 1.1 |  | VHED or Vinod's Help Engine for DOS platform is a simple help engine thatlet's you integrate a help system into your programmes written using PB-DOS.
The PBU file shipped is made using PB-DOS version 3.5. Alternatively, the
PBU file may be used in a small programme that can open any VHED help file
from DOS prompt. Such a programme will give you a good tool to distribute
information in an orderly manner over DOS platforms.
VHED was made when I wanted a help system in my own programmes but could
find no such (public domain or shareware) programme available on net.
I hope that DOS based Power BASIC programmers will find the utility useful.
To learn more about VHED do the following:
1) Copy and unzip VHED.ZIP file into a directory. It contains following
files:
a) VHED.PBU ----- The help engine unit file.
b) VHED.HLT ----- A sample VHED help file.
c) VHEDEXMP.BAS ----- A sample PB-DOS programme to display VHED.HLT.
d) README.TXT ----- An overview in text format.
2) Start PB-DOS (version 3.5), staying in the same directory.
3) Load file VHEDEXMP.BAS into PB-DOS editor.
4) Press F9 to run.
5) Browse the help file (you shall be able include similar files into
you programmes).
Vinod Patrikar.
January 2002. |
|
  | BsBASIC Compiler 1.0 |  | Using this simple BASIC compiler you can write your own funny bootsector. It works with a simplified version of the BASIC programming language. Can also be used as a bootsector backup/restore tool. |
|
  | MicroBASIC Compiler 3.20 |  | This simple freeware BASIC compiler creates standalone COM- or EXE-files. You can use MicroBASIC extensions (MBX) to add assembly language. It creates extremely small executables. The compiled files are often smaller than the source-code! Includes full documentation, MBX Editor, many MBX-files and example programs. |
|
   | pcl4pb62.zip - |  | to 115200, 4+ ports concurrently, many dumb multiport boards, 16550,
16650, 16750 UARTs, interrupt driven, RTS/CTS flow control, any UART
address and IRQ.
Special requirements: PowerBASIC compiler (v3.0c or higher).
Changes: New functions and examples.
pcl4pb62.zip has replaced pcl4pb61.zip.
Shareware. Uploaded by the author.
Mike Marshall, MarshallSoft Computing, Inc.
mike@marshallsoft.com
|
|
| Found: 81. Displaying: 1-10 |  |  |
 |
Solid Converter PDF 2.1
Recover and reuse your PDF content with Solid Converter PDF. Simply open your PDF file in Microsoft Word. Then edit. Solid Converter PDF to Word delivers the content right to your fingertips. |
 |

|