-
产品进销存管理系统
针对某一种行业的库房的产品进销存情况进行管理。 1、采用一定的存储结构对库房的货品及其数量进行分类管理; 采用链表的结构对产品的各种信息进行存储,对存储的信息才用了结构体,同时用到指针变量,采用尾插法建立带头节点的链表,尾指针初始指向头结点,如果要继续添加信息,把终端结点指针置空,返回链表头指针。 2、可以进行产品类的添加、产品的添加、产品数量的添加; 在这一部分,我把它做成了一个整体,即同时进行产品的各种信息的添加,通过在链表head中插入结点来实现。 3、能够查询库房每种产品的总量、进货日期、销出数量、销售时间等; 在这一部分,设计一个链表的查找,通过选择商品号还是商品名称 进行查找,对商品进行循环查询,找到产品时,显示查询到的产品的各项信息,查不到商品时输出没有查到要查找的通讯信息 其他: 还做了链表结点的删除,用于进行将无用信息的删除,通过调用查找函数,查到时,释放该结点空间。
- 2022-02-27 01:19:57下载
- 积分:1
-
C语言设计——航班系统
C语言程序设计——航班查询系统。这是暑假的一个C语言程课程设计,题目是航班时刻表查询系统,主要用到十字链表和文本界面,比较简单,但对于C语言初学者是一份很好的参考资料
- 2022-03-24 22:30:01下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1
-
Newton iterative method for solving this calculation method is commonly used in...
牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
- 2022-09-27 06:00:03下载
- 积分:1
-
vc实现fir滤波器 wav滤波
应用背景vc6.0环境下即可使用,c++语言,是数字信号处理及实验内容中的重要实验,内容比较全,兼容性好。关键技术实现fir滤波器,支持多种窗口,可以模拟产生波形,进行滤波,也可以直接读取wav文件进行滤波,还可以对输入信号和输出信号进行fft分析。
- 2022-09-21 14:15:03下载
- 积分:1
-
C library science project
C科学工程程序库-C library science project
- 2023-06-26 17:35:04下载
- 积分:1
-
kalman filter with state constraints lecture and example
kalman filter with state constraints lecture and example
- 2022-08-19 21:22:30下载
- 积分:1
-
一个乘法表的简单示例
一个乘法表的简单示例-a simple multiplication table Example
- 2022-03-18 04:09:36下载
- 积分:1
-
差分进化算法的无功分配
应用背景差分进化(Differential Evolution,DE)算法是目前对于遗传算法的修正,和GA,PSO,ACO等进化算法一样,都是基于群体智能的随机并行优化算法,通过模仿生物群体内个体间的合作与竞争产生的启发式群体智能来指导优化搜索。关键技术基于差分进化算法的无功优化,采用IEEE30节点测试系统,接入分布式能源风电机组,程序为C语言编写,可算最小网损,若更改测试系统,可根据数据文件自行替换,支持环网。
- 2022-06-03 12:13:05下载
- 积分:1
-
这是我从网上找到的阴历算法,出于对原作者的尊重,代码里的各内容多于保留。...
这是我从网上找到的阴历算法,出于对原作者的尊重,代码里的各内容多于保留。-This is what I found in the lunar calendar online algorithm, based on the original author of respect, the code"s content than reservations.
- 2022-10-04 12:00:03下载
- 积分:1