cs背景,大三本科,對眼下與未來的思考:
考研與就業,你,想好了嗎?
想好了!我要考研,全力以赴!
估算一下考研值不值:
c++ code 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include
#define undergraduate_salary
5000;
//假設本科月薪
#define postgraduate_salary
7000;
//假設碩士月薪
using
namespace std;
int main()
}
coutreturn
0;
}
死迴圈是程式設計師最忌諱的事,而我偏偏為自己設計乙個這樣完美的迴圈
c++ code 1
2
3
4
5
6
7
while(
true)
當我畢業的時候,我會用下邊一段**來形容我的大學:
c++ code 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include
《本科錄取通知書》
#include
《入學手續》
using
namespace zufe;
int main()
return 研究生;
}
未完待續……
遞迴程式(未完待續)
一 求n的m次方。程式分析 1 如果m的值為0,則輸出為1。2 如果不為0,則n n m 1 include int j int n,int m void main int j int n,int m 2 若一頭小牛,從出生起,第四年開始,每一年生一頭母牛,問第n年有多少頭母牛。程式說明 f 1 1...
class的用法(未完待續。。。)
一下純屬個人的理解,肯定有不是很正確的地方,望指出,感謝!class是乙個類似於struct的乙個東西,區別就是class中可以 儲存 函式,並且在class中使用,class中的內容可以分為三種狀態 1.public 共有內容,任何人都可使用 2.private 個人私有內容,只有該class本身...
我個人對於物件導向程式開發的理解(未完待續)
2013年5月6日 本人從事delphi winform開發有段時間了,簡單說說物件導向在實際開發中的應用。我的這些感想只是一些比較初級,比較凌亂,但是都是很有用的想法,畢竟都是公司老前輩們的經驗。一 建立general模組 在開發過程中,我們習慣把一些可能經常用到,並且各種設定都相似的一些窗體或f...