搜索资源列表
BAS-INT
- 在一个外国网址上找的QBASIC编译器- QBASIC compiler looks which in a foreign website
as2xms
- 一个使用QBasic来实现操作扩展内存XMS的库,非常好用。
vector
- QBasic下的3D图形引擎,可以开发小游戏。
QBASIC
- 分形Qbasic程序 简短有用 关于树叶形状
qbasic
- 这是一个Qbasic的编译平台 自己用过了,可以正常使用-Qbasic This is a compiler used his platform, and it can be used normally
mouse
- 不是本人开发,但是是我从网上发现的qbasic 下的鼠标程序,调用了汇编语言-qbasic program under the mouse
poplist
- 字符串转换事例,摆脱masm的人为字符串长度限制-This program shows a useful trick to get around an artificial limit that MASM imposes on the length of string data. It loads a long string that is delimited by a single zero and terminated by two zeros, reads each entry
qbasic
- ewb的相关资料,可以了解相关ewb编程的知识。-ewb relevant information, you can understand the relevant ewb programming knowledge.
YXBASIC_src
- YX-BASIC 1.44 用BC3.1设计的一款BASIC解释器,它基于QBASIC的语法构建, 并扩充CD-ROM控制语句而成。此为编译器源代码。-YX-BASIC 1.44 The BASIC interpreter development with BC3.1, which is based on the QBASIC, and expand the CD-ROM control. It s compiler source code.
YXIDE_src
- YX-BASIC 1.44 集成环境源码 用BC3.1设计的一款BASIC解释器,它基于QBASIC的语法构建, 并扩充CD-ROM控制语句而成。-YX-BASIC 1.44 IDE Source Code The BASIC interpreter development with BC3.1, which is based on the QBASIC, and expand the CD-ROM control.
yxBasic144
- YX-BASIC 1.44 用BC3.1设计的一款BASIC解释器,它基于QBASIC的语法构建, 并扩充CD-ROM控制语句而成。此为编译好后打包。-YX-BASIC 1.44 The BASIC interpreter development with BC3.1, which is based on the QBASIC, and expand the CD-ROM control. It s compiled package.
llvm-qbasic-master
- QBASIC编译器,用yacc、lex等生成,生成语法树(AST),自动代码生成,静态链接运行库-llvm-qbc is a QBASIC compiler as well as an runtime library ( statically linked ).Based on yacc,
QBasicBNF
- 这是一个QBasic语言的分析器,包括词法分析(QBlex.ll)和BNF语法信息 parse.ypp 可以供正在学编译原理的同学参考-This is a language analys for QBasic,QBlex.ll is a file for flex and parse.ypp is a program for bison