Welcome![Sign In][Sign Up]
Location:
Search - tour

Search list

[CSharp求解Knight Tour Problem

Description: 求解Knight Tour Problem,马的走法是“日”字形路线,例如当马在位置15的时候,它可以到达2、4、7、11、19、23、26和28。但是规定马是不能跳出棋盘外的,例如从位置1只能到达9和14
Platform: | Size: 966 | Author: happydabu@126.com | Hits:

[Homepage toolsVisual Studio .NET Guided Tour

Description: Visual Studio .NET Guided Tour introduce advanced programme arithmetic .
Platform: | Size: 9490944 | Author: architdong@163.com | Hits:

[Hotel software systemtour

Description: 一个酒店管理系统--A Hotel Management System
Platform: | Size: 527360 | Author: 站长 | Hits:

[Special EffectsWaveLab802

Description: 信号处理的小波导引书的matlab代码,Wavelab802工具箱,进行小波在信号处理中的各种应用-Wavelet Tour of signal processing matlab code book, Wavelab802 toolbox, wavelet signal processing in a wide range of applications
Platform: | Size: 3048448 | Author: | Hits:

[OtherA-wavelet-tour-of-signal-processing(second-edition

Description: 本书取材于作者在多所国际知名大学讲授”小波信号处理”课程时的讲义,作者以信号处理的问题为背景,用浅显的数学语言阐述小波理论及应用,使读者可以透过复杂的数学公式来窥探小波的精髓,但又不致陷入小波纯数学理论的迷宫。 本书既可以让计算机及电子工程系的学生了解工程问题的数学描述.又可以让数学系的学生了解数学公式的工程意义,是一本极有价值的教材及参考书。-The book based on the author in a number of internationally renowned universities to teach wavelet signal processing courses of lectures, the author to the problem of signal processing for the background, using simple mathematical language of wavelet theory and application, so that readers can be complicated mathematical formula to spy on the essence of wavelet, but not a pure mathematical theory of wavelet maze. The book not only allows the computer and electronic engineering students to understand the engineering problems of the mathematical description. Department of Mathematics at the same time enable the students to understand the mathematical formulas in engineering practice, is an extremely valuable teaching materials and reference books.
Platform: | Size: 11361280 | Author: zhanglu | Hits:

[Data structsCampus-tour-guide-system

Description: [实验目的] 1. 熟悉图的存储结构 2. 掌握图的最短路径算法 [实验内容]   用无向网表示学校的校园景点平面图,图中顶点表示主要景点,存放景点的编号、名称、简介等信息,图中的边表示景点间的道路,存放路径长度等信息。要求能够回答有关景点介绍、游览路径等问题。 [实验要求]   1 查询各景点的相关信息;   2 查询图中任意两个景点间的最短路径。   3 查询图中任意两个景点间的所有路径。 -[Experimental purposes] 1. Familiar with the storage structure of Figure 2. To master plan the shortest path algorithm [experimental content] free to the net means that schools Attractions plan, map, said the main attractions vertex, store the number of spots, names, profile, etc. information, the figure that the attraction between the edges of roads, storage of information such as path length. Asked to answer questions about attractions, the tour path and so on. [Experiment] 1 query the various scenic spots in the relevant information 2 query graph between any two spots of the shortest path. 3 query graph between any two spots of all the paths.
Platform: | Size: 4096 | Author: 王建媚 | Hits:

[Otherknight2

Description: it is about knight tour
Platform: | Size: 2048 | Author: jovi | Hits:

[WEB Codetour

Description: 内容是一个完整的 旅游信息管理网站代码。压缩包内包含系统移植常见问题、解决办法、系统亮点展示、源代码。一看就懂。-Content is a complete tourist information management web site code. Compressed packet contains Transplant Frequently Asked Questions system, the solution, the system highlights show, the source code. One look on the knowledge.
Platform: | Size: 3244032 | Author: 睿智 | Hits:

[Chess Poker gamesqishi

Description: 国际象棋游戏一个经典的例子就是骑士巡游(knight s tour)问题,这个问题要求从棋盘上任意给定的方格开始移动骑士,相继地到达所有的64个方格,进入每个方格一次且仅进入一次。通常情况下,我们用如下方法表示一个解:即把数字0,1,…,63放入棋盘中的方格来表示到达这些方格的顺序。解决骑士巡游问题更具创意的方法之一是由J. C. Warnsdorff在1823年提出的。其规则是:骑士总是移向具有最少出口且没有到达过的方格之一-Chess game is a classic example of Cavalier Parade (knight s tour) issue request from the board on any given grid Cavalier began to move, one after another to reach all 64 boxes, each box to enter the first and only entered once. Under normal circumstances, we use the following method to represent a solution: that is, the figures 0,1, ..., 63 Add chessboard grid of these squares to indicate the order of arrival. To resolve the issue of Cavalier parade one of the ways to be more creative by JC Warnsdorff raised in 1823. Its rules are: Cavalier always have at least moved towards exports and the box had not arrived at one of
Platform: | Size: 1024 | Author: 崔润 | Hits:

[Data structsAL-tour

Description: 旅行商问题的实现,用来寻找一个最短的路线通过所有的点并回到原点。-The realization of traveling salesman problem, to find the shortest route through all the points and back to square one.
Platform: | Size: 864256 | Author: Eric Roy | Hits:

[Other Riddle gamesKnightParade

Description: 骑士巡游(knight s tour)问题,自从十八世纪初以来,这个问题吸引了数学家们的兴趣,也使热心者们感到困惑。简而言之,这个问题要求从棋盘上任意给定的方格开始移动骑士,相继地到达所有的64个方格,进入每个方格一次且仅进入一次。-Cavalier Parade (knight s tour) problem, since the since the beginning of the eighteenth century, this issue has attracted the interest of mathematicians, but also enthusiasts who feel puzzled. In short, the problem from the chessboard of any given grid Cavalier began to move, one after another to reach all the 64 box, enter in each box to enter the first and only time.
Platform: | Size: 33792 | Author: 覃义茗 | Hits:

[JSP/Javaluyouguanli

Description: 一、 网站名称:旅游信息管理网站 二、 编程语言:JSP+javabean+sql2000 三、 编程运行:首先把数据库文件导入数据库中,然后把tour文件拷贝到D:\Tomcat 5.5\webapp文件夹下,在地址栏中输入http://localhost:8080/tour就可以运行了 -First, the website name: Tourism Information Management Web site Second, programming languages: JSP+ Javabean+ Sql2000 c, programming operation: first the database file into the database, and then the tour files are copied to the D: Tomcat 5.5webapp folder, in the address bar enter http://localhost:8080/tour can run
Platform: | Size: 2207744 | Author: 止水轻扬 | Hits:

[Speech/Voice recognition/combineWaveTour

Description: WaveTour - Figures of the book "A Wavelet Tour of Signal Processing" % % A Wavelet Tour of Signal Processing Stephane Mallat ISBN: 0-12-466605-1 Academic Press, 1998 -WaveTour- Figures of the book
Platform: | Size: 95232 | Author: 智威 | Hits:

[BooksThe-JSP-functionand-object-reference

Description: Java功能强大,但也是体系庞大。作为Java的网站应用,JSP也具有这个特点。初学者很容易迷失在JSP的各个元素、库、标签之中。希望本书可以帮你在JSP世界中畅游-Java powerful, but it is also a huge system. Java applications as Web sites, JSP also has this feature. Beginners can easily get lost in all JSP elements, database, labels are. I hope this book can help you in the JSP world tour
Platform: | Size: 436224 | Author: 李竟 | Hits:

[Windows Developknights-tour

Description: knight-tour solve problem
Platform: | Size: 112640 | Author: komeils | Hits:

[Consoleqishi

Description: 递归算法的实例--以骑士巡游为例做的控制台程序。主要设计到了递归回溯算法-Examples of recursive algorithms- to Knight-tour of the console to do the procedure as an example. The main design to a recursive backtracking algorithm
Platform: | Size: 1024 | Author: zhang | Hits:

[VC/MFCwavelet

Description: 《信号处理的小波导引》的英文原版电子书。对于小波理论与应用的研究人员,该书是一本极具价值的参考书。-It s the original e-books of 《Wavelet Tour of signal processing》in English. For the researchers of Wavelet theory and applications , the book is a valuable reference book.
Platform: | Size: 14892032 | Author: 雪儿 | Hits:

[Game ProgramKnight-Tour

Description: Java源代码案例--骑士巡游问题 展示了一个KT(Knight’s Tour)小程序, 用来演示一个限制版的骑士巡游问题。 骑士并不是从任何一个方格开始, 而是从角落上的四个方格之一开始。 附有详细的源码及讲解。-Java Source Code Case- knight tour problem shows a KT (Knight' s Tour) a small program used to demonstrate a restricted version of the knight tour problem. Knight does not start from any one box, but from one corner of the start of the four squares. The source code with detailed and explained.
Platform: | Size: 23552 | Author: 孟涛 | Hits:

[Othertour

Description: tour.zip组件,用于展示tour的标签,使用方便快捷(The tour.zip component, which is used to display the tour label, is convenient and quick to use)
Platform: | Size: 6144 | Author: mhp | Hits:

[BooksA Tour of C++ 2nd - 2018.pdf

Description: C++之旅第二版 2018,高清文字版,Bjarne Stroustrup(a tour of c++ 2nd 2018)
Platform: | Size: 11694080 | Author: suiteki | Hits:
« 12 3 4 5 6 7 8 9 10 ... 39 »

CodeBus www.codebus.net