合集-lazarus

摘要:什么是Lazarus Lazarus是一款用来进行快速应用开发(RAD)的,内置Free Pascal编译器的IDE。你可以使用它创建能运行在多种平台上的GUI程序,包括但不限于Windows, macOS, Linux。 [Lazarus运行在Ubuntu上-来自Ubunlog的图片] 早在199 阅读全文
posted @ 2023-04-23 22:21 eoli 阅读(889) 评论(0) 推荐(0) 编辑
摘要:Pascal与Free Pascal Pascal Free Pascal (占位,暂时不想写,缘分到了就更新) 阅读全文
posted @ 2023-04-23 22:23 eoli 阅读(292) 评论(0) 推荐(0) 编辑
摘要:FCL https://wiki.freepascal.org/FCL The Free Component Library (FCL) consists of a collection of units, providing components (mostly classes) for comm 阅读全文
posted @ 2023-04-23 22:25 eoli 阅读(186) 评论(0) 推荐(0) 编辑
摘要:字符处理是很重要的内容 (占位,暂时不想写,缘分到了就更新) 阅读全文
posted @ 2023-04-23 22:27 eoli 阅读(115) 评论(0) 推荐(0) 编辑
摘要:今儿来写写如何使用Free Pascal处理文件,感觉挺有用的 任务一:写hello world到文件 1 procedure TForm1.Button1Click(Sender: TObject); 2 var 3 f: TextFile; 4 begin 5 AssignFile(f, 'he 阅读全文
posted @ 2023-04-25 20:58 eoli 阅读(246) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示