Search Results

Showing results 1 to 40 of 71
Search took 0.02 seconds.
Search: Posts Made By: BestJewSinceJC ; Forum: Computer Science and child forums
Forum: Computer Science 1 Day Ago
Replies: 6
Views: 211
Posted By BestJewSinceJC
And keep in mind that from firstPerson's educated guessing you can derive a formula to always get the correct result without any guessing whatsoever, but again, I hope nobody wastes their time doing...
Forum: Computer Science 2 Days Ago
Replies: 6
Views: 211
Posted By BestJewSinceJC
Not that I'm going to help, because I'm not, but the origin of number systems has nothing to do with programming languages, so I don't understand your response, Seten.
Forum: Computer Science 8 Days Ago
Replies: 1
Views: 298
Posted By BestJewSinceJC
You can definitely have a resource base in SVN.... but if you don't want to use SVN I've heard of google code, you might want to check it out.
Forum: Computer Science 8 Days Ago
Replies: 3
Views: 413
Posted By BestJewSinceJC
Yep, thanks for the reply.
Forum: Computer Science 10 Days Ago
Replies: 3
Views: 413
Posted By BestJewSinceJC
In case anyone was wondering, I emailed my TA about this (since I got no response here, which I thought would be much faster) and I received the following response:

Yes, it works as you said, but...
Forum: Computer Science 11 Days Ago
Replies: 3
Views: 340
Posted By BestJewSinceJC
Yet how many people do you know who have a programming job who don't have some sort of degree or certification? I thought you were a manager of some sort - if so - would you actually consider someone...
Forum: Computer Science 11 Days Ago
Replies: 3
Views: 413
Posted By BestJewSinceJC
If I was using @$ as my flag pattern (to signal the end of the data) what would I do if @$ was seen in the data? I would just stuff another @$ right after it in the sender and in the receiver, if I...
Forum: Computer Science 16 Days Ago
Replies: 10
Views: 835
Posted By BestJewSinceJC
Java or Python
Forum: Computer Science 16 Days Ago
Replies: 1
Views: 342
Posted By BestJewSinceJC
http://en.wikipedia.org/wiki/Compiler
Forum: Computer Science 19 Days Ago
Replies: 5
Views: 477
Posted By BestJewSinceJC
Umm I might be confused but I just got three PMs from you (posted above me) and you just reiterated what two previous posters in here have already said. Was that really necessary?
Forum: Computer Science 21 Days Ago
Replies: 7
Views: 724
Posted By BestJewSinceJC
My point was that there is nothing personal about an "average" salary. That is why its called an average, because it includes everyone. Either way, congrats on the scholarship though.
Forum: Computer Science 21 Days Ago
Replies: 5
Views: 477
Posted By BestJewSinceJC
int count = 1;
while count < 51{
display count;
count = count + 1;
}
Forum: Computer Science 22 Days Ago
Replies: 1
Views: 290
Posted By BestJewSinceJC
what is S and what is P? Is that a new question?
Forum: Computer Science 22 Days Ago
Replies: 7
Views: 668
Posted By BestJewSinceJC
An API just defines what kind of functions you can use. Sometimes these just do something like allow you to write a GUI in Swing and sometimes it would allow you to do stuff like gusano mentioned...
Forum: Computer Science 22 Days Ago
Replies: 4
Views: 465
Posted By BestJewSinceJC
Anything that is an Object... is an Object so make it a class.

Science Fiction, Non Fiction, Literary Fiction, and Crime Fiction are dead give aways that your teacher wants you to make them types...
Forum: Computer Science 22 Days Ago
Replies: 7
Views: 724
Posted By BestJewSinceJC
Yeah, TBH you could answer all of these questions yourself without too much trouble. I don't understand why the average salary is a question though - just look it up. More than likely whoever you are...
Forum: Computer Science 26 Days Ago
Replies: 12
Views: 1,243
Posted By BestJewSinceJC
English is still the international business language and will probably remain so for many years to come. The advantage of learning Mandarin hardly compares to the disadvantage of being overloaded...
Forum: Computer Science 27 Days Ago
Replies: 6
Views: 656
Posted By BestJewSinceJC
You already know what those things mean. If you're talking about big oh complexity or something of that nature then state your questions more clearly.
Forum: Computer Science 30 Days Ago
Replies: 3
Views: 674
Posted By BestJewSinceJC
Get help from a professional, in person, with your write up. Here are some tips since I've been through similar processes myself, but I'm not a professional at this, nor are most anyone on daniweb....
Forum: Computer Science 31 Days Ago
Replies: 6
Views: 610
Posted By BestJewSinceJC
abstraction: a concept or idea not associated with any specific instance

So in computer science, I think that abstraction deals with what something does, not with how it does it. So saying that...
Forum: Computer Science 32 Days Ago
Replies: 6
Views: 721
Posted By BestJewSinceJC
http://en.wikipedia.org/wiki/Hash_table

