第 14 章 結構和其他資料形式(函式指標)

2022-08-28 00:33:09 字數 1574 閱讀 5696

1

/*------------------------------

2func_ptr.c -- 使用函式指標

3------------------------------*/4

5 #include 6 #include

7 #include 8

9#define len 81

1011

char* s_gets(char *st, int

n);12

char showmenu(void

);13

void eatline(void); //

讀取至行末尾

14void toupper(char*); //

把字串轉換為大寫

15void tolower(char*); //

把字串轉換為小寫

16void transpose(char*); //

大小寫轉換

17void dummy(char*); //

不更改字串

18void show(void (*fp)(char*), char *str);

1920

21int

main()

2240

41 strcpy(copy, line); //

為 show() 函式拷貝乙份

42 show(pfn, copy); //

根據使用者選擇,使用選定的函式43}

14 章 結構和其它資料形式

結構宣告 例 struct book char title maxtitl char author maxautl float value 使用 struct book library 以上等於 struct book char title maxtitl char author maxautl f...

第14章 利用SVD簡化資料

優點 簡化資料,去除雜訊,提高演算法的結果 缺點 資料的轉換可能難以理解 適用資料型別 數值型資料 隱性語義索引 latent semantic indexing,lsi 隱性語義分析 latent semantic analysis,lsa 推薦系統 協同過濾 collaborative filt...

資料結構的擴張 演算法導論第14章(194)

偽 解釋 為明白os select是如何操作的,在上圖所示的順序統計圖上查詢第17小元素的查詢過程。以x為根開始,其關鍵字為26。i 17.因為在26的左子樹大小為12,故他的秩為13,因此,秩為17的節點是26的右子樹第17 13 4小得瑟元素。遞迴呼叫後,x為關鍵字41的節點,i 4,因為41的...