资源简介
请设计一个自动售货机找零系统。注意系统接口,即系统输入与输出.(用Delphi或C语言设计程序)实现零钱数量设置,并且实现剩余零钱计算。
代码片段和文件信息
#include “stdio.h“
#include “string.h“
#include “time.h“
#define R 9
struct user
{
int userid;
};
struct goods
{
int id;
char name[20];
float money;
int flag;
};
struct cash
{
int id;
char name[4];
int count;
};
void init(int *astruct goods *bint *cstruct user *dint *estruct cash *f)
{
int i;
*a=11;
for(i=0;i<*a;++i)
{
b[i].id=i+1;
switch(i)
{
case 0:strcpy(b[i].name“BENZ“);b[i].money=500.5;b[i].flag=1;break;
case 1:strcpy(b[i].name“BMW“);b[i].money=600.0;b[i].flag=1;break;
case 2:strcpy(b[i].name“Buick“);b[i].money=300.0;b[i].flag=1;break;
case 3:strcpy(b[i].name“Ferrari“);b[i].money=400.0;b[i].flag=1;break;
case 4:strcpy(b[i].name“Mazda“);b[i].money=500.0;b[i].flag=1;break;
case 5:strcpy(b[i].name“Niss
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 27648 2010-09-28 08:23 实验二:系统论应用分析.doc
文件 16943 2010-10-08 09:41 linhaihan.c
----------- --------- ---------- ----- ----
44591 2
- 上一篇:多个三维空间点拟合平面
- 下一篇:点对点文件传输源代码
相关资源
- C语言程序设计(第四版)谭浩强著
- C/C++实验系统
- c语言教程1946
- c语言资料大全
- C语言经典算法大全 总
- 很好用的C语言编译器,结合TC2.0,3
- The_C_Programming_Language第二版中文版
- C语言基础习题集(C考试常见题型)
- C语言编程大赛试题
- 二级C语言复习资料打包(2011-07)
- 关于MFC的 基本用法及实例的源代码
- c语言嵌入式
- 数据结构习题集答案(C语言版严蔚敏
- c高级编程技术
- 俄罗斯方块,C语言实现
- C语言程序设计案例教程
- c语言教程讲义(谭浩强)1870
- 113道非常经典的C语言题目
- c语言windows程序设计中文件版
- c语言程序设计
- C语言穷举法统计素数个数
- c++/c语言学习系统
- 新概念51单片机C语言教程.入门、提高
- 第三届蓝桥杯C语言本科组复赛题及解
- C语言实战开发宝典
- 经典100列 c语言
- c语言经典例题100道
- C语言入门1806
- C语言必背18个经典程序
- 嵌入式系统的C语言—译自《C for em<
评论
共有 条评论