自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

转载 车站售票系统

#include <windows.h>#include <conio.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#define EmFile "C:\\zm.txt" //密码帐号文件名#define N 3#define TEMP 2#define ...

2012-11-27 21:04:00 127

转载 贪吃蛇

/* SPACE 32 暂停key_left 75 向左 key_right 77 向右key_up 72 向上 key_down 80 向下ESC 27 退出用队列存储蛇,主要入队列,出队列*/#include <stdio.h>#include <conio.h>#include <stdlib.h>#include ...

2012-11-26 16:52:00 77

转载 工资管理系统

//本程序主要采用链表,结合文件的操作实现 #include<stdio.h> #include<dos.h> #include<conio.h> #include<stdlib.h>#include<string.h>#include<mem.h> #include<ctype.h>#inclu...

2012-11-25 21:23:00 185

转载 超市管理系统

#include<stdio.h>#include<stdlib.h>#include<string.h>#define NUM 2struct item{char brand[20];//商品名称 char id[10];//商品编号 float in_price;//进货价格 float out_price;//售货价格 int Inam...

2012-11-22 23:11:00 259

转载 通讯录系统

#include<stdio.h>#include<stdlib.h>#include<string.h>#define NUM 2//为了方便,这里限制两个商品struct item{char brand[20];//商品名称 char id[10];//商品编号 float in_price;//进货价格 float out_price;/...

2012-11-22 09:38:00 267

转载 个人小金库,方便记账哦

//本程序主要用到结构和文件的基本操作。 //很实用的小程序 #include <stdio.h>#include <stdlib.h>#include <string.h>struct cash {long id;//事件的id号 char date[11];//事件的发生日期 char note[15];//事件的名称 double cha...

2012-11-21 15:39:00 204

转载 学生管理系统

#include <stdio.h>#include <stdlib.h>#include <string.h>#include <conio.h>#include <windows.h>typedef struct student/*定义学生信息结构体*/{char num[10];char name[15];int cg...

2012-11-20 20:20:00 115

转载 找工作

面试的几家公司,都没成,在学校招聘会上的一家科大国创,在最后面试的时候让我转java方向,当时没同意。一直坚持的C/C++方向的我就这样和这次工作机会说拜拜了。在智联招聘上投了好多家,有一家去笔试,当场也面试了,当我把简历给面试官的时候,面试官说了一句:你是应届生啊??我一听这就没戏了。面试了将近20分钟。让我等通知,就没戏了。。。。。没有工作经验啊,这几天决定吧大学这几年自己写...

2012-11-20 14:43:00 129

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除