1.輸出字元寬度
#include
#include
using
namespace std;
intmain()
2.精確到小數點後幾位
#include
#include
using
namespace std;
intmain()
3.不同資料型別儲存空間大小
#include
using
namespace std;
intmain()
4.向零取整+強制型別轉換
#include
using
namespace std;
intmain()
5.輸出asc碼
cin.get(char)
#include
using
namespace std;
intmain()
6.整型與布林型別轉換
#include
using
namespace std;
intmain()
7.c語言輸入輸出
???
#include
using
namespace std;
intmain()
8. 計算浮點數相除的餘
#include
using
namespace std;
intmain()
9.向字元變數賦予整數
#include
using
namespace std;
intmain()
執行結果
x,y
快速排序(未完結)
正常的選擇 氣泡排序,時間複雜度為o nn 快速排序 平均為 o n log n 最壞 o nn 就是將陣列按照 其中的乙個元素 基準值 進行分割,分割為兩個部分 大於基準值和小於基準值 因為此時第一次排完序只是將陣列分割,而被分割的部分並不一定是從小到大排序,所以需要下一次的對兩個分割部分在進行各...
Spring總結(未完結)
1.什麼是spring 是乙個輕量級 實現了控制反轉 提供了面向切面的容器框架 spring提供對持久層以及對事務的支援 spring提供mvc web框架的實現,並對一些常用的企業服務api提供一致的模型封裝 spring提供與主流框架的整合方案 2.什麼是依賴注入?什麼是控制反轉?依賴注入 元件...
Spring大致流程梳理 未完結
resource 資源描述 xml檔案 public static void main string args xmlbeandefinitionreader 對xml檔案進行解析 encodedresource 對inputstream進行編碼 xmlvalidationmodedetector ...