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

Programming & Design - November 2006

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

for n element
2.sum of factorial number?
display the text by taking it as input and print polindrome?
4.enter the password and verify diaplay"correct" as"incorrect"
5.convert unpacked BCD to packed BCD?
6.add ten hiexadecimal number and isplay the sum of decimal?

2006-11-27 23:03:23 · 3 answers · asked by asiir_alshooq 2

2006-11-27 22:30:38 · 7 answers · asked by prp 1

Ok... Right now, I'm changing my desktop themes (wallpapers...icons...cursors...scrollbars...). I download cursors and icons of my favorite games on the net. But I decided I actually wanted to make one. How do you make cursors and icons???
Please help... thanks!
Cursor extension: .cur or .ani
Icon extension: .ico (not sure)

Can you actually just make it in an image-making program and save it as that file or change its size? What are the dimensions?

2006-11-27 21:59:33 · 5 answers · asked by screwbothheadphones 3

2006-11-27 21:43:46 · 4 answers · asked by Anonymous

I want to write a java program in JCreator which will create an unsorted array of integers, will sort the elements in the array and output the sorted array.

I want to create a static array to hold the integers 5,10,8,16,20,17,18,11,1,3,13,19 in that order. Write a static method called swap() which will swap the integers in two adjacent array positions. Write a static method called bubble() which will call the swap method and sort the elements of the array into assending order. Write a static method called formatOutput() to print the sorted array. Call bubble() and formatOutput() in the main method.

I havent got any code as I dont even know where to start!

Please help

2006-11-27 21:29:33 · 4 answers · asked by Princess Peach 3

if I replace alert with document.write - this doesnt work - Enter 89146 in the txt box




Enter Zip:




2006-11-27 21:29:33 · 2 answers · asked by kj 2

2006-11-27 20:32:12 · 4 answers · asked by Anonymous

The game will play like the classic Sierra and Lucasarts adventures, but I want more up-to-date graphics... and I'm on a budget. Anyone know of decent software that could help?

2006-11-27 20:25:16 · 4 answers · asked by futurevizions 2

2006-11-27 20:22:28 · 3 answers · asked by Anonymous

#include
#include

int main(void) {
//user information
printf("This programme counts the number of each letter in passage.txt.");

//define file and arrays.
FILE *FileReference;
char Letter[2]= {0}, ArrayOfLetters[128]= {0};
int i=65;

//open file
FileReference=fopen("passage.txt", "r");
if (FileReference == NULL) {
printf("File did not open correctly\n");
return 1;
}

//Loop for capital letters
for (i=65; i<=90; i++) {
while (fgets(Letter,2,stdin) !=0) {
ArrayOfLetters[(Letter[2])]++;
}
}

printf("\n\n%d=%s", ArrayOfLetters, ArrayOfLetters);
return 0;
}

2006-11-27 20:09:46 · 6 answers · asked by sarciness 3

I am working on a ms access 2000. i have created 2 tables for employee one(table1) has emp id, emp name and another one table(table2) has emp address etc..Now i want to relate these two tables using the emp id. if i entered the emp id in table1, that has to table2. Pls any help me to solve this?? Thanks

2006-11-27 18:36:47 · 2 answers · asked by alamelu_dilli 2

The following code is within the head:


The following is the body:







E-mail address 




2006-11-27 18:20:17 · 2 answers · asked by nopeto 1

2006-11-27 18:19:04 · 7 answers · asked by chanti b 1

In my tables I hve some duplicate rows. I want to remove duplicacy i.e. i want table that have different rows i.e. no duplicacy.

2006-11-27 17:58:42 · 2 answers · asked by parulsaxena2008 1

2006-11-27 17:23:51 · 3 answers · asked by Suyog 1

What is the new language based on Pascal, but functions like Java?

2006-11-27 17:21:34 · 4 answers · asked by Roman 2

my site is linked to a mysql database. For simplification, my main objective is to track journal entries and what date they were recorded on.

Desired Output:
Display a calendar in a table that has corresponding a hrefs if that particular date has an entry. Left Arrow and Right arrow at the bottom so the user can scroll through the months.

Database Setup:
1st Field(Store Dates) - INT(field type) - ex. 060830201255 - yymmdd-hhmmss - set as primary key
----August 30, 2006 8:12:55 PM
2nd Field(Store Journal Entries) -Text(field type) - ex - This is my entry for today, hello world.

a) Do you suggest that i add a field (listID) INT(field type) and make it auto increment....... and make this the primary key instead?
b)For storing the dates, should i make it a string(as above) or just use php datestamp or timestamp.

All this boils down to SQL FETCH staements and whats easier/faster to pickup the date within a specific range.

Also, any ideas on the calendar design.

TY

2006-11-27 17:05:19 · 5 answers · asked by f1avor_f1av 3

I know mail merge in worrd, but deferent letters to go with defernt XL data like:
sold to sale value in Rs,
santosh 100.00
santosh 250.00
rajesh 500.00
rajesh 800.00
kamal 300.00
I want to make the letters linking to mail address with XL sales data. that means mailing to santosh and rajesh with their sales data. Is it posible?

2006-11-27 16:05:32 · 1 answers · asked by shiva 1

I mean i have not added a ram but i want to show that my ram is more than what is actually prasent in my cpu.Can this be possible using edit registry or any ohter method is there.I just want to show somebody a fake ram in system properties.

2006-11-27 15:09:44 · 5 answers · asked by Anonymous

I want to add a Intro LOADING image to my flash because it does take a few seconds to load.. Any help on how to get this done?

2006-11-27 15:08:31 · 2 answers · asked by Anonymous

A lot of times someone will ask for info and I go and open it and copy url and paste it to them. When you have a bunch you want to share it can be time consuming. Thanks!

2006-11-27 14:47:23 · 3 answers · asked by The_answer_person 5

Can anyone give me a source to a C++ tutorial where It will teach me how to code in C++ and basics and stuff like that. I really wanna learn this. Thanks ^_^

2006-11-27 14:46:56 · 3 answers · asked by Zeke 1

Can someone help me on getting some resouces(like how to us RPG maker)and characters for a pokemon RPG?



THANK YOU

2006-11-27 14:35:37 · 1 answers · asked by mythbuster4 2

2006-11-27 14:30:51 · 1 answers · asked by edwinbiasbas 1

Dreamweaver is more expensive, but it seems like more people are using it than Frontpage. Any experienced users to share about:
(1) the pros and cons of each?
(2) What kind of webpage you have used them to create?
(3) Lastly, this question may sound silly but I do appreciate if you could share with me your point of view: Since both of the software are not that cheap (it cost $399, my goodness), and you have to go through the hassle of learning how to create website and using these softwares, why not just get a web designer to create a website that you want?

2006-11-27 14:29:16 · 5 answers · asked by tyk 2

the first person to explain this to where I can understand, I will give however many points they want! Please tell me if you know~Thanks!!!!!!!!!!!!

2006-11-27 14:24:47 · 9 answers · asked by brunettebabe 2

i typed a page of homework on the computer and i exited and forgot to save, is there any way i can get it back please help!

2006-11-27 14:07:28 · 4 answers · asked by Anonymous

2006-11-27 14:06:55 · 4 answers · asked by jasonhed@pacbell.net 1

Hey guys, do you know a cheat sheet or something i could use to pass the following Brainbench tests for free?

Comp. Fundamentals Win. XP
MSWORD2003
MSExcel2003
MSPowerpoint2003
Internet Concepts

thanks a bunch!

2006-11-27 14:04:12 · 0 answers · asked by ~Jennifer~ 3

fedest.com, questions and answers