Search found 5 matches

by zero
Tue Oct 14, 2003 7:30 pm
Forum: Algorithms
Topic: BandMatrix Multiplication
Replies: 0
Views: 1360

BandMatrix Multiplication

does anyone have any good idea about how to do multiplication
by 2 square bandmatices?
an effective one ,perhaps


thank you so much :o
by zero
Wed Apr 30, 2003 6:04 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65109

Post me definiotion of your table and function , which initialize it :) I try to find your mistake :))

DM

void digitform(void)
{
strcpy(number[0][0]," - "); strcpy(number[5][0]," - ");
strcpy(number[0][1],"| | "); strcpy(number[5][1],"| ");
strcpy(number[0][2]," "); strcpy(number[5][2 ...
by zero
Tue Apr 29, 2003 10:54 am
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65109

well, it is how i initialize number
strcpy(number[5][0]," - ");
where number is char number[10][5][4]

but it dose lose number[5][0][0] which should be' '
i don't know@@
by zero
Tue Apr 29, 2003 9:10 am
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65109

thanks so much
but i alreaky found the problem

however, i don't understand why the question would appear.
because i declared a global variable : char a[10][4][3]
and initialize each element in a sub function
everything is right in the sub func
but at once leave the sub func-- a[5][0][0] would ...
by zero
Sat Apr 26, 2003 7:33 pm
Forum: Volume 7 (700-799)
Topic: 706 - LCD Display
Replies: 221
Views: 65109

706 i can't figure it out

\ :evil:
i tried all data on my pc and it is right
but i still got a WA
please help me

i've considered
0 case
blanks

what else did i miss??

Go to advanced search