CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - cycle

搜索资源列表

  1. 黑白棋游戏

    0下载:
  2. 这个程序也是对编程基本功的一个训练,对于初学C语言的人,将分支,循环,数组,函数综合应用.-the process of programming is a basic skills training for the C language learning, to branch cycle, arrays, function integrated application.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:3.05kb
    • 提供者:詹少
  1. qqllky_dc

    0下载:
  2. 以前编写的一个支持最新多层qq连连看* 如果现在版本不支持,只需要更改几个关键地址。 可以用od很容易跟踪出这几个循环链表。 程序采用vb+api编写,用最简洁最优化的算发实现了模拟判断,点击的过程。 另外程序还有不少anti技巧可以学习。 关键代码旁边都有注释说明。 在于提高编程技巧。请勿用于商业目的-previously prepared a support for the latest multi-storey qq 1000 block of Terry Ave
  3. 所属分类:*编程

    • 发布日期:2008-10-13
    • 文件大小:452.33kb
    • 提供者:胡俊杰
  1. 上古神器

    0下载:
  2. 代码模拟了龟兔赛跑爬山的情况,其中有个时钟触发设置每秒执行一次循环,乌龟的规则是:50% 的机会快走(右移三格) 20% 的机会下滑(左移六格) 30% 的机会慢走(右移一格). 兔子的规则是:20% 的机会睡觉(不移动) 20% 的机会大跳(右移九格) 10% 的机会大滑(左移十二格) 30% 的机会小跳(右移一格) 20% 的机会小滑(左移两格). 其中最先走到整 70 格的胜利,超过 70 格的从头开始 程序在一条线上打印了龟兔移动的轨迹,当两者重合时打印 P 乌龟
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:单士占
  1. migong1

    0下载:
  2. 一个用C语言模拟走迷宫的程序,有BUG,即最后都迷宫所有格子都走过后会死循环。-a C language simulation Maze procedure, BUG, that is the end all lattice maze has already gone through cycle after death.
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:1.67kb
    • 提供者:
  1. GameLoop

    0下载:
  2. 我自己写的一个游戏主循环程序,有一点参考价值,有兴趣的朋友,可以下来看一下,做一下参考!-I wrote it myself as a game master cycle procedures, there is one point reference value, interested friends, you can look at the next, do you refer to!
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:1.94kb
    • 提供者:wangjunjian163
  1. Wisesurvival

    0下载:
  2. 15名基督*和15名异*同乘一船航行,途中风浪大作,危机万分,领航者告诉大家,只要将全船的一半人投入海中,其余人就能幸免。大家都同意这个办法,并协定者30人围成一圈;由第一个人起报数,每数至第9人便把他投入海中,下一个接着从1开始报数,第9人又被投入海中,依次循环,直至剩下15人为止。问题是如何排法使投入海中的人全为异*?-15 Christians and pagans 15 by a ship with navigation, the way to big storms, extrem
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:12.45kb
    • 提供者:杨伟伟
  1. 02_

    0下载:
  2. 精通DirectX 3D图形与动画程序设计 第2章 Direct3D程序设计基础 18 2.1 相关基础知识 18 2.2 Direct3D体系结构 19 2.3 Direct3D对象 21 2.4 Direct3D设备对象 21 2.4.1 Direct3D设备类型 21 2.4.2 创建Direct3D设备对象 23 2.5 Direct3D程序基本结构 25 2.6 最简单的Direct3D程序 25 2.6.1 工程项目和开发环境设置 29 2
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:27.5kb
    • 提供者:Diego Guo
  1. 21dianpai

    0下载:
  2. 21点牌 使用C语言中顺序,选择,循环(三大结构)和随机函数,实现对一副牌(52张,除大小王)的初始化,洗牌,发牌,是否要牌,计算一次胜负并亮牌,计算总胜负等功能。 -21:00 licensing the use of C language in the order of selection, cycle (three structures) and the random function, implementation of a pair of license (52, with t
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-13
    • 文件大小:2.41kb
    • 提供者:kzy
  1. 24

    0下载:
  2. 简单猜数字,实现产生随机数猜数字的功能,没有设置循环,只有一次猜数字的10次机会-猜数字simple to achieve猜数字have a random number function, there is no set cycle, only one chance猜数字10
  3. 所属分类:Game Program

    • 发布日期:2017-04-05
    • 文件大小:1.16kb
    • 提供者:马超
  1. code

    0下载:
  2. 循环 1,窗口置前 2,模拟TAB键(需要等待sleep) 3,模拟1键普通攻击 4,攻击等待(1000毫秒) //这里是上节课的模拟按键打怪的代码 HWND hwnd hwnd=::FindWindow(NULL,"Element Client") //窗口置前 ::ShowWindow(hwnd,SW_RESTORE) ::SetForegroundWindow(hwnd) //模拟1这个按键。
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-10
    • 文件大小:1.79mb
    • 提供者:jeffchang
  1. PPocketBoxing

    0下载:
  2. 在游戏中,主要的一些类构成有Pocket Boxing、Boxer、Enemy、GameCanvas。其中Pocket Boxing类继承了MIDlet类,用来进行MIDlet的Live Cycle控制;Boxer存储了玩家的拳击手的信息,进行拳击手的描绘;Enemy存储电脑控制的拳击手的信息,进行拳击手的描绘,它继承了Boxer类;GameCanvas继承了Canvas类,进行画面的描绘与操作-In the game, the main classes constitute Pocket Bo
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:39.31kb
    • 提供者:gao
  1. Snake_App

    0下载:
  2. 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置-I also a Snake game source code, even though each of the games are played are the same as a Snake, but the programming algorithm is d
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:304.68kb
    • 提供者:xiaojie
  1. shengsiyouxi

    0下载:
  2. 生死游戏 现有N人围成一圈,从第S个人开始依次报数,报M的人出局再由下一人开始报数,如此循环,直至剩下K个人为止 -N person game existing circle of life and death, individuals began to turn from the reported number of S, M, who reported out by the next number of people began to report, so the cycle un
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:1.05kb
    • 提供者:panjiang
  1. showheart

    0下载:
  2. 问题的提出:根据“心”形曲线的数学参数方程,绘制曲线并输出屏幕。在各坐标点处循环显示“LOVE”的各字母。365.2425×400=146097天。如果以365天作为一年,每400年就少了0.2425×400=97天。这97天要靠设置闰年(每年366)天来凑齐,所以,每400年要设置97个闰年。-Of the problem: According to the "heart"-shaped mathematical curve parameter equation, drawing curve
  3. 所属分类:Other Games

    • 发布日期:2017-04-03
    • 文件大小:105.4kb
    • 提供者:ncby0908
  1. SnakeApp

    0下载:
  2. 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置,提醒一下,这个游戏需要你的视力特别好哦,要不然看不清楚的。 -I another Snake game source code, although each of the games are played are the same as a Snake, but
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:310.76kb
    • 提供者:xujun
  1. zhuxian2

    0下载:
  2. 诛仙2 最新* 基本功能都有 群怪 圈怪 自动寻路 定点打怪-Zhu Xian has 2 basic functions of the latest group of plug-cycle of blame automatically find its way fixed-point 打怪
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-24
    • 文件大小:83.07kb
    • 提供者:yaoquansheng
  1. pk

    0下载:
  2. 一个新手遍的小程序,很简单的循环,大家见笑了-A novice all over the small program, a very simple cycle, everyone laughed
  3. 所属分类:Other Games

    • 发布日期:2017-04-13
    • 文件大小:2.11kb
    • 提供者:郭秦川
  1. TerrainToAchieveTheCycleGame

    0下载:
  2. 游戏中的循环地形实现,是非常好的游戏模块-Implementation cycle of the terrain the game is a very good game module
  3. 所属分类:Game Program

    • 发布日期:2017-04-05
    • 文件大小:179.72kb
    • 提供者:huangpeng
  1. java-strike-ball-game

    0下载:
  2. 运用Java实现打砖块小游戏,由于开发周期较短,可根据流行的打砖块的样式改变而成,简单模拟实现-Arkanoid game using Java to achieve, due to a shorter development cycle, according to the style of the popular Arkanoid change from a simple simulation to achieve
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:114.04kb
    • 提供者:李莹
  1. Snake

    0下载:
  2. 模拟游戏“贪吃蛇”。本程序最主要的功能是形成一个当蛇吃了一个点,程序在指定的范围内自动产生一个新点,让蛇能向下一个目标前进的,直到游戏到达其跳出条件的循环。 -Simulation game " Snake." The main function of this process is the formation of a snake eating a point when the program within the specified automatically gene
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:20.8kb
    • 提供者:穆娃图
« 12 3 »
搜珍网 www.dssz.com