搜索资源列表
m
- 这个程序是一老虎机游戏,用了MAIN的传参数,并且在子函数用了引用传参数*/
netwarchess
- 主要函数介绍: Init1() 程序启动时加载初始化 Init() 重新布棋初始化 Image0MouseDown 点到主棋盘空白处进行判断是否可以在此处布棋 Image1MouseDown 点到自方棋子记录原始的oldID、oldX、oldY的值 Image26MouseDown 点到对面棋进行判断 Image101MouseDown 点到副棋盘空白处进行判断是否可以在此处放棋 -main function presentations : Init1 () comm
qqwakuang
- 到现在都能用的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
migongyouxi
- 请将程序中的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 (
JIMMYLIXY
- 这是我的一个贪吃蛇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
Cauchy.Fate
- 以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
wuziqi
- 函数主要控制功能都在主函数main中实现。main函数首先清屏,调用attention函数,输出提示信息,说明游戏规则,按Y继续,按N则退出程序。接着初始化图形模式,绘制棋盘和初始棋子的位置,输出按键提示。
smb
- /*超级玛丽Main函数部分,完整代码和成品exe文件在附件里面*/-/* Super-Mary Main function of the integrity of the code and finished inside the exe file in the Annex* /
main
- 俄罗斯方块基于API函数C语言代码,是大学实训项目理想的参考,简单易懂,有注释说明。-Tetris C-based language code API function is ideal for the University Training project reference, easy-to-read, and notes.
hannoi_tuxingjiemian
- 用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!
skyblue_Snake
- 简单贪吃蛇游戏,可以参考,本文件是main 函数 -a little game
Gluttony-snake
- 贪食蛇,你们都懂的。请将程序中的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
Amazon
- 自己编写的亚马逊棋的代码的main函数部分-Amazon Chess code to write your own main function section
Main
- 学习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.
c-trix
- 使用libgdx,模仿悬崖方块功能,在java环境下,直接运行DesktopStarter的main函数-cliff trix
Amazon
- 自己编写的亚马逊棋的代码的main函数部分-Amazon Chess code to write your own main function section
Gluttony-snake
- 贪食蛇,你们都懂的。请将程序中的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
GoBangAI
- 五子棋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
test
- 5.16 创建一个Fraction类执行分数运算。要求如下: (1) 用整形数表示类的private成员变量:f1(分子),f2(分母); (2) 提供构造方法,要求传入两个整型数,初始化分子、分母; (3) 提供两个分数相加、减、乘、除的方法; (4) 提供a/b的形式打印分数; (5) 提供以浮点数形式打印分数; (6) 编写测试类测试分数类的各方法。 5.18 编程实现以下简单超市管理,具体要求如下: (1) 实现描述超市的类Suppermack
elsfk
- 代码编写顺序如下: 游戏界面初始化 游戏开始时,右main函数调用一次 void InitGame() { 提示界面 游戏初始化界面 调用CreateBlock函数生成方块 } 左边是游戏区(区域大小10*20),右边是提示区(包括下一个方块的种类,用户得分) 按键提示: space 暂停 上 旋转 左 方块左移一格 右 方块右移一个 下 方块快速下移 ESC 退出 -C