L
littlebean
Hi,
I am a hardware enginneer and know very little about C program.
Recently I need to perform the following function:
Change
file A: a b c d e
1 0 1 0 1
0 0 1 1 0
1 1 1 0 0
TO
file B: b e d c a
0 1 0 1 1
0 0 1 1 0
1 0 0 1 1
Is there any example that can show me how to do this?
Thanks for help!
James
I am a hardware enginneer and know very little about C program.
Recently I need to perform the following function:
Change
file A: a b c d e
1 0 1 0 1
0 0 1 1 0
1 1 1 0 0
TO
file B: b e d c a
0 1 0 1 1
0 0 1 1 0
1 0 0 1 1
Is there any example that can show me how to do this?
Thanks for help!
James