Chinaunix首页 | 论坛 | 博客
  • 博客访问: 102199
  • 博文数量: 102
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 1011
  • 用 户 组: 普通用户
  • 注册时间: 2014-01-15 13:58
个人简介

普普通通一个人

文章分类

全部博文(102)

文章存档

2018年(1)

2015年(13)

2014年(88)

我的朋友

发布时间:2014-01-23 00:27:51

点击(此处)折叠或打开#include <stdio.h>int recursion(int);int main(){    int i, i_item;    printf("%s","Enter how many items of fibonacci you want to output:");.........【阅读全文】

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

发布时间:2014-01-22 23:36:30

点击(此处)折叠或打开#include <stdio.h>long factorial(long);int main(){    int i;    for (i = 0; i <= 10; i++) {       .........【阅读全文】

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

发布时间:2014-01-22 17:26:44

点击(此处)折叠或打开#includeint main(){    int a, b;    printf("%s", "Enter the Num: ");    scanf("%d", &a);&n.........【阅读全文】

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

发布时间:2014-01-22 16:13:42

点击(此处)折叠或打开#include<stdio.h>void fun_a(void);    /* function prototype */void fun_b(void);    /* function prototype */void fun_c(void);    /* functio.........【阅读全文】

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

发布时间:2014-01-21 17:12:35

点击(此处)折叠或打开#include #include #include int main(){    srand( time( NULL ) );    printf("%d ", rand());.........【阅读全文】

阅读(230) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册