| » File |
| Filename |
Action
|
|
examples-ansi-c-20071214.tar.gz
Example source codes for ansi-c |
|
|
ampc-linux-DEMO.tar.gz
AMPC: C to JVM compiler suite for Linux x86. Only mul, div, mod disabled. Expires after 15 days. |
|
|
run_time_libs.zip
Run-time libraries needed to run the programs. You need to unzip it and set the classpath. |
|
|
ampc-mobile-win32-DEMO.exe
AMPC: C to JVM compiler suite for Mobile devices (J2ME CDC 1.1). Only mul, div, mod disabled. Expires after 15 days. |
|
|
ald-src-v1.1.0.tar.gz
The class/method resolver (ald a.k.a. COMPILE) has been improved by using a hashing technique for faster processing. |
|
|
sample-tcpip-chat.zip
AMPC's sample chat application using TCP/IP. |
|
|
ampc-win32-DEMO.exe
AMPC: C to JVM compiler suite for MS Windows. Only mul, div, mod disabled. Expires after 15 days. |
|
|
ampc-macosx-DEMO.dmg
AMPC: C to JVM compiler suite for Mac OSX. Only mul, div, mod disabled. Expires after 15 days. Mac OSX 10.4 (Tiger) or newer. |
|
|
calculator.jar
"calculator" is a graphical C program compiled with AMPC. To use, type: RUN -cp ./calculator.jar:$CLASSPATH calculator |
|
|
md5sum.jar
md5sum is used to compute and check MD5 message digest. To use, type: RUN -cp ./md5sum.jar:$CLASSPATH md5sum test1.txt |
|
|
djpeg.jar
"djpeg" is the decompression portion of the libjpeg library. To use, type:
RUN -cp ./djpeg.jar:$CLASSPATH djpeg test1.jpg |
|
|
cjpeg.jar
"cjpeg" is the compression portion of the libjpeg library. To use, type:
RUN -cp ./cjpeg.jar:$CLASSPATH cjpeg test1.bmp |
|
|
AMPC_SLIDE_PRESENTATION.ppt
Power Point slide-show on the benefits of AMPC. |
|
|
sha.jar
"sha" is the Secure Hash Algorithm developed by NIST. To use, type: RUN -cp ./sha.jar:$CLASSPATH sha input1.txt |
|
|
examples-gui.tar.gz
Example source code for event-driven GUI capability. |
|
|
c_library_source.tar.gz
ANSI C (1989) library source code. |
|
|
ampc_manual.zip
Documentation: Web-based user manual for AMPC. (Based on UserManual-AMPC-Version-1.6.pdf) |
|
|
UserManual-AMPC-Version-1.6.pdf
Documentation: User manual for AMPC. AMPC Mobile documentation for J2ME CDC 1.1 included. Note: J2ME CLDC is not supported. |
|
|
jasmin-1.11.zip
A java byte-code assembler. |
|
|
ampc-database-samples.zip
Sample programs with source utilizing AMPC's Database (ODBC) APIs. |
|
|
acc-jvm.tar.gz
Acc-jvm compiler driver source code. |
|
|
example-jni-20050323.tar.gz
Example source code to show JNI (JVM Native Interface) capability of AMPC. |
|
|
jcmp-src.zip
Java class compressor and java byte-code optimizer (java class obfuscator). |
|
|
ampcgui-src.zip
Ampcgui package with source code. |
|
|
scintilla161.tgz
Source code editing component. |
|