Laoen 加密器 V1.0,可對任意類型文件進行加(解)密,操作十分簡便。文件加(解)密速度極快。是學習加密技術不可多得的入門范本。LaoenED V1.0 for DOS小巧精干,完全可以作為DOS擴充的外部命令使用(拷貝至c:\windows\command or c:\dos)。
本次發布的Laoen加密器V1.0有2個版本(DOS/Windows):
版本 文件 大小 編譯平臺
1、LaoenED V1.0 for DOS LaoenED.com 10.5k Turbo C 2.0
2、LaoenED V1.0 for DOS LaoenED.exe 25k Turbo C 2.0
3、LaoenED V1.0 for Windows LaoenED.exe 240k Visual C++ 6.0
這兩個版本完全兼容,可以相互交替加(解)密。讓你充分體會C/C++的異同。本軟件包含密碼查看器LookPW.exe,需要者請直接與作者聯系(slq_07@sina.com/beetle@jt.yn ).
Laoen 加密器 (袖珍型) 1.0 版,為一純綠色免費軟件。您可以任意復制、傳播。謝謝使用! ~O~
Intro/: Directory containing introductory examples.
HelloWorld.c A simple program that draws a box and writes "Hello World" in
HelloWorld.f it.
data The data file for the introductory progressive example.
Lines.c Reads the data from file "data" and plots just the curve with
Lines.f no labels, viewport or anything indicating quantity or units.
Viewport.c Restricts the graph to a viewport and frames the viewport,
Viewport.f leaving the remainder of the area for labels, etc.
CharLbls.c Adds labels for the chart title, X-axis title, and Y-axis
CharLbls.f title.
Tics.c Adds tic marks to the viewport edges, but since clipping was
Tics.f not set correctly, tics extend outside the viewport.
Clip.c Sets clipping such that tic marks are clipped at the viewport
Clip.f boundaries.
TicLabels.c Adds numeric tic labels to the graph this is the final
TicLabels.f installment of the progressive example.