Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Mathimatics-Numerical algorithms Data structs
  • Category : Data structs
  • Tags :
  • Update : 2013-03-26
  • Size : 2.15mb
  • Downloaded :0次
  • Author :
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
#include<iostream> #include<fstream> #include <ctime> #include "SQ_Stack.h" using namespace std class MiGong { private: int maze[100][100] int n //迷宫大小(n*n) public: void creat() //建造迷宫 { cout<<"请输入迷宫大小(n*n):" cin>>n srand((unsigned)time(0)) for(int i=0 i<n i++) for(int j=0 j<n j++) { if(i==0||j==0||i==n-1||j==n-1) maze[i][j]=1 else maze[i][j]=(rand() (2-0)) if(i==1&&j==1) maze[i][j]=0 else if(i==n-2&&j==n-2) maze[i][j]=0 cout<<maze[i][j]<<" " if(j==n-1) cout<<endl } cout<<endl }
Packet file list
(Preview for download)


MiGong
......\Debug
......\.....\MiGong.exe
......\.....\MiGong.ilk
......\.....\MiGong.obj
......\.....\MiGong.pch
......\.....\MiGong.pdb
......\.....\SQ_Stack.obj
......\.....\mm.exe
......\.....\mm.ilk
......\.....\mm.obj
......\.....\mm.pch
......\.....\mm.pdb
......\.....\vc60.idb
......\.....\vc60.pdb
......\MiGong.cpp
......\MiGong.dsp
......\MiGong.dsw
......\MiGong.ncb
......\MiGong.opt
......\MiGong.plg
......\SQ_Stack.h
......\迷宫线路.txt
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.