I am currently trying to implement the Fast Fourier Transform (FFT) that uses a Discrete Weighted Transform with an Irrational Base (IBDWT). I found a research paper by one of the authors, Barry F...
[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 wrote a program for comparing two strings in C. It works well.
But it is not working for, strings as "hello", "helloo"
It is displaying hello = helloo
How to modif...
[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
The function Colfilt() in matlab can be used to perform block operations on a matrix. It first transforms all the blocks into columns of another matrix, and then aplies the function on that matrix...
[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 the following problem when doing my big exercise on subject of Data Structure and Algorithm : Input an arbitrary characters string from keyboard then identify which mathematics...
[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
would anyone happen to know any good sources, such as web sites, books or whatever on computer chess algorithms?
i'd like to do a seminar for a university subject, and i thought this would be 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
I am working on a University project, and am trying to take in images from stereo cameras (which are mounted on a small autonomous mobile robot), process them using C++, and output real-time contr...
[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 dont know how to convert a prefix expression into a postfix without using infix expression. Please can anyone tell me by an example?
Thank u
...
[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 want to delete a shared memory which is in use, i mean it is still attached and some processes are using them. I am using to delete "ipcrm -shm shmid". But it is not able to delete 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
Hi
In "Applied Cryptography, Second Edition: Protocols, Algorthms, and Source Code in C " Section 22.6
Writer discus about "Fortified Key Negotiation" that is a key excha...
[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 one modifies the definition of an AVL tree in the following manner: The balancecondition becomes |height(L(x)) − height(R(x))| 2, for each node x of the tree, i.e., theheights of 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
Does anyone here recommend any good Algorithm book(s)? I am going to purchase some new books this weekend and would like your opinion on that book would be good for learning algorithms.
...
[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 not sure if this right place but i got a algorithm question? here goes: Let A be an algorithm computing an input of size n in in k steps.For m = n.3, A needs L = k+5 steps, wat is the time comp...
[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
Ok guys, here's the issue. I'm working with the Karp-Rabin algorthim for searching through text, and I'm a bit lost. You can get the paper at http://www.research.ibm.com/journal.ibmrd3102P.pdf ...
[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
Guys can you please help me by providing some algorithms in converting a decimal to roman vice versa.... thanx a lot, this is a project in java.. .thnx
...
[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,
hope u r fine,
i've tried too much in these 2 problems
if anyone have ideas, please share' em
1 - find the 2nd smallest element of an unsorted array in
( n + logbase2(n...
[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
recently I am reading an Algorithm for deleting duplicated web-pages,
I am reading the article which introduces a good algorithm with precision and efficiency.But I don't understand how the algo...
[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 a resource for "Foundations of Algorithms"Book EXERCISES.
i cant resolve most of them!.
...
[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
Alright well this will be very nerdy, but ay we all do what we can. I've realized that most of the RPG games that use a grid primarily seem to focus around a square grid. Which means that your cha...
[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
Somebody must have an algorithm for this. Here's the situation:
I have a stream of integers of known size (12 bit) and known cardinality (i.e., how many integers there are).
I also have 2...
[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,
I asked this over at General Discussion but I talked about reflections and stuff that realy wasn't a part of the question. I removed that thread and now startin' a new one, here, asking 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
Hi every one
I must write a projct about security and iwant to create large primes(1024 bit and 512 bit) --RSA and ...- now i want to learn about algorithm that help me
tnx
...
[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 having a problem understanding the derivations of Bezier curves. I know the implementation of them is straightforward and there isn't any need to expand on how to get a Bezier curve to draw on...
[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
How to write a simple and efficient tree class in MFC. It can have any number of branches at each level. Just a general structure to represent hierarchical relationship.
...
[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
For each of the following two statements, decide whether it is true or false (do not forget to write this down). If it is true, prove it using any method you like. If it is false, provide a counte...
[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 Guys,
I'm a student at UT Austin and currently facing critical problem in solving a problem called "Finding Deadlock Free Minimum Hop Routing Table Generation".
In this proble...
[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