| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| examples | 2012-02-23 | ||
| AIML_chung.zip | 2019-11-30 | 16.1 MB | |
| AIML_chung01122018.zip | 2018-12-01 | 16.1 MB | |
| AIML_chung22072014.zip | 2014-07-22 | 15.9 MB | |
| AIML_chung03042013.zip | 2013-04-03 | 15.9 MB | |
| AIML_chung13122012.zip | 2012-12-13 | 15.6 MB | |
| AIML_chung31102012.zip | 2012-10-31 | 15.6 MB | |
| AIML_chung20042012.zip | 2012-06-19 | 15.5 MB | |
| AIML_chung13042012.zip | 2012-04-13 | 15.7 MB | |
| AIML_chung19032012.zip | 2012-03-19 | 12.7 MB | |
| AIML_chung07032012.zip | 2012-03-07 | 8.5 MB | |
| AIML_chung16022012.zip | 2012-02-16 | 7.7 MB | |
| readme.txt | 2012-02-16 | 1.0 kB | |
| AIML_chung11022012.zip | 2012-02-12 | 6.5 MB | |
| AIML_chung08022012.zip | 2012-02-08 | 6.4 MB | |
| Totals: 15 Items | 168.3 MB | 0 |
just double click on AIML_chung.exe application and it will run !
to install, just unzip zip file in c:\AIML_chung\ folder
to uninstall, just delete unzipped folder
"AIML_chung" is open source freeware
"a program by NGUYEN.Chung" (2012)
"written in freebasic"
AIML_chung_dll.dll :
just double click on AIML_chung_dll_test.exe application to test dll !
just double click on AIML_chung_dll_test_console.exe to test dll (console mode)!
Maths tag
<maths>expression</maths>
expression= varname, ()+-*/^,ge(greaterequal),le(lowerequal),gt(greater),lt(lower),
eq(equal),ne(notequal)
sin,cos,tan,atn,rnd,abs,int,sqr,exp,log,not,and,or
predifined vars : "0"="0" "1"="1" for booleans
ex: <condition><li name="1" value="maths(...expression...)">...</li>
... value="+-...expression..." (begins with +or-)
</condition>