473,544 Members | 1,758 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Algorithms / Advanced Math Forum

2
3,165
thread by: carma | last post Mar 28 '11 by: jkmyoung
Hello everyone,I am java programmer.I am developing several applications in Swings and other frameworks.I am good in OOPS and most of the Core Java concepts.Currently developing websites in JSP and PHP.But one day i was asked to write an algorithm for fibonacci numbers generation which took more than 10 minutes to write for me(and its wrong...
3
2,695
thread by: Waqas Danish | last post Dec 29 '10 by: Rabbit
Hi, I am planning to use Nearest Neighbor algorithm for predicting the user behavior. Basically, I have a large number of reviews along with their star ratings(1-5). For a new user that registers with my system, I want to show him the best matched results when that new user searches for an item. For example, UserA and UserB have rated three...
1
2,214
thread by: McLeroy | last post Dec 28 '10 by: Rabbit
what is the name of the game which 2 players complete the squares on paper? i am interested in its algorithm but first i have to get some information about it.
1
2,276
thread by: ogguhemasundar | last post Mar 28 '11 by: jkmyoung
HI frdz, can any one tel me to find out da complexity of a given algorithms. I dont know about notations. when im reading notations im not getting anything,totally confusing. Hope i can get help!
4
9,692
thread by: buntybutt | last post Oct 15 '12 by: twinnyfo
Hi...................... I want to get the following pic table set in ms excel which is actually i had formed in Ms Word, but there is problem with it calculating the values automatically. So i have decided to make this sheet in excel, but I dont know the formula to put into the last two cell to automatically calculate the same result. I have...
2
16,639
thread by: DarkSerg | last post Nov 28 '11 by: thomas050903
Hi! I have some binary data stream which passes geo location coordinates - latitude and longitude. I need to find the method they are encoded. 4adac812 = 74°26.2851' = 74.438085 2b6059f9 = 43°0.2763' = 43.004605 4adaee12 = 74°26.3003' = 74.438338 2a3c8df9 = 42°56.3177' = 42.938628
10
3,031
thread by: sorry | last post Apr 4 '11 by: jkmyoung
if I have while loop like this while(1>i/x) and i-- and x++ and initait value for x=10 and i=n my question is when I want to know value of x what i have to do . i want general idea to solve this Que x=10,i=n while (1>=i/x) {i=i-1; x=x+1} print x
2
2,754
thread by: Andrew Sweney | last post Nov 18 '11 by: franknagy
I have a system that generates a 24ch alpha-numeric string as a tracking number. An example looks like this - 1898240001631501AKL003HS. This is great for what it does (there is information embedded in that string that tells me stuff that I need to know). However, when a customer tries to use an IVR or web site to self service (a tracking...
1
2,660
thread by: tyagithehacker | last post Apr 20 '11 by: Banfa
Hi All, I want to try my hands in AI (artificial intelligence) based application developement. So i just wanted to ask how would we recognise the pattern among the audio and/or graphics files. Hint: application must be capable of sorting all the images of a particular person. Or the audio player must be capable of suggesting some songs to...
9
3,598
thread by: keydrive | last post Mar 5 '13 by: rampdv
Hi, I need a regular expression for capturing the first alpha string in a document not necessarily on the first line match first instance Here is a few tried permutations *
0
1,744
thread by: Ramk | last post Jun 15 '11 by: Ramk
Does anybody give me suggestions in implementing an algorithm using a programming language such as C#. For example, lets say; I had a stream of data continuously coming to me. I want to filter the data based on certain conditions such as "if new data is lessthan 10", discard the new data. I can implement the same by 'C# generic collection',...
3
3,080
thread by: Chris Clark | last post Jul 19 '11 by: Dormilich
I am trying to reduce my data entry workload through automation of an accurate mass calculator. I have a table of accurate "mass to charge" output vs. intensity from an agilent mass spectrometer. Currently I have to key input each of these molecular weights into the "Agilent MassHunter" mass calculator and get the multiple molecular formula...
5
8,131
thread by: Bharat Pandey | last post Nov 15 '11 by: franknagy
Hi Everyone ! I am going to open a software/IT company soon but I am so confused about the name for company. The company works on following fields: Enterprise Application Development, website Development, Web Application Development, Offshore Development etc. Please suggest me a good company name for my company. We works on Latest...
5
6,380
thread by: KenpachiZ | last post Nov 18 '11 by: franknagy
Ok, so here is the problem. I have a number, and I need to divide it into maximum unequal parts such that no part is less than 25 in value. Even if you cannot solve the problem, any help or ideas are appreciated. Thanks!
0
2,333
thread by: pazhaniraja1 | last post Oct 19 '11 by: pazhaniraja1
Kindly help me to convert pcap file to txt file programatically via c# windows application. When i use tshark -nr "d:\pack.pcap" -T text -v > "d:\pack1.txt" attached txt only created instead of formed output.
1
2,903
computerfox
thread by: computerfox | last post Oct 28 '11 by: computerfox
Hello everyone, I'm having some trouble with the code for merge sort. I get what is it but the code doesn't seem to work. Here is my code: ////.h #include <iostream> #include <string>
0
1,681
thread by: peilin | last post Oct 29 '11 by: peilin
hi, i am research student, my research topic is about to compare the crawling process for Bfs and Dfs, have anyone willing to share their sample crawler code? Thank You!
1
57,680
thread by: millman | last post Nov 6 '11 by: Stewart Ross
In a binary search, with an even amount of numbers, will the algorithm choose the higher or lower middle number? So if the array is: 15 18 18 21 26 31 36 38 Then will it start by looking at 21 or 26?
3
7,079
thread by: endazyar | last post Jan 19 '12 by: endazyar
Hey everyone, I'm planning to implement a dictionary on C#. I have about 30,000 words in my database( i keep them in access database right now. Maybe we can make a decision about which database it should be. ) a word and a definition may contain from 1 to 25-30 chars. The search should work like that ; when user types a, the app should...
1
2,266
thread by: Pankaj Chandak | last post Dec 22 '11 by: Dormilich
dear All, I am updating JDE/DB2 table using odbc connection but for single record updation takes 5 secs. how can I improve performance. help is highly appreciated Regards, pankaj
3
2,094
computerfox
thread by: computerfox | last post Aug 7 '12 by: kadghar
Hi everyone, I have a general and a specific question. I never took a mathematical algorithm and converted it to source, so where would I start? The specific question is that I have this algorithm: (attachment) How would i convert this algorithm to source or how would I start? I know it's broken down into a product of an integral...
1
2,443
thread by: internetammo | last post Sep 12 '12 by: zmbd
Im trying to do a regular expression that only gets letters in a certain character set '^+$ but i want to not get words like badd or cabb and only cab or bad so that each character in the character set is only used once or the number of time used in that character set? i dont know if this will be possible because i may have multiple occurences of...
2
2,023
thread by: MoeketsiM | last post Jan 8 '13 by: dianagaby2002
Which method is better and more efficient than the other, to choose a pivot randomly or to choose it by selecting three indexes (index 0, index n/2 and index n) and taking the middlemost number between the three?
1
2,054
thread by: Jay77 | last post Oct 15 '12 by: twinnyfo
Hi, Hoping someone can help. I'm developing a game related to Maths (I'm rubbish personally) and I need to break down the difficulty levels. In my head, I have 6 different levels/descriptions: - Easy (Kindergarten/Elementary) - Medium (Middle school) - Hard (High school) - Expert (Post-secondary education)
0
2,076
thread by: johanes124 | last post Oct 31 '12 by: johanes124
Hi, I have got problem with this task. (It's not homework!). We have undirected graph with wages X,Y. Firstly all edges has got X. But if exist path that costs 2X (from vi to vj and (vi and vj arent connected directly)) than we can replace it by Y. Our task is to find minimal distance to all vertex from start vertex. I will write an...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.