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

[其他游戏] 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

[其他游戏] 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

[其他游戏] Java-Minesweeper-source-code

现在流行的游戏似乎都是用C或C++来开发的。在java平台上几乎没有很大型及可玩的流行游戏。由于java是个新生语言,他的许多特性还有待大家的发掘,但是我们不能否认Java在游戏编程方面的强大性。本文将带领大家一步一步学习编写Java游戏。最终打造属于自己的Java游戏
The popular game seems to use the C or C development. Almost no very large and popular games playable on the java platform. Java is a newborn language of many of the features have yet to all excavations, but we can not deny the powerful Java in the game programming. This article will guide you step by step to learn to write Java games. Ultimately create their own Java Games (2012-07-31, Java, 14KB, 下载4次)

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

[其他游戏] Java-game-programming-preliminary

现在流行的游戏似乎都是用C或C++来开发的。在java平台上几乎没有很大型及可玩的流行游戏。由于java是个新生语言,他的许多特性还有待大家的发掘,但是我们不能否认Java在游戏编程方面的强大性。本文将带领大家一步一步学习编写Java游戏。最终打造属于自己的Java游戏。
The popular game seems to now are using C or C++ to develop. Almost no very large and popular games playable on the java platform. Java is a newborn language of many of the features have yet to all excavations, but we can not deny the powerful Java in the game programming. This article will guide you step by step to learn to write Java games. And ultimately create their own Java games. (2012-07-31, Java, 11KB, 下载3次)

http://www.pudn.com/Download/item/id/1954016.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

[其他游戏] chaofangsrc

VC/C++源码,文件操作,浩方   最近迷上了魔兽真三国无双,但是一次一次的挤房间然我很不爽,本程序将自动尝试进入浩方真三菜鸟房的40-60号房间。先需要进浩方然后选 竞技-真三-上海专区。   浩方自动进菜鸟房,编程思路:   1.用SPYXX分析窗口结构,取得父窗体以及那个ListView窗体的句柄   2.发送LVM_GETITEMPOSITION消息取得坐标   3.发送WM_LBUTTONDBLCLK模拟鼠标双击   4.设定在15秒内,看是否出现人满的那个提示窗口,出现则关闭他,继续下一个房间,如果到了最后一个房间则又从头开始,如果没有出现,则认定成功进入,3秒后退出。   
VC/C++ source code, file operations, Holdfast recently hooked Warcraft Dynasty Warriors, but once crowded room contingent me very uncomfortable, the program will automatically attempt to enter the room of the Holdfast really three rookie 40-60 Room. First into the Holdfast then choose competitive- really three- Shanghai area. The Holdfast auto rookie room, programming ideas: 1. SPYXX analysis window structure to obtain a handle to the parent form, and that the ListView form. Send LVM_GETITEMPOSITION message to obtain the coordinates 3. Send WM_LBUTTONDBLCLK simulate double-clicking. Set within 15 seconds , to see whether there is full, prompt, and appear close to him, and continue to the next room, to the last room you start again from scratch, if it does not appear, identified successful entry into and exit in 3 seconds. (2012-07-26, C/C++, 18KB, 下载6次)

http://www.pudn.com/Download/item/id/1949662.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

[其他游戏] Professional-CPP--2nd

虽然C + +中,往往是从游戏编程主要的商业应用软件的首选语言,它也是最难以掌握。这个严肃的书,您将学习如何征服最新版本的C + +。笔者解密鲜为人知的特征的C ++,股份详细的代码示例,然后你可以插入自己的代码,并揭示了显着变化的C ++陪最新版本。你会发现如何设计和构建应用程序,解决现实世界的问题,然后实施解决方案,使用的语言的全部功能。 呼吁有经验的开发人员正在寻找更高层次的学习 向下钻取到最新的广泛变化的C ++标准,C + ++11,包括运行时的性能,标准库,语言可用性,核心语言的增强 在解释C + +的功能集的元素更知之甚少零和解决,以避免常见的陷阱 包括案例研究,具有丰富,工作代码已经在Windows和Linux平台上的测试 纠结文本有用的提示,技巧和解决方法 挤满了编程,测试和调试应用程序的最佳做法,这本书是对下一级到你的C ++技能至关重要。
Although C++ is often the language of choice from game programming to major commercial software applications, it is also one of the most difficult to master. With this no-nonsense book, you will learn to conquer the latest release of C++. The author deciphers little-known features of C++, shares detailed code examples that you can then plug into your own code, and reveals the significant changes to C++ that accompany the latest release. You ll discover how to design and build applications that solve real-world problems and then implement the solution using the full capabilities of the language. Appeals to experienced developers who are looking for a higher level of learning Drills down the extensive changes to the latest C++ standard, C++11, including enhancements made to run-time performance, standard library, language usability, and core language Zeroes in on explaining the more poorly understood elements of the C++ feature set and addresses common pitfalls to avoid Includes ca (2012-04-15, C/C++, 8705KB, 下载3次)

