Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > Algorithms [5 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
CodeGuru .NET Data Structures and Algorithms Library Project  
01:28 16-May-06   [Replies: 0, Views: 149]    By: Lee Cheon-Sin
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 thread
CodeGuru Chinese Calender  
05:45 13-May-06   [Replies: 4, Views: 344]    By: liuyang
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 thread
CodeGuru PDF with Unicode  
12:38 10-May-06   [Replies: 1, Views: 146]    By: darshit.shah
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 thread
CodeGuru "simulation" as a class or "simulate" as a method  
15:36 9-May-06   [Replies: 3, Views: 159]    By: mCodax
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 thread
CodeGuru O(n^5)????  
14:57 9-May-06   [Replies: 6, Views: 153]    By: indiocolifa
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 thread
CodeGuru Ordered Matrix search  
13:32 8-May-06   [Replies: 5, Views: 168]    By: indiocolifa
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 thread
CodeGuru First Algorithm, test included.  
22:05 6-May-06   [Replies: 0, Views: 124]    By: 01000101
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 thread
CodeGuru password generation-algorithm  
14:58 5-May-06   [Replies: 1, Views: 134]    By: aryal
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 thread
CodeGuru Algo : the simplest things are always the more complex ones  
14:43 2-May-06   [Replies: 12, Views: 278]    By: sam000qc
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 thread
CodeGuru need help in finding application  
22:34 30-Apr-06   [Replies: 4, Views: 235]    By: eshwarvanaparthi
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 thread
CodeGuru Simultaneous Equations  
18:59 30-Apr-06   [Replies: 7, Views: 259]    By: Rich2189
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 thread
CodeGuru Software dependency representation  
06:57 30-Apr-06   [Replies: 2, Views: 139]    By: cosmicx
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 thread
CodeGuru mathematical proof of timecomplexity of GCD is O(n)  
16:51 28-Apr-06   [Replies: 2, Views: 146]    By: leeza
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 thread
CodeGuru Algorithms partition  
19:19 27-Apr-06   [Replies: 1, Views: 321]    By: yperez_riverol
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 thread
3D Buzz Triangulation  
13:52 27-Apr-06   [Replies: 6, Views: 285]    By: MrGoldfish
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 thread
CodeGuru Ant Colony  
13:17 27-Apr-06   [Replies: 6, Views: 737]    By: Pheromon
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 thread
CodeGuru Thing with time..can some1 help?  
22:04 26-Apr-06   [Replies: 0, Views: 134]    By: iamlost
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 thread
CodeGuru Data Structure with 3 keys  
21:19 26-Apr-06   [Replies: 3, Views: 167]    By: Unnamed
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 thread
CodeGuru i need a well known algorithm  
18:07 26-Apr-06   [Replies: 3, Views: 144]    By: BASHIR
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 thread
3D Buzz Generating a random direction vector  
17:57 24-Apr-06   [Replies: 1, Views: 154]    By: Unnamed
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 thread
CodeGuru Memory minimizing question I need help with!!  
13:46 24-Apr-06   [Replies: 5, Views: 158]    By: Novembre
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 thread
CodeGuru I need document about audio streaming technology  
10:07 24-Apr-06   [Replies: 0, Views: 109]    By: john_vn
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 thread
CodeGuru PNG image in HEX format  
17:55 16-Apr-06   [Replies: 0, Views: 190]    By: janise
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 thread
CodeGuru array with both positive , negative numbers  
11:35 15-Apr-06   [Replies: 8, Views: 366]    By: agarwaga
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 thread
CodeGuru Suffix and Reverse Suffix Tree question  
04:21 14-Apr-06   [Replies: 0, Views: 140]    By: JimK
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 thread

<<First  <Previous  15  16  17  18  19  [20]  21  22  23  24  25  Next>      
 




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006