资源列表

« 1 2 ... .94 .95 .96 .97 .98 699.00 .01 .02 .03 .04 ... 5606 »

[其他智力游戏Maze-code

说明:以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) -With an m
<Ryan> 在 2025-02-08 上传 | 大小:3kb | 下载:0

[其他游戏Lab

说明:this demonstrates pseudo 2 dimentional array and labyrinth generation Usage: mylab <width> <height> <density>
<Exepury> 在 2025-02-08 上传 | 大小:3kb | 下载:0

[其他游戏cute

说明:A little Tank game developed in c++ language. Hope you guys enjoy it.
<oscuras shuvo> 在 2025-02-08 上传 | 大小:3kb | 下载:0

[游戏mvc0

说明:a good article skdjaw we a fiwa wo c-a good article skadhkada ksdai asa is wiea
<小芳> 在 2025-02-08 上传 | 大小:3kb | 下载:0

[其他游戏Game_of_Mine_Clearness

说明:扫雷的源代码 很适合初学者学习,下载了看看,绝对经典的游戏-a small game of mine clearrence for c
<yellowc> 在 2025-02-08 上传 | 大小:3kb | 下载:0

[其他智力游戏sudo

说明:java实现数独,随机开局,填写完毕可以弹出窗口告知是否正确完成。-java achieve sudoku, random start, you can pop the completed tell if done correctly.
<lanbosudo> 在 2025-02-08 上传 | 大小:3kb | 下载:0

[其他智力游戏snake-game

说明:C++ 基于vc6.0编译的贪食蛇游戏代码,带有操作界面。-Vc6.0 compile C + +-based Snake game code with the user interface.
<元帅> 在 2025-02-08 上传 | 大小:3kb | 下载:0

[棋牌游戏tetris

说明:这是一个俄罗斯方块的代码,用c++编的,虽然少,但是很精简!-This is a tetris code, using c++ compiled, although less, but very compact!
<王天> 在 2025-02-08 上传 | 大小:3kb | 下载:0

[其他智力游戏Quick-count-24

说明:速算24,这是小学生经常玩的一个数学游戏,现在把它写成程序,看看还有谁比计算机快。-Quick count 24, which is a math students often play games, and now put it into the program, see who is faster than a computer.
<lvsetuoluo> 在 2025-02-08 上传 | 大小:3kb | 下载:0

[外挂编程spi_lld

说明:This the file to comand the lcd graphic display from arm by spi-This is the file to comand the lcd graphic display from arm by spi
<ciccio> 在 2025-02-08 上传 | 大小:3kb | 下载:0

[其他智力游戏mine1.c

说明:基于libncurses.h的扫雷小游戏-Minesweeper game based libncurses.h
<吴飞飞> 在 2025-02-08 上传 | 大小:3kb | 下载:0

[游戏Snake

说明:马士兵老师的贪吃蛇游戏java代码,比较简单,共有4个.java文件,eclipse下运行成功。-Refbacks teacher Snake game java code is relatively simple, a total of four. Java files under eclipse run successfully.
<耳双> 在 2025-02-08 上传 | 大小:3kb | 下载:0
« 1 2 ... .94 .95 .96 .97 .98 699.00 .01 .02 .03 .04 ... 5606 »

源码中国 www.ymcn.org