If you have specific questions ask them and someone will be happy to help, but if you're going to ask things like that, use google.
Forum: Computer Science Nov 19th, 2009
Replies: 23
Views: 23,538
Posted By BestJewSinceJC
Alex:

"That's so pathetic and sad that such a potential person went down on prostitution just for money/pleasure. I feel sorry/sad for her!

She has lost almost any sight of virtue. I hope...
Forum: Computer Science Nov 19th, 2009
Replies: 12
Views: 1,243
Posted By BestJewSinceJC
Definitely not Mandarin. It is considered one of the hardest languages in the world to learn, so if you want to study computer science and not foreign languages, take something easier. And I should...
Forum: Computer Science Nov 12th, 2009
Replies: 5
Views: 605
Posted By BestJewSinceJC
Unless you enjoy proving things you're probably going to hate mathematical proofs, so take linear algebra. I'm just being a realist. You can learn a lot in either class, and Rashakil's argument for...
Forum: Computer Science Nov 9th, 2009
Replies: 2
QA
Views: 482
Posted By BestJewSinceJC
My question for him is why he couldn't at least thinly veil the obvious COTS "my professor wrote this and then I pasted it on daniweb"... question
Forum: Computer Science Nov 4th, 2009
Replies: 1
Views: 422
Posted By BestJewSinceJC
Don't post questions in code snippets. Go read daniweb's rules. Specifically about which forums are appropriate to post in, what kind of questions are appropriate, and how to post a thread.
Forum: Computer Science Nov 3rd, 2009
Replies: 3
Views: 466
Posted By BestJewSinceJC
I would make a guess and then try the substitution method. I'm not very good with recurrences though so use this advice at your own risk (of failure). But the guess I'd make first would take into...
Forum: Computer Science Nov 2nd, 2009
Replies: 3
Views: 257
Posted By BestJewSinceJC
http://www.coders2020.com/can-we-do-a-binary-search-on-a-linked-list
Forum: Computer Science Oct 27th, 2009
Replies: 1
Views: 275
Posted By BestJewSinceJC
Alright, when is the due date though? I need to know if I have enough time to do this as well as my own less important assignments.
Forum: Computer Science Oct 27th, 2009
Replies: 1
Views: 281
Posted By BestJewSinceJC
What does creating an algorithm have to do with C#? I was unaware that algorithms were language specific.
Forum: Computer Science Oct 25th, 2009
Replies: 6
Views: 642
Posted By BestJewSinceJC
Yes, that's right. And you're going to have to get input from the user asking if they are an institution or individual and how many books they want to buy.
Forum: Computer Science Oct 25th, 2009
Replies: 1
Views: 345
Posted By BestJewSinceJC
Nobody is going to write anything for you. Especially when that description made no sense to begin with. But read the rules and go away.
Forum: Computer Science Oct 21st, 2009
Replies: 2
Views: 369
Posted By BestJewSinceJC
Well if the number of elements in the array is odd, it is logically the number directly in the center. Otherwise, it is the two numbers in the center added together and divided by two.
Forum: Computer Science Oct 21st, 2009
Replies: 80
Views: 109,162
Posted By BestJewSinceJC
Seriously? I mean I'm pretty bad at algorithm analysis, I'm not going to lie. . but read some stuff: http://en.wikipedia.org/wiki/Quadratic_function

I'm assuming you know what "linear" means....
Forum: Computer Science Oct 21st, 2009
Replies: 3
Views: 532
Posted By BestJewSinceJC
I already provided an answer in the thread you made in the Java forum. But logically n! < n^n and log(n^n) = n log n.
Forum: Computer Science Oct 20th, 2009
Replies: 2
Views: 494
Posted By BestJewSinceJC
http://en.wikipedia.org/wiki/1_%2B_2_%2B_3_%2B_4_%2B_%C2%B7_%C2%B7_%C2%B7
Forum: Computer Science Oct 19th, 2009
Replies: 1
Views: 275
Posted By BestJewSinceJC
Figure out the maximum number of exchanges that can take place in the MAX_HEAPIFY routine. Figure out the max number of times it can be recursively called (Ex: lgn), then multiply those two numbers...
Forum: Computer Science Oct 18th, 2009
Replies: 2
Views: 452
Posted By BestJewSinceJC
Essentially these are your requirements and the rest of the paragraph didn't matter whatsoever. I don't really see how we can help without designing the algorithm for you, but as a hint, consider...
Forum: Computer Science Oct 17th, 2009
Replies: 8
Views: 443
Posted By BestJewSinceJC
Just some thoughts. .

1) because with the 1/2 condition, if you downsize the array, it will be much more likely that you will then have to subsequently resize the array later (due to having more...
Forum: Computer Science Oct 15th, 2009
Replies: 80
Views: 109,162
Posted By BestJewSinceJC
Read this entire thread. Since that is obviously the topic. If you want examples of algorithms and their analysis, there are plenty on the internet. Google.
Showing results 1 to 40 of 71

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC