登录
首页 » 数据结构 » 非常好的仓库管理

非常好的仓库管理

于 2022-06-13 发布 文件大小:171.83 kB
0 173
下载积分: 2 下载次数: 1

代码说明:

良好的描述(英文):(提示:至少100

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

发表评论

0 个回复

  • literacy DAO
    DAO读写-literacy DAO
    2023-01-15 21:15:03下载
    积分:1
  • 经典的哲学家就餐问题的C语言版本
    经典的哲学家就餐问题的C语言版本-Power wilt die of hunger laugh mold cavity open string问Questions cavity C Pang Sung-linked版
    2022-04-01 07:48:11下载
    积分:1
  • 可以查找局域网中的SQLServer2000服务器
    可以查找局域网中的SQLServer2000服务器-can find the MS LAN server
    2023-04-04 23:00:03下载
    积分:1
  • 图书管理系统
    这个源代码是一个图书管理系统,可以实现的功能有实现图书的增加删除。读者的新增添加删除。以及新增图书,借出图书图书超期管理。
    2022-01-30 16:25:57下载
    积分:1
  • 实例有关说明: 源:本实例使用的源在本章实例MyOdbcSmpl目录中,源为ACCESS源, 文件为Mydb.mdb。请根本章2.4.1...
    实例有关说明: 数据源:本实例使用的数据源在本章实例MyOdbcSmpl目录中,数据源为ACCESS数据源,数 据文件为Mydb.mdb。请根据本章2.4.1创建ODBC数据源中所指示的ODBC数据源管 理器(ODBC32.exe)来创建和配置数据源MyDB(也可以命名为其他名称)。 执行结果:本章实例的执行结果MyOdbcSmpl目录中的可执行文件MyOdbcSmpl.exe。在数据 源中选择刚配置的MyDB,在数据表或视图中选择要查询的表或视图,选择查询的 列,如果有查询条件,请在查询条件中输入,最后确定是否输出显示查询结果, 缺省为显示,单击“执行”按钮,执行查询并显示查询结果,在SQL语句框中显 示执行的查询。-Note : Data Source : The data used by the examples in this chapter source directory MyOdbcSmpl example, ACCESS data source for data sources, data files for Mydb.mdb. Requests under this chapter 2.4.1 create ODBC data source as directed by the ODBC Data Source Manager (ODBC32.exe) to create and configure data sources MyDB (also named other names). Outcome : examples of this chapter MyOdbcSmpl results of the implementation of the directory MyOdbcSmpl.exe executable files. The data sources to choose just the MyDB configuration, the data in Table View or choose to check the table or view, the choice for the series, if there are inquiries conditions, the conditions for the imp
    2022-11-01 23:00:03下载
    积分:1
  • 自创的彼此交流账目软件,难得的好软件请一定要下来看看。...
    自创的彼此交流账目软件,难得的好软件请一定要下来看看。-self-exchange accounts software, a rare good software must please look down.
    2023-01-01 08:50:04下载
    积分:1
  • achieve m bands Containing tree (2) linear scale for the keys inserted into Cont...
    实现m阶B_树 (2)将线性表中的键值插入到B_树中(即建立索引); (3)当删除和插入数据到线性表时,同时维护其索引B_树。 (4)可根据所给键值范围,输出该范围的所有键值-achieve m bands Containing tree (2) linear scale for the keys inserted into Containing tree (index); (3) When the deletion and insertion of data to the linear scale, while preserving its index Containing tree. (4) According to the pair, the scope of the output of all keys
    2022-11-14 03:35:03下载
    积分:1
  • 1.定义图的。 2.编写函,用邻接表实现图的存储,求图的顶点的度。 3.编写函,输出图的遍历序列。...
    1.定义图的数据结构。 2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。 3.编写函数,输出图的遍历序列。-1. The definition of graph data structure. 2. Write a function, using adjacency list implementation diagram of the storage structure, find the vertex of degree. 3. Write a function, the output graph traversal sequence.
    2022-02-13 12:01:18下载
    积分:1
  • ——链表(双向循环链表)
    双向循环链表节点:数据域+指针域指针域:一个指针指向前一个同类型节点,另一个指针指向后一个同类型节点(1)设计节点struct db_node{int data;struct db_node * prev;struct db_node * next;};(2)创建空链表//创建了一个只有头节点的双向循环链表,返回头节点的地址struct db_node * create_db_list(void){struct db_node * phead = (struct db_node *)malloc(sizeof(struct db_node));if(phead == NULL)exit(-1);else{phead->next = phead;phead->prev = phead;}return phead;}(3)制造新节点//制造新节点,返回新节点的地址struct db_node * make_db_node(int value){struct db_node * pnew = (struct db_node *)malloc(sizeof(struct db_node));if(pnew == NULL)printf("malloc failed! ");else{pnew->data = value;pnew->next = NULL;pnew->prev = NULL;}return pnew;}(4)插入节点//把pnew指向的节点插入到头节点的前面,也就是整个链表的末尾bo
    2022-02-14 07:06:11下载
    积分:1
  • 镜头26102 i_plasma。中断
    Shot 26102 I_plasma. Disruption
    2023-05-23 07:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载