I\'m a super-hero in my off-time and I\'m trying to build an application that analyzes audio for spoken keywords.(Think emergency/911 calls) If a keyword is \"robbery\", and that word is spoken within
In Computer Science, it is very important for Computer Scientists to know how to calculate the running times of algorithms in order to optimize code. For you Computer Scientists, I pose a question.
1a.)The loop is below and I want to find it\'s running time. Here is the loop sum = 0 for (int i =0; i < N; i++){
Are there any tools that will take a particular regular expression and return the worst case scenario in terms of the number of operations required for a certain number of characters that the regular
I have nearly 8开发者_运维百科 methods in my .asmx. This .asmx helps client side to get data from the database. Client sides are Blackberry and iPhone.
I\'m trying to figure out the time complexity of a function that I wrote (it generates a power set for a given string):
For my year-end pet project, I\'d like to analyze investment advices and their correlation to the stock mark开发者_开发知识库et performance.
I kind of understand an interface as being a contract that can be applied to classes that would otherwise have nothing in common (ex: Comparable in Java). However, in what situation(s) would you have
Greetings, I\'m trying to analyze the output of the zlib(gzip) algorithm compared to the input.Determine stuff like dictionary size, the substring run-length pairs and where they correspond in the ori
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.