联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 其他游戏(299) 
按平台查找All Visual C++(299) 

[其他游戏] sezigame

色子游戏规则: 色子初始时被放在一个方格上, 要移动色子, 玩家可以水平或垂直滚动色子到相邻的方格上。 游戏的目的是要求用最少的移动步数, 让色子从初始位置移动到目标位置。 色子的状态必须与目标位置的状态相一致 编程任务: 用最少的移动步数, 让色子从初始位置移动到目标位置并且使得色子的状态与目标位置 的状态相一致
Dice game rules: dice initially be placed in a box, and you want to move the dice, the player can scroll horizontally or vertically to adjacent squares on the dice. The purpose of the game is to move with the least required number of steps, so that the dice from the initial position to the target position. Dice to the target position of the state consistent with the state of programming tasks: move with the least number of steps, so that the dice from the initial position to a target position and causes the state of the dice consistent with the state of the target position (2013-10-23, Visual C++, 111KB, 下载4次)

http://www.pudn.com/Download/item/id/2381714.html

[其他游戏] GAME

MFC可视化编程 其中包括一些小游戏的开发源代码,对游戏基础开发有一定的帮助与了解 1 扫雷 2 贪吃蛇 3 推箱子 4 俄罗斯方块 5 拼图 6 连连看
MFC visual programming, including some small game development source code, based on the development of the game will certainly help and understanding minesweeping Snake Tetris Sokoban 4 5 Puzzle 6 lianliankan (2013-05-17, Visual C++, 9665KB, 下载3次)

http://www.pudn.com/Download/item/id/2246936.html

[其他游戏] CoreGameProgramming

详细介绍游戏编程的各个方面,让你对游戏编程的框架和主要技术有清晰的理解和掌握。
To even try to keep pace with the rapid evolution of game development, you need a strong foundation in core programming techniques-not a hefty volume on one narrow topic or one that devotes itself to API-specific implementations. Finally, there s a guide that delivers! As a professor at the Spanish university that offered that country s first master s degree in video game creation, author Daniel Sanchez-Crespo recognizes that there s a core programming curriculum every game designer should be well versed in-and he s outlined it in these pages! By focusing on time-tested coding techniques-and providing code samples that use C++, and the OpenGL and DirectX APIs-Daniel has produced a guide whose shelf life will extend long beyond the latest industry trend. Code design, data structures, design patterns, AI, scripting engines, 3D pipelines, texture mapping, and more: They re all covered here-in clear, coherent fashion and with a focus on the essentials that will have you referring back to t (2012-12-15, Visual C++, 4570KB, 下载2次)

http://www.pudn.com/Download/item/id/2084206.html

[其他游戏] baidu1

