-
This system is mainly to build a web
本系统主要构建一个网上物流平台,以让物流的物资准时,准确,无误的送达目的地。而在后台实现公司管理物流信息,以备货物无误差的配送,让顾客无忧的接收货物。
本系统实现前台实现公司方面的信息发布等,后台实现客户上门的需求录入,以及仓储的信息配送等功能。
-This system is mainly to build a web-based logistics platform in order to allow the logistics of materials on time, accurate and error-free destination. While in the background to achieve logistics information management to prepare error-free distribution of goods, so that customers receive worry-free goods. The system has realized front to achieve the company" s information release and so on, back-door needs to achieve customer input, as well as the storage of information distribution and other functions.
- 2022-03-17 16:43:53下载
- 积分:1
-
pinTab网页TAB选项卡素材代码打包
网页TAB选项卡素材代码打包,这款插件集中了几十款常见的网页TAB特效,名称叫做pinTab,老外的,演示中包括了静态HTML调用方法、ASP/PHP等的调用方法,每一款的风格大同小异,但操作风格却不同,其中一款的风格样式请参见截图效果。
- 2022-03-29 22:46:54下载
- 积分:1
-
创新实验
图像的显著性检测,用于图像显著性检测很好用(Image saliency detection)
- 2018-05-19 08:57:21下载
- 积分:1
-
Laborator 8 - Scripturi shell
说明: linuxshel scripts tutorial ro
- 2020-06-25 20:00:02下载
- 积分:1
-
2D-FullCohe5.0
说明: 可以给Abaqus创建的二维平面模型全局嵌入Cohesive单元(Insert Cohesive Element)
- 2021-02-03 22:50:17下载
- 积分:1
-
C wrote a small academic management system for others to write a curriculum desi...
用C写的一个小教务管理系统为别人写的一个课程设计-C wrote a small academic management system for others to write a curriculum design
- 2022-01-28 00:47:28下载
- 积分:1
-
很经典的多级后台管理菜单代码
一套很经典的多级后台管理菜单代码,先看一看风格,是不是很熟悉的风格,对的,如果你很早就接触CMS的话,你就能看出这套后台管理菜单来源于动网,当然了本款菜单是来自一个在线的超市管理系统中,同样的折叠展开风格的管理菜单,蓝色风格,看上去非常不错。
- 2022-06-12 06:17:57下载
- 积分:1
-
火车订票系统
应用背景用C语言写的火车订票系统,对于C语言学习者学习链表有极大的帮助,内含测试文件供测试。。。。。。。。。。。。关键技术/*定义存储火车信息的结构体*/
struct train
{
char num[10];/*列车号*/
char city[10];/*目的城市*/
char takeoffTime[10];/*发车时间*/
char receiveTime[10];/*到达时间*/
int price;/*票价*/
int bookNum ;/*票数*/
};
/*订票人的信息*/
struct man
{
char num[10];/*ID*/
char name[10];/*姓名*/
int bookNum ;/*需求的票数*/
};
/*定义火车信息链表的结点结构*/
typedef struct node
{
struct train data ;
struct node * next ;
}Node,*Link ;
/*定义订票人链表的结点结构*/
typedef struct people
{
struct man data ;
struct people*next ;
}bookMan,*bookManLink ;
- 2022-02-01 04:42:30下载
- 积分:1
-
v2
说明: vs2015编程,图书馆管理系统,界面登录,借书系统。连接了数据库(SQL SERVER2014)。还书系统,超期罚款等等(Vs2015 programming, library management system, interface login, library system. Connected to the (SQL SERVER2014). Book system, overdue fine and so on)
- 2017-04-15 16:59:46下载
- 积分:1
-
原版教程及其汉化
umat黄大师例子——umat使用说明书(VUMAT instruction manual)
- 2017-11-03 16:20:15下载
- 积分:1