Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for DrueY

I initialize a string, then I set it to something else, I later get it and print it with a button click BUT the first time I click the button I get the original string " ". A few seconds later I click again and this time the string is …

Member Avatar for DrueY
0
112
Member Avatar for DrueY

Hi, I'm using the Windows Phone 7 emulator in Visual Studio 2010 and I need to get the source code of a webpage. I open the emulator and put in the web address and hit OK. Nothing happens. I hit OK again after a few seconds and voila my text …

0
64
Member Avatar for DrueY

Error C2057: expected constant expression Error C2466: cannot allocate an array of constant size 0 Error C2133: 'inc': unknown size Why? Here's the code: [CODE] #include <stdio.h> #include <stdlib.h> #include <fftw3.h> static double *rdata = NULL, *idata = NULL; static fftw_plan rplan, iplan; static int last_fft_size = 0; double A[8192]; …

Member Avatar for DrueY
0
309
Member Avatar for DrueY

I've got this "simple" Fast Fourier transform code here, but being a beginner I'm not sure how to use it! I just want to know what the required input is, how do I input it, and what is the output? Can someone give me a hand at interpreting this please? …

Member Avatar for DrueY
0
114
Member Avatar for DrueY

Can someone explain this short paragraph concerning wave file analysis (what exactly is the input and output?): The default input to this program is a text file containing a uniformly sampled time series, presented as a column of numbers. The default standard output is the magnitude of the discrete Fourier …

Member Avatar for DrueY
0
96
Member Avatar for DrueY

Is there someone out there that can walk me through the use of a Fast Fourier Transform program with a .wav file? You can message me or send me an email I'll try my best not to be long and I really really would appreciate the help! signed: desperate 3rd …

0
71
Member Avatar for DrueY

What do the numbers tell me, in terms of frequency, amplitude and maybe time? Thank you muchly! drue

Member Avatar for DrueY
0
474
Member Avatar for DrueY

Hi, Is there a way I can access a movie on rottentomatoes (movie review site) and extract the review percentage, movie info and the trailer video url? Thanks, drue

Member Avatar for inplainsite
0
61
Member Avatar for DrueY

Hellur! Can somebody explain how exactly a fast fourier transform is performed on a wave file? What's happening behind the scenes? I need to get a basic idea of how it works. Thanks in advance drue

Member Avatar for Adak
0
117
Member Avatar for DrueY

Hey folks, Ive got a simple project idea for a class this semester (1st year) and I'm not exactly sure how to go about it. The idea is to make a blackberry application (why blackberry? thats all I've got to work with) that allows people to view movie information like …

0
138
Member Avatar for DrueY

Does anybody have an idea of how this data is collected: [url]http://www.boxoffice.com/statistics/analysis/most_discussed[/url] I'd like to do something similar, but I'm not sure where to start...web crawling maybe? Drue

0
81
Member Avatar for DrueY

Hi Everyone, I need help understanding how these traversals work :s [url]http://en.wikipedia.org/wiki/Tree_traversal[/url] On this page they have the code for these tree traversals, but I don't quite get it. For example, printing using the in-order traversal (using the example tree provided on the site) should give: A, B, C, D, …

Member Avatar for DrueY
0
416
Member Avatar for DrueY

Hi Everyone, I'm working on a project in Visual C# that requires multiple tabs (similar to an internet browser). I was easy to implement the tabs, however Im unable to use the tab pages with a text box. The textbox is textBox1 and Ive got a lot of code connected …

Member Avatar for kvprajapati
0
1K
Member Avatar for DrueY

Hi there, Could someone give me a simple of example of how to write code in a c++ class library file? I made this to include through a reference in a c# app file. This is what Ive tried but Ive gotten all sorts of build errors: [CODE]// CClass.h #pragma …

Member Avatar for Banfa
0
262
Member Avatar for DrueY

Hi everyone, Im working on a C# project, a program that helps facilitate writing code in C++. Im using Visual C# Express, and possible will use Visual Studio 2008. Im just in the design process, however, and the when I choose the build option and the "program demo" screen appears …

Member Avatar for kvprajapati
0
138
Member Avatar for DrueY

Hi Im Drue, but you can call me Drue if you like ;) I cant quite call anybody a fellow computer savvy yet lol cuz Im just learning. I started in Java (in a very very simple introductory course, just to get used the basics of programming), and now in …

Member Avatar for ryan_vietnow
0
40
Member Avatar for DrueY

Hi Everyone, Could anyone give me some examples of integrals used in computer science, computer engineering or telecommunications? It doesnt matter if the integral isnt the base of the concept. It only matters if its used or not. I need ideas so I can research something. Thanks for your help, …

Member Avatar for jonsca
0
100