I was thinking that since the .NET Framework seems to be lacking in important data structures and algorithms, I'd slowly create a library of such missing features starting from the simplest bits.
...
[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 been searching for quit some time now, in order to find a VB algo. on how to calculate the of Chinese new year at any given year.
If anyone have one or mayby have a link to an explanatio...
[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 friends...
I have a PDF which has a font named MS-Mincho.
Which is basically Japanese language...So it is a unicode characters...
Now When my PDF contains a text 'A' it gives me co...
[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'm working on a biological and ecological systems simulation project.
In my program, the user will first build ecosystems models, and secondly possibly make real-time simula...
[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 this algorithm be complexity O(n^5)? Sorry for the stupid question but I'm taking my first steps in algorithm analysis.
Code:
public void tres (int n) {
1 int i, j, k, sum...
[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 search a value in a matrix ordered in increasing form such as A[i,j] <= A[i+1,j] and A[i,j] <= A[i,j+1].
I don't want to do a linear search which is O(n^2), there is any fo...
[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 recently came up with a matrix algorithm for code below.. id really like if someone could either try to crack it, or just give me a general security rating by my description..
it is compi...
[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 experts,
i want to generate a bruteforce password generation algorithm.is there any algorithm for that?ie for a password of length 3 and character set A...Zit should generate
AAA
AAB
...
[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'm currently developping a game (language doesn't matter for the question) with, at first view, a simple feature: user move from tile to tile on a grid. Each tile he passed on turn into...
[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 need a general application which can be solved or designed by using concepts of PSO and GA . A simple application or a general one i need. I need to prepare a documentati...
[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
Whats the best way to to solve two equations simultaneouly via a programing language. The method i use at the minute is to store each of the coeficients separatly. Then work on them. I remember so...
[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 am doing something to represent software packages dependecy usnig tree structures. I am going to code this in C++.
However, I have some problem to represent this structure. A software...
[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 just want to know that how could I mathematically proof that time complexity for GCD iterative algorithm is O(n).
I know that because of while loop it is O(n) but how to prove it mathe...
[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 an algorithms Partition S = {1,2,3,7,6,....n} into k subset, so as to minimize the maximum sum over all the ranges.
...
[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 know any good triangulation algorithms? Preferably ones that can handle both convex and concave polygons.
...
[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 needs source codes of ants in C/C++ language. only a verysimple sample apillcaton is also fine.
i searched google, most of them are debates, no source code atall
plz help. thanks
...
[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
Here is the psuedo code....
time_t normalise(time_t input_time)
{
bool finished;
// This produces a formatted time string like:
// Thu_Nov_24_18:22:48_1986
string str_time = ...
[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 am looking for a data structure to help me with the following:
Given either city, state or zip, I need to be able to get a value or list of values of the other.
So I want to ...
[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 need the maxflow - mincut algorithm
if any one have it, please post ....
THANKS IN ADVANCE
...
[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 you mathematical geniuses.....
I am building a raytracer and I would like to implement some global illumination using the path tracing technique.
When a ray intersects with an obje...
[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
Suppose you are given a two dimensional matrix. For example, 256 by 10000 where 256 is the number of rows and the 10000 is the number of columns. This matrix has the following properties:
1- Eac...
[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 more information about audio streaming , so i can create an application that clients can connect to server and play audio file on the server using audio streaming. Where i can find this tec...
[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!
Could anyone tell me, please, where can I read about how the data is organized in a PNG image in HEX format?
I don't need anything very advanced, simply to understand how could I ge...
[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 not able to get this one in O(n) time ((
Given an array containing both positive and negative integers and
required to find the subarray with the largest sum in O(n) time.
...
[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 am trying to find which are the similarities between a suffix and a reverse suffix tree.
For example which are the similarities between the suffix trees which can be made from the...
[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