搜索结果
找到约 14 项符合
Travel 的查询结果
按分类筛选
人工智能/神经网络 用经典算法--模拟退火算法求解经典问题旅行商(Travel Sales Problem)问题。
用经典算法--模拟退火算法求解经典问题旅行商(Travel Sales Problem)问题。
BREW编程 ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project
ECE345, Visual-to-Audio Electronic Travel Aid
Code for TM320C54x (v2a.asm) download
This project involves the design and implementation of a audio synthesis device that converts moving images into audio signals. The system is built on a TM320C54x DSP with interface to an IMAQ camera module via the ...
Java编程 Flight panel java GUI selecting the departure city, origin city, the day and time of travel, number
Flight panel java GUI selecting the departure city, origin city, the day and time of travel, number of adults and children travelling and will calculate the total order.
Java编程 GPS Track connects to a GPS and records the path that you travel. Tracks can be uploaded to a web s
GPS Track connects to a GPS and records the path that you travel. Tracks can be uploaded to a web site, sent by email, transferred via Bluetooth, or written to a flash memory card.
模拟电子 射频集成电路设计John Rogers(Radio Freq
Radio Frequency Integrated Circuit Design
I enjoyed reading this book for a number of reasons. One reason is that itaddresses high-speed analog design in the context of microwave issues. This isan advanced-level book, which should follow courses in basic circuits andtransmission lines. Most analog i ...
人工智能/神经网络 this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up
this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once)
Notes:
1. Input error checking included
2. Inputs can be specified in any order, s ...
matlab例程 Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algo
Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once)
文章/文档 Traveling Salesman Problem (TSP) has been an interesting problem for a long time in classical optim
Traveling Salesman Problem (TSP) has been an interesting problem for a long
time in classical optimization techniques which are based on linear and nonlinear
programming. TSP can be described as follows: Given a number of cities to visit
and their distances from all other cities know, an optimal tra ...
软件设计/软件工程 Scotia Airlines is a new budget airline operating between Glasgow Airport and the Western Isles. It
Scotia Airlines is a new budget airline operating between Glasgow Airport and the Western
Isles. It operates two 24-seater light passenger aircraft and requires a flight booking system.
Because Scotia offers low cost air travel, there is a need to treat each flight as single cost centre
and to be ab ...
数值算法/人工智能 遗传算法和“货郎担” 问题: "The traveling salesman problem, or TSP for short, is this: given a finite number of
遗传算法和“货郎担” 问题:
"The traveling salesman problem, or TSP for short, is this: given a finite number of cities along with the cost of travel between each pair of them, find the cheapest way of visiting all the cities and returning to your starting point."