上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 215 下一页
摘要: 问题来源: http://www.cnblogs.com/del/archive/2008/12/29/1230404.html#1416838 譬如有两个 TStringList 对象: List1 和 List2; List2.Assign(List1) 就是把 List1 的内容复制给 List2; List2 := List1 相当于给 List1 再取一个名字. 举例: unit ... 阅读全文
posted @ 2008-12-29 21:09 万一 阅读(3137) 评论(0) 推荐(0) 编辑
摘要: \' \" \\ \0 \a \b \f \n \r \t \U \u \v \x 本例效果图: 代码: using System; class MyClass { static void Main() { Console.WriteLine("\""); Console.WriteLine("\u0022");... 阅读全文
posted @ 2008-12-29 18:15 万一 阅读(2601) 评论(0) 推荐(0) 编辑
摘要: 本例效果图: 代码: using System; class MyClass { static void Main() { Console.WriteLine("sbyte 类型:"); sbyte sbyteVar = (sbyte.MaxValue + sbyte.MinValue) / 2; Console.WriteL... 阅读全文
posted @ 2008-12-29 15:33 万一 阅读(4699) 评论(5) 推荐(0) 编辑
摘要: 目前支持 Delphi、C#、C/C++, 以后我学到什么会让它支持什么; 欢迎你也使用. 使用方法: 首先在 HTML 的 和 之间加上: 然后: Delphi 代码 C# 代码 C 或 C++ 代码 样例: 代码着色测试 //Delphi 代码: program Project1; {$APPTYPE CONSOLE} uses SysUtils;... 阅读全文
posted @ 2008-12-29 11:27 万一 阅读(2617) 评论(7) 推荐(0) 编辑
摘要: 脚本没有实现的功能: 没有给 "类、接口、结构、枚举、委托" 的名称着色, 因为太大了(373 K.) 脚本和 VS2008 默认着色的不同: 所有预编译指令我给弄成灰色了. 其他暂时没有发现(C#才学了一点), 如发现问题, 希望能告诉我. 阅读全文
posted @ 2008-12-27 00:26 万一 阅读(3268) 评论(9) 推荐(0) 编辑
摘要: 问题来源: http://www.cnblogs.com/del/archive/2008/12/26/1269606.html#1414232 本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Di... 阅读全文
posted @ 2008-12-26 13:53 万一 阅读(6259) 评论(20) 推荐(0) 编辑
摘要: 问题来源: http://www.cnblogs.com/del/archive/2008/12/25/1070115.html#1413353 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, St... 阅读全文
posted @ 2008-12-26 11:52 万一 阅读(2990) 评论(10) 推荐(0) 编辑
摘要: 为计划中的类库源码浏览器准备的资料 阅读全文
posted @ 2008-12-26 10:37 万一 阅读(11421) 评论(1) 推荐(1) 编辑
摘要: 给 Delphi 开发者们提提气, 看看盛大的小伙子们: http://act.sdo.com/Delphi/more.html 阅读全文
posted @ 2008-12-25 00:06 万一 阅读(2668) 评论(15) 推荐(0) 编辑
摘要: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Memo1: TM... 阅读全文
posted @ 2008-12-22 22:48 万一 阅读(6054) 评论(21) 推荐(0) 编辑
上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 215 下一页