搜索资源列表
安全过河问题
- 该游戏是我由一个数学建模题——“安全过河问题”而构思的。有三个商人带者三个随从和货物过河, 船每次最多只能载两个人,要求保证在过河期间商人的人数要大于或等于随从的人数,否则随从杀人抢货。 构思: 用两个数组来表示两岸的商人和随从,其中 A 表示商人, B 表示随从,数组a 表示此岸,数组b表示彼岸 通过输入过河的人数,来改变两个数组中的 A 和 B 的个数,在用文本输出两岸的情况. 游戏规则是这样似的: 1)输入过河的人数; 2)非法输入按按了退出处理(如:每
guohewenti
- 试运用深度优先搜索算法寻找过河问题的一个解决方案,题目叙述如下:猎人、狗、男人带着男孩1、男孩2,女人带着女孩1、女孩2,一共8个个体。一艘小船,一次只能过两个个体,狗和四个小孩不会划船。注意:(1)猎人不在,狗咬任何人;(2)男人不在,女人打男孩;(3)女人不在,男人打女孩。-Test the use of depth-first search algorithm to find a solution to cross the river problem, topics are describ
2-3
- 编写一个函数,计算两者的重量和。 double TotalWeight(Boat& b, Car& c) 利用友元概念-Write a function to calculate both the weight and. double TotalWeight (Boat & b, Car & c) the use of the concept of friend
car-and-boat
- 车和船的总质量,定义一个船类和车类,使之求出车和船的总质量,用友元函数-The total mass of the car and boat, define a Boat and vehicle classes, so obtaining the total mass of the car and boat UF metafunction
friend
- 友元 编写C++程序完成以下功能: 定义一个Boat和Car两个类,他们都具有私用属性——重量; 编写一个函数,计算两者的重量和。 double TotalWeight(Boat& b, Car& c) -Friend write C++ program to perform the following functions: define a Boat and Car two classes, they have private property- weight write
Genetic-algorithm-optimization
- 一船算法优化 TSP用的各种算子 置换变异算子和杂交算子-A boat algorithm to optimize the TSP with a variety of operator replacement mutation operator and crossover operator
zuoye3
- 码头扩建问题 某市有一码头,每次仅容一辆船停泊装卸货,由于经常有船等候进港,部分人提出要扩建码头。码头平均每月停船24艘,每艘船的停泊时间为24±20小时,相邻两艘船的到达时间间隔为30±15小时,如果一艘船因有船在港而等候1小时,其消耗成本为1000元。经预算,扩建码头大约需要1350万元,故市长决策如下:如果未来五年内停泊船只因等候的成本消耗总和超过扩建码头花费则扩建码头,否则,不予扩建。-Problem in a city with a terminal expansion dock,
Joseph-game-of-life-and-death
- 约瑟夫生死游戏 30个乘客同乘一条船,由于风大浪急,必须扔下15个人,以确保安全。现在30个人站成一圈。一人起数,数到第9个人的时候,将其抛下。再从下一个人开始数,数到第9个人是将其抛下。以此类推,直到剩下15个人为止。求哪些人会剩下。-Joseph game of life and death 30 passengers with a boat ride, due to stormy, 15 people must be dropped in order to ensure safe
Untitled222222
- 三名商人各带一个随从乘船渡河,一只小船只能容纳二人,由他们自己划行,随从们密约,在河的任一岸-Three businessmen each take a boat crossing the river, a small boat can only hold two people, by their own row, entourage conspiracy, Ren Yian in the river
Multiple-Ships-Control
- 本源码为C#语言基于串口通信模式开发的一个控制多无人艇路径跟踪的上位机软件。界面提供实时路径轨迹显示、无人艇的开环和闭环控制。其中控制和轨迹绘图采用多线程完成。对于开发类似的上位机机人机交互界面具有较高的参考价值。-The source code for C# language serial communication control mode is based on the development of a multi-USV path tracking PC software. Interf