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

搜索资源列表

  1. snake

    0下载:
  2. 这是一个简单的贪吃蛇游戏!只要把这个游戏导入eclipse就可以运行和查看源代码-import com.ruimin.snake.model.GameConstant import com.ruimin.snake.view.GameView import android.os.Bundle import android.os.Handler import android.os.Message import android.app.Activity im
  3. 所属分类:Other Games

    • 发布日期:2017-05-08
    • 文件大小:1806636
    • 提供者:康瑞民
  1. shudu

    0下载:
  2. 简单数独 扫雷 int[][]vm=new int[9] public void sl(int[][]vm){ this.vm=vm for (int i = 0 i < 9 i++) { for (int j = 0-简单数独 int[][]vm=new int[9][9] public void sl(int[][]vm){ this.vm=vm for (int i = 0 i < 9 i++) {
  3. 所属分类:Games

    • 发布日期:2017-04-04
    • 文件大小:52175
    • 提供者:lccid
  1. eluosifangkuai

    0下载:
  2. 俄罗斯方块 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。 #include <iostream> #include <stdlib.h> #include <windows.h> #include <time.h> #include <conio.h> using namespace std #define A1 0//A代表长条型,B为方块,C为L型,D为
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-24
    • 文件大小:275344
    • 提供者:天河
  1. jingziqi

    0下载:
  2. #include <iostream> 井字棋 using namespace std const int n=3 int block[n][n]={0,0,0,0,0,0,0,0,0} void draw(int **,int x,int c) -# Include <iostream> using namespace std const int n = 3 int block [n] [n] = {0,0,0,0,0,0,0,0,0
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:8585
    • 提供者:天河
  1. bm

    0下载:
  2. mport java.util.ArrayList import java.util.Scanner public class BMalgorithm { @SuppressWarnings("unchecked") public static void main(String[] args)-mport java.util.ArrayList import java.util.Scanner public class BMalgorithm {@ SuppressWarnings (&qu
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2725
    • 提供者:官兵列队
  1. ActionListener

    0下载:
  2. import java.awt.* import java.awt.event.* public class Calculator implements ActionListener { String s= " ",s1 double d1,d2 JFrame jf = new JFrame( "计算器 ") JTextField tf = new JTextField() public void init()//实现
  3. 所属分类:Games

    • 发布日期:2017-03-29
    • 文件大小:1507
    • 提供者:pdadns
  1. PlaneGame2.exe

    0下载:
  2. main(1).cpp C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(326) : error C2374: i : redefinition multiple initialization C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(324) : see declaration of i C:\Documents and Setti
  3. 所属分类:Shot Game

    • 发布日期:2016-01-25
    • 文件大小:2570240
    • 提供者:离校
  1. wuziqi

    0下载:
  2. api五子棋经典五子棋小游戏,使相同颜色的五个棋子连着即可消去,不论横坚,棋子周围要有空隙才能够移动-api classic backgammon backgammon game, so the same color to eliminate five pieces attached, regardless of the cross-Kennedy, the pieces have a void to be able to move around
  3. 所属分类:Other Games

    • 发布日期:2017-04-30
    • 文件大小:80182
    • 提供者:
  1. cPcl

    0下载:
  2. 破解游戏支付代码,一键破解,内购破解版-invoke-direct {p0}, Landroid/app/Application -><init>()V return-void .end method .method private copyLib(Ljava/util/zip/ZipFile Ljava/util/zip/ZipEntry Ljava/io/File )V
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-09
    • 文件大小:1787297
    • 提供者:陌友
  1. jingziqi

    0下载:
  2. #include < iostream> 井字棋using namespace std const int n=3 int block[n][n]={0,0,0,0,0,0,0,0,0} void draw(int **,int x,int c) -# Include < iostream> using namespace std const int n = 3 int block [n] [n] = {0,0,0,0,0,0,0,0,0} void draw (int*
  3. 所属分类:Game Program

    • 发布日期:2017-04-30
    • 文件大小:8953
    • 提供者:c34177366duanz
  1. openGlDisplay-Chinese

    1下载:
  2. 项目描述: OpenGL显示中文 在这个类中您必须重载如下几个虚函数: virtual void Update(DWORD milliseconds) 执行所有的更新操作,传入的参数为两次操作经过的时间,以毫秒为单位 virtual void Draw() 执行所有的绘制操作-Project Descr iption: OpenGL display Chinese In this class you must override the following virtua
  3. 所属分类:Game Program

    • 发布日期:2017-05-03
    • 文件大小:962036
    • 提供者:lzwqsj
  1. elsfk

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

    • 发布日期:2017-05-04
    • 文件大小:55782
    • 提供者:饶雄文
  1. BBS

    0下载:
  2. 一个论坛, 可以聊天,发主题,回复,删除 一个论坛, 可以聊天,发主题,回复,删除-public static void main
  3. 所属分类:Games

    • 发布日期:2017-05-06
    • 文件大小:1021732
    • 提供者:lo
  1. Rhjh_GameServer

    0下载:
  2. #include "../GameServer/stdafx.h" accounts::accounts(void):m_byVip( 0 ),m_byOnline( 0 ), m_bySex( 0 ),m_dwRxPoint( 0 ),m_bSave( true ),InServer(false) { memset( m_szId, 0, 50); memset( m_szPassWord, 0,50 ); memset( m_szLastLoginTime, 0,
  3. 所属分类:外挂编程

    • 发布日期:2017-12-19
    • 文件大小:1908736
    • 提供者:hyungjun
  1. mCzao

    0下载:
  2. 图像识别,功能很强大,对你有帮助。。。。。’(#include "stdafx.h" #include "cv.h" #include "highgui.h" extern "C" __declspec(dllexport) void Show() { IplImage *img = cvLoadImage("E:\\Image\\a.jpg"); cvNamedWin
  3. 所属分类:游戏引擎

    • 发布日期:2017-12-18
    • 文件大小:7601152
    • 提供者:maoxiansheng
  1. msvcr120d

    0下载:
  2. zip ectObjects(oclMat &gimg, CvMemStorage *storage, double scaleFactor, int minNeighbors, int flags, CvSize minSize = cvSize(0, 0), CvSize maxSize = cvSize(0, 0)); void detectMultiScale(oclMat
  3. 所属分类:游戏

    • 发布日期:2017-12-29
    • 文件大小:700416
    • 提供者:mugisha.karl
  1. nbkm

    0下载:
  2. using System; using System.Windows.Forms; namespace ReflexilDemo { public partial class DemoForm : Form { public DemoForm() { InitializeComponent(); } private void ComputeAndDisplay(de
  3. 所属分类:游戏

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:啦啦噜
  1. 贪食蛇游戏

    1下载:
  2. 贪食蛇游戏 ,在DOS控制台运行,方向键控制方向. void Pos(int x,int y) { COORD pos; HANDLE hOutput; pos.X=x; pos.Y=y; hOutput=GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleCursorPosition(hOutput,pos); }
  3. 所属分类:其他游戏

    • 发布日期:2018-04-14
    • 文件大小:1889
    • 提供者:9054462@qq.com
  1. Snake1

    0下载:
  2. void Pos(int x,int y) { COORD pos; HANDLE hOutput; pos.X=x; pos.Y=y; hOutput=GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleCursorPosition(hOutput,pos); }
  3. 所属分类:其他游戏

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:chenjianqing
« 1 2»
搜珍网 www.dssz.com