Chinaunix首页 | 论坛 | 博客
  • 博客访问: 108242
  • 博文数量: 74
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 757
  • 用 户 组: 普通用户
  • 注册时间: 2013-10-20 22:42
个人简介

相信生命中的无限潜能

文章分类

全部博文(74)

文章存档

2016年(1)

2015年(30)

2014年(30)

2013年(13)

我的朋友

发布时间:2014-02-19 14:43:06

#include <time.h>#include <stdio.h>#include <signal.h>void deal(){    printf("起床啦!\n");}int main(){ .........【阅读全文】

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

发布时间:2014-02-17 17:33:03

#include <stdio.h>#include <curses.h>#include <time.h>void init();//初始化void drawui();//输出样式void business();//应用void destroy();//释放int main().........【阅读全文】

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

发布时间:2014-02-17 15:27:07

#include <curses.h>int main(){    initscr();    if(has_colors()==TRUE)    {   .........【阅读全文】

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

发布时间:2014-02-17 14:35:46

#include <curses.h>#include <stdio.h>int main(){    initscr();    if(has_colors()==TRUE){ .........【阅读全文】

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

发布时间:2014-02-17 14:23:52

#include #include int main(){    WINDOW *w=initscr();//程序开始的时候要加initscr()来初始化屏幕.........【阅读全文】

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

登录 注册