登录
首页 » 算法 » delphi7 物流系统

delphi7 物流系统

于 2022-01-22 发布 文件大小:395.76 kB
0 102
下载积分: 2 下载次数: 1

代码说明:

物流是货物的消费的原点的点与点满足一些要求,例如,客户或企业之间流动的管理。在物流管理的资源可以包括物理项目,如食品、 材料、 动物、 设备和液体,以及抽象的项目,如时间、 信息、 粒子和能量。物流的物理项目通常涉及到信息流、 物料搬运、 生产、 包装、 库存、 运输、 仓储、 和经常安全的一体化。物流的复杂性可以进行建模、 分析、 可视化,和由专用的仿真软件进行了优化。导入和导出物流中常见的动机就是使用的最小化资源。

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

发表评论


0 个回复

  • 地球或椭圆体中两点距离的程序
    计算地球或椭圆体中两点距离的程序-A program which can calculate the instance of two points in the earth or the elipse
    2022-05-19 14:58:07下载
    积分:1
  • 素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束...
    素数环: 把从1到10这10个数摆成一个环,要求相邻的两个数的和是一个素数。 〖问题分析〗 这是一道回溯的题目。从1开始,每个空位有9种可能,每种可能加入约束条件即可 1.与前面所有的数不重复 2.与前一个数和为素数(最后一个和第一个也要满足)。 〖算法流程〗 1、数据初始化; 2、递归填数: 判断第J种可能是否合法; A、如果合法:填数;判断是否到达目标(10个已填完): 是,打印结果;不是,递归填下一个; B、如果不合法:选择下一种可能;-Prime Central: 1-10 from 10 the number of put this into a ring, asked the two adjacent numbers and is a prime number. 〗 〖Analysis is a retrospective this topic. From 1 year, 9 out of every space possible, each may be bound by the conditions of accession to 1. And in front of all the number of non-repetition, 2. With a few and for a prime number (the last and the first to meet). 1〗 〖algorithm processes the data to initialize 2, fill in the number of recursion: first to determine the legality of J possible A, if the legitimate: the number of Reclamation to determine whether the target (10 have been completed): Yes, print the results of not, fill in the next recursive B, if not legitimate: a possible alternative
    2022-03-13 12:39:07下载
    积分:1
  • This program is to handle all possible arithmetic operations (+,
    This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (, >=, =,
    2023-08-24 04:25:02下载
    积分:1
  • Rabin
    Rabin-Karp algorithm
    2023-03-30 12:20:04下载
    积分:1
  • 本程序提供多种实用插值函数:一元全区间不等距插值、一元全区间等距插值、一元三点不等距插值、一元三点等距插值、连分式不等距插值、连分式等距插值、埃尔米特不等距插值...
    本程序提供多种实用插值函数:一元全区间不等距插值、一元全区间等距插值、一元三点不等距插值、一元三点等距插值、连分式不等距插值、连分式等距插值、埃尔米特不等距插值、埃尔米特等距插值、埃特金不等距逐步插值、埃特金等距逐步插值、光滑不等距插值、光滑等距插值、第一种边界条件的三次样条函数插值、微商与积分、第二种边界条件的三次样条函数插值、微商与积分、第三种边界条件的三次样条函数插值、微商与积分二元三点插值、二元全区间插值。-look it yourself.
    2022-03-04 07:43:59下载
    积分:1
  • 卡尔曼滤波实验程序
    卡尔曼滤波是解决以均方误差最小为准则的最佳线性滤波问题,它根据前一个估计值和最近一个观察数据来估计信号的当前值。它是用状态方程和递推方法进行估计的,而它的解是以估计值(常常是状态变量的估计值)的形式给出其信号模型是从状态方程和量测方程得到的。 卡尔曼过滤中信号和噪声是用状态方程和测量方程来表示的。因此设计卡尔曼滤波器要求已知状态方程和测量方程。它不需要知道全部过去的数据,采用递推的方法计算,它既可以用于平稳和不平稳的随机过程,同时也可以应用解决非时变和时变系统,因而它比维纳过滤有更广泛的应用。
    2022-05-06 12:28:34下载
    积分:1
  • AI::Categorizer is a framework for automatic text categorization. It consists of...
    AI::Categorizer is a framework for automatic text categorization. It consists of a collection of Perl modules that implement common categorization tasks, and a set of defined relationships among those modules
    2022-05-30 09:19:04下载
    积分:1
  • 这事辛普森积分实例
    这事辛普森积分算法实例-Simpson Integration Algorithm for example
    2022-08-21 13:38:28下载
    积分:1
  • 相关向量机-稀疏贝叶斯学习源码
    相关向量机回归的实现,主要是对Tipping的这篇文章的算法进行实现:Tipping, M. E. and A. C. Faul (2003). "Fast marginal likelihood    maximisation for sparse Bayesian models." In C. M. Bishop and    B. J. Frey (Eds.), Proceedings of the Ninth International Workshop    on Artificial Intelligence and Statistics, Key West, FL, Jan 3-6.做SBL的时候可以用上,通过适当的修改也可以用在classification上。
    2023-03-14 17:05:03下载
    积分:1
  • 长整数类,数据成员有一个指针,一个整数size,可以存放100位以上整数,可以做加...
    长整数类,数据成员有一个指针,一个整数size,可以存放100位以上整数,可以做加法乘法运算-long integer, data members of a pointer, an integer size, can be kept above 100 integer, the additive can do multiplication
    2023-01-31 02:00:03下载
    积分:1
  • 696518资源总数
  • 105205会员总数
  • 10今日下载