-
对工作分配进行多次优化,直到找到最优的分配方式。 首先将所有工作交给能力最强的人做,然后找出最低安全值和最高安全值,此时将未分配工作的人的能力值当作安全值参与判...
对工作分配进行多次优化,直到找到最优的分配方式。 首先将所有工作交给能力最强的人做,然后找出最低安全值和最高安全值,此时将未分配工作的人的能力值当作安全值参与判断,把安全值最低者分配的仓库数减一,并将这个仓库交给安全值最高者看守,然后进入下次优化,在新一次优化过程中把最低安全值和上次优化时的最低安全值作比较,如果这次最低安全值比上次大,则继续进行优化,若系统最低安全值相比上次下降,则说明上次优化后的结果已经是最优,即得结果。-work on a number of distribution optimization, until they found the optimal method of distribution. First of all to the most capable people to do and then find the minimum value and maximum security safety value has been assigned to this work of the human capacity as a safety value in judging the value safety, the lowest value of the distribution by a few warehouses and storage to the value of the highest security guards, and then proceed to the next optimization of the new optimization process a minimum safe value and optimization of the last minimum safety value for comparison, if the value of the last minimum security, will continue to optimize, if the minimum safety systems compared to the previous decline in value, a statement last optimize the result is optimal, that i
- 2022-03-18 03:55:34下载
- 积分:1
-
html 编辑程序 c++ 其实我听不高兴的 老吓不倒代码
html 编辑程序 c++ 其实我听不高兴的 老吓不倒代码 -html editor c++ In fact, I heard the old unhappy intimidated code Hehe
- 2023-06-17 12:05:03下载
- 积分:1
-
Delphi 7 套接字聊天示例
Delphi 7 聊天使用套接字的服务器组件。
第一次打开 和 然后打开 作为奴隶 服务器. 如果有 服务器 德尔福 将 生成错误 连接 套接字.
- 2023-08-07 00:05:03下载
- 积分:1
-
系统编程的内部知识
系统编程的内部知识-system of internal programming knowledge
- 2022-01-25 18:00:25下载
- 积分:1
-
vpn开发源代码
delphi版的vpn源码,对你开发连接器有一定的指导作用。基于Delphi实现的VPN拨号器源程序代码,填写VPN服务器IP/域名,帐号密码后自动建立VPN连接,实现拨号!
- 2022-02-05 22:18:28下载
- 积分:1
-
unfinished library system
未完成的图书馆系统-unfinished library system
- 2023-01-04 20:35:03下载
- 积分:1
-
small program used to prepare the vc can see
读留言的小程序
用vc++编写的
可以看看
-small program used to prepare the vc can see
- 2022-05-28 04:38:37下载
- 积分:1
-
酒店管理系统
本代码是在vs2010环境下利用c#进行的开发。特别适合初学者,针对于网络传输协议ftp进行设计。本设计代码简明,思路清晰明了。同时也是自学c#语言的明智之选。
- 2022-04-17 21:25:09下载
- 积分:1
-
自己写的一个 Base64 编码解码工具,fcl 里已经有了,写这个主要是为了让大家了解 Base64 编码原理...
自己写的一个 Base64 编码解码工具,fcl 里已经有了,写这个主要是为了让大家了解 Base64 编码原理-His writing a Base64 encoding and decoding tools, fcl were already there, writing this mainly to let everyone understand the principles of Base64 Encoding
- 2022-01-26 00:36:37下载
- 积分:1
-
什么是API--所谓API本来是为C和C++程序员写的。API说来说去,就是一 种函数,他们包含在一个附加名为DLL的动态连接库文件中。...
什么是API--所谓API本来是为C和C++程序员写的。API说来说去,就是一 种函数,他们包含在一个附加名为DLL的动态连接库文件中。-What is API? API is sort for Application Programming Interface. It is not only for C/C++ Programmer, but also for other programming language. Usually, we refer to API as Windows API. Generally, it is encapsulated in a DLL file.
- 2022-04-30 09:48:42下载
- 积分:1