03 2016 档案

来来来,做道题,一起防老年痴呆
摘要:According to the first function :exchangeOne,it is obvious that the function is inefficient ,especailly when the money is too much , one time two yuan 阅读全文

posted @ 2016-03-23 17:03 丰泽园的天空 阅读(635) 评论(0) 推荐(0)

软考笔记
摘要:软考中级的软件工程师经过两次考试终于考过了。总结一下: 1.磁盘存储容量=扇区容量x扇区数x磁道数x记录面数。2.在计算机中图形和图像以文件的格式存存储,图像和图像文件格式分为两大类:一类是静态图像文件格式,一类是动态图像格式。静态图像文件格式有:GIF,TIF,BMP,PCX,JPG,PSD等;动 阅读全文

posted @ 2016-03-22 22:23 丰泽园的天空 阅读(579) 评论(0) 推荐(1)

关于九皇后算法
摘要:#include #include #include #define N 4 int isplace(int pos[],int k) { int j; for(j=1;j=1) { pos[j] = pos[j]+1; /*尝试摆放第i个皇后*/ while(pos[j]<=N&&(isplace(pos,j)==0)) { pos[j] = pos[j]+1; } /*... 阅读全文

posted @ 2016-03-22 22:18 丰泽园的天空 阅读(985) 评论(0) 推荐(0)

导航