| Top Level > Computers > Computer & Internet > Programming |
|
|
|
Quotes
|
|
"As soon as we started programming, we found to our surprise that it wasn't as easy to get programs right as we had thought. Debugging had to be discovered. I can remember the exact instant when I realized that a large part of my life from then on was going to be spent in finding mistakes in my own programs." - Maurice Wilkes British computer scientist
|
|
|
|
 |
|
1
2
3
next>>
|
Want to write an article on Programming? -
|
|
|
|
|
jaideepraj
Hi, can I make a Work Allocation Tool using Excel VBA..If yes...how to inititate it?
There are no answers to this question
Discuss this question
|
|
 |
|
Mr Maneesh janyavula
Can any one give a java code for finding missing data (or its pattern) from a survey database??
There are no answers to this question
Discuss this question
|
|
 |
|
Mr Maneesh janyavula
Could you please help me regarding my project?? my project is-"finding missing data (or its pattern) in a database/survey" using johnsons algorithm or any other also... implementing java..(using jdbc)
There are no answers to this question
Discuss this question
|
|
 |
|
Mr Maneesh janyavula
Can I get a java code for finding missing data in a survey using johnsons algorithm???
There are no answers to this question
Discuss this question
|
|
 |
|
Neo
The problem Write some code in java to take lists of connections and return _families_. The input is a list of pairs of numbers. Each pair indicates a connection, e.g. [23,86] means _23 is related to 86_. If we had the following input: [50,32] [33,45] [33,46] [5,16] [23,32] [11,33] [86,16] [23,86] [7,21] [5,8] Then your program should produce the following output: 5,8,16,23,32,50,86 7,21 11,33,45,46 (though the families don't have to be in this order, and the lists don't have to be sorted). As a practical application, imagine that the connections are peer-to-peer links between comput- ers. Any two computers in the same family are able to communicate with each other, but computers in differnt families cannot. The preferred way of reading the data in is with a text file containing two columns of numbers. Use the above connections. Thank you.
There are no answers to this question
Discuss this question
|
|
 |
|
Neo
The problem Write some code in java to take lists of connections and return _families_. The input is a list of pairs of numbers. Each pair indicates a connection, e.g. [23,86] means _23 is related to 86_. If we had the following input: [50,32] [33,45] [33,46] [5,16] [23,32] [11,33] [86,16] [23,86] [7,21] [5,8] Then your program should produce the following output: 5,8,16,23,32,50,86 7,21 11,33,45,46 (though the families don't have to be in this order, and the lists don't have to be sorted). As a practical application, imagine that the connections are peer-to-peer links between comput- ers. Any two computers in the same family are able to communicate with each other, but computers in differnt families cannot. The preferred way of reading the data in is with a text file containing two columns of numbers. Use the above connections. Thank you.
There are no answers to this question
Discuss this question
|
|
 |
|
Miss Gemma Timperley
I have created a matlab simulation that displays 4 variables and runs from 0 - 25. How can I stop the simulation when the four variables reach a certain value, but keeping the same time scale?
There are no answers to this question
Discuss this question
|
|
 |
|
Miss Gemma Timperley
I have used the ODE45 matlab function to solve a diff. equation problem. I need to transform the resulting structure (ricsol) into a matrix. Ricsol is dimension 16x58 (58 iterations of 4x4 matrix) and is backwards in time. I need the to obtain the 4x4 matrix forwards across the iterations.
There are no answers to this question
Discuss this question
|
|
 |
|
myself
plz tell me by explaining that why we are using a "f" in this statement p=(M1+m2+m3)/3.0f
See answers to this question
Discuss this question
|
|
 |
|
myself
plz tell me whether the compiler give an error. If we are returning a value through userdefined functions and in defining the prototype of function we are using word void. If yes/no-why?
There are no answers to this question
Discuss this question
|
|
 |
|
Victor3
Please help me. Trying to uninstall win vista and install xp. Have followed all the steps including booting from cd rom using xp disk, creating partitions, formatting hard drive but this laptop (HP COMPAQ 6720S NOTEBOOK PC) wont let go of vista. Cant replace hard drive as that is sealed ! ANYONE GOT ANY IDEAS PLEASE ?
There are no answers to this question
Discuss this question
|
|
 |
|
Brabstah
If I create an application in visual studio 2005 on a vista machine and then upload it to a web page to be run from the web by a user on an XP machine. Will it be compatible with their XP machine as it was made in vista?
See answers to this question
Discuss this question
|
|
 |
|
ismail
spellnumber formula in Excel. Please someone explain me I want to write $1,000/- in A1 cell and it should appear as Dollar One Thousand and Cents Zero Only in B1.
See answers to this question
Discuss this question
|
|
 |
|
Mr omkar shiralkar
Why to use interfaces in java?
There are no answers to this question
Discuss this question
|
|
 |
|
Mr omkar shiralkar
Why to use multiple inheritance?
There are no answers to this question
Discuss this question
|
|
 |
|
pam
I need to set up a new computer. How do I move the existing features like earthlink, desktop games, address book over to the new hard drive. I know I just switch the cables but how do I load it? Thank you for your timely help as I have a limited period of time to check out my new/used IBM pentium.
There are no answers to this question
Discuss this question
|
|
 |
|
none
I purchased an old Dell computer and it won't let me log on. It asks for current password. I've tried everything. What else can I do to get to the set up screen or bypass the password screen?
There are no answers to this question
Discuss this question
|
|
 |
|
none
Purchased refurbished computer. It's asking for password-tried everything...What else can I do?
There are no answers to this question
Discuss this question
|
|
 |
|
c
what is output of following program? #include #include void main() { int a,b=10; a=b++ + b++; printf("%d",a); b=10; printf("%d",b++ + b++); getch(); } why there is difference in both values of a?
There are no answers to this question
Discuss this question
|
|
 |
