AI
Artificial intelligence (AI) is a branch of computer science and engineering that deals with intelligent behavior, learning, and adaptation in machines. Research in AI is concerned with producing machines to automate tasks requiring intelligent behavior. Examples include control, planning and scheduling, the ability to answer diagnostic and consumer questions, handwriting, speech, and facial recognition. As such, it has become an engineering discipline, focused on providing solutions to real life problems, software applications, traditional strategy games like computer chess and other video games.
Language
Any
Platform
MS-DOS
Remove
License
Any
one document is Ralf Brown's "Interrupt List", see
Search for "Interrupt List" on PHeaven.
Tore Nestenius
/WEBMASTER Programmers Heaven
: : Please can anyone explain how an application can access a system's info eg CPU type, speed, temperature, anount of RAM etc
: : thanx
: :
:
: It`s usually best to use OS-specific functions....
This message was edited by interrupthandl at 2004-2-29 22:8:25
i meant perhaps there is some problem in path of the file or other which suki_yip is not able to diagnose.Please dont take it...
This message was edited by stober at 2004-2-29 19:52:4
I don't think any version of unix or linux supports bios.h. That is an old MS-DOS header file. I just searched my linux computer and that...
: : Do a google search for parallel port. If you are using MS-DOS 6.X or earlier you can access the port directory. If you are using Windows OS you have to get a device driver
: :
: : This site...
i search for source of a in assemply written mp3-player for ms-dos.
: I am building a program that requires a MS-DOS batch file to run. What line of code would i have to input to get my program to recognize the batch file and run it?
:...
This message was edited by the Souldrinker at 2002-6-29 15:44:10
sooo much "!" for such a short question? ... tztz...
If you want to develope some game for MS-Dos I recommend DJPP, it has got...
Notes:
1. If you are using NT, then you need 'c:\cmd.exe' instead of 'c:\command.com'
2. I don't have Perl in my search path, so i needed the full path.
3. The '/k' switch is the trick, '/c' will...
: :My code looks more like the code at the Art o' Assembly site
: :I found a book that explains the link switches, and i'm
: :getting ready to try your suggestion...hope it works.
: :I wanted to ask...