百度编程题 .食物链Description 动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形。A吃B, B吃C,C吃A。 现有N个动物,以1-N编号。每个动物都是A,B,C中的一种,但是我们并不知道它到底是哪一种。 有人用两种说法对这N个动物所构成的食物链关系进行描述: 第一种说法是"1 X Y",表示X和Y是同类。 第二种说法是"2 X Y",表示X吃Y。 此人对N个动物,用上述两种说法,一句接一句地说出K句话,这K句话有的是真的,有的是假的。当一句话满足下列三条之一时,这句话就是假话,否则就是真话。 1) 当前的话与前面的某些真的话冲突,就是假话; 2) 当前的话中X或Y比N大,就是假话; 3) 当前的话表示X吃X,就是假话。 你的任务是根据给定的N(1 <= N <= 50,000)和K句话(0 <= K <= 100,000),输出假话的总数。 Input 第一行是两个整数N和K,以一个空格分隔。 以下K行每行是三个正整数 D,X,Y,两数之间用一个空格隔开,其中D表示说法的种类。 若D=1,则表示X和Y是同类。 若D=2,则表示X吃Y。 Output 只有一个整数,表示假话的数目。 Sample Input 100 7 1 101 1 2 1 2 2 2 3 2 3 3 1 1 3 2 3 1 1 5 5 Sample Output 3
Baidu programming questions There are three types of animals in the food chain Description Animal Kingdom A, B, C, and three types of animal food chain constitutes an interesting ring. A eat B, B, to eat C, C eat A. The existing N animal, numbered 1-N. Each animal are A, B, C in a, but we do not know exactly what kind. Been used in two different ways to describe these the N animals constitute the food chain relationship: The first argument is the "XY" X and Y are similar. The second argument is that the "2 X Y", X eat Y. N animals, using the above two statements, one pick a say K words, K sentence some true, some false. When the sentence satisfies one of the following three words is a lie, otherwise, it is the truth. 1) words preceding Some true conflict, is lie 2) of the current, then X or Y is larger than N, that is, lies 3) The current then represents X eat X, is lie. Your task is the total number of (1 <= N <= 50,000), and K according to a given N words (0 <= K <= 10 (2012-10-26, Visual C++, 507KB, 下载6次)

http://www.pudn.com/Download/item/id/2027725.html

[其他游戏] StuntJumper

一本书中的VC++游戏教学实例源代码,不知道是一款什么游戏,源码在VC++6.0环境中可以顺利编译,有兴趣的下载本源码包进行测试,其实什么游戏并不重要,领会一些编程思路才是最重要的。
Games teaching a book VC++ source code examples, do not know a game can successfully compile source code in the VC++6.0 environment, are interested in downloading the source package to be tested, in fact, what the game is not important to understand some of the programming is the most important ideas. (2012-08-10, Visual C++, 183KB, 下载4次)

http://www.pudn.com/Download/item/id/1962357.html

[其他游戏] vcbmpstar

 VC++绘制窗口的实例源码下载,星空绽放-浅墨的窗口绘制Demo源码,是毛星云VC++游戏开发笔记系列配套源码,使用了BMP图像资源为素材。牵扯到一些粒子编程,设定该粒子存在的时间为零,按粒子编号i来决定粒子在哪个象限运动,且x,y方向的移动速度随机为1—15之间的一个值,由1+rand() 15来完成。50个粒子由for循环设置完成后,我们将粒子数量设为50,代表目前有50颗星光,先在内存dc中贴上背景图片,判断粒子是否还存在,若存在,则根据其坐标(flystar[i].x,flystar[i].y)进行贴图操作,进行条件判断,若某粒子跑出窗口区域一定的范围,则将该粒子设为不存在,且粒子数随之递减……
VC++ example source download of the drawing window, the sky bloom- the window of the light ink drawing Demo source is Mao Xingyun VC++ game development notes series supporting source, the use of BMP image resource material. Involve particles programming, setting the zero time of the particles, particle number i to determine the particle in which quadrant sports, and the x, y direction of the movement speed random for between 1-15 a value from 1+ rand () 15 done. 50 particles after the completion of the for loop is set, we will be the number of particles is set to 50, representing at present there are 50 Stars, first paste the background image in the memory dc, to determine whether the particles exist, if there is, according to its coordinates (flystar [i]. x, flystar [i]. y) mapping operations to determine the conditions, if a particle is ran out of the window area a certain range, the particle is set to does not exist, and the number of particles followed by decreasing ... (2012-07-27, Visual C++, 1233KB, 下载7次)

http://www.pudn.com/Download/item/id/1950654.html

[其他游戏] GuessWords

这是一款帮助学生背单词的小软件。建立单词库,可从单词库中随机抽取单词,并随机隐去该单词中的一些字母,在屏幕上显示带空格的单词,用户对空格处的字母进行补全,程序判断填补是否正确,并统计正确率。 编程任务: 建立单词库,并可以方便地对单词库进行增加、删除。 随机读取一个单词。 随机隐去单词中的一些字母,规则是:长度为2~4空一个字母,5~7空二个字母,8~10空三个字母,11以上空四个字母。用随机数方式确定隐去哪几个位上的字母,并在屏幕上显示带空格单词。 用户填充空格处的字母,程序判断填充是否正确。 当用户结束游戏时,统计正确率,并输出相应的鼓励语句。
This is a help students memorizing words software. The establishment of the word library, words, randomly selected from the word library, and omitted some of the letters of the word random word with a space displayed on the screen, the user complement the letters of the space, to fill the program to determine whether correct and statistical accuracy. Programming tasks: the establishment of the word library, and can easily be the word library for addition, delete. Random read a word. Randomly omitted some of the letters in the word, the rules are: length of 2 to 4 empty letter, 5-7 empty two letters, 8 to 10 empty three letters, four letters of 11 or more empty. Random number of hidden where few letters, and displayed on the screen with a space word. Users to fill in the letters of the space program to determine fill correctly. When the user ends the game, the statistical accuracy rate, and outputs a corresponding incentive statement. (2012-07-05, Visual C++, 10KB, 下载14次)

http://www.pudn.com/Download/item/id/1930939.html

[其他游戏] canvas

摘要:VC/C++源码,游戏编程,回合制游戏,VC游戏源码   Visual+C++编写的一个回合制游戏演示源码,源码编译环境为vs2010,希望能和大家一起交流,共同学习,共同进步。请注意,要运行生成的EXE文件,请先将EXE文件从Debug目录中拷出来,放到上一级与图像文件同级的目录下。
Abstract: the VC/C++ source code, game programming, turn-based games, VC games source (2012-05-25, Visual C++, 8849KB, 下载5次)

http://www.pudn.com/Download/item/id/1886227.html

[其他游戏] SKATE

摘要:VC/C++源码,游戏编程,贪吃蛇   贪吃蛇游戏,C源码,一个练习小键盘的游戏,游戏序幕:    一个漆黑的晚上,在一片凄凉的草地上,只听到风生呼啸。就在这个草原的西北角落里,有一个鼠穴,一个非常大的鼠穴,在里面住着老鼠皇后和一群小鼠,而且此洞穴很久以来从没有被发现过,非常隐蔽,似乎有几只小老鼠胆子非常大,竟敢还在外面玩耍。它们万万没有想到,就在这时,有一只非常饥饿的银花毒蛇正从窝里缓缓爬出......
VC/C++ source code, game programming, Snake (2012-05-25, Visual C++, 68KB, 下载4次)

http://www.pudn.com/Download/item/id/1886221.html

[其他游戏] planeFighting

本软件采用C++开发的陨石撞飞机小游戏。采用MFC单文本界面,按上下左右四键操作,避开陨石,一旦撞到陨石,游戏GAMEOVER。本程序适合初学者学习MFC界面及游戏编程。
The software developed in C++ meteorite hit the airplane game. MFC uses a single text screen, press the up and down about four key operation, to avoid the meteorites, meteorite once hit, the game GAMEOVER. This procedure is suitable for beginners to learn MFC interface and game programming. (2011-11-18, Visual C++, 1248KB, 下载6次)

http://www.pudn.com/Download/item/id/1703464.html

[其他游戏] Awesome-Tetris

本程序用C++编程语言实现了Windows控制台下俄罗斯方块这一游戏。用户进入游戏主界面后,经由键盘输入,可以控制游戏进程。 其特色在于,以模块化的结构,多文件的实现程序的功能。整个程序的终极目标——“俄罗斯方块”的功能,被拆分成了包括主函数在内的13个函数模块。整个项目由4个.CPP文件和6个.h头文件组成(其中有4个文件是External Dependencies),共583行。
The program in C++ programming language to implement the Windows Control Panel under the Tetris game. User to enter the main game interface, through keyboard input, you can control the game process. Which feature a modular structure, the realization of multi-file program functions. The ultimate goal of the program- " Tetris" function, including the main function is split into 13 functions, including modules. The entire project by the four. CPP file and 6. H file form (of which there are four files is External Dependencies), a total of 583 lines. (2011-06-30, Visual C++, 1085KB, 下载6次)

http://www.pudn.com/Download/item/id/1585388.html

[其他游戏] net_tank

坦克游戏的局域网对战C++版,包括游戏代码和地图编辑器代码,游戏采用同步TCP通讯方式,封装directdraw绘制图形,简单的UI,类似魔兽争霸的局域网建主加入,地图编辑器采用MFC编写,代码尽量采用面向对象方式编程,但也有不足之处
Battle Tank LAN version of the game, using synchronous TCP communications, packaging directdraw to draw graphics, simple UI, similar to the construction of the main LAN Warcraft added, the map editor written using MFC, the code as an object-oriented way of programming, But there are also shortcomings (2011-06-12, Visual C++, 3885KB, 下载18次)

http://www.pudn.com/Download/item/id/1566741.html

[其他游戏] SnakeGo

又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置,提醒一下,这个游戏需要你的视力特别好哦,要不然看不清楚的。
======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : App ======================================================================== AppWizard has created this App application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your App application. App.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. App.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CAppApp application class. App.cpp This is the main application source fi (2011-02-15, Visual C++, 316KB, 下载4次)

http://www.pudn.com/Download/item/id/1428808.html

[其他游戏] qk_snake_api

VC++贪吃蛇游戏源码 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别 5、一个问题:游戏的难度设置选项框和主窗口发生数据交换采用了两种方法,发送消息法和读写外部文件法,第三种选择就是采用全局变量,但都不是太好,有没有更合适的方式保证实现该功能的同时不致使程序显得晦涩难懂不易修改和维护
Snake game source code VC++ Snake programming essentials 1, each scraper invalid rectangle when you need to pay attention to the size and position, and generally coordinate the entire minimum and maximum coordinates of the snake composed of Rectangular (including the snake s head and body) 2, the snake should refer to the body of the running track running track smugglers 3, after the snake eats something changes in the body of each point should refer to the first point of change, that change after the first point of the next The second change time period, then the next time change the third point, and so on, until the last point change End 4, the scores calculated variables: the number of snakes eating feces general, snakes eat large amount of feces, the game s difficulty level Formula: (number of normal feces feces+ large number of)* difficulty level 5, one problem: the difficulty of the game box and the main window to set options for data exchange occurs using two (2011-01-20, Visual C++, 1688KB, 下载8次)

http://www.pudn.com/Download/item/id/1416902.html

[其他游戏] pcyouxibiancheng

windows游戏编程之VC游戏 内容简介: 本书是一本专论机器搏奔的作品。详细披露了编写人机对奔程序的原理,技术和各种相关内容。包含一个完整的中国象棋人机对奔程序和一个完整的五子棋人机对奔程序实例。毫无保留的展示了估值核心,走法产生,以及约十种不同的搜索引擎,彻底解析了高性能博奔程序的秘密所在。实用性是本书的最大特点,本书的目标是让一个粗通程序设计的人在一个月内写出令人惊讶的人机博奔程序。完全没有一般人工智能书籍晦涩难懂的感觉。
Game Programming of VC games windows Summary: This is a post-stroke ran on the machine works. Detailed disclosure procedures for the preparation of man-machine principle of Ben, technology, and a variety of related content. Includes a full program of Chinese chess machine on the Pentium machine and a complete backgammon instances of Ben. Valuation without reservation shows the core of moves generated, and about ten different search engines, high-performance sum game completely resolve the secret program. Practicality is most important feature of the book, the book' s goal is to have a basic understanding of programming in a month to write amazing machine Bo Ben procedures. AI books did not obscure the general feeling. (2010-11-27, Visual C++, 1491KB, 下载9次)

http://www.pudn.com/Download/item/id/1360838.html

[其他游戏] SkyBlue_Rect

经典的俄罗斯方块游戏,能实现基本的游戏要求,交互性强有良好的人机交互风格,是学习游戏编程不可多得的参考资料,能加载音乐有闯关功能、游戏时间记录等。
The classic Tetris game, the game can achieve the basic requirements of a good strong interactive human-computer interaction style, is a rare reference to learn the game programmer can load the music has break through the barrier function, play time records. (2010-03-14, Visual C++, 257KB, 下载4次)

http://www.pudn.com/Download/item/id/1086323.html

[其他游戏] VC++6GAMEpro

游戏是动画的延伸,只要知道了动画的原理,在动画变化时,使它根据键盘或鼠标的输入操作而变化,就是游戏了。 所以在介绍游戏编程之前,先讲讲动画
Games are an extension of animation, as long as know the principles of animation, the animation changes, make it under the keyboard or mouse input and changes in operation, that is games. Therefore, introducing the game programming before talk about the animation (2008-11-08, Visual C++, 2828KB, 下载5次)

http://www.pudn.com/Download/item/id/575044.html

[其他游戏] tanchishe.rar

这几天玩手机的贪吃蛇玩得入了迷,想写个在电脑上玩,也当作为编程练习. 贪吃蛇游戏需求: 1.玩法:类似Nokia手机上...下次更新功能: 1.加进得分功能.蛇生吃一颗豆,得分为加一. 2.蛇速度随得分增长而生高. 3.加进键盘控制功能,用箭头...
The past few days playing phone Snake play into the fans, wanted to write a play on the computer, but also as a programming exercise. Snake game needs: 1. Play: similar to Nokia mobile phones ... the next update feature: 1. add scoring function. a raw snake beans, plus a score of 1. 2. snake scoring pace with the growth of high-sheng. 3. add keyboard control functions, with the arrow ... (2008-05-20, Visual C++, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/468133.html

[其他游戏] 用VC制作小程序

简单的扫雷游戏 本文从分析Windows扫雷游戏的功能特点开始,应用面向对象的可视化编程语言Visual C++给出了个功能模块的具体实现方法,并提供了编写小游戏程序的一般方法和Visual C++的一些使用技巧。
simple game of mine is mine from the analysis of Windows features games, the application of object-oriented visual programming language Visual C is a functional module to the specific method, and provides procedures for the preparation of small game and the general method of Visual C skills to use. (2005-06-27, Visual C++, 8KB, 下载34次)

http://www.pudn.com/Download/item/id/1119868437317295.html
总计:299