04 2012 档案

摘要:嘿嘿 阅读全文
posted @ 2012-04-29 10:47 嗷嗷 阅读(155) 评论(2) 推荐(0) 编辑
摘要:#include <iostream>class 我的类{public: 我的类(int 我的初始化变量){我的成员变量 = 我的初始化变量;} ~我的类(){} int 我的成员变量; void 打印我的变量(){std::cout<<我的成员变量<<std::endl;};};int main(){ 我的类 我的实例(1); 我的实例.打印我的变量(); return 0;} 阅读全文
posted @ 2012-04-27 14:01 嗷嗷 阅读(197) 评论(1) 推荐(0) 编辑
摘要:#define MKS_(x) #x#define MKSTRING(x) MKS_(x)#define M1 "macro 1 macro 1"#define M2 macro 2int main(){ printf("%s\n",MKSTRING(M1)); printf("%s\n",MKSTRING(M2)); printf("%s\n",MKSTRING(string1)); printf("%s\n",MKSTRING(str str)); printf("%s\n&quo 阅读全文
posted @ 2012-04-19 11:45 嗷嗷 阅读(411) 评论(0) 推荐(0) 编辑
摘要:ThequalifiedcandidatewilljoinIntelChinaFlexServices–PlatformEngineeringSolutionteamasasoftwareengineer.He/ShewillhaveopportunitiestoworkwithdifferentIntelproduct/businessgroupsonvariousR&Dprojects,mainlyfocusingonsystemlevelsoftwareareassuchasOSkernel,BIOS/Firmware/USB/PCIedevelopment,network/gr 阅读全文
posted @ 2012-04-01 10:44 嗷嗷 阅读(184) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示