-
产品进销存管理系统
针对某一种行业的库房的产品进销存情况进行管理。 1、采用一定的存储结构对库房的货品及其数量进行分类管理; 采用链表的结构对产品的各种信息进行存储,对存储的信息才用了结构体,同时用到指针变量,采用尾插法建立带头节点的链表,尾指针初始指向头结点,如果要继续添加信息,把终端结点指针置空,返回链表头指针。 2、可以进行产品类的添加、产品的添加、产品数量的添加; 在这一部分,我把它做成了一个整体,即同时进行产品的各种信息的添加,通过在链表head中插入结点来实现。 3、能够查询库房每种产品的总量、进货日期、销出数量、销售时间等; 在这一部分,设计一个链表的查找,通过选择商品号还是商品名称 进行查找,对商品进行循环查询,找到产品时,显示查询到的产品的各项信息,查不到商品时输出没有查到要查找的通讯信息 其他: 还做了链表结点的删除,用于进行将无用信息的删除,通过调用查找函数,查到时,释放该结点空间。
- 2022-02-27 01:19:57下载
- 积分:1
-
多线程发牌程序。用多线程模拟竞争发牌示例程序
多线程发牌程序。用多线程模拟竞争发牌示例程序-Licensing procedures for multi-threaded. Competition with multi-threaded simulation example licensing procedures
- 2022-07-24 21:55:58下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1
-
图像模式分类
我们生成实际分类器来识别水果图案。您使用此 codding 训练瓜果图案的一个数据集。
- 2022-02-04 07:46:30下载
- 积分:1
-
bubble,insertion, selection排序
bubble,insertion, selection排序-bubble sort,insertion sort, selection sort
- 2022-03-24 09:06:41下载
- 积分:1
-
MSP430两路信号合成程序
基于MSP430F20X1的信号合成程序.采用C语言编程.实现两路输入信号(一路为传感器脉冲信号,另一路为开关信号)的合成输出.
- 2022-01-26 08:04:34下载
- 积分:1
-
克鲁斯卡 (Clsk) 求最小生成树
克鲁斯卡 (Clsk) 求最小生成树-unmarked (Clsk) for the minimum spanning tree
- 2022-11-10 10:45:03下载
- 积分:1
-
实现n路抢答功能,包括锁定,计分等源程序
实现n路抢答功能,包括锁定,计分等源程序-N Road Answer realize functions, including targeting, including grading source
- 2023-08-07 19:50:02下载
- 积分:1
-
计算器C代码
鉴于算术表达式中的 x 符号,例如,24 (3 + 5) = 5,
写一个程序来读取了一个输入行中给出的表达式,解析它,对其进行计算和
给出了输出值作为单个整数或打印的字符串输入错误"如果输入格式不正确。
- 2023-01-08 04:50:03下载
- 积分:1
-
图片浏览器
关于matlab编写的图片浏览器算法,打开一个图片目录,可以通过【上一张】、【下一张】按钮实现图片的浏览,并且自动检测第一张和最后一张图片
- 2022-03-14 22:33:42下载
- 积分:1