I'm not a C# programmer so I don't know for sure, but this [http://www.csharphelp.com/archives/archive105.html]> seems to have some info about arrays of delegates.
...
[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
some documentation of a range coder. I want to add one to my method. (I have my own method based off LZ that I want to add a range coder to. My method is called LZJS3 (a few different concepts I h...
[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 all.
i have a little problem implementing a binary interpolation search in an array.
In some cases the program enters to an endlessly loop.
the code is uploaded here.
http://rapids...
[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 want to find all the possible simple path between 2 specified vertices in a graph.
My graph is directed, weighted, no negative weight are allowed and repetition are not allowed...
[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 figured out that is a double loop.
foreach man in MEN
if man is Not FREE
foreach woman in WOMEN
if woman and man BETTER MATCH
Divorce and Mar...
[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! I've been busting my brains for quite a while on this problem with no results so i thought it's about time I ask for help.
There it goes:
We are given a dice and a squar...
[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 would like to ask if anyone knows where i can find an implementation of an 2,4 tree
...
[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,
For a Project of mine i have to come up with a hash function to store information on items stored in a furniture shop.
For our hashing we are to use the product key which looks like t...
[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 just looked at Template in C++ and that's exactly what I want. Is there a way to make template in ANSI 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
I am kind of confused on how to find the initial distribution for a polyphase merge sort.. I know it's a fibonacci series.. but how do I do that say I have 53 numbers that I want to sort using 4 t...
[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
Can someone take a look at this source and tell me if they see anything wrong with it? Thanks. I get an intermittent bug that happens at random. It crashes, but it crashes at different points on d...
[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 am attaching a zip file with 3 files contained within it. You will have to modify the file it opens in main.cpp, and I know the slowdown is associated with the console... And I also know I will ...
[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
People who are going to answer can also look at:
http://forum.java.sun.com/thread.js...sageID=10197776 [http://forum.java.sun.com/thread.jspa?messageID=10197776]>
for extra information.
@O...
[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 searching for an algorithm with that I can find the 'center' of any 2D Polygon.
I think it is not really the center I search, but I don't know if there is an special name for the poi...
[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 am running into troubles with the output of a DB query. Let me try to explain the problem.
Assume we have a table with the following data
col1 col2
1 0
1 0
2 -2
1 3
...
[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,
Maybe this is a c++ question but I guess it is general (although I encountered it using MS VC++ 6.0).
I created a class (and many classes derived from that) with reference counting and...
[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 asked a question in the data structure to remove any random node (only its address is known) using singly linked list.
For ex: Here is the linked list
A-->B-->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
I'm curious if anyone has any idea how Feedjournal - a RSS Newspaper-view generator works. I've spent some serious time investigating layout techniques and comparing various generated pdfs to look...
[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
Sup everyone!
I am trying to generate a set of random numbers B from a fixed set A = [1 2 3 4 5 6 7 8 9] in MATLAB with no repeats. So for example,
B = [3 2 4 7 1 8 9 6 5]
is one p...
[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 guys,
I'm doing an introductory programming course at uni and I've come across a question in the assignment that has me stumped.
This is the question:
You are asked to write a simple 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
Hello!
I would like to find a good sorting algorithm for sorting data that already is almost sorted. That means, an elemend is at a possition in the array that usually isn't very far from wher...
[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 to create a depth first traversal structure in psuedocode and below is what i have come up with:
Code:
GraphSearch(G,v,u)
G Graph being searched
v Node at the start of the se...
[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
Since i cannot figure it out myself i hope one of you can help me with creating the right algorhytm for a specific permutation generator.
Problem:
We have
A = number of RED marbles in sample...
[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'd like to know if there's a known "best" data structure for an ordered array of natural numbers (~100.000 length, up to 6 digits numbers).
I have studied several choices but...
[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!
Anyone knows where I could find source code (possibly Matlab ) for finding Haar-like features in an image?
Or at least a detailed description of the algorithm...
I've read the Viol...
[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