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

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

文章分类

全部博文(32)

文章存档

2014年(32)

发布时间:2014-12-09 16:25:50

/*****************************************************************************************************************************************************关于小球落地的问题,每次弹回的高度是原来的一半定义3个变量sum,h,numsum是经过的路程,num是第几次落地,h是第num次落地前的高度,也是第num-1次落地后.........【阅读全文】

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

发布时间:2014-12-09 15:49:36

#include  main()  {  char zifu; int b,c,d,e; b=0; c=0; d=0; e=0; while(1) {  scanf("%c",&zifu);  if(zifu>=48&&zifu=65&&zifu......【阅读全文】

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

发布时间:2014-12-09 15:17:21

#include<stdio.h>  main()  {  int acount=0,bcount=0,ccount=0,dcount=0;  char a;   printf("请输入一行字符:\n");   a = getchar();   while (a !='\n')   {   switch (a)   { .........【阅读全文】

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

发布时间:2014-12-08 17:07:07

#include <math.h>int main(){     int i,j,m,n;     printf("10000以内的质数为: \n");     for (m=1;m<=10000;m++)     {          n=sqrt(m); .........【阅读全文】

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

发布时间:2014-12-08 11:46:18

#include <math.h>int main(){     int i,j,m,n;     printf("1000以内的素数为:\n");     for(m=1;m<=1000;m++;    {          n=sqrt(m);   .........【阅读全文】

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

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

回复  |  举报

陈小静1232014-11-18 23:44

回复  |  举报

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

谢谢,大家的光临

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

登录 注册