自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(0)
  • 资源 (3)
  • 收藏
  • 关注

空空如也

ListBox自畫,顯示多行

模仿QQ等多種控件,自己畫的一個listbox,可以多行文字顯示,每個item可以自己添加圖片。

2009-09-28

Turbo Debugger v5.5 by Borland

不要讓經典絕跡了。The Turbo Debugger is a program that allows you to single‑step your program (that means run it line‑by‑line while you watch what happens). You can observe the registers, the memory dump, individual variables, flags, and the code as you trace through your program. (You can use the Debugger with programs written in high level languages as well, observing both the source code and the assembly language code generated by the compilation of those programs.)

2007-11-26

DES算法加密解密控件 for C Builder

  DES算法加密解密控件for C Builder --------- 可以将需要加密的文字加密成16进制或非16进制 的字符串;也可以反过来解密之。 --------------- 操作十分方便,只需放入本控件, 然后调用4个加解密函数即可轻松完成! ----------------- Copy this directory to bcb working directory opening des.bpk and install. Example: String x,y; x = WCDESComp1->EncryStrHex("I love CHINA","abcdefg"); y = WCDESComp1->DecryStrHex(x,"abcdefg") ; ShowMessage("Encrypt \"I love CHINA\" is " x "\nDecrypt is \"" y "\""); GookLuck

2007-11-09

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除