登录
首页 » c » 超市管理系统

超市管理系统

于 2022-01-24 发布 文件大小:18.02 kB
0 149
下载积分: 2 下载次数: 1

代码说明:

#include          /*输入,输出头文件*/ #include          /*申请空间头文件*/ #include          /*对字符串加工头文件*/ #include #include       /*清屏头文件*/ struct arraysGoods { int goods_id; //商品编号 char goods_name[50]; //商品名称 char goods_address[50]; //商品产地 char goods_type[50]; //商品种类 float goods_inputprice; //商品进价 float goods_outputprice; //商品售价 int goods_num; //商品进货量 }; struct arraysGoods GoodsDates[50]={ {2013,"衬衫","北京","c",1.4,2.5,5},{2012,"裤子","上海","b",1.3,2.5,6}, {2011,"短袖","大连","a",1.1,2.5,7}}; struct arraysGoods GoodsDates2[50]; void loginTitle(); void loginManager(); void selectManagerMenu(); void spendPassager(); v

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • game01
    经典小游戏,包括源代码,所需资源文件和一切相关文件,和可执行exe(Classic games, including source code, the resources required documentation and all relevant documents, and executable exe)
    2009-12-02 22:41:10下载
    积分:1
  • ini-parser-2.5.2
    INI file parser to manage ini files.
    2019-06-17 12:22:03下载
    积分:1
  • 实现倒立摆,2013年电赛题目,代码简单耐看yicishnhe
    实现倒立摆,2013年电赛题目,代码简单耐看(Implementing inverted pendulum)
    2020-06-21 00:00:02下载
    积分:1
  • 基于VC6.0 MFC 编写的七彩连珠小游戏
    基于VC6.0  MFC 编写的七彩连珠小游戏
    2023-08-20 21:10:04下载
    积分:1
  • C# 开发海康(实时预览示例)
    C# 开发海康(实时预览示例)
    2021-05-06下载
    积分:1
  • 865476
    与沉默的开关为iOS,精选ios编程学习源码,很好的参考资料。(And the silence of the switch is iOS, select learning IOS programming source code, a good reference.)
    2013-12-08 16:53:01下载
    积分:1
  • 步进电机
    说明:  编制MCS-51程序使步进电机按照规定的转速和方向进行旋转,并将已转动的步数显示在数码管上。   步进电机的转速分为两档,当按下S1开关时,加速旋转,速度从10转/分加速到60转/分。当松开开关时,减速旋转,速度恢复为10转/分。当按下S2开关时,按照逆时针旋转;当松开时,按照顺时针旋转。   本程序要求使用定时器中断来实现,不准使用程序延时的方式。(The MCS-51 program is programmed to rotate the stepper motor according to the specified speed and direction, and the number of steps that have been rotated is displayed on the digital tube. Stepper motor speed is divided into two gears. When the S1 switch is pressed, the speed is accelerated from 10 rpm to 60 rpm. When the switch is loosened, the speed will be reduced to 10 rpm. When pressing the S2 switch, rotate counterclockwise; when loosening, rotate clockwise. This procedure requires the use of timer interrupt to achieve, do not use the way of program delay.)
    2020-06-16 09:40:02下载
    积分:1
  • HJYJXZ.c
    用c语言实现的龙格库塔算法和阿当姆斯算法。是学习计算方法的入门级程序实例。(Using c language realize the Runge-Kutta algorithm and the Arab-Israeli Adams algorithm. Calculation method is to study the entry-level procedures.)
    2007-07-28 10:11:33下载
    积分:1
  • mutualinformationandpoincaresection
    计算互信息和作庞卡来截面的C程序,很实用,计算速度超快/(Calculation of mutual information and for Ponca to the C-section procedure, it is useful to calculate the speed of ultra-fast /)
    2008-03-27 22:36:26下载
    积分:1
  • SimpleUserReg_51aspx
    简单的用户注册系统,用C#编写,适合初学者学习(A simple user registration system, prepared by C# for beginners to learn)
    2009-05-06 12:18:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载