简单的a+b (C语言代码) 摘要:#include<stdio.h>intmain(void){&nbsp;&nbsp;inta,b;&nbsp;&nbsp;booli=true;&…… 题解列表 2017年06月16日 1 点赞 0 评论 754 浏览 评分:3.0
简单的a+b (C语言代码) 摘要:#include<studio.h>main(){&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inta=0,b=…… 题解列表 2017年06月16日 0 点赞 0 评论 704 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题9.10 (C语言代码) 摘要:#include<stdio.h>#include<string.h>intmain()&nbsp;{&nbsp;chara[100];&nbsp;in…… 题解列表 2017年06月16日 1 点赞 0 评论 776 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(3) (C语言代码) 摘要:#include<stdio.h>#include<stdlib.h>#include<math.h>intmain(intargc,char*argv[]){in…… 题解列表 2017年06月16日 1 点赞 0 评论 1772 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(2) (C语言代码) 摘要:#include<stdio.h>#include<stdlib.h>voidcotf(intC){intC2=150,F;for(C;C<=C2;C=(C+5)){F=…… 题解列表 2017年06月16日 0 点赞 0 评论 834 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:#include<stdio.h>#include<stdlib.h>#include<math.h>&nbsp;intmain(intargc,char*…… 题解列表 2017年06月16日 0 点赞 0 评论 1032 浏览 评分:0.0
2004年秋浙江省计算机等级考试二级C 编程题(2) (C语言代码) 摘要:#include<stdio.h>#include<stdlib.h>doublefact(intn){&nbsp;inti;&nbsp;longf=1;&am…… 题解列表 2017年06月16日 0 点赞 0 评论 722 浏览 评分:0.0
C语言程序设计教程(第三版)课后习题10.1 (C语言代码) 摘要:解题思路:&nbsp;&nbsp;使用数组,输入三个整数,然后通过冒泡法,进行从小到大的有序排列,最后输出数组。注意题目要求空格隔开。代码如下:#include<stdio.h&…… 题解列表 2017年06月16日 2 点赞 0 评论 982 浏览 评分:0.0
矩阵翻硬币 (C语言代码) 摘要:最后规律仅供参考只有字符串支持1001位数字。。。#include<stdio.h>#include<math.h>int&nbsp;main(){unsigned&a…… 题解列表 2017年06月16日 0 点赞 3 评论 1477 浏览 评分:7.3
C语言程序设计教程(第三版)课后习题9.10 (C语言代码) 摘要:解题思路:&nbsp;&nbsp;对照ASCLL码表的字符数值,对获取到的字符中的字母数值进行加减操作,不是字母的字符数值保持不变,最后逐一输出字符。涉及知识点:&nbsp;&…… 题解列表 2017年06月16日 8 点赞 10 评论 2064 浏览 评分:6.0