搜索资源列表
tthr
- 偷天换日--该程序可以使“时光倒流”,即能使有使用期限的软件变成无限期使用,该程序还使用到了设定时间的系统API函数,值得研究。由广东工业大学的网友张德平提供。-misleading -- so that the program can "turn the clock back" that would allow a time limit for use of the software into the indefinite use of the procedures use
tortoiseandhare
- 我们将用程序来模拟传统的龟兔赛跑问题。我们将采用随机数生成的方法开发这一问题的仿真程序。 再比赛中共设了70个点,每个点代表比赛跑道可能的一个位置。乌龟和兔从第一个点出发,终点是在第70个点上。 时钟按秒来数计。随着时钟的转动,程序能够根据下述规则来调节乌龟和兔子的位置。动物 跑动类型 占用时间 跑动量乌龟 快走 50% 向右3个点 后滑 20% 向左6个点 慢走 30% 向右1个点兔子 睡觉 20% 不动 大后滑 20% 向右9 个点 快走 10% 向左12个点 小步跳 30% 向右1个点 慢
wow-313-source
- 魔兽世界3.13源代码,仅仅客户端的。 客户端版本:3.1.3(10146) 只能校验zhCN登录文件,不可选其它语种 由于战网对reamlist服务程序作了专门改动,所以连不上官网,只能连私服。 服务器ip设置方法1: 下载登录器运行一次。 服务器ip设置方法2: 打开wow根目录\data\zhCN\realmlist.wtf set realmlist xxx.xxx.xxx.xxx(或域名):端口号 (如果没端口号则默认3724) 或者打开:wow根目录
05_
- 精通DirectX 3D图形与动画程序设计 第5章 光照与材质 109 5.1 光照计算模型 109 5.2 光源 111 5.2.1 光源类型 111 5.2.2 光源属性 113 5.2.3 设置灯光 115 5.2.4 对光源的几点说明 116 5.3 材质 116 5.3.1 设置材质 117 5.3.2 获取材质属性 118 5.4 光照和材质示例程序 118 5.4.1 简单光照示例程序 119 5.4.2 多光源光照示例程序 12
RobotView
- VC++游戏——会沿路径行走的机器人,路径当然是你规划出来的,如果你固有的那就没意思了。程序源码在VC6编译通过,要想让机器人沿着路径走,你还需要做些前奏工作,比如规划路径、设置路障等,会玩了也挺有意思的。 -VC++ game- will be walking along the path of the robot, path planning out your course, if you would inherently senseless. Program source code i
game
- 猜数游戏,计算机生成一个随机数,人输入一个数,并输入此次钱数,如相同,加与输入钱数相同的钱,否则,扣除钱数除以所猜数字与计算机随机数间差值,输入0或所有钱数为0则退出游戏-guessing and betting number game The user starts with 100 dollars, and is able to bet and guess until they quit or have no more money. In each turn, they are aske
dazichengxu
- 一个用C语言编写的简单打字程序。 能设置游戏时间,能计算打字个数。-A simple to use C language type program. Can set the game time, to calculate the number type
pass-game
- 一个有趣的C语言程序 ,设置5个关卡,运行过后可以任选择一个进行游戏-An interesting C language program, set up five points, after running the game can either select a
EnglishTraining
- 英文打字训练程序的基本功能是: (1)用户可以设置随机产生的英文字母个数。 (2)随机产生用户所设置数目的英文字母,显示出范文,要求用户按范文打字录入,录入开始时计时,录入结束后,计算录入时间和正确率。 程序中有如下性能: (1) 随机产生题目要求的60或100个字母的范文,范文显示在终端上,同时保存在文件中。 (2) 用户录入的结果保存到单独的文件。 (3) 录入开始前有提示和倒计时。 (4) 录入结束后显示录入所耗时间和准确率(准确率=正确的字符数/总字
Race
- c#简单控件程序,设定赛跑赌注和实现小狗赛跑-c# simple control program, set the racing bets and dog racing
Visual-CPP-fun-Guidance
- 以示例教学方式来组织内容,集趣味性、直观性和可操作性于一体,适用于 Visual C++初学者及对游戏程序感兴趣的电脑爱好者。-Example of teaching methods to organize content, set interesting, intuitive and operable in one, for in the Visual C++ beginners and computer enthusiasts interested in the game program
daziyouxi
- 该程序在TC3.0环境下编译通过,共有9个函数。分别是printScreen,start,leave,levelChoice,newWord,moving,wordHit,result和main。 其功能分别是: printScreen:刷新屏幕输出的图像。 Start:用户进入程序时选择开始,退出和求助。 Leave:用户离开程序事提示感谢使用 levelChoice:用户开始之前选择等级 newWord:生成一个新的字母并将其置于首行。 moving:将屏幕上的所
XOR
- 从最简单的XOR加密入手吧,编写一个程序,这个程序的功能是这样的,读取animation.cfg文件中前16字节的内容,然后使用0~255之间任一个数值和从animation.cfg文件中提取出来的这16个字节(实际可以提取更多字节作比较,这里只提取文件前16字节)作XOR运算,最后将这256组经过XOR运算的数据放在一起作比较,看哪组数据XOR运算后看上去比较有意义而不是垃圾数据。 按照上面的思路编写出如下C语言代码:-From the most simple XOR encryption
e1
- c++扫雷程序 整个程序完成后,要使操作界面出现一个9*9的棋盘格式,所以想到应该用到数组,设置一个a[11][11][3]的三维数组-c++ demining program after the completion of the entire program, to make the user interface appears a 9* 9 checkerboard format, so think of the array should be used to set an a [11]
Tetris-game_c-language
- 此程序为c语言编程的俄罗斯方块游戏,可以设置游戏的速度和起始难度,是一款经典的休闲游戏。-This program is c programming Tetris game, you can set the speed and difficulty of the game starting, is a classic casual games.
Test7
- 猜数字游戏 使用图形用户界面编写一个猜数字游戏程序,程序随机生成一个100以内的整数,用户从键盘输入猜测的数,程序提示猜的数比生成的数大还是小,直到猜对为止。请自己设置图形用户界面的布局。 -Guess digital games Using a graphical user interface written a number guessing game program, program randomly generated a within 100 intege
caiquan
- 石头,剪刀,布:设计一个游戏,让用户与计算机玩“石头,剪刀,布”游戏,要求: 程序能够统计玩的次数以及每一次的结果,说明是谁赢了,还是平了; 计算机出牌的最简单的方法是随机算法,请尝试考虑能不能设置一种分析用户出牌规律的算法,让计算机能够赢用户的几率大于50 。 -Rock, scissors, cloth: to design a game, let the user and the computer to play stone, scisso