English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - February 2007

[Selected]: All categories Computers & Internet Programming & Design

2007-02-23 18:02:55 · 4 answers · asked by saba 1

If you have pictures on your myspace page how do you make it so the pictures go on top of each other instead of side by side...which makes your profile all wide?

2007-02-23 17:48:01 · 1 answers · asked by Jess 3

how can i put a multiplication table with 25 x 25 as the last numbers.
my code right now is :


main()
{
int count1,count2,value;

for(count1=1;count1<=25;count1++)
{
for(count2=1;count2<=25;count2++)
{
value=count1*count2;
printf("%3d",value);
}
printf("\n");
}

getch();
clrscr();
}

i need to have 1 -25 on the top appear !. !. with your help.

2007-02-23 17:43:15 · 4 answers · asked by Anonymous

Hey There, I am trying to make a hash table in C++ using a linked list.

I should have been paying attention more in class but I didn't so now I do not know how to make one.

The prof's notes aren't that great and my textbook is in Java so I am a little bit screwed. So I have been searching on the internet on how to make one and I have not found a tutorial that is that great.

I need to make a hash table to put in a bunch of different words and do a bunch of calculations on.

So my question is, can someone help me, more specifically does someone know of a good website that can explain and help me create this hash table and hashing function.

Thanks.

2007-02-23 17:34:55 · 2 answers · asked by josh.weissbock 3

i am expert in 2d & 3d modelling in latest version of auto cad, amd,solid works2007

2007-02-23 17:28:24 · 2 answers · asked by narendran s 1

2007-02-23 17:03:06 · 3 answers · asked by Anonymous

Do the internals of software really matter? If you could ignore need for maitenance/recompile, who cares how elegant code is or if you used cutting edge technology. If from the outside, if the compiled program is perfect from the outside, what difference does it make what construction tools methods you used ? Is the bottom line ever the factor?

For example, if you run calc.exe in windows it is perfect and will never need to be changed. Did it matter if they used C#, VB Net, Java, C++, Extreeme programing or Borland to make it?

2007-02-23 16:47:21 · 3 answers · asked by Some1 2

Looking for a C program that returns the biggest nonoccupied sub-square in a square(nXn). e.g.:
0 0 0 0 0 0
0 1 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 1 0 0 0
0 0 0 0 0 1
This input should result in the output:
position: (1,2) /*second row third column*/
and size = 3 (Largest nonoccupied subsquare is of size 3X3)

2007-02-23 16:37:42 · 1 answers · asked by Anonymous

i want to view records on my ms access database whose field (datereturned) value is empty.... how should i type the sql? please help...

2007-02-23 16:32:52 · 1 answers · asked by maylen_qyutee 1

2007-02-23 16:05:46 · 9 answers · asked by Anonymous

2007-02-23 15:58:57 · 1 answers · asked by Kerri v 1

(computers)

2007-02-23 14:44:34 · 3 answers · asked by Cassidy S 1

2

2007-02-23 14:34:33 · 9 answers · asked by fizi corn river 1

2007-02-23 14:21:54 · 2 answers · asked by Stephanie 2

2007-02-23 13:59:10 · 5 answers · asked by kelly c 1

self adjusting list by catagory and alphabetically

2007-02-23 13:39:18 · 6 answers · asked by girishdshmkh 2

hey guys can't figure out this last question help plz

max is a function that accepts two int parameters and returns the value of the larger one.

Four int variables, population1 , population2 , population3 , and population4 have already been declared and initialized.

Write an expression (not a statement!) whose value is the largest of population1 , population2 , population3 , and population4 by calling max . (HINT: you will need to call max three times and you will need to pass the return values of two of those calls as arguments to max . REMEMBER: write an expression, not a statement.)

2007-02-23 13:38:41 · 1 answers · asked by Alex P 2

2007-02-23 13:14:48 · 4 answers · asked by Anonymous

Im studying Java at home and its essential for me to know the exact place to download it. I need the answer to this soon as possible.

AND PLEASE DONT TELL ME TO GOOGLE IT.

2007-02-23 13:06:31 · 1 answers · asked by The Mastermind 3

I'm designing a web page, and I'm try to add a table to the page. However, the table takes on the attributes of the cascading style sheet that the whole page uses. This leads to a defunct table. Is there any way I can specify part of a web page not to follow the CSS attributes?

Thanks in Advance.

2007-02-23 13:06:02 · 3 answers · asked by Kyle F 2

Could someone give me a definition of a database, a paragraph of the three uses, and a bibliography including the URLs for the 3 web sites.

Thanks so much!!

2007-02-23 12:46:35 · 3 answers · asked by Anonymous

A question for the programming language experts: Which programming language, after knowing the ropes of C++ and Java, do you recommend to learn for the future, Python or Ruby, and why?

2007-02-23 12:42:51 · 6 answers · asked by Zwinger 1

2007-02-23 12:31:14 · 5 answers · asked by Anonymous

I know it's something to do with putting in the link or whatever but i need a clearer explanation. Help me i'm stuck!!

2007-02-23 12:30:20 · 8 answers · asked by Redhothumanity 2

Hi, I am just learning how microcontrollers and i was wondering how to connect a microcontroller to a computer and then was software to program it will.
++I am taking about the ones that you can buy at radio shack, I do not mean computer by microcontroller. I am talking about the little black chips that you buy at radio shack, often called IC's or Transistors!

Please Help

2007-02-23 12:23:27 · 4 answers · asked by Anonymous

I posed the code that starts with: 2007-02-23 12:19:15 · 2 answers · asked by SoCalAgency 2

fedest.com, questions and answers