can anyone give me an example of how pheromone table can be developed??
Urgent help needed
Thank you
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
anyone who know about Ant Colony Optimization??
Pls respond to me
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
How can I check my system is connectd to internet network or not using VC++ code?
Thanks,
Anand
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Thanks for sharing , I think it is the same one but I am not sure about this line of your code :
b >>1 ,
I found this other algorithm :
http://www.nongnu.org/avr-libc/user..._util__c...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi all
i have written a code to detect lines in a binary image(using hough).but my code rarely detects vertical lines while i need to detect a special rectangle which is apparent in the image an...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi
i'm working on a simple Raster to vector app.
my raster is a binary image and i have black pixels x,y from first point to the last point (i follow the black pixels) .
i can make vector im...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
a friend of mine wrote me a message in message digest / checksum a short while ago i havent been able to decode it, here is the message:
MD2: b1a10f68432297a33b2b4394d2439c3a
MD4: cbb60475ed...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi all
(thnx very much for not replying my previous thread ) )
now i have another question. how can i detect corners in a binary image?
wud u plzzzz give me an idea?
thnx anyway
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have been searching for a solution to this problem:
I have an expression in infix which can contain *,/,-,+ and I have to find the reduced form
of this expression.
Ex: Input: ((A+45)*16...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hi all
i`m a newbie in matlab and i`m searching for a way to recognize green-white & yellow-white edges in an rgb image .also i need to have the start and end point of these edges.
do you...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need some information about petersons algorithm for mutual exclusion.
what will be the input output and how to work with that. plz help me out with algorithm or code. i need to do miniprojec...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
What is the best data structure to use for holding data for a Rubik's cube? 3D array, 6 faces, etc?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
[Background]
- we have a for loop,
e.g.
for (x=0; x<100; x+=3) /* x is the loop variable */
{
}
- we have an expression based on that loop variable,
e.g.
x+1
- we hava ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
What's an efficient way to randomly choose x elements out of an array of size y?
Is there a better way than simply generating a random index value of the array, checking if that value has alre...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi
I have these variables: x and y.
y is dependent on x. The higher x results in the lower y. The relationship between x and y is mostly linear (eg if I plot a graph, I see an almost linea...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
In a game I wrote about 2-3 years ago I came across a design bug in the motion physics portion of code.
In the following diagram: See Link.
The balls were at point’s A and 1 on one frame, ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
just have a simple question. in a binary search, which item takes the longest to find?
will it be the first and last item? or just a random item in the list? it seems like the random item i...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi there, I'm trying to solve this important exercise
Code:
ALGORITHM Mystery (n)
// Input: A nonnegative integer(n)
S <-- 0
for i <-- 1 to n do
S <-- S + i * i
ret...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello everyone.
I have been using Matlab for 3 months for our project. We are going to include pitch shifting and tempo control in our project.
I believe I have solved the tempo contro...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey all,
wassap
could u help me out here a lil bit, i have some questions concerning trees and other basic data structures
here is the first
1- Are all red-black-trees complete, or...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey all,
I have a basic knowledge of what an algorithm is, and can grasp my mind around the idea, but still can't even imagine beginning to write one in code, are there any tutorials on this matte...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have heard about on-disk data structures, but I am trying to understand how to implement it.
I want to write a program which is going to make use of a B-Tree which is so huge that whole of ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello there...
Is there any algorithm that can find all possible paths from a source to destination?
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I am sure there is a standard way to solve this but I cannot work it out:
I am looking for a way to find all the combinations of N numbers in an array so that each combination has a su...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Dear all,
I think I have discovered a new, EXTREMELY efficient compression algorithm. Does it work?
Here it is:
Since any combo of sine/cosine waves can be represented by 8 numbers (2 * [amplitude...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine