-
库存管理系统
应用背景特征---------------在文件中添加项目显示所有项目在库存中查找特定项目修改库存项目的状态删除库存项目存货项目分析关键技术它是基于库存管理小型项目TurboC图形。这是工程学院的学生以及大师MCA - mscit非常有用…更多
- 2022-03-17 09:25:40下载
- 积分:1
-
利用VB编写软件显示文件图标,可以为你的软件添加漂亮的图标。...
利用VB编写软件显示文件图标,可以为你的软件添加漂亮的图标。-VB document preparation software, and display icons, you can add software beautiful icon.
- 2022-11-26 21:05:03下载
- 积分:1
-
自适应遗传算法在多模图像配准中的应用.doc
自适应遗传算法在多模图像配准中的应用.doc-Adaptive genetic algorithm in multi-mode image registration application. Doc
- 2022-09-18 06:55:04下载
- 积分:1
-
数据结构,对离散事件的模拟。本程序模拟了一家冰淇淋店的经营情况,可以用于商业分析...
数据结构,对离散事件的模拟。本程序模拟了一家冰淇淋店的经营情况,可以用于商业分析-data structure, a pair of discrete event simulation. The simulation of an ice cream shop operators, can be used for business analysis
- 2022-08-14 23:09:52下载
- 积分:1
-
频繁模式挖掘算法,可以用于数据挖掘中关联规则的频繁项集挖掘...
频繁模式挖掘算法,可以用于数据挖掘中关联规则的频繁项集挖掘- The frequent pattern excavation algorithm, may use in the data
mining to be connected the rule the frequent item of collection to
excavate
- 2022-10-05 07:55:04下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
汉诺塔经典DOS版TC源码
汉诺塔经典DOS版TC源码-HANOR classic DOS version TC-source
- 2022-12-07 12:15:03下载
- 积分:1
-
用ASM写的日历程序,代码超短,可能是世界上最精简的日历程序了。...
用ASM写的日历程序,代码超短,可能是世界上最精简的日历程序了。-written procedures for the calendar, ultrashort code, may be the world"s most streamlined procedures for the calendar.
- 2022-02-26 14:32:50下载
- 积分:1
-
操作系统课程设计报告
文件系统模拟
一、课程设计目的
通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。
二、课程设计要求
通过...
操作系统课程设计报告
文件系统模拟
一、课程设计目的
通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。
二、课程设计要求
通过课程设计,要求学生主要掌握如下内容:
1.设计出文件系统中常用的数据结构;
2.理解文件系统的工作流程,给出程序流程图;
3.设计出文件系统中关键的算法;
4.模拟实现二级目录文件系统,并给出一组运行结果。
三、课程设计内容
根据实验指导书补充
四、文件系统实现
-courses on operating system design report documents a simulation system, curriculum designed by simulating the file system to achieve in-depth understanding of operating system file system theoretical knowledge. 2, curriculum design through curriculum design, requiring students to master the following main elements : 1. Design commonly used file system data structure; 2. Understanding the document workflow system, the flow chart is given; 3. System design document the key algorithm; 4. Simulation two directory file system, and gives a group operating results. Third, the curriculum is based on the experimental design as supplementary guidance on four documents System
- 2022-11-07 18:10:03下载
- 积分:1
-
VB network connectivity procedures
VB网络连接的程序-VB network connectivity procedures
- 2022-01-21 03:36:38下载
- 积分:1