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

Search list

[OS programA-simple-Trojan-horse-.Rar

Description: 简单的木马程式,是vb编写的,可以学习木马的原理啊,程式-Simple Trojans, is written in VB, can learn Trojan horse principle, program
Platform: | Size: 9216 | Author: 赵文嘉 | Hits:

[Data structshorse

Description: 田忌赛马问题 假设其中胜者可以从对方手中得到¥200,输者必须给对方¥200,平局各不付钱。 已知齐王总是按照速度从大到小派出马比赛,请问田忌要使用怎样的策略,才能使自己 赚的钱最多(或者输的钱最少)。 编程任务 对于给定的齐王和田忌的n 匹马的速度,求进行n场比赛后,田忌最多可以得到的钱(或 最少输的钱)。-Tian Ji' s horse assumptions which the winner can get ¥ 200 from the other hand, the loser must give each other ¥ 200, the draw of pay. Known King of Qi always in accordance with the speed from largest to smallest sent a horse race, Tian Ji to use what strategy to make their own money up (or lose money at least). Programming task given the speed of the horse by the King of Qi and Tian Ji n seek n games, Tian Ji can get up the money (or at least lose money).
Platform: | Size: 101376 | Author: | Hits:

[Software EngineeringHorse-riding-board-

Description: 马踏棋盘课程设计。输出形式为棋盘,这样便于直观。-Horse riding board curriculum design. The output form the board, it is easy and intuitive.
Platform: | Size: 2048 | Author: 高伟 | Hits:

[SCMAlarm-clock--horse-race-table

Description: Alarm clock, horse race table
Platform: | Size: 53248 | Author: 贺红兵 | Hits:

[OtherThe-horse-step-board

Description: 马踏棋盘、在文件中分别可选择国际象棋和中国象棋~!-The horse step board、In the file are can choose chess and Chinese chess
Platform: | Size: 2048 | Author: 小双 | Hits:

[Other GamesHorse-Racing

Description: 賽馬遊戲,可押注本金,亂數隨機排列決定每次賽馬的贏號。-Horse Racing
Platform: | Size: 9216 | Author: Eddy | Hits:

[Graph Drawinghorse.ply

Description: 一个马的ply格式文件,可以用3d的文件读取软件进行读取-A horse ply format file. . . . . . . . . . . . . . . . . . . . . . . .
Platform: | Size: 1084416 | Author: 123 | Hits:

[Otherhorse

Description: 马踏棋盘问题,以栈作为主要方法实现,输入一个左边,程序可实现方法,使马踏满棋盘-Horse riding board problem, as the main method to stack, enter one of the left, the program method, horse riding full chessboard
Platform: | Size: 2048 | Author: sleepyhao | Hits:

[OtherLED-horse-race-lamp

Description: 51单片机跑马灯程序,左右跑马灯,用于熟悉51单片机的初级程序。-LED horse race lamp
Platform: | Size: 1024 | Author: steve | Hits:

[source in ebookhorse

Description: 数据结构实习题目——马踏棋盘,控制台程序,输入初始位置,可按照国际象棋马走棋规则无重复遍历棋盘-Data structure practice problems- horse riding board, console application, enter the initial position, in accordance with the rules of chess horse to go without repeating traversal chessboard chess
Platform: | Size: 2048 | Author: 郎亚洲 | Hits:

[Program dochorse-riding-board

Description: 数据结构马踏棋盘经典问题解答,初学数据结构的学生可以通过这些简单的问题熟悉数据结构课程-Data Structures classical horse riding board questions, beginner student data structure through these simple questions can be familiar with the data structure courses
Platform: | Size: 126976 | Author: 蒋学文 | Hits:

[Internet-Networkopengl-horse-program

Description: 基于OpenGL的一匹马程序制作,包含背景颜色代码源程序-OpenGL-based program making a horse, including the background color of the source code
Platform: | Size: 2048 | Author: ingthe | Hits:

[Algorithmthe-horse-working-in-the-chass

Description: 实现马踏棋盘的功能。 输入:马的初始位置。 输出:马踏棋盘的路径。利用贪心算法+回朔算法实现!可以产生全部可能的路径!而且可以可视化的输出动态行走路径!-implementation of the horse working in the chess.
Platform: | Size: 4096 | Author: 飞天狐 | Hits:

[GDI-BitmapHorse

Description: 实现数据结构中的深度遍历算法,自动将国际象棋中的马在棋盘中遍历一遍并能够回到起点,不会走重复的路程-Depth data structure traversal algorithm to automatically chess chessboard horse traversal back to the beginning again and can not walk away from repeating
Platform: | Size: 2267136 | Author: zhangying | Hits:

[Embeded-SCM DevelopLED-horse-race-lamp

Description: 51单片机跑马灯程序,左右跑马灯,用于熟悉51单片机的初级程序。-LED horse race lamp
Platform: | Size: 1024 | Author: movePr | Hits:

[Game ProgramHorse-Stepping-on-board

Description: 在传统中国象棋中,马走日型路线。本代码就是按其规则,让马从棋盘任一点开始,输出它可以行走的所有点的坐标。-In traditional Chinese chess, horse go day-type line. The code according to the rules, let the horse from checkerboard any point, the coordinates of all points of output it can walk.
Platform: | Size: 1024 | Author: dprogr | Hits:

[Game ProgramHorse-Stepping

Description: 马踏棋盘程序,在8*8的格子中,马(按中国象棋的走法)不重复的将64个点走遍!-Horse Stepping on board procedures, 8* 8 grid, Ma (Chinese chess moves) repeat 64 points all over!
Platform: | Size: 1024 | Author: ammable | Hits:

[Other Gamesrunning-horse

Description: 賽馬遊戲,只有隨機產生結果的程序,有興趣的人可以依此做依據去更改-running horse
Platform: | Size: 1024 | Author: yuki | Hits:

[OtherHorse-riding-board-greedy-algorithm

Description: 马踏棋盘贪心算法的主要实现方式的源代码,为新手学习贪心算法提供便利-Horse riding board the main way to achieve the greedy algorithm source code, for beginners learning to facilitate the greedy algorithm
Platform: | Size: 1024 | Author: 王臣亮 | Hits:

[Data structsHorse-riding-board

Description: 马踏棋盘算法 用贪心算法求出马能够遍历整个棋盘的一条路线-Horse riding board
Platform: | Size: 151552 | Author: MissLiu | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net