delphi 显示简单图形


本文整理自网络,侵删。

 

显示简单图形

program Project1;{$APPTYPE CONSOLE}begin  Writeln('   |   |   ');  Writeln('  x|   |   ');  Writeln('---|---|---');  Writeln('   | 0 |x  ');  Writeln('---|---|---');  Writeln('   | 0 |   ');  Writeln('   |   |   ');  Readln;end.

相关阅读 >>

Delphi 数字摇号器

Delphi得到字符串中第一个汉字的位置

Delphi getmimetype 查询文件mime类型函数

Delphi中将dbgrid中的内容输出到word中

Delphi tms web core webhttprequest1 解析json

Delphi android服务向导

Delphi 数据类型列表

Delphi intraweb 在iis下发布的web.config

Delphi中emptyparam参数被改写问题

Delphi 读取全网站链接

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...