登录
首页 » Windows开发 » 基于c的一个销售管理系统

基于c的一个销售管理系统

于 2023-08-24 发布 文件大小:2.29 kB
0 100
下载积分: 2 下载次数: 1

代码说明:

这是一个用c语言实现的销售管理系统,是一个比较简单的小程序,主要实现功能:销售信息的录入及保存,根据录入信息进行查询,进行相应的统计如按产品统计月销售额、按销售员统计月销售额等。代码很简明,对于初学者来说很容易理解,是一些简单的for循环,switch case分支语句,if else判断,sum加和还有一部分指针等。通过在菜单界面选择相应选项执行相应的操作。程序水平不高但很基础,望采纳。

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

发表评论

0 个回复

  • Wireless Sensor Network Key Management Scheme simulation program can be simulati...
    Wireless Sensor Network密钥管理方案仿真程序,可仿真Laurent Eschenauer和Virgil D. Gligor提出的基于随机图理论的管理方案以及其他多种自定义密钥管理方案。-Wireless Sensor Network Key Management Scheme simulation program can be simulation Laurent Eschenauer and Virgil D. Gligor proposed a random graph theory-based management programs, as well as a variety of other custom key management program.
    2022-02-06 04:47:28下载
    积分:1
  • VC源码完全模仿OICQ的界面的程序,做界面的可以下载看下。
    VC源码完全模仿OICQ的界面的程序,做界面的可以下载看下。 -VC-source interface OICQ fully mimic the procedure, and can be downloaded facie interface.
    2023-04-10 20:55:24下载
    积分:1
  • 用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文...
    用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一―― NTServCpl:是一个控制面版程序,用来控制 NTService 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务;-create simple Win32 services (NTServCpl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCpl : console is a procedure used to control NTService services; The remai
    2022-08-09 22:47:02下载
    积分:1
  • 计算机组成原理中的构建CPU
    将一个现有的16位带流水的CPU改造成8位带流水CPU,可以增加功能,但不能减少原系统功能。 阅读源代码,源代码主要包括9个实体文件:    (A)CPUEntity(完整的CPU)    (B)ExEntity(指令执行模块)    (C)Addr_muxEntity(地址选择模块)    (D)ForwardingEntity(旁路处理模块)    (E)HazardDetectEntity(结构相关处理模块)    (F)IDEntity(指令译码模块)    (G)IFEntity(取指模块)    (H)MemAccessEntity(访存模块)    (I)unitPack(常量定义文件)    其中(I)是辅助文件,(
    2022-08-19 22:13:27下载
    积分:1
  • 认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站...
    认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站-Carefully read your paper bag and then write their specific functions (at least 20 words). As far as possible not to let the station
    2023-05-20 22:55:03下载
    积分:1
  • pr check program for the website promotion
    pr check program for the website promotion
    2022-01-21 23:56:51下载
    积分:1
  • 程序目的:从已知二叉树的前序和中序序列构造该二叉树
    程序目的:从已知二叉树的前序和中序序列构造该二叉树-procedures Objective : known binary tree from the first sequence and the sequence structure of the sequence of binary tree
    2022-02-01 00:58:51下载
    积分:1
  • 可调时钟 实验要求:1.能正常显示一天24小时时间 2.具有清零、各位均可调功能 3.按钮设置防抖 4.可调不能通过将该位置零,然后用计数...
    可调时钟 实验要求:1.能正常显示一天24小时时间 2.具有清零、各位均可调功能 3.按钮设置防抖 4.可调不能通过将该位置零,然后用计数器连续加1的方法实现,并且实现每一位都单独可调 -Adjustable clock Experimental requirements: 1. To show the normal 24 hours a day 2. Has cleared, you can transfer function 3. Button to set up Anti-Shake 4. Adjustable position can not be zero, and then use the counter of one continuous method, and realize every single adjustable
    2022-04-08 10:00:35下载
    积分:1
  • 这是一个关于勒让德函数的类,可以直接加入到项目中调用
    这是一个关于勒让德函数的类,可以直接加入到项目中调用-It is a Legendre function of the category, can be directly added to the project, call
    2022-10-11 19:15:03下载
    积分:1
  • C++源码实例
    实现把文件把修改的时间进行排序,希望对大家有帮助;The file modification time sorting 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-03-10 15:08:35下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载