搜索资源列表
CmyFive
- C下实现的五子棋(非双人对下)。 光标的动态显示:采用setwritemode(1)函数,光标移动时在原位置再画一次,从而起到擦除原光标的效果。 判胜负的函数设计:为仅检验落子处的横、竖、斜三方向的胜负,节省了大量编程时间,并使运行效率大大提高。 游戏开始画面:本拟采用直接用程序画的方式,但效果不好。于是采用bmp图像显示方式,使开始画面更为美观。-under the C (121-under double right). Cursor dynamic display :
jbxp124
- JoeBot XP 最新测试版源代码,具有自动路点制作功能的 CS 机器人。-JoeBot XP latest test version of the source code is automatically road point production function of the CS robot.
C24point.rar
- C#实现24点算法源代码,可以设置出题功能,测试通过,C# to achieve 24-point algorithm source code, you can set up a title function test
ZIDONGSHUAFB
- 以前获取的 完美国际自动刷FB源码 集合FB BT功能+自动刷FB功能 (目前因游戏更新后加入了检测,BT功能无效了只做学习用)-Previously for the perfect source of international auto brush FB FB BT features a collection of flash and FB+ function (now updated by adding the test game, BT function is not the only
Yeah-really-fight
- VC++人物格斗游戏模块代码,编写此功能需要使用以下知识: 1.对象的新属性:生命值、攻击力。 2.对象生命值的显示。 3.打斗时生命值的改变。 4.在场景中添加物品。 游戏测试操作的方法: A、在场景内点任意点,指挥主角移动。 B、将鼠标移到场景外,可以移动地图。 C、在微缩地图上点一下,可以快速定位。 D、ESC键,退出游戏。 你可以指挥主角去打猎了。
wuziqi
- 小游戏测试,实现简单的五子棋游戏功能,希望大家点意见-Game test, the realization of a simple function Gobang game, I hope everyone points
Test
- 具有图形化界面的词法分析器,其功能为:可通过手工输入或文件打开形式输入程序,进行此法分析。-With the graphical interface of lexical analyzer, and its function as follows: through manual input or file input program to open the form, in this analysis.
BaHuangHou
- 题目:八皇后问题。 八皇后问题是指求解如何在国际象棋8*8棋盘上无冲突的放置八个皇后棋子。因为在国际象棋里,皇后的移动方式是横竖交叉,所以在任意一个皇后所在的位置的水平,竖直和斜45度都不能有其他棋子的存在。一个完整的无冲突的八皇后棋子分布成为八皇后问题的一个解。设计思路:我使用了回溯的方法来解决八皇后问题,也就是逐次试探的方法。这个方法是通过函数putchess()对自身的递归调用来实现的。运行程序后,主函数调用putchess()函数在棋盘第一行第一列上放置棋子,开始向下一行递归。每一步
simplefreeglut
- simple openGL code to test function
cs
- 这是我见过的写得最漂亮的OpenGL程序,潜心研究了三天之后,增加了大量注释,删除了一些冗余代码,并且修改了它的碰撞测试函数,加入了图示说明。各位学习OpenGL的新手不应错过这么一个优秀的程式。由于本人也是OpenGL初学者,不足之处敬请各位老大多多原谅。^^ -This is the most beautiful I' ve ever seen written in the OpenGL program, after three days of painstaking research
vbwinio
- VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。 虽然有很多游戏封杀,但因为是开源,所以变种依然很多,如果自己有能力,也可以自己改一个专用版。 用InitializeWinIo函数加载驱动程序,如果成功会返回true,否则返回false,程序结束时记得用ShutdownWinIo函数卸载驱动程序。 本源代码仅供学习研究,禁止用于非法用途。下载时可能某些杀毒软件会报警,这说明您的杀毒软件还可以。-VB to
ddk
- 引用KeServiceDescr iptorTable表 通过ServiceTableBase+偏移读出当前函数地址用windbg测试读取的值外挂源代码 -Reference Table KeServiceDescr iptorTable read through ServiceTableBase+ offset address of the current function test with windbg source code to read the value of the ex
DNF.DLL
- DNF最新外挂源码,原创编写。内置代码测试功能,-DNF latest plug-in source code, original preparation. Built-in code test function,
huawei--poker-game-test
- 大家都玩过扑克,在出牌过程中大家都必须遵守一定的规则,例如顺子要5张连续的牌才能出,姐妹对要超过3对才能出等等。 现在要实现一个函数,对要出的牌进行判断,是否符合下述规则: 1. 出一张牌可以任意,例如5(5一张),返回类型1 2. 出两张牌必须是一对,例如8,8(8一对),返回类型2 3. 出三张牌必须是三张一样,例如9,9,9(三个9),返回类型3 4. 出四张牌必须是四张一样,例如11,11,11,11(J炸弹),返回类型4 5. 出顺子必须是5张牌以上,例如5,7
constellation-test
- 主要功能是根据生日可以确定星座,是一个小程序,利用组件功能实现-The main function is constellation birthday can determine, is a small program, the use of component functions to achieve
Self-examination-calculator
- 具有自我检测功能的数学计算器。几次回答错误,系统提示正确答案。-With self-test function math calculator. Answer a few errors, the system prompts the correct answer.
TESTQ
- 测试hibernate功能 测试hibernate功能 测试hibernate功能-Test functional testing hibernate hibernate hibernate function test function test hibernate hibernate function test function
test
- 5.16 创建一个Fraction类执行分数运算。要求如下: (1) 用整形数表示类的private成员变量:f1(分子),f2(分母); (2) 提供构造方法,要求传入两个整型数,初始化分子、分母; (3) 提供两个分数相加、减、乘、除的方法; (4) 提供a/b的形式打印分数; (5) 提供以浮点数形式打印分数; (6) 编写测试类测试分数类的各方法。 5.18 编程实现以下简单超市管理,具体要求如下: (1) 实现描述超市的类Suppermack
D-f驱动
- DNF游戏驱动加载 模块附加调试程序 自测功能(DNF game driver loading module, additional debugger self-test function)
runuo2_svn310
- 能用的较新的全站脚本,6.0.0.0 测试功能齐全放心下载(The newer full-site scr ipt can be used, and the 6.0.0.0 test function is complete and reliable to download.)