C語言寫的簡易水果管理系統(tǒng)
//1.可以查看所有水果
//2.可以添加新水果(添加的時候判斷水果是否重名)
//3.可以對所有水果排序,價格降序,數(shù)量降序
//4.刪除指定名稱的水果
//5.退出系統(tǒng)
#include
#include
#include
typedef struct fruit{
char name[30]; //水果名
int count; //水果數(shù)量
doubleprice; //水果單價
}fruit_t;
//菜單函數(shù)
void log_menu();
//查看函數(shù)
void check(fruit_t *p,int *count1);
//添加函數(shù)
intadd(fruit_t *p,int *count1);
//功能控制函數(shù)
void log_ctrl(fruit_t *p,int *count1);
//刪除函數(shù)
int del(fruit_t *p,int *count1);
//排序菜單函數(shù)
void cmp_menu();
//排序控制函數(shù)
void cmp_ctrl(fruit_t *p,int *count1);
//按數(shù)量排序函數(shù)
int cmp_count_desc(const void *px,const void *py);
//按價格排序排序函數(shù)
int cmp_price_desc(const void *px,const void *py);
//系統(tǒng)初始化函數(shù)
void log_start(fruit_t *p,int *count1);
//保存函數(shù)
void write(fruit_t *p,int *count1);
int main(){
fruit_t stu[100]={"看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();