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.
Forum Post

Re: Search problem

Search 'SysUtils.hpp'. In it (at the bottom) you will also find the functions FindFirstFile() and FindNextFile() as well as many other usefull functions for you. Good luck, bilderbikkel
Forum Post

Re: search problem

: This message was edited by stober at 2006-3-27 17:21:0 : : how to make a fn that searches a specified path and subfolders for certain files : : i.e. : : *.jpg; image.*; *.*; image.jpg : : :...
Forum Post

Re: search problem

This message was edited by stober at 2006-3-27 17:21:0 : how to make a fn that searches a specified path and subfolders for certain files : i.e. : *.jpg; image.*; *.*; image.jpg : : please...
Forum Post

Re: Address book using Binary Trees in C++

: Hi, : : I was just wondering if anyone can point me in the direction of a good resource to do this? Or if there is some sample code that I can look at. : : Thanks! : see c++ container...
Forum Post

search problem

This message was edited by luckyboy at 2006-3-27 10:48:47 how to make a fn that searches a specified path and subfolders for certain files i.e. *.jpg; image.*; *.*; image.jpg please make it in...
Forum Post

Re: HTML to PDF automatic conversion

Hi, : Anybody knows a script or function to convert automatically online a : html page to pdf? : If you're willing to cough up some cash then:- http://www.suite101.com/article...
Forum Post

Re: find the repeted sequence in fractional part and enclose it in bra

+ ')'; break; } } I think the array could be minimized to the size of b... I also think I've done something wrong. The dot wont work with this... Happy coding wishes the one and...
Forum Post

Re: find the repeted sequence in fractional part and enclose it in bra

: you could use sprintf() to store all the digits in a character buffer, then search that buf repeating sequences. Start out by checking for multiple occurrences of the first two decimal places. If...
Forum Post

Re: find the repeted sequence in fractional part and enclose it in bra

you could use sprintf() to store all the digits in a character buffer, then search that buf repeating sequences. Start out by checking for multiple occurrences of the first two decimal places. If...
Forum Post

Re: String search and replace

: I was told by more experienced ppl I may have to use read, write, open, lseek commands. They are right... do something like this (pseudo code): char searchFor[] = { "hello", "world...
Forum Post

String search and replace

Hi guys (and girls!), Need some help for my program (C IN UNIX Environment) Basically I want to have a C program which, for an existing file supplied by the command line argument (E.g. File1...
Forum Post

Re: Question about a special character. See ASCII character table.

This message was edited by DrMarten at 2006-3-22 19:41:21 : Hello guys : : I am writing a program to export custom emoticons from messenger. : In a textfile (database of emoticon objects) i...
Forum Post

FPS in SoCal – AI Programmer

Digital Artist Management is currently assisting a high profile Orange County game development studio in there search for a solid AI Programmer for a new original First Person Shooter franchise...
Forum Post

Question about a special character

Hello guys I am writing a program to export custom emoticons from messenger. In a textfile (database of emoticon objects) i have loaded into a variable I'm trying to filter or sort some values...
Forum Post

Re: williamquincy.com not me

: Okay. I have expressed my opinion about the average idiot having a computer before. The site www.williamquincy.com is not mine.When I started at programmers heaven I had business to do so I just...
Forum Post

Re: Is This In Perl

: I am examing a file called Makefile.in I had expected it to be in TCL but perhaps it is in PERL or some other language. I have posted the contents here: : : http://www.geocities...
Forum Post

Re: help in BST

value == value) { : : : : : return n; : : : : : } else if (value value) { : : : : : return find_node (n->left, value); : : : : : } else { : : : : : return find_node...
Forum Post

Re: help in BST

value == value) { : : : : return n; : : : : } else if (value value) { : : : : return find_node (n->left, value); : : : : } else { : : : : return find_node (n->right,...
Forum Post

Simulation

Hello Everybody, Quick question, can some one direct me to a place where I can see an example of how to move an object along a path I determine. I have to simulate objects moving and choosing the...
Forum Post

BST - improper code.. what's wrong?

how about this code? can somebody correct this code? actually i'm just implementing the functions.. 1 #include 2 #include "Tree.h" 3 4 using namespace std; 5...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.