2005年春浙江省计算机等级考试二级C 编程题(2)-题解(C语言代码) 摘要:#includeintctof(){inta,b,c;for(c=-100;c…… 题解列表 2019年08月19日 0 点赞 0 评论 721 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(2) (C语言代码) 摘要:解题思路:注意事项:参考代码#include<stdio.h>doublectof(doublec,doublef);intmain(){doublec,f;for(c=-100;c<…… 题解列表 2019年05月24日 0 点赞 0 评论 301 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(2) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> intctof(intc) …… 题解列表 2019年05月17日 0 点赞 0 评论 342 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(2) (C语言代码) 摘要:解题思路:注意事项:注意看题目输出要求,c的的值都是间隔5的,所以c=c+5参考代码:#include<stdio.h>intctof(intc){intf;f=32+c*9/5;retu…… 题解列表 2019年05月05日 0 点赞 0 评论 291 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(2) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>doublectof(intc){ intf; …… 题解列表 2019年04月28日 0 点赞 0 评论 247 浏览 评分:0.0
BREEZE------之这一篇没有小技巧(用的C) 摘要:函数只需要打印就可以了,所以不需要带返回值!#include<stdio.h>voidctof(inta){ printf("c=%d->f=%d\n&q…… 题解列表 2019年02月25日 0 点赞 0 评论 694 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(2) (C语言代码) 摘要:#include<stdio.h>intmain(){inti;doublef;for(i=-100;i<=150;i=i+5){f=32+(i*(9.0/5.0));printf(…… 题解列表 2019年02月13日 0 点赞 0 评论 270 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(2) (C语言代码) 摘要:解题思路: &…… 题解列表 2019年01月23日 0 点赞 0 评论 295 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(2) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>voidctof(intc){ inti; for(i=c;i<…… 题解列表 2019年01月18日 0 点赞 0 评论 276 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(2) (C语言代码) 摘要:#include<stdio.h>int ctof(int c);int main(){ &am…… 题解列表 2018年11月23日 0 点赞 0 评论 412 浏览 评分:0.0