Computer Science
Computer science is the study and the science of the theoretical foundations of information and computation and their implementation and application in computer systems.
Forum Post

please help asap

Here is the assignment i need help with. the assignment (word doc) along with a main code and function file are in a .rar. thanks
Forum Post

Re: Text file manipulation problems /sigh

sorry, to clarify I am using VB 2010
Forum Post

writing objective function for genetic algorithm in matlab

hi what book do you suggest for writing objective function for genetic algorithm in matlab? or book that define for writung function for optimization. tnks a lot kia keeyarash@gmail...
Forum Post

Suffix tree tutorial

Hi guys, Where can I find a good tutorial/information about suffix trees or a good book - if you know? I searched on the internet but a lot of useless information. thanks, dan
Forum Post

Reading a text file in matab with first character %

Usually, matlab treats the code after % as comment when it reads a text or dat file. If my first character is % in a dat file, how to prevent it from recognized as comment in matlab when i read it?
Forum Post

Problems with other people's Vista!

Hi I have an application that runs fine in XP, and also in Vista on my laptop. However users are reporting problems in Vista, particularly concerning saving files and this message when they quit the...
Forum Post

Re: Using files in freepascal

Well to tell you the truth i'm not quite sure where to start... Im looking to write a program that takes in files and sorts them so the next time you go into a folder the files are ordered...
Forum Post

Re: FreePascal filenames to text files

thank you so much! Do you mind explaining your code, i'm kind of a beginner :D Thanks again
Forum Post

Re: copy a 2d array to another

: I tried to put it in my code, but it doesn't work... I thing because : the arrays I use are char type. Also the arrays are records etc : a.mat. It will work with anything just have to use...
Forum Post

Re: Simple linked list

ok,that seems to be right. But how can I print the list,in order to be perfectly sure that it's correct?
Forum Post

Re: Simple linked list

from_cell = temprow; from_cell = tempcol;
Forum Post

Re: copy a 2d array to another

10 * 10 = 100 bytes } var a,b:^2d_array; {...} copyselective(a,b,100,0); {
Forum Post

Re: algorithm problem in sofware project

For more algorithms check http://codewordblog.blogspot.com
Forum Post

Re: copy a 2d array to another

OK!! I didn't knew that dos in windows(xp) is like java! (virtual machine):-o! Of course I run my program using dos box! Well, I know its not the best way to make a program and run it, but I know...
Forum Post

Re: Using files in freepascal

Sure we can help. Got some code for what you have so far?
Forum Post

Re: FreePascal filenames to text files

{ Compiler FPC v.2.4.0 } uses dos; var rec:searchrec; t:text; i:longword; begin assign(t,'Files in current folder.txt'); rewrite(t); i:=0; findfirst('*.*'...
Forum Post

Re: Divide and Conquer Algorithm

for programming algorithms http://codewordblog.blogspot.com
Forum Post

Help with searching and dictionary text files

I have a dictionary text file and I was trying to find a quick and efficient way to determine whether a word was in the text file. I'm pretty new to programming so any advice or suggestions would be...
Forum Post

copy a 2d array to another

Hi! I know that there are some ways for copying (2d)arrays in pascal (I use borland pascal). One is to use for-loops and the other one is to use something like array1:=array2. That's what i know so...
Forum Post

Re: opening a file from the disk and putting it in a structure

Try this: 1. Get the full path to the program EXE file. In Win32 use GetModuleFileName() function. You get back a string with something like this: "C:\Dir1\Dir2\Dir3\Program.EXE" 2. Cut off...
 

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.