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.
Language
Any
Platform
Any
License
Any
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
sorry, to clarify I am using VB 2010
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...
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
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?
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...
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...
thank you so much! Do you mind explaining your code, i'm kind of a beginner :D
Thanks again
: 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...
ok,that seems to be right. But how can I print the list,in order to be perfectly sure that it's correct?
from_cell = temprow;
from_cell = tempcol;
10 * 10 = 100 bytes }
var a,b:^2d_array;
{...}
copyselective(a,b,100,0); {
For more algorithms
check http://codewordblog.blogspot.com
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...
Sure we can help. Got some code for what you have so far?
{ 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('*.*'...
for programming algorithms
http://codewordblog.blogspot.com
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...
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...
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...