|
shiju joseph
How do I install .NET in the Vista operating System?
There are no answers to this question
Discuss this question
|
|
 |
|
Maggie Crawford
I am having trouble with a controlchar.tab code. The error messages that I keep receiving is that an expression is needed and that the controlchar.tab is not a method.
There are no answers to this question
Discuss this question
|
|
 |
|
Sur
What is remoting in .NET?
See answers to this question
Discuss this question
|
|
 |
|
Mr jagannathan nath
Write a c program to find factorial for given number.
There are no answers to this question
Discuss this question
|
|
 |
|
Miss Jennifer Winchester
How can I edit text in an adobe file that was e-mailed to me?
There are no answers to this question
Discuss this question
|
|
 |
|
Mr Wayne Smith
My startup on Win XP 2000 does not work proper. I can not restore or defrag as it refers to chkdsk. I was informed to go to start/run/chkntfs /x c: It still can not restore or defrag! What can I do?
There are no answers to this question
Discuss this question
|
|
 |
|
propaneron
How do I take my computer off safe mode?
See answers to this question
Discuss this question
|
|
 |
|
Mr Manoj Behera
Plz explain the difference between 16bits compiler and 32bits compiler.
There are no answers to this question
Discuss this question
|
|
 |
|
Mr Dhananjay Prabhudesai
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro? How would you obtain segment and offset addresses from a far address of a memory location? What is the maximum combined length of command line arguments including the space between adjacent arguments? When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
See answers to this question
Discuss this question
|
|
 |
|
Mr Dhananjay Prabhudesai
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro? How would you obtain segment and offset addresses from a far address of a memory location?
There are no answers to this question
Discuss this question
|
|
 |
|
Mr dhananjay prabhudesai
What is near, far and huge pointers? How many bytes are occupied by them?
See answers to this question
Discuss this question
|
|
 |
|
sugar
Help with FTP?
See answers to this question
Discuss this question
|
|
 |
|
JULIE_HARRIS
How do I get my computer to tell me " You've got mail"?
There are no answers to this question
Discuss this question
|
|
 |
|
chatykrew
Hi guys, its great that there is a site like nairaland. More grease to the owners. Well I don't know whether this is the right place to ask this question with regards to compiler. but I hope someone can help or direct me to a site that might help. Design a scanner for the following instruction A=:B+10*(C-D) write a program to simulate the action of the above state diagram Thanks
There are no answers to this question
Discuss this question
|
|
 |
|
Mr Shantanu Roychaudhuri
Write a program to accept an integer value from user and calculate the product of all non zero digits using while loop. For example:input=2035; output=2*3*5=30
There are no answers to this question
Discuss this question
|
|
 |
|
Brian Bell
I teach a c++ class in high school an I use to use the program code warrior to code in C++ on our mac os 9.2 boxs. We used the 127graphics.h library to make simple graphics programs. The school has recently upgraded to mac os x (10.4.8) an have switched to the program xcode. I am looking for a graphics package that would work and let us build simple graphics programs.
There are no answers to this question
Discuss this question
|
|
 |
|
Mr ASHISH SINGHAL
void main() { int i=0; for(;i++;printf("%d",i)); printf("%d",i); } Why this program print only "1" on screen?
See answers to this question
Discuss this question
|
|
 |
|
Mr ASHISH SINGHAL
#include void main() { int i=0; for(;i++;printf("%d",i)) printf("%d",i); } Why this program does not print anything on screen?
See answers to this question
Discuss this question
|
|
 |
|
Mr ASHISH SINGHAL
What is the working of "for loop" in C programming?
See answers to this question
Discuss this question
|
|
 |
|
Mr Dinesh Joshi
Where can I find e-books on Java ? Complete e-books on Core-Java ?
See answers to this question
Discuss this question
|
|
 |
|
sweetfem
How can I make wim file into an mp3 file?
See answers to this question
Discuss this question
|
|
 |
|
Mr Usama Khalifa
What is biztalk?
See answers to this question
Discuss this question
|
|
 |
|
Mr ASHISH SINGHAL
What is semantic error?
See answers to this question
Discuss this question
|
|
 |
|
Mr ASHISH SINGHAL
How do you declare the following: o An array of three pointers to chars o An array of three char pointers o A pointer to array of three chars
There are no answers to this question
Discuss this question
|
|
 |
|
Mr ASHISH SINGHAL
Explain one method to process an entire string as one unit?
There are no answers to this question
Discuss this question
|
|
 |
|
Mr ASHISH SINGHAL
How will you declare an array of three function pointers where each function receives two ints and returns a float?
There are no answers to this question
Discuss this question
|
|
 |
|
Mr ASHISH SINGHAL
What is a NULL Pointer? Whether it is same as an uninitialized pointer?
See answers to this question
Discuss this question
|
|
 |
|
Mr ASHISH SINGHAL
What is near, far and huge pointers? How many bytes are occupied by them?
See answers to this question
Discuss this question
|
|
 |
|
Mr Andy Marshall
Does anyone know of a good tutorial for using Microsoft Access databases with Visual Basic?
There are no answers to this question
Discuss this question
|
|
 |
|
Mr ASHISH SINGHAL
int num1; int num2; printf( "Enter two numbers: "); scanf(ā%d %dā, num1 ,num1); a) Semantic error. b) Logical error c) Compile time error d) None of the above.
There are no answers to this question
Discuss this question
|
|
 |
|
uzair
Write a program in 'C' Find the factorial of the number.
See answers to this question
Discuss this question
|
|
 |
|
1
2
3
next>>
|
Want to write an article on Programming? -
|
|