码农的笔记

Delphi虽好,但已不流行; 博客真好,可以做笔记

博客园 首页 新随笔 联系 订阅 管理

2021年3月30日 #

摘要: D7 一般把栈叫堆栈;数据结构上的堆和栈是两个不同的东西; Unit {Queue(队列),先进先出;Stack(堆栈),后进先出}unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, 阅读全文
posted @ 2021-03-30 16:02 码农的笔记 阅读(1215) 评论(0) 推荐(0) 编辑

摘要: D7 仅仅记录学习 Unit unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, DB, ADODB, Ext 阅读全文
posted @ 2021-03-30 15:16 码农的笔记 阅读(133) 评论(0) 推荐(0) 编辑

摘要: XE版,不是D7,XE的这个控件和D7有点不一样 来源: Delphi XE IdTCPClient1 和 IdTCPServer1 数据的发送与接收(indy10)_136.la https://www.136.la/shida/show-131002.html 个人学习--仅仅是学习控件 --这 阅读全文
posted @ 2021-03-30 09:34 码农的笔记 阅读(3693) 评论(0) 推荐(0) 编辑