作業系統
12月29日
周五斐波那契數列
/* note:your choice is c ide */
#include "stdio.h"
void main()
}空心三角
/* note:your choice is c ide */
#include "stdio.h"
void main()
else if(j==i-1)
else if(i==9)
else
}printf("\n");}}
金字塔/* note:your choice is c ide */
#include "stdio.h"
#define m 30
void main()
for(k=1;k<=2*i-1;k++)
printf("\n");}}
成功的花,
人們只驚羨她現時的明豔!
然而當初她的芽兒,
浸透了奮鬥的淚泉,
灑遍了犧牲的血雨。
1月19日 作業系統 周五
作業系統 1月19日 周五 note your choice is c ide include stdio.h define m 10 全域性巨集 struct list 全域性結構體 struct good 結構體 struct good s 結構體變數 void five one int p f...
2023年12月5日(周五)上午
上午去的是一家人力外包公司,選擇題是一些基礎資訊題 1 int i 2 long l 5l float f 4.3f double d 5.8l short i l f d 問這個表示式最後的型別是?double 關於primitive型別轉換的,還有優先順序 short是在前還是算術符號在前 2 ...
12月15日 資料結構 周五
資料結構 12月15日 周五 問題整理 鍊錶棧的應用 斐波那契數列 字串逆轉 進製轉換 括號匹配 表示式求值 迴圈佇列 樹 二叉樹 遍歷 赫夫曼樹 新知識 快速排序 插入 選擇 插入 交換 歸併 include stdio.h void main for i 1 i 10 i 迴圈 a j 1 t ...