哪位高手帮我解决这道linux脚本题,我想了很长时间都没有搞定
哪位高手帮我解决这道linux脚本题,我想了很长时间都没有搞定 % q4 ~! }6 {8 h
8 t) @+ |! {* B) k2 E# f" e( `
哪位高手帮我解决这道linux脚本题,我想了很长时间都没有搞定,我列在下面
& l. ]. _" Q6 t$ p0 bWrite an ANSI C code. Use a Makefile to build it (including compile and link) into binary file.
; q- ~; Y6 k' y9 A/ gThe function of this binary file should be: " J; l7 R) _+ \) C9 |
Read a serial of numbers from a given file, and then find the Top 5 maximum numbers.
6 j) w/ g" ]% V4 [2 ?You should give:
" L3 a1 {- W7 J- x- x5 o1. Makefile ( hint : one main file and one sub-routine file )
t% _2 }& L- N2. all C source code 6 W" r/ j- F% B. V0 t8 ~
3. the whole procedure of how you compile and link