Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - main.c
Search - main.c - List
此版本的华容道仅是个VC++语言的演示版,只是为了演示 一种思路,所以没有增加任何的功能。本游戏图象也是从 同类FLASH游戏中剪出,可惜它的出处网页已经不可访问了. 由于华容道每角色同一时刻可能有不同方向的选择,增加了 判断难度。本游戏主要演示单键无选择控制华容道的模拟 智能处理过程。当然这很简单,谈不上真正的智能。 如果对AI类兴趣的话,可以到 http://chess.withu.com 和计算机下一盘,欢迎交流探讨该类AI算法。 本游戏还存在一些BUG,就请各位自己修正了。 (是在边界处理上,少处理了一种特殊情况) 另:本游戏开放源码,可以随意使用或修改。 ------ musix@withu.com , 2001 , taizhou,jiangsu-HuaRong Road is only the VC language version of the demonstration, only to demonstrate an idea, no increase in functionality. The game image is similar FLASH from the game, cut out, but it's not the source website has been visited. As HuaRong Road every role the same time may be different and the choice of direction, increasing the difficulty of judging. The main demonstration of a single-game non-selective control of HuaRong Road intelligent simulation process. Of course, this is very simple, no real intelligence. If the AI category of interest, to be the next http://chess.withu.com and computer disk welcome such exchange on AI algorithms. This game has some BUG, please own revision. (In the handling of the border, dealing with a few exceptional circumstances) another : the game open
Date : 2025-12-19 Size : 159kb User : 潘先生

请将程序中的main()函数中的 initgraph(&gd,&gm,"C:\\TC") 函数中的"C:\\TC" 更改为你的TC安装目录。 比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为: initgraph(&gd,&gm,"D:\\Tools\\TC") -I would be grateful if the procedures main () function of initgraph (
Date : 2025-12-19 Size : 22kb User : 岳家

用C 语言作的俄罗斯方块,主要是对C语言的练习,对处学C的朋友有帮助-C language for the Russian box, and the main thing is to practice the C language, learn to C help of a friend
Date : 2025-12-19 Size : 38kb User : boobcbo

一个拼图游戏,有主要的算法的C++源程序!-A jigsaw puzzle, with the main algorithm C++ Source!
Date : 2025-12-19 Size : 11kb User :

俄罗斯方块基于API函数C语言代码,是大学实训项目理想的参考,简单易懂,有注释说明。-Tetris C-based language code API function is ideal for the University Training project reference, easy-to-read, and notes.
Date : 2025-12-19 Size : 4kb User : 郭宁

迷宫类益智游戏,这个程序的主要特点是数组的学习。数组的应用在C中是很普遍的,是重点也是难点。-Maze-type puzzle game, the main characteristics of this process is an array of learning. Array of applications in C is very common, is the focus is difficult.
Date : 2025-12-19 Size : 2kb User : 龙臻

猜数字游戏 该程序是由一个主函数调用多个子函数写成的。在主函数main.c里面调用main_menu.c函数,进入游戏菜单界面,首先由一个author( )函数显示作者信息,再由menu( )函数显示选择菜单,游戏者可以从提供的1——4四个选项里选择要做的事,游戏开始,游戏帮助,查看排名还是退出游戏。游戏者输入后,首先对输入的内容进行判断,处理输入了多个或1——4以外的字符。-guess number
Date : 2025-12-19 Size : 5kb User : 张海燕

采用纯C语言的图形编程设计的一个贪吃蛇的小游戏,交互性较好,界面简洁,主要采用了Graphics库提供的图形函数进行编程-Pure C graphical programming language designed by a Snake, a small games, interactive, well, the interface simple, the main use of the Graphics library provides a graphical programming function
Date : 2025-12-19 Size : 23kb User : 朱小明

这是用C编写的数独游戏的算法,在main() 中也设计了整个游戏的流程,运行就可以进入游戏。该数独游戏的算法可以随机产生有解的题目。-It is written in C Sudoku algorithm, in the main () is also designed to process the entire game, running you can enter the game. The Sudoku game algorithm can be randomly generated solvable issue.
Date : 2025-12-19 Size : 268kb User : 柯安滨

猜数字游戏,是一款很有意思的智力游戏!希望大家喜欢!编写语言c-guess num!
Date : 2025-12-19 Size : 3kb User : 王强

经典小游戏,俄罗斯方块的C语言程序,基本能完成所有游戏功能-Classic game Tetris C-language program can complete all the game features the basic
Date : 2025-12-19 Size : 4kb User : 楠木

一款关于贪吃蛇的小游戏源代码,值得计算机图形学 下载-Build Log --------------------Configuration: main- Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\njutcm\LOCALS~1\Temp\RSP9.tmp" with contents [ kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/main.pdb" /debug /machine:I386 /out:"Debug/main.exe" /pdbtype:sept ".\Debug\main.obj" ] Creating command line "link.exe @C:\DOCUME~1\njutcm\LOCALS~1\Temp\RSP9.tmp" Output Window Linking... main.obj : error LNK2001: unresolved external symbol "public: __thiscall CTable::CTable(void)" (??0CTable@@QAE@XZ) main.obj : error LNK2001: unresolved external symbol "public: __thiscall CTable::~CTable(void)" (??1CTable@@QAE@XZ) main.obj : error LNK2001: unresolved external symbol "public: bool __thiscall CTable::ChangeSnakeDirect(enum MoveState)" (?ChangeSnakeDirect@CTable@@QAE_NW4MoveState@@@Z) main.obj : e
Date : 2025-12-19 Size : 1.31mb User : 风雷

