- 博客(4)
- 收藏
- 关注
原创 C prime plus(第六版) 中文版 第十一章答案
第一题 #include <stdio.h> #include <stdlib.h> int main() { printf("12.9.1:\n"); printf("How many pounds to a firkin of butter?\n"); int units; while(scanf("%d",&units)==1...
2019-04-01 19:40:31
1134
原创 c prime plus(第六版)中文版 第十三章课后答案
第一题 #include <stdio.h> #include <stdlib.h> #include <string.h> #define LEN 81 char s_gets(char * st, int n); int main() { printf("13.11.1:\n"); FILE *fp; char file_a[LEN]...
2019-03-28 18:00:00
300
原创 C prime plus(第六版) 中文版 第十四章课后练习题答案
第一题: #include <stdio.h> #include <stdlib.h> #include <string.h> char * s_gets(char *st,int n); struct month{ char month[10]; char sub[4]; int day; int num; }; int mai...
2019-03-21 17:06:20
620
原创 C prime plus(第六版)中文版 第十五章 课后习题
第7题 #include &amp;amp;amp;lt;stdio.h&amp;amp;amp;gt; #include &amp;amp;amp;lt;stdlib.h&amp;amp;amp;gt; #define SIZE_MASK 0x00FE0 #define ID_MASK 0xFF000 #define B_ID 0x01000 #define B_SIZE 0x00180 #define left 0x00000 #def
2019-03-17 16:47:06
451
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