[原创][开源]PiZYDS_Add_File_IO_To_PAS_V1.1(一键给.pas文件加上文件输入输出)

2017年8月1日 5906点热度 5人点赞 0条评论

Instructions //使用说明

  • Add file input and output to the .pas file //一键给.pas文件加上文件输入输出
  • (Drag and drop the named .pas file into the window) //(请将已经命名好的.pas文件拖拽到窗口中)

About author //关于作者

发布说明

This is the first published version. V1.1

  • One known bug: it can't support Chinese char because of the crt unit.
  • So don't use path which includes Chinese char.

看不懂没关系(我也是造的),以下为正文

  • 这是一个用pascal编写的大型程序,可能主要大在界面的调试上,但依然是纯的pascal代码和少量cmd
  • 我使用的编译器:fpc 3.0.2,会产生几个不影响运行的warnings,请忽略。
  • 代码注释还比较少,但是基于少量面向对象思维,Pillars大量使用function和procedure,希望函数名以及变量名能促进一些理解。
  • 因为使用了crt单元,程序无法输出中文,且无法处理中文路径,请见谅。(fpc 2.0.4 also failed)
  • 使用方法:将.pas文件直接拖拽到窗口中,程序会在文件所在目录创建文件夹并输出结果。

源码 on Github

https://github.com/PillarsZhang/PiZYDS_Add_File_IO_To_PAS/

下载

Github下载:https://github.com/PillarsZhang/PiZYDS_Add_File_IO_To_PAS/releases/download/v1.1/PiZYDS_Add_File_IO_To_PAS_V1.1.exe

PiZYDS下载:http://down.pizyds.com/PiZYDS_Add_File_IO_To_PAS_V1.1.exe

立即下载

截图

章鱼DS

学生网站代码通吃的草根,但总拼命着长出树根。

文章评论