- 博客(0)
- 资源 (3)
- 收藏
- 关注
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关注的人
RSS订阅