这是我写的一个俄罗斯方块小程序,主要是学习之用,用c++,sdk实现,没有使用mfc架构,下载时看清楚咯,由于是用于学习的所以很多功能还没添加,例如计分功能,提前通知下个方块功能,判断胜负功能,但我觉得既然已经把主要功能写好了,其他不是很好办吗,感兴趣的同仁们可以下下,自己添加哪些功能吧-I wrote a small program Tetris, mainly learning, using c++, sdk implementation does not use mfc framework download see slightly, because it is for learning not to add so many features, such as account sub-function, advance notice of the next box functions, determine the outcome function, but I feel that since the main function has been written, the other is not very good do you, under the interested colleagues to the next, which features its own bar to add
Date : 2025-12-19 Size : 1.19mb User : wang

贪食蛇,你们都懂的。请将程序中的main()函数中的 initgraph(&gdriver,&gmode,"e:\\TC") 函数中的"e:\\TC" 更改为你的TC安装目录。 比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为: initgraph(&gdriver,&gmode,"d:\\Tools\\TC") -Gluttony snake,A classic example of c program
Date : 2025-12-19 Size : 2kb User : 唯一

用c++和openGL编写的一个益智游戏,模仿Mummymaze,实现主要功能,有背景音乐。-C++ and openGL with the preparation of a puzzle game, imitating Mummymaze, to achieve the main function, the background music.
Date : 2025-12-19 Size : 11.04mb User : lwjh

9×9扫雷游戏,采用C语言编写。 具体要求:  1)利用二维数组(9*9)存储整个游戏界面,采用‘*’表示地雷,每次游戏开始需要进行随机布雷;  2)游戏时,通过输入希望打开格子的行号和列号;  3)对于没有打开的各自使用字符‘#’,表示未打开;  4)对于已经打开的格子若没有地雷,在该格子中显示周围有多少个地雷;-9*9 minesweeper game written in C language.
Date : 2025-12-19 Size : 1kb User : Yang

这是一个基于C++语言的拼图小游戏,可以根据其程序原理运行-This is a puzzle game C++ language, according to their principle of operation of the program
Date : 2025-12-19 Size : 1kb User : 苏醒

使用libgdx,模仿悬崖方块功能,在java环境下,直接运行DesktopStarter的main函数-cliff trix
Date : 2025-12-19 Size : 3.66mb User : lufey

坦克90代码,C FREE 下完美运行,需要EGE库支持-90 tanks code under C FREE flawlessly need EGE library support
Date : 2025-12-19 Size : 2kb User : fd

贪食蛇 linux系统 C语言文件 运行前需要先编译一下。-Snake linux system before running C language files you need to compile it.
Date : 2025-12-19 Size : 1kb User : 罗敏成
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.