Chinaunix首页 | 论坛 | 博客
  • 博客访问: 128403
  • 博文数量: 32
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 323
  • 用 户 组: 普通用户
  • 注册时间: 2014-09-09 14:22
个人简介

我什么都不懂,但是我却什么都想懂。

文章分类

全部博文(32)

文章存档

2014年(32)

发布时间:2014-11-28 14:24:31

#include <stdio.h>int main(){int year,result=0;    printf("输入一个年份:\n");scanf("%d",&year);if(year%100==0)    {if(year%400==0)result=1;}else if(year%4==0)result=1;        if(result==1) printf("\n%d是闰年",year);else   .........【阅读全文】

阅读(1480) | 评论(0) | 转发(0)

发布时间:2014-11-28 13:44:32

#include <stdio.h>int main(){    int score;    scanf("%d",&score);    if(score>100)    {        printf("亲,您输入的分数有误,请查正后再次输入\n");    &n.........【阅读全文】

阅读(1390) | 评论(0) | 转发(0)

发布时间:2014-11-28 13:23:31

#include int main(){ //定义5个变量,分别为数学,语文,物理,化学.     float  math,chinese,physics,chemistry,zongshu;    //数学的成绩为100,语文的成绩为99,物理的成绩为98,化学的成绩为97。    int select;         &nb.........【阅读全文】

阅读(1133) | 评论(0) | 转发(0)

发布时间:2014-11-28 13:23:02

#include int main(){float factor_1,factor_2 ;double result;char operation;     scanf("%f%c%f",&factor_1 , &operation ,&factor_2 );if(operation =='+'){result=factor_1+factor_2;        printf("sum is %lf\n",result);}else if(operation == '-')&n.........【阅读全文】

阅读(1134) | 评论(0) | 转发(0)

发布时间:2014-11-28 13:22:12

神州数码交换机配置基本命令  交换机基本状态: hostname> ;用户模式 hostname# ;特权模式  hostname(config)# ;全局配置模式 hostname(config-if)# ;接口状态 交换机口令设置:  switch>enable ;进入特权模式  switch#config terminal ;进入全局配置模式 switch(config)#hostname .........【阅读全文】

阅读(916) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

Super丶小波2014-11-19 21:15

回复  |  举报

陈小静1232014-11-18 23:44

回复  |  举报

高一生一世姜2014-09-09 14:27

谢谢,大家的光临

回复  |  举报
留言热议
请登录后留言。

登录 注册