搜索资源列表
滚球
- 滚球游戏意智游戏 问题描述 有八个小洞,序号和分布位置如图。小球从A、B、C(即洞号0、1、2)三个位置之一滚下。如果洞的状态为0时,球向左滚;如果洞的状态为1时,球向右滚。凡是球滚过的洞,状态取反(既由1变0,由0变1)。 现用8位二进制数依次从左到右表示八个小洞的状态。 例: 图中的初始状态为 00000101 时,最多滚入3个球时有 从C洞滚入一小球状态为 ————> 00101111 从B洞滚入一小球状态为 ————> 01111011 从
ballwithchangedv
- 球的运动轨迹2-变速运动模拟实现,VC++开发的,对于有关的开发很有参考价值-ball trajectory 2 - variable motion simulation, the development of the VC, for the development of great reference value
javachoujiangchenxu
- 此小程序的基本流程是,在一个文本文件存放里面备选的数据,数据的格式是每行有姓名和手机号.他们之间是用分隔符-来分隔的。然后在自定义一个方法,通过分隔符来区分姓名和手机号,然后将他们分别存储进两个不同的可变向量当中。自定义一个线程,此线程是专门用来随机选取一个号码, 并且每隔50毫秒就将一个不同的号码显示在号码框中,这样就实现了号码的快速滚动,实现了完全模拟电视当中抽奖的画面.-this small procedure basic processes, in a text file stored
ChangeVoiceDemo
- 这是利用网上的一个dirac的库制作的变声代码,可以实现变速不变调,变频,调整振幅来对变频产生的破音等进行修复。里面的声音是本人随意录的一段,可以随意换声文件,缺点是只支持wav和aif格式的,而且是写文件,不是操作二进制流,效率方面存在问题。其它的还是挺可以的.-This is a dirac library production use of the Internet changed the sound code, you can achieve variable speed to the
tanshishe
- 简单的贪吃蛇小游戏 很简单的 吃豆豆 身子变长 碰到墙壁就完蛋-Snake simple game very simple variable-length body to eat Peas encounter on the finished wall
FlashNetGame
- 声色幻想webgame 多人联网webgame-javaRPG游戏 实现 买东西 仓库 聊天 打怪 交易 功能! 1.配置java环境,JDK1.5以上和安装MYSQL5.0(配置好java的环境变量) 2.在SQL文件里,把role.sql,sql.sql,insert.sql按照这个顺利插进MYSQL数据库里-Debauchery fantasy than webgame networking webgame-javaRPG game to buy things to ach
BitCheck
- 做过任务系统吗?里面用到的检测任务状态的变量,也许你用INT 或 SHORT 或BOOL 可我用的是BYTE 看谁的效率高!-Mission Systems has done it? Detection task used inside a state variable, perhaps you SHORT or INT or BOOL I used to see who is the efficiency of high-BYTE!
Tetris_game
- 俄罗斯方块游戏,采用C++类编程,可变速,配音效。-Tetris game, using C++ class programming, variable speed, with sound effects.
seabattle
- 简单潜艇大战 全局变量speed一开始需要调整,大家的速度不同 主要练习下这个游戏的基本算法,用简单的图形来模拟-Simple global variable speed submarine beginning of World War II need to be adjusted, our main practice at different speeds under the basic algorithm of this game with simple graphics to
ChinaChess
- 使用C++编写的简易的中国象棋游戏,通过象棋的灵活和多变,体现C语言的设计者的力量。-The use of C++ written in simple Chinese chess game, chess through flexible and variable, reflects the strength of the designers of C language.
1
- 变速源码,欢迎大家使用!谢谢大家的配合-Variable source, welcome to use! Thank you for co-11111111111111111
MARIOCODEINSIDE
- 超级玛丽增强版两个版本的超级玛丽下载量已超过5000次,谢谢大家支持。谁无法下载,请告诉我邮箱,我直接发。现在反映两个问题,一没有帮助文档,二代码注释太少。今天起,我揭秘制作过程,保证讲解到每一行代码,每一个变量。-Two versions of an enhanced version of Super Mario Super Mario has been downloaded more than 5,000 times, thank you for support. Who can not d
sat
- SAT问题也称为合取范式的可满足问题,一个合取范式形如:A1∧A2∧…∧An,子句Ai(1≤i≤n)形如:a1∨a2∨…∨ak,其中,ai称为文字,为某一布尔变量或该布尔变量的非。SAT问题是指:是否存在一组对所有布尔变量的赋值(TRUE或FALSE),使得整个合取范式取值为真。-SAT problem is also known as conjunctive normal form satisfiability problem, a conjunctive normal form: A1 ∧
snake
- 自己用curse库编写的贪吃蛇,为了方便初学者学习,只包含了最核心的游戏功能,包括蛇的控制、变长,食物的随机产生等等基本内容,读者可自行补充游戏积分、游戏菜单等功能。-Library with a curse written in their own Snake, for the convenience of beginners to learn, only contains the core game features, including the snake control, variabl
biansu
- 可以改变系统的速度,达到变速的功能.WIN7不支持-Can change the speed of the system to achieve variable speed function. WIN7 does not support
quweicaidan
- 趣味菜单 1、设计菜单 给出3个菜单项的内容和输入提示: 1.解一元二次方程 2. 出圈游戏 3. 退出程序 2、解一元二次方程要求:编制一个求方程ax2+bx+c=0的根的程序。一般将系数设成floa t型,可以把变量设成double型,使用库函数sqrt()在头文件math.h中定义 。 3、出圈游戏的要求:使用约瑟夫环游戏。这里假设有人数为n个人的一个小组,他们按顺时针方向围坐一圈。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报
snake
- 一个用C编写的贪吃蛇小游戏,可以按键变速,生长。随着生长,最小固有速度也在增长。难度变大。-Snake game written in C,press the key variable speed growth. With the growth, the minimum inherent speed is also growing. The difficulty of change.
Value_View
- 传世版本引擎自带变量查看源码,可查看A,T,G变量当前的值及备注-Handed down version of the engine comes with variable View the source code, you can see A, T, G variable current value and Remarks
Game-kernel-variable-speed
- 游戏内核变速,改变系统速度。加速游戏辅助变速器。-Game kernel variable speed, change the system speed. Acceleration game auxiliary transmission.
Windows-global-variable-speed
- Windows游戏变速工具。所有窗口变速。-Windows global variable speed