码迷,mamicode.com
首页 >  
搜索关键字:variants    ( 308个结果
XE3随笔15:使用 IXMLHTTPRequest 简单获取网页源代码
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) Memo....
分类:Web程序   时间:2015-08-13 11:21:34    阅读次数:128
XE3随笔2:SuperObject构建JSON
SuperObject 构建一个 JSON 的常用方法: 从字符串、从文件、从流.unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ...
分类:Web程序   时间:2015-08-13 10:00:03    阅读次数:137
Delphi的指针为什么可以多次New
今天在使用Delphi的队列的时候,需要在每次将一个record压入队列的时候对该record进行New操作(分配内存空间),然后将该指针压入到队列,大概 的代码如下unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, ...
分类:Windows程序   时间:2015-08-06 14:55:40    阅读次数:247
Android实例-路径信息及文件和文件夹的操作
1 unit Unit1; 2 3 interface 4 5 uses 6 System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, 7 FMX.Types, FMX....
分类:移动开发   时间:2015-08-02 19:52:11    阅读次数:385
Delphi 接口托管实现
1 unit Unit1; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, StdCtrls; 8 9 typ...
分类:Windows程序   时间:2015-07-31 19:54:31    阅读次数:124
Android实例-退出程序(XE8+小米2)
1 unit Unit1; 2 3 interface 4 5 uses 6 System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, 7 FMX.Types, FMX....
分类:移动开发   时间:2015-07-29 15:46:09    阅读次数:190
Delphi静态加载DLL和动态加载DLL示例
下面以Delphi调用触摸屏动态库xtkutility.dll为例子,说明如何静态加载DLL和动态加载DLL.直接上代码。1、静态加载示例unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphic....
分类:Windows程序   时间:2015-07-27 18:15:10    阅读次数:291
Delphi 中的哈希表: THashedStringList
转自万一博客Delphi 中的哈希表: THashedStringListunit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdC...
分类:Windows程序   时间:2015-07-23 13:37:23    阅读次数:206
hdu 1503, LCS variants, find a LCS, not just the length, backtrack to find LCS, no extra markup
a typical variant of LCS algo. the key point here is, the dp[][] array contains enough message to determine the LCS, not only the length, but all of LCS candidates, we can backtrack to find all of LCS....
分类:其他好文   时间:2015-07-18 17:03:05    阅读次数:132
获取本机IP地址和MAC地址
unit NetFunc; interface uses SysUtils, Windows, dialogs, winsock, Classes, ComObj, WinInet, Variants; //错误信息常量 const C_Err_GetLocalIp = '获取本地ip失败'; C_...
分类:系统相关   时间:2015-07-13 17:45:41    阅读次数:225
308条   上一页 1 ... 18 19 20 21 22 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!