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: Help, could you recommand a ASM IDE?

If you search GOOGLE - you will find a lot of IDEs. I am developing one right now (Object-Oriented Assembler), but work goes slow.
Forum Post

VBA - Find Contents in Sheet 1, Search for Same Contents in Sheet 2

Hi all, I'm trying to write a code that will locate information in Sheet 1 and search for that same information in Sheet 2, then pull a different bit of information from Sheet 2 and place it back...
Forum Post

Re: coverting lowercase to uppercase..

: I do not use TASM anymore. Do you know how to write a : simple TASM program which prints simple "Hello!"? If you do, then : start with that. Then add some user input. Also, search this board...
Forum Post

Re: coverting lowercase to uppercase..

I do not use TASM anymore. Do you know how to write a simple TASM program which prints simple "Hello!"? If you do, then start with that. Then add some user input. Also, search this board for code -...
Forum Post

How to search a column of text in Excel?

I am a newbie to Excel VBA and I am trying to search this column of text using an input string. I don't know the best way to declare an existing column of strings so that I can search each cell one...
Forum Post

Re: Need a small C/C++ compiler

: Is there any small C/C++ compiler that is below 1MB amd the look : just like the edit.exe program of MSDOS ? Search for Turbo C via google. Its a DOS real mode compiler; hence is limited to...
Forum Post

Re: Connect 4 Game - 2D Array search problem?

: : Hi all. : : : : I have been writing a connect four game. : : : : So far I have defined the board using a 2D Array. : : : : Because I have no graphical programming experience, this is...
Forum Post

Re: Connect 4 Game - 2D Array search problem?

: Hi all. : : I have been writing a connect four game. : : So far I have defined the board using a 2D Array. : : Because I have no graphical programming experience, this is being : done in...
Forum Post

Connect 4 Game - 2D Array search problem?

Hi all. I have been writing a connect four game. So far I have defined the board using a 2D Array. Because I have no graphical programming experience, this is being done in the console...
Forum Post

Re: PC-Relative Branching in ARM GAS?

: They don't need to be linked. There are no libraries, and I add the : data in manually with .word/.byte directives. : : I've also looked at some disassembled .elf files generated by gcc, :...
Forum Post

Re: palindrome

: A java programme that determines whether a given word is a palindrome : Loop through the string until you reach half its length. Check wether the i-th amd (length-i)-th character are the same....
Forum Post

Re: accessing system info

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

Re: gas anyone?

: I think that the problem with this is that you're using Intel syntax (or trying to) with an assembler that uses AT&T syntax. Search the term 'AT&T assembler syntax' and you should get several...
Forum Post

Re: gas anyone?

I think that the problem with this is that you're using Intel syntax (or trying to) with an assembler that uses AT&T syntax. Search the term 'AT&T assembler syntax' and you should get several...
Forum Post

Re: Reading the memory of another process

: This message was edited by anthrax11 at 2006-11-5 11:4:34 : : I had it done before but I was looking for 41h to be on the left so instead I tried to pass it's address to get 41h (A) on the right,...
Forum Post

Re: Reading the memory of another process

This message was edited by anthrax11 at 2006-11-5 11:4:34 : I had it done before but I was looking for 41h to be on the left so instead I tried to pass it's address to get 41h (A) on the right,...
Forum Post

Re: Delay loop in ISR

: The delay is for the "hold time" for the I/O device you are writing to. : If you have any specs of the device, you would find this specified in the manual. It is indeed better to start an OS timer...
Forum Post

problem including assembly/c header file [i think]

Hello, I am trying to use and include an object file with my (gnu 'as') assembly program. I'm fairly new to the assembly world, did some SPARC years ago in school, but I'm having problems...
Forum Post

Re: 8085 program for max and min values

: im having problems writing an 8085 assembly code program that searches for max and min values in 10 memory locations. id appreciate any help : thanks :
Forum Post

Re: maze problem

You need to represent a maze as a 2D array, where each cell is adressed by a pair of (row,column) coordinates. Each cell can be occupied by: 1. pacman (you control it with keyboard) 2. chaser(s)...
1 2 3 4 5 6 7  Next
 

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.