-
东南大学程序设计大赛,c++ 支持啊
东南大学程序设计大赛,c++ 支持啊-seu programme competition
- 2023-06-20 13:50:09下载
- 积分:1
-
传教士与野人问题我们分两种情况考虑。先考虑船在左岸的情况。如果不考虑限制条件,也就是说,船一次可以将三人从左岸运到右岸,然后再有一个人将船送回来。这样,船一个来...
传教士与野人问题我们分两种情况考虑。先考虑船在左岸的情况。如果不考虑限制条件,也就是说,船一次可以将三人从左岸运到右岸,然后再有一个人将船送回来。这样,船一个来回可以运过河2人,而船仍然在左岸。而最后剩下的三个人,则可以一次将他们全部从左岸运到右岸。所以,在不考虑限制条件的情况下,也至少需要摆渡[(M+N-3)/2]*2+1次。其中分子上的"-3"表示剩下三个留待最后一次运过去。除以"2"是因为一个来回可以运过去2人,需要[(M+N-3)/2]个来回,而"来回"数不能是小数,需要向上取整,这个用符号[ ]表示。而乘以"2"是因为一个来回相当于两次摆渡,所以要乘以2。而最后的"+1",则表示将剩下的3个运过去,需要一次摆渡。-M-C products
- 2022-03-03 01:31:52下载
- 积分:1
-
avl树的介绍和源代码,包含avl树、红黑树等
avl树的介绍和源代码,包含avl树、红黑树等-introduction to avl tree and R-B tree
- 2022-01-21 23:32:17下载
- 积分:1
-
这是vb与数据库编程一本书的全部的源程序,希望对大家来有用...
这是vb与数据库编程一本书的全部的源程序,希望对大家来有用-Database Programming with a book of all the source files, we hope to useful right
- 2022-02-21 04:00:58下载
- 积分:1
-
背包问题动态规划算法JAVA
给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价...
背包问题动态规划算法JAVA
给定n种物品和一背包。物品i的重量是wi,其价值为vi,背包的容量为c。问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大?
在选择装入背包的物品时,对每种物品i只有两种选择,即装入背包或不装入背包。不能将物品i装入背包多次,也不能只装入部分的物品i。因此,该问题称为0-1背包问题。-Knapsack problem dynamic programming algorithm for a given n species JAVA goods and one backpack. Item i is the weight of wi, the value for vi, knapsack capacity c. Question should be how to choose the items into the backpack, the backpack into the total value of the largest items? In the selection of the items into the backpack, for each of the items i have only two choices, that is loaded or not loaded backpack backpack. Items should not be many times i load backpack can not only part of the goods loaded i. Therefore, the problem known as the 0-1 knapsack problem.
- 2023-04-22 23:20:03下载
- 积分:1
-
C 教程,适合初学者
这里是关于 C 编程的书。它是为初学者 preogramming 非常有趣。书组主题:
-C 语言概述
-C 环境下安装程序
-C 程序结构
-C 的基本语法
-C 数据类型
-C 变量
-C 仓储类
-C 循环
-C 函数
-C 数组
-C 字符串
-文件输入/输出
-预处理器
-头文件
- 2022-07-21 15:05:38下载
- 积分:1
-
详细介绍了VCD文件的使用, 详细介绍了VCD文件的使用,
详细介绍了VCD文件的使用, 详细介绍了VCD文件的使用,-Described in detail the use of VCD file, detailing the use of the VCD file, detailing the use of the VCD file,
- 2022-08-16 15:02:11下载
- 积分:1
-
Design a program to achieve two arbitrary length integer (including positive and...
设计一个程序实现两个任意长的整数(包括正数和负数)、任意精度实数的算术运算。求两数之商、之积。 -Design a program to achieve two arbitrary length integer (including positive and negative), arbitrary-precision arithmetic of real numbers. Seeking a number of the two operators of the plot.
- 2022-03-16 20:37:51下载
- 积分:1
-
RTL8019AS中文数据手册 感觉还蛮有用的希望有所帮助
RTL8019AS中文数据手册 感觉还蛮有用的希望有所帮助-Chinese data handbook RTL8019AS feeling quite useful help hope
- 2022-04-25 15:17:02下载
- 积分:1
-
基于AGC的空中声音目标探测和识别技术的研究
基于AGC的空中声音目标探测和识别技术的研究-AGC based on the sound of air target detection and recognition technology research
- 2022-03-01 15:30:49下载
- 积分:1