作者Vxprincessx (^^)
站內Programming
標題[問題] 有誰會C程式語言 (急) 謝謝!!
時間Sun Apr 13 22:09:05 2008
我有很急的C程式問題 想問一下各位大大
因為要考試了
可是我不會寫 可以幫忙解答嗎
已經問過很多同學可是大家都不會
拜託了 謝謝
題目如下:
1. [清除記憶體]Write a function "void bzero(char*p, int n)" to set the n
contiguous bytes of memory starting from the pointer p to '\0'.
2. [設定記憶體]Write a function "void bset(char*p, int n, char x)" to set
n contiguous bytes of memory starting from the pointer p to the value of x.
3. [反向字元搜尋]Write a function "int findlast(char *s, char c)" to
retur
the index position of the last occurrence of a specified char c within the
string s, and return -1 if not found, such as findlast("language",'a')
returns 5.
4. [八進位字串轉整數]Write a function "int otoi(char h[])" to convert an
octal string h to an integer, such as otoi("377") returns 255.
5. [十六進位字串轉整數]Write a function "int xtoi(char h[])" to convert a
hexadecimal string h to an integer, such as xtoi("3ff") returns 1023.
6. [去兩邊空白]Write a function "void trim(char s[])" to remove the
rightm
and leftmost spaces of string s, such as trim(" ab c ") gets "ab c".
希望有好心人幫幫我這可憐的學生
這科沒過就要延畢了
拜託各位大大幫幫忙
我會感激不盡 謝謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 125.225.105.234
推 shane123:一題500元ok嗎? 可以的話麻煩寄信給我,3Q 61.223.205.252 04/13 22:29
推 ykjiang:為了將來,你還是延畢吧;也可考慮轉行... 203.70.105.137 04/13 22:35
推 meltice:你忘了使用"小女子" 再po一次吧118.167.172.164 04/13 23:09
推 StubbornLin:科科 你老闆要你寫程式出來時 118.170.123.36 04/14 00:05
→ StubbornLin:你也要上網po這種垃圾文求救嗎? 118.170.123.36 04/14 00:05
推 liaixyz:希望你遇到好心人 ^^加油 考完出去玩 125.232.137.21 04/14 00:27
→ eva19452002:好課值得一修再修140.136.149.183 04/15 09:13