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

搜索资源列表

  1. m

    1下载:
  2. 这个程序是一老虎机游戏,用了MAIN的传参数,并且在子函数用了引用传参数*/
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:1542
    • 提供者: hl
  1. netwarchess

    0下载:
  2. 主要函数介绍: Init1() 程序启动时加载初始化 Init() 重新布棋初始化 Image0MouseDown 点到主棋盘空白处进行判断是否可以在此处布棋 Image1MouseDown 点到自方棋子记录原始的oldID、oldX、oldY的值 Image26MouseDown 点到对面棋进行判断 Image101MouseDown 点到副棋盘空白处进行判断是否可以在此处放棋 -main function presentations : Init1 () comm
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:248897
    • 提供者:雪阳
  1. qqwakuang

    0下载:
  2. 到现在都能用的QQ幻想挖矿工具。 非常适合初学者的学习,没有什么特别的技术。主要特点是TIMER的嵌套使用。 虽然简单,但也包含了做外挂最基本的一些函数,比如说FINDWINDOW 等等等等,就不多举例了。-now able to use the tool QQ illusion is there. Very suitable for beginners learning, not any particular technology. The main feature of the Ti
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:32586
    • 提供者:扣子
  1. migongyouxi

    0下载:
  2. 请将程序中的main()函数中的 initgraph(&gd,&gm,\"C:\\\\TC\") 函数中的\"C:\\\\TC\" 更改为你的TC安装目录。 比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为: initgraph(&gd,&gm,\"D:\\\\Tools\\\\TC\") -I would be grateful if the procedures main () function of initgraph (
  3. 所属分类:其他智力游戏

    • 发布日期:2008-10-13
    • 文件大小:22530
    • 提供者:岳家
  1. JIMMYLIXY

    0下载:
  2. 这是我的一个贪吃蛇C程序,注释还没有写,部分次要的函数还没实现,但核心以实现完毕,主要的算法核心是用一个环形队列实现蛇的前进,请大家批评指正。-This is a huge memory of my C procedures, no written notes, some secondary function has not been achieved. However, in order to achieve completion of the core, the main core of t
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:2301
    • 提供者:jimmy
  1. Cauchy.Fate

    0下载:
  2. 以AIROBOT为平台构建的一个智能机器人。主源码见main.c。其余为使用的函数接口定义-to AIROBOT platform for the construction of an intelligent robot. See main.c main source. The remaining functions for the use of the interface definition
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:44073
    • 提供者:lowneey
  1. wuziqi

    0下载:
  2. 函数主要控制功能都在主函数main中实现。main函数首先清屏,调用attention函数,输出提示信息,说明游戏规则,按Y继续,按N则退出程序。接着初始化图形模式,绘制棋盘和初始棋子的位置,输出按键提示。
  3. 所属分类:棋牌游戏

    • 发布日期:2014-01-16
    • 文件大小:2162
    • 提供者:小白
  1. smb

    0下载:
  2. /*超级玛丽Main函数部分,完整代码和成品exe文件在附件里面*/-/* Super-Mary Main function of the integrity of the code and finished inside the exe file in the Annex* /
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:61504
    • 提供者:杨浩
  1. main

    0下载:
  2. 俄罗斯方块基于API函数C语言代码,是大学实训项目理想的参考,简单易懂,有注释说明。-Tetris C-based language code API function is ideal for the University Training project reference, easy-to-read, and notes.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:3879
    • 提供者:郭宁
  1. hannoi_tuxingjiemian

    0下载:
  2. 用java写的hannoi塔小游戏,main函数在Tower.java文件中。是图形界面的哦!-Written by java game hannoi tower, main function in the Tower.java file. Is the graphical interface of the Oh!
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:4253
    • 提供者:yangcheng
  1. skyblue_Snake

    0下载:
  2. 简单贪吃蛇游戏,可以参考,本文件是main 函数 -a little game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:179433
    • 提供者:allican
  1. Gluttony-snake

    0下载:
  2. 贪食蛇,你们都懂的。请将程序中的main()函数中的 initgraph(&gdriver,&gmode,"e:\\TC") 函数中的"e:\\TC" 更改为你的TC安装目录。 比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为: initgraph(&gdriver,&gmode,"d:\\Tools\\TC") -Gluttony snake,A classic example of c program
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:2455
    • 提供者:唯一
  1. Amazon

    3下载:
  2. 自己编写的亚马逊棋的代码的main函数部分-Amazon Chess code to write your own main function section
  3. 所属分类:Chess Poker games

    • 发布日期:2014-06-20
    • 文件大小:7168
    • 提供者:shawn
  1. Main

    0下载:
  2. 学习windows相应函数非常好。呵呵。第一次来,谢谢大家帮助。Learning windows corresponding function is very good. Oh. The first time, thank you for help.-Learning windows corresponding function is very good. Oh. The first time, thank you for help.
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:7076
    • 提供者:湿式铺法
  1. c-trix

    0下载:
  2. 使用libgdx,模仿悬崖方块功能,在java环境下,直接运行DesktopStarter的main函数-cliff trix
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-14
    • 文件大小:3841516
    • 提供者:lufey
  1. Amazon

    0下载:
  2. 自己编写的亚马逊棋的代码的main函数部分-Amazon Chess code to write your own main function section
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6859
    • 提供者:romMay
  1. Gluttony-snake

    0下载:
  2. 贪食蛇,你们都懂的。请将程序中的main()函数中的initgraph(&gdriver,&gmode, e:\\TC ) 函数中的 e:\\TC 更改为你的TC安装目录。比如你的TC安装目录为D盘的Tools目录下的TC目录,那么上述语句改为:initgraph(&gdriver,&gmode, d:\\Tools\\TC ) -Gluttony snake,A classic example of c program
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2616
    • 提供者:vessensit
  1. GoBangAI

    1下载:
  2. 五子棋AI程序,目标函数法写的,效果还可以,MAIN函数里可以自己选模式-Backgammon AI program, the objective function to write the law, the effect can be, MAIN function where you can choose their own mode
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:313786
    • 提供者:lc
  1. test

    0下载:
  2. 5.16 创建一个Fraction类执行分数运算。要求如下: (1) 用整形数表示类的private成员变量:f1(分子),f2(分母); (2) 提供构造方法,要求传入两个整型数,初始化分子、分母; (3) 提供两个分数相加、减、乘、除的方法; (4) 提供a/b的形式打印分数; (5) 提供以浮点数形式打印分数; (6) 编写测试类测试分数类的各方法。 5.18 编程实现以下简单超市管理,具体要求如下: (1) 实现描述超市的类Suppermack
  3. 所属分类:Games

    • 发布日期:2017-03-26
    • 文件大小:17634
    • 提供者:王慧云
  1. elsfk

    0下载:
  2. 代码编写顺序如下: 游戏界面初始化 游戏开始时,右main函数调用一次 void InitGame() { 提示界面 游戏初始化界面 调用CreateBlock函数生成方块 } 左边是游戏区(区域大小10*20),右边是提示区(包括下一个方块的种类,用户得分) 按键提示: space 暂停 上 旋转 左 方块左移一格 右 方块右移一个 下 方块快速下移 ESC 退出 -C
  3. 所属分类:Game Program

    • 发布日期:2017-05-04
    • 文件大小:55782
    • 提供者:饶雄文
« 12 3 4 »
搜珍网 www.dssz.com