2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:1/2与1.0/2的区别参考代码:#include<stdio.h>#include<math.h>intmain(){intn;doubley;scanf…… 题解列表 2019年05月05日 0 点赞 0 评论 246 浏览 评分:0.0
BREEZE------之 总算有小技巧系列(用的C) 摘要:终于!有小技巧了! (其实也不算什么啦,只不过写的方便点) &a…… 题解列表 2019年02月25日 0 点赞 0 评论 866 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>intmain(void){doublex;scanf("%lf&qu…… 题解列表 2019年02月23日 0 点赞 0 评论 357 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要://当0<=x<2时,(x+1)的二分之一次方。意思也就是sqrt(x+1).二分之一次方可以换成开平方根。 #include<stdio.h>#includ…… 题解列表 2019年02月13日 0 点赞 0 评论 426 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>intmain(){ intx; doubl…… 题解列表 2019年01月18日 0 点赞 0 评论 331 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:函数的应用注意事项:保留两位数参考代码:#include<stdio.h>#include<math.h>intmain(){ floatx;&am…… 题解列表 2019年01月03日 0 点赞 0 评论 300 浏览 评分:0.0
很简单的二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:sqrt(x+1)=========pow(x+1,0.5)参考代码:#include <stdio.h>#include <…… 题解列表 2018年12月30日 1 点赞 0 评论 459 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码: #incl…… 题解列表 2018年12月21日 0 点赞 0 评论 348 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:调用函数不要出错参考代码:#include<stdio.h>#include<math.h>int main(){int …… 题解列表 2018年10月29日 0 点赞 0 评论 493 浏览 评分:0.0
2005年春浙江省计算机等级考试二级C 编程题(1) (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <math.h>int main(){…… 题解列表 2018年10月22日 2 点赞 0 评论 408 浏览 评分:0.0