2017.11.08 李錦浩【第29天】
今天學習了關於位運算的符號認識,了解了大部分位運算的內涵。另外我也弄明白了如何利用掩碼來確定乙個二進位制數的**方式。今天還利用前面所學,做了乙個隨機計算器的公升級版程式。
附:隨機計算器(公升級版):
#pragma
once
#include
#include
#include
using
namespace std;
typedef
intsuiji(int);
suiji sjjs, sjjs1, sjjs2, sjj3;
int sjjs(int
n)else
return d;
}int sjjs1(int
n) while (a > 0 && b > 0);
}cout << a <<
"-"<< b <<
"=";
cin >> d;
if (d == (a - b))
else
return d;
}int sjjs2(int
n)else
return d;
}int sjjs3(int
n) while ((a%b) == 0);
}cout << a <<
"/"<< b <<
"=";
cin >> d;
if (d == (a / b))
else
return d;
#pragma
once
#include
#include
using
namespace std;
int gaojihanshu(double
n)if (x == 2)
if (x == 3)
if (x == 4)
else
return y;
#include
#include
"hanshu.h"
#include
"gaoji.h"
using
namespace std;
int main()
if (a == 2)
system("pause");
return 0;
明日任務:繼續完成集合的學習,複習前面內容。
我學習,我記錄 linq where
需求 乙個集合中篩選出符合條件的。思路是定義乙個,迴圈集合中變數,判斷是否符合條件,新增到新的集合 var list1 new list foreach int i in list 帥選集合中元素小於222的 var list2 new list foreach int x in list view...
我的學習記錄7
2017.10.17 李錦浩 第07天 1 今天完成了昨天未完成的程式,並且除錯成功,目前 沒有發現有什麼問題,但對於程式的高效簡潔性來說我覺得我做的還是不夠,還需要繼續努力。2 今天還自學了函式的呼叫和自定義,對於函式中的返回值及函式的部分呼叫機制理解並能夠運用。附 昨天的程式完成版 includ...
我的學習記錄25
2017.11.4李錦浩 第25天 今天做了乙個百貨公司的程式,將固定 輸入陣列,然後輸出相應公司的營業額。我盡量利用了從前學的關於陣列的知識,運用了一下偏移量來表示陣列。附 百貨公司 include using namespace std int main int b 3 cout 請輸入1 2 ...