Lazarus安装使用
最后还是安装了Lazarus;
安装之后,新建了项目,还引入了Unit,就可以跑了;
学习:http://tieba.baidu.com/p/3164001113
program project1;uses DESCrypt;begin writeln(32 or 16 or 8 or 0 or 2 or 1 ); readln;end.
这样就可以运行了;
竟然还有调试的功能;
本文共 214 字,大约阅读时间需要 1 分钟。
Lazarus安装使用
最后还是安装了Lazarus;
安装之后,新建了项目,还引入了Unit,就可以跑了;
学习:http://tieba.baidu.com/p/3164001113
program project1;uses DESCrypt;begin writeln(32 or 16 or 8 or 0 or 2 or 1 ); readln;end.
这样就可以运行了;
竟然还有调试的功能;
转载地址:http://wogaa.baihongyu.com/