Forum: Computer Science Jul 24th, 2007 |
| Replies: 1 Views: 790 Probably Web Design (http://www.daniweb.com/forums/forum15.html) is more appropriate forum for this query.
Not being a web-developer/expert my guess would be that JSP for front-end and Apache as a... |
Forum: Computer Science Jul 24th, 2007 |
| Replies: 3 Views: 752 What Ezzaral said is true that " The attibutes inherent to the roll should go into CRoll", but IMO in the given list there are no such attrs. All attrs are specific to different usecases.
An... |
Forum: Computer Science Jun 26th, 2007 |
| Replies: 2 Views: 891 |
Forum: Computer Science Jun 22nd, 2007 |
| Replies: 7 Views: 4,623 You're looking in teh wrong place. |
Forum: Computer Science Jun 20th, 2007 |
| Replies: 5 Views: 13,774 Unfortunately a flowchart is a flowchart. It can even be made for the process of deciding which TV to buy !
Given all the basic elements remain same I donno what else you're looking for.. ? |
Forum: Computer Science Jun 19th, 2007 |
| Replies: 5 Views: 13,774 If you're looking at only flowcharts here:
http://images.google.co.in/images?q=flowchart
Of course a sequence diagram is another option:
http://images.google.co.in/images?q=sequence%20diagrams... |
Forum: Computer Science Jun 14th, 2007 |
| Replies: 3 Views: 1,206 AFAIK these are the famous/unbeatable/the-best books on this topic:
The Art of Computer Programming by Donald E. Knuth
It has 4 volumes:
Art of Computer Programming, Volume 1: Fundamental... |
Forum: Computer Science Apr 3rd, 2007 |
| Replies: 29 Views: 6,484 >> You are given an array of length N, which contains values in the range from 0 to (N^2) - 1. You are to sort it in O(N) time.
2 questions to understand the question:
1. Why does the range of... |
Forum: Computer Science Apr 3rd, 2007 |
| Replies: 1 Views: 1,259 STFW
Here is what I found for you (http://en.wikipedia.org/wiki/Inner_class) |
Forum: Computer Science Mar 28th, 2007 |
| Replies: 5 Views: 1,433 You don't optimize wrong code.. You correct it..
Why would anyone do x= y * 0; if they want to set x to 0 ?! |
Forum: Computer Science Mar 23rd, 2007 |
| Replies: 18 Views: 3,971 So I take it your problem is solved... ? |
Forum: Computer Science Mar 20th, 2007 |
| Replies: 18 Views: 3,971 Looks much better.
Here is a sample of how to use callbacks to eliminate the dependency. During startup/initialization OneControlerClass should create an object of CallbackImpl (which is a... |
Forum: Computer Science Mar 20th, 2007 |
| Replies: 18 Views: 3,971 Just to add to last point: So in short none of the classes in M should have any other functions than get/set ideally.
And the new design does look better than old. :) |
Forum: Computer Science Mar 20th, 2007 |
| Replies: 18 Views: 3,971 Whatever you say eeeman you must agree that "Software design is a complex field of its own, requiring training and experience to master just as does programming."
Anyway, few issues that new design... |
Forum: Computer Science Mar 20th, 2007 |
| Replies: 18 Views: 3,971 Even harder than coding... designing code. UML diagrams
>> Even more "interesting" you must say.. :)
1. You've posted in the wrong forum.
2. Problem is you've not followed the basic... |
Forum: Computer Science Mar 6th, 2007 |
| Replies: 0 Views: 1,429 Hello Everyone,
Does anyone know any design patterns for modules meant for encoding/decoding of protocol messages. E.g. BSSMAP/LAP...
We need to write encoders and decoders for BSSMAP and BSSLAP... |