产品|公司|采购|资讯

PowerBASIC Compiler for DOS

参考价面议
具体成交价以合同协议为准
  • 公司名称上海道宁信息科技有限公司
  • 品       牌
  • 型       号
  • 所  在  地
  • 厂商性质其他
  • 更新时间2021/9/8 10:10:04
  • 访问次数205
产品标签:

在线询价收藏产品 点击查看电话

联系我们时请说明是 智能制造网 上看到的信息,谢谢!

上海道宁信息科技有限公司是一家专业从事软件构件销售,软件构件化技术咨询,软件构件化应用和开发的高科技公司。公司自成立以来,已经与国内外众多控件开发商建立了长期稳定的合作关系,是众多商家在中国大陆地区的经销商,同时我们也是上海科委下国家八六三项目“上海构件库”的战略合作伙伴。在公司全体同仁的共同努力下,我们已经成为目前中国有影响力的构件与中间件分销商之一,有着广泛的客户基础和良好的合作信誉。公司的产品包括上百种经过严格专业测试的主打产品以及上千种涵盖各种开发语言和平台、在市场中*的产品,数以千 计的项目经理和开发人员使用着我们推荐的开发工具,成功的控制了项目进度,节省了时间和资金投入。公司拥有的技术支持和*团队,在构件领域积累了多年的丰富经验,并与国内外众多的构件开发商有长期的技术合作往 来,能够为客户提供构件解决方案和完善的技术咨询与支持服务。
网络监控软件
PowerBASIC Compiler for DOS 产品编号:163237 当前版本:2009 v1 开 发 商:PowerBASIC 产品类型:独立控件 产品功能:图表 ......
PowerBASIC Compiler for DOS 产品信息
  • PowerBASIC Compiler for DOS

    PowerBASIC Compiler for DOS by PowerBASIC

    A compiler for BASIC developers who write DOS applications. PowerBASIC Compiler for DOS is an advanced compiler for DOS BASIC programmers. A complete IDE is included for program creation and debugging. PowerBASIC Compiler for DOS includes Instant TSRs, built-in assembler, new data types, BCD variables, direct array operations (sort, scan, insert, delete), fast math, and many others. PowerBASIC is nearly compatible with Quick Basic syntax.

    PowerBASIC Compiler for DOS offers many unique features to the DOS programmer. Whether it be legacy hardware, embedded systems, or real-time process control, PowerBASIC Compiler for DOS will be of assistance. PowerBASIC Compiler for DOS will allow you to create "Popup" TSR programs in an instant with just five lines of code, optimize critical sections of code with the built-in assembler; even intermix BASIC and assembler code line by line.

    PowerBASIC Compiler for DOS includes 11 numeric data types, 4 string data types, and user-defined types and unions as well. There are unsigned byte, word, and double word variables. Integers of 16, 32, even 64 bits. Single, double, and extended precision floats. Fixed and floating-point BCD. Fixed, Flex Dynamic and ASCIIZ (null-terminated fixed) strings. True pointer variables are available for code or data. PowerBASIC For Dos has all the important features of other major programming languages like C and Pascal, yet still retains its ease of use.

    There's a built-in ARRAY SORT / SCAN / INSERT / DELETE with optional collate sequencing for international or special character sets. There is support for huge arrays (greater than 64k), absolute arrays (at a specific address), and virtual arrays (16 megabytes or more).

    A complete IDE with built in debugger uses true compiled code to develop and debug -- the same code as your EXE file. The editor uses EMS to store your code in high memory, leaving more memory for larger programs while debugging.

    Main Features

    Virtual Arrays: You can store your arrays (numeric, fixed-length string and user-defined type) in expanded memory. Make room in lower memory for more code and dynamic string data. Create arrays up to 16 megabytes in size, limited only by available EMS memory

    Instant TSRs: Create TSRs in an instant with just five lines of code. A 600K TSR can "pop-down" to a memory image of just 4K, with automatic memory swapping to EMS or virtual disk. TSRs can be activated by practically any stimulus: a hot key, a timer, inactivity, even a message from a foreground program. They can be safely uninstalled under internal program control, or by external request. Even BIOS keystroke stuffing is available. In fact, multiple TSRs can activate each other repeatedly, with two-way communication throughout

    Built-in Assembler: The new built-in Assembler may be just what you need. For the first time, you can write Assembler code and mix it with your PowerBASIC code line by line. Hand optimize the most critical sections for absolute performance. PowerBASIC handles all the details automatically. You can reference your variables, parameters, labels and functions by name -- even debut at the CPU register level in the expanded environment.

    New Data Types: PowerBASIC Compiler for DOS offers 11 numeric data types, 4 string data types, then adds user-defined TYPES and UNIONS as well. There are unsigned byte, word, and double word variables. Integers of 16,32, even 64 bits. Single, double, and extended precision floats. Fixed and Floating-point BCD. Fixed, Flex Dynamic and ASCIIZ (null-terminated fixed) strings. You can even map Flex strings into dynamic structures; they're defined, created, and sized at run-time for true database capability

    Direct Console I/O: As the importance of the Internet grows, so does the need for DOS programs to communicate with Web servers. PowerBASIC allows DOS applications to use Direct Console I/O for communication with a web server through a CGI interface. Using Standard Input, DOS programs can read form data from a web page, process it (such as a database lookup), and create an output page through Standard Output for display to the end user

    BCD Variables: Finally you can eliminate round-off errors, even those associated with currency variables in other languages. You aren't forced to 4 decimal places. Instead you make your choice: from 0 to 18 digits, and always with automatic rounding to the precise level of your needs. In PowerBASIC, all BCD variables are implemented as scaled integers for fast calculation

    Array Operations: Built-in Array Sort, Scan, Insert, and Delete, with optional collate sequencing for international or special character sets

    Fast Math: An optional procedural float package offers startling speed. Without a numeric co-processor, it's 40% to 500% faster than emulation. Yet it still uses the '87 when available. It's IEEE-compatible, so you can intermix procedural, emulated, or '87 specific code as needed

    Structure: Create BASIC programs with any level of structure desired. Free-form or absolute, the choice is yours. You can even choose to require variable declaration before use.

    Bit Operations: PowerBASIC offers a full complement of bit operations including: SHIFT, ROTATE, TEST, SET, RESET, and TOGGLE. Even implied bit arrays of up to 512K bits are supported

    Communications:Serial port communication is available for COM1 through COM4. BAUD rates up to 115200. Any combination of non-standard IRQ lines. Explicit control of DTR, even after program termination. Automatic error detection or masking is available, with optional flush of erroneous data

    IDE with Mouse Support: Use true compiled code to develop and debug -- the same code as your EXE file. So you'll never need to deal with a slow, threaded p-code interpreter. That means faster development, and the elimination of subtle differences between interpreted and compiled results. You can easily customize colors, keystrokes and compile options to suit your personal taste. If EMS is present, the editor will store your source code and help files in higher memory to make room for larger programs during debugging

    A compiler for BASIC developers who write DOS applications.

    PartNumbers: PC-516162-64850 516162-64850 PC-516162-64851 516162-64851

    PurchaseOptions: PowerBASIC Compiler for DOS V3.5 1 Developer License, PowerBASIC Compiler for DOS V3.5 1 Developer Upgrade License from previous version

    Resources: Browse the PowerBASIC Compiler for DOS License Agreement Web pages, Download the PowerBASIC Compiler for DOS example source code on to your computer

    Operating System for Deployment: Windows XP, Windows ME, Windows 2000, Windows 98, Windows NT 4.0, Windows 95, Windows NT 3.51, Windows 3.X

    Product Type: Application

    Keywords: PowerBASIC Development Author Power basic dos compile basics

     

关键词:CAN
在找 PowerBASIC Compiler for DOS 产品的人还在看
返回首页 产品对比

提示

×

*您想获取产品的资料:

以上可多选,勾选其他,可自行输入要求

个人信息:

Copyright gkzhan.com , all rights reserved

智能制造网-工业4.0时代智能制造领域“互联网+”服务平台

对比栏