搜索资源列表
PengPeng1
- 这是是我前几天仿写的小游戏《看谁守得住》的源代码,有详细的注释,代码短,但涉及到windows实时网络游戏的诸多基本元素,包括多线程、套接字、双缓冲、边界检查、3D视角等,程序可扩展性好,对程序中小球个数NBALL重新赋值(比如改成6)可以方便的扩展成网络桌球,对大球个数修改可以方便的扩展成网络足球(需要修改碰撞判断条件),也可以很方便的移植为调试OpenGL、D3D程序的平台(替换显示类C3DConvertor),是一个值得参考的入门级实时3D游戏编程框架 游戏支持单机和双人局域网两
dazixiaoyouxi
- 一个练习打字的小游戏,利用java语言开发,能在短时间迅速提高打字速度!-practice typing a small game, using java language development can rapidly improve in a short period of time typing speed!
doudizhu
- 经典斗地主完美程序代码 是c++的哦 从中受益匪浅 学到很多知识-a wonderful toolbook even for study c++ in short time
14160_12398507581uLn
- 界面还可以,声音配的也很搞笑,玩上一局可以很好的休闲一下了,它也可以设定中高低三档难度,显示剩余时间,可以提示,总之和官方的连连看功能上大同小异!-Interface can be, with the voice is also very funny, play on a board can be a very good casual look, and it can also be set in the Three difficulty levels, indicating the remai
Sudoku
- 数独问题,利用函数递归调用产生每行每列都不同的所有5乘5矩阵,代码精炼,时间短-Sudoku problems, the use of recursive function calls generated for each row of each column is different for all 5 by 5 matrix, code refining, time is short
link
- 连连看小游戏,有很好的交互界面,功能强大,执行时间短,效率高-Lianliankan games, have a good interface and powerful, implementation time is short, high efficiency
mofang
- 一个由C编写的可执行的魔方程序,由我指导学生原创完成,该程序可以自动打乱并可执行在短时间内自动恢复的功能-Written in a C program executable Cube, which I advise students to complete original, the program can automatically disrupt the implementation of automatic recovery function in a short time
qqkjqqmc(www.greenxf.com)
- 帮助你无时不刻的在收菜 全功能不容易被发现 验证码时间短-Help you kept the whole dish in the collection features not easily found in a short time validation code
1
- 函式庫: Windows API SDK Open GL 1.2 DirectX 9.0 說明: 實作紅白機時代紅及一時的坦克大戰遊戲, 玩家可自由操作坦克攻擊磚塊 或是敵方坦克, 遊戲中隨時間也會自動出現如炸蛋超人一樣的補血, 增加 火力, 病毒, 敵人全滅, 時間暫停等物品, 右方為坦克血量與敵方坦克剩下 的數量.-Library: Windows API SDK Open GL 1.2 DirectX 9
game2
- This a test of memory matching game, you can break through the barrier more than a short time?-This is a test of memory matching game, you can break through the barrier more than a short time?
FiveChess
- 这个感觉很不错的一个网络版本的五子棋游戏源码,包含服务器端、游戏大厅之客户端。具有游戏大厅功能,支持多人游戏,可以实时显示玩家得分,支持互相发送信息聊天功能。可以自定义玩家昵称,玩家速度等。玩游戏时支持悔棋、求和、认输功能。电脑自动走棋算法不错。动态效果也不错,唯一遗憾的是没有声音(毕竟作者仓促一周做出来的,呵呵),大家也可以自己加入吧,总之源代码的特色C/S通讯协议控制的很不错。对学习网络、游戏开发的朋友可以很好的借鉴。 -This feels very good version of the
tanchishe
- 贪吃蛇游戏 游戏开始时,通过控制键盘的上下左右键来控制小蛇的运动方向,每当小蛇吃到一个食物,小蛇增加一小段长度,当吃满12个食物时游戏会结束,此事会显示是否继续得提示,当按下“Y”时,游戏重新开始,难度会相应增加,按下“N”时,退出游戏。当小蛇撞到墙壁或者撞到自己时游戏结束,此时也会显示是否继续的提示,当按下“Y”时,游戏重新开始,按下“N”时,退出游戏。-Snake game the game starts, by controlling the keyboard arrow keys to
Hanoi
- 汉诺塔的智力测试游戏。用c编写的,比较简洁,运行耗时短。-Tower of Hanoi game intelligence test. With c written, concise, short-run time-consuming.
memoryGame
- 记忆测试游戏,记录图片的位置,连续打开相同的图片才能把它消去,直到消去所有的图片。短时间内成功完成有点难度。点击看一下按钮将会有3秒给你记忆图片的位置-Memory test game, record the picture, and a continuous open the same picture to eliminate it, until the elimination of all the pictures. Short time Successful completion of
eluosifangkuai
- 俄罗斯方块 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 #include <iostream> #include <stdlib.h> #include <windows.h> #include <time.h> #include <conio.h> using namespace std #define A1 0//A代表长条型,B为方块,C为L型,D为
meteorSCRIPT
- 按键精灵 的VBS脚本,通过调用内存修改控件,短时间内在内存中修改角色名称,从新进入被T除的房间。内含脚本和控件,需自行下载按键精灵。-QuickMacro the VBS scr ipt, by invoking the memory modify the control, in a short time to modify the role name in memory, re-enters the room was in addition to the T. Contains scr ip
RoundRobin
- java 实现 操作系统中得进程调度 短作业优先和时间片-java achieve operating system process scheduling too short job priority and time slice
RubiksCube-TwophaseSolver-master
- 该算法可以在短时间内给出三阶魔方复原路线(The algorithm can give three order magic cube restoration path in a short time.)