http://www.pudn.com/Download/item/id/1830374.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

[其他游戏] 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

[其他游戏] llkVC

连连看游戏大家都喜欢玩吧?这是从网络上收集的使用VC++程序编写的连连看游戏,虽然没有真正的连连看功能强大,不过作为一款仿写的游戏已经不错了,本连连看仅开发出了中级玩法,高级玩法正在开发中,游戏界面是QQ头像版,支持重新排列以及提示功能,作为VC编程朋友的参考程序应该很不错。
Lianliankan game we all like to play with me? This is collected from the network using VC++ program written Lianliankan game, although there is no real Lianliankan powerful, but as a parodies of the game has been good, the only developed intermediate Lianliankan play, senior play Law is under development, the game interface is the head version of QQ, support and tips reorder function, as a friend VC programming reference procedure should be very good. (2010-07-09, Borland C++, 174KB, 下载4次)

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

[其他游戏] MySword

用Flex builder建立工程,使用flash AS3完成的一个小型游戏,用方向键控制主角移动,一共有3波敌人的进攻,没波敌人被杀完后,下一波会出现。展示了简单的AI和flash as3图像编程的方法,其中封装了sprite类,非常容易理解。
The establishment of projects with the Flex builder, using flash AS3 completion of a mini-game, use the arrow keys to control the characters movement, a total of three waves the enemy' s attack, no wave of the enemy killed and exhausted, the next wave will appear. Shows a simple AI and flash as3 graphics programming method, which encapsulates the sprite class, very easy to understand. (2010-01-30, Flex, 655KB, 下载76次)

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

[其他游戏] 3Djiche

3D机车游戏,用VB开发的,其实VB学好了照样可以作出这种华丽效果的3D游戏,这个游戏可以详细设置分辨率、颜色深度、阴影效果、半透明、光源反射、纹理质量等画面效果,同时可以选择游戏难度。最有意思的是,游戏在“动作模式”下,可以使用诸如“自动追踪导弹”和“防护罩”之类的武器,看谁能够坚持到最后就是胜利者!不管是学习游戏编程思想或是图形处理都很有参考价值。
Locomotive 3D game developed using VB, VB In fact, the same can be made to study the effect of such a beautiful 3D games, the game can set up a detailed resolution, color depth, shadow effects, translucent, light reflection, texture effects the quality of the screen, At the same time, can choose the difficulty of the game. The most interesting is that the game in the " action mode" can be used such as " auto-tracking missiles" and " shield" such as weapons, to see who can hold on until the last is the winner! Whether learning the game or graphics programming ideas are a valuable reference. (2009-05-21, Visual Basic, 623KB, 下载13次)

http://www.pudn.com/Download/item/id/770076.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

[其他游戏] Multiplayer

一个坦克大战游戏的JAVA编程,实现了坦克大战的游戏过程。1P: o, p键转动炮塔, k,l键调节炮弹发射角度(以此来控制射程), j键开火, 键盘上下左右键控制方向。 2P: e, r键转动炮塔, f,g键调节炮弹发射角度, c键开火, w,s,a,d键控制方向
an impressive game JAVA programming, sees the realization of the game. 1P : o, p rotating turret keys, k, l keys shells fired angle adjustment (in order to control the range), j keys fire above and below the keyboard keys to control direction. 2P : e, r keys rotating turret, f, g keys regulation shells fired perspective, c Bond opened fire, w, s, a, d keys to control direction (2006-06-16, Java, 20KB, 下载9次)

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