搜索资源列表
mybox
- 操作说明: 1. 上、下、左、右键移动角色 2. \"B\"键显示或隐藏炸弹 3. 在炸弹显示的情况下,按\"回车\"键引爆炸弹( 注:只能将墙壁引爆 ) 4. 按\"退格\"键可以返回上一步移动,只能回退20步 ***************************************************************************** 特殊说明: 本游戏是从先前Redfox的源程序修改
马踏棋盘(第2章)
- 1. 问题描述设计一个国际象棋的马踏遍棋盘的演示程序。2. 基本要求将马随机放在国际象棋8*8棋盘的某个方格中,马按走棋规则进行移动。编制非递归程序,求出马的行走路线,将数字1,2,3,4,…,64依次填入一个8*8方阵。-1. Problem descr iption design of a chess board Ma travels in the demonstration program. 2. Ma basic requirements on random chess 8 * 8 ch
马踏棋盘问题.
- 将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。-Ma immediately on the international chess 8 8 chessboard Board [8] [8] of a box, MA by the rules of chess go mobile. Requi
马踏棋盘127457
- 将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。-Ma immediately on the international chess 8 8 chessboard Board [8] [8] of a box, MA by the rules of chess go mobile. Requi
wince_Sendmail
- Windows mobile平台下邮件的简单示例-Windows mobile platform e-mail simple example
supermario
- 右键移动马莉,按上键可跳跃。马莉可踩死蘑菇怪物,也可顶碎砖块。但马莉从左右与蘑菇相撞,就会失去生命。-Right-Mobile Ma Li, according to the key to jump. Mary can be trampled to death monster mushrooms can also be broken roof tiles. However, Ma Li and mushrooms from around the collision, they will lose
house
- 马踏棋盘问题描述设计一个国际象棋的马踏遍棋盘的演示程序。2. 基本要求将马随机放在国际象棋8*8棋盘的某个方格中,马按走棋规则进行移动。编制非递归程序,求出马的行走路线,-Horse riding problem described in the design of a chessboard chess chessboard horse traveled demo program. 2. The basic requirements will be placed randomly MA 8* 8
3GMobileOpenWideDoorForE-commerce
- 3G Mobile Open Wide Door For E-commerce The 3G mobile Internet business in 3G era will obtain rapid development, but it still cannot become the ma in 3G era. In the age of 3G speech business, but is still a subject of value-added business will
ofdm
- 摘要:正交频分复用(OFDM)是第四代移动通信的核心技术。该文首先简要介绍了OFDM基本原理,重点研究了理想同步情 况下,保护时隙(CP)和不同的信道估计方法在高斯信道和多径瑞利衰落信道下对OFDM系统性能的影响。在给出OFDM系 统模型的基础上,用MATLAB语言实现了整个系统的计算机仿真并给出参考设计程序。最后给出在不同的信道条件下,保 护时隙、信道估计方法对OFDM系统误码率影响的比较曲线,得出了较理想的结论。 -O FDM is the key techno logy o
pudn
- 将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。 测试数据:由读者指定。可自行指定一个马的初始位置(i,j),0<=i,j<=7。 -Ma was on the chess board 8 × 8 of the Board [8] [8] of a box, the hors
mataqipan
- 马踏棋盘的C语言代码。将马随机放在国际象棋的8X8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,。。。,64依次填入一个8X8的方阵,输出之。-Horse riding board the C language code. Ma randomly on the 8X8 chess board Board [8] [8] of a box, the horse mo
mataqipan
- 将马随机放在国际象棋的8×8棋盘Board[0~7][0~7]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,…,64依次填入一个8×8的方阵,输出之 -Ma Random Chess on the 8 × 8 chessboard Board [0 ~ 7] [0 ~ 7] of a box, the horse moves in accordance with the rules o
player
- 这个小程序可以通过使用手机上的按键,实现人物在屏幕上的移动.它包括了手机的按键响应用法,还有如何使人物运动的产生的效果.这也是一个J2ME的小程序,类似超级玛利游戏中的移动.-This small program can be realize characters on the screen of the mobile, through the use of mobile phone keys. It includes the use how to respond to a button of
mataqipang
- 用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board
CTextFile
- Mapx mobile二次开发环境的构建-wel
LTEandLTE_Advanced
- 近年来随着移动互联网业务和物联网业务的兴起与 发展,用户对移动宽带业务需求越来越旺盛,对移动通信 网络的接入速率和质量要求也越来越高,原有基于码分多 址(CDMA)的3G及其增强技术未来将无法满足业务发展 需要,因此3GPP及3GPP2组织自2004年开始启动长期 演进(LTE)/空口演进(AIE,后改名为超移动宽带UMB)项 目,旨在通过引入一些关键技术,如正交频分复用(OFDM) 调制技术、多入多出(MIMO)技术、混合自动重传请求 (HARQ)、全IP扁平化
[ebook]-MIMO-OFDM-Wireless-Communications-with-MA
- MIMO-OFDM is a key technology for next-generation cellular communications (3GPP-LTE, Mobile WiMAX, IMT-Advanced) as well as wireless LAN (IEEE 802.11a, IEEE 802.11n), wireless PAN (MB-OFDM), and broadcasting (DAB, DVB, DMB). This book provides a
she-xiang-tou-yuan-ma
- 摄像头.监控.录像.开源 可直接编译使用 可以直播 手机录像电脑直播-Camera monitoring. Video. Open source can be directly compiled using the live mobile phone video computer live
ma
- 这是一个移动代理的综述文章,通过这几篇文章可以很好地了解在移动代理这块近期发展的情况-This is a review article on mobile agent can be well informed of recent developments in the mobile agent this through these articles
creation-d-indexes-a-la-volee
- test activation ma compte ssssss