您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 贪吃蛇小游戏代码C++编写,面向对象设计

  2. 代码不长,仅供参考,借鉴来的,小游戏, CSnakeGame::CSnakeGame(IGraphicOut * const pGO) : IActionHandler(pGO), m_xSize(15), m_ySize(15), m_xPos(m_xSize/2), m_yPos(m_ySize/2), m_xPosBody(m_xPos+1), m_yPosBody(m_yPos), m_curDir(left), m_score(12345) , m_timerCount(0), m_
  3. 所属分类:C++

    • 发布日期:2009-11-13
    • 文件大小:58368
    • 提供者:liulang2008
  1. t-snake的算法 ,可以用来进行轮廓提取和结构变化

  2. t-snake的算法 ,可以用来进行轮廓提取和结构变化
  3. 所属分类:其它

    • 发布日期:2010-01-06
    • 文件大小:17408
    • 提供者:qazzhailiang
  1. vc++游戏设计案例

  2. // MainFrm.cpp : implementation of the CMainFrame class // #include "stdafx.h" #include "Snake.h" #include "MainFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif //////////////////////////////////
  3. 所属分类:C++

    • 发布日期:2010-07-01
    • 文件大小:3145728
    • 提供者:popmusican123
  1. 主动轮廓模型(基于GVF和VFC)应用

  2. 使用GVF域和VFC域进行图片分割 % Vector field convolution (VFC) external force field example. % % See also AMT, EXAMPLE_PIG, AM_VFC, AM_VFK, AC_DISPLAY. % % Reference % [1] Bing Li and Scott T. Acton, "Active contour external force using % vector field convoluti
  3. 所属分类:C

    • 发布日期:2010-07-17
    • 文件大小:4194304
    • 提供者:hzeuhxhglf
  1. 可运行的贪吃蛇java小程序

  2. 可以用java运行的贪吃蛇小程序 Button snake[]; //定义蛇按钮 int shu=0; //蛇的节数 int food[]; //食物数组 boolean result=true; //判定结果是输 还是赢 Thread thread; //定义线程 static int weix,weiy; //食物位置 boolean t=true; //判定游戏是否结束 int fangxiang=0; //蛇移动方向 int x=0,y=0; //蛇头位置 MyPanel()
  3. 所属分类:Java

    • 发布日期:2011-02-28
    • 文件大小:5120
    • 提供者:liqibiao
  1. java游戏:贪吃蛇

  2. 项目名:snake。 类:{ snakeJFrame.SnakeFrm; snake.Location; snake.Map; snake.Snake; } 需要:JDK1.5 or 1.6 运行:直接打开SnakeFrm,run as application; 细节:蛇和实物由button组成,无图片。 线程控制蛇动。 修改SnakeFrm.NAN_DO,控制难度。 按键“T”,可暂停游戏。 本程序为本人几年前学习面向对象后编写,编程的思想是模仿老师教的我们做的程序"中国象棋"。 程序界面丑
  3. 所属分类:Java

    • 发布日期:2012-03-27
    • 文件大小:11264
    • 提供者:zoutuo_1986
  1. NC原版与VC60版本

  2. 软件介绍: 工具名:Netcat 作者:Hobbit && Chris Wysopal 类别:开放源码 平台:Linux/BSD/Unix/Windows WINDOWS下版本号:[v1.10 NT] 参数介绍: *nc.exe -h*即可看到各参数的使用方法。 基本格式:nc [-options] hostname port[s] [ports] … nc -l -p port [options] [hostname] [port] -d 后台模式 -e prog 程序重定向,一旦连接,就执
  3. 所属分类:C

    • 发布日期:2012-07-18
    • 文件大小:123904
    • 提供者:xinyueliu
  1. SFML.Game.Development.by.Example.178528734

  2. Create and develop exciting games from start to finish using SFML About This Book Familiarize yourself with the SFML library and explore additional game development techniques Craft, shape, and improve your games with SFML and common game design ele
  3. 所属分类:网络游戏

    • 发布日期:2016-01-04
    • 文件大小:3145728
    • 提供者:ramissue
  1. c++纯贪吃蛇(全变

  2. #include #include #include #include #include const int size=13,gameSpeed=500; class node { private: int x; int y; node *next; public: node(); void changeX(int X); void changeY(int Y); void changeNext(node *N); int getX(); int getY(); node *getN
  3. 所属分类:其它

    • 发布日期:2016-01-28
    • 文件大小:26624
    • 提供者:qq_33876503
  1. 非常好的MySQL中文参考手册

  2. MySQL中文参考手册 8 MySQL教程 本章通过演示如何使用mysql客户程序创造和使用一个简单的数据库,提供一个MySQL的入门教程。mysql(有时称为“终端监视器”或只是“监视”)是一个交互式程序,允许你连接一个MySQL服务器,运行查询并察看结果。mysql可以用于批模式:你预先把查询放在一个文件中,然后告诉mysql执行文件的内容。使用mysql的两个方法都在这里涉及。 为了看清由mysql提供的一个选择项目表了,用--help选项调用它: shell> mysql --h
  3. 所属分类:其它

    • 发布日期:2009-02-21
    • 文件大小:447488
    • 提供者:stanleybdk
  1. Learning Java by Building Android Games

  2. Get ready for a fun-filled experience of learning Java by developing games for the Android platform Android is one of the most popular mobile operating systems presently. It uses the most popular programming language, Java, as the primary language f
  3. 所属分类:Java

    • 发布日期:2018-10-02
    • 文件大小:12582912
    • 提供者:tlforest
  1. unity蛇大战方块游戏源码

  2. unity蛇大战方块游戏源码 要求Unity 5.6.1 或更高版本。 Snake VS Block is the actual trendy game on the AppStore! The goal here is to collect as much food as you can to make your snake grow, while you are exploding the blocks toat are blocking your way. Each time you h
  3. 所属分类:Unity3D

    • 发布日期:2018-11-21
    • 文件大小:3145728
    • 提供者:qq_22644967
  1. Amazon近半年电面题.pdf

  2. 亚马逊近半年来的电面coding题目,包括LeetCode上对应的题号12/12018 (5)Amazon -LeetCode ˇ轷0亓R(x,n) problems/ powx-n) Aceptance MftliHunty Frequency 0 51 N-Queens (problems/n-queens) 36.3% Hard v 53 Maximum Subarray (problems/maximum-subarray) 41.8% Easy v 54 Spiral Matrix (
  3. 所属分类:C/C++

    • 发布日期:2019-07-16
    • 文件大小:281600
    • 提供者:air476861022
  1. Android代码-Pseudo-snake

  2. android-lab3 Simple game à la snake using sensors This is project created some years ago for university course. Code is a bit legacy and isnt well organized. App is written in Kotlin and uses canvas.
  3. 所属分类:其它

    • 发布日期:2019-08-06
    • 文件大小:158720
    • 提供者:weixin_39840924
  1. MySQL数据备份和恢复(导出和导入)

  2. MySQL数据备份和恢复(导出和导入)43.如果你使用-- flush-logs设置检査点到备份时,有可能最好是倾倒整个数据 库 44.如果你倾倒单独的文件,较难将更新日志检查点与备份文件同步。在恢复期 可,你通常按数据库为基础提取更新日志内容,对单个表没有提取更新的选择,所以 你必须自己提取它们 45.缺省地, mysqldump在写入前将一个表的整个内容读进内存。这通常确实 不必要,并且实际上如果你有一个大表,几乎是失败的。你可用- quick选项告 诉 mysqldump只要 46.它检索
  3. 所属分类:MySQL

    • 发布日期:2019-07-02
    • 文件大小:338944
    • 提供者:abacaba
  1. Python中元组,列表,字典的区别

  2. Python中,有3种内建的数据结构:列表、元组和字典。 1.列表      list是处理一组有序项目的数据结构,即你可以在一个列表中存储一个序列的项目。列表中的项目。列表中的项目应该包括在方括号中,这样python就知道你是在指明一个列表。一旦你创建了一个列表,你就可以添加,删除,或者是搜索列表中的项目。由于你可以增加或删除项目,我们说列表是可变的数据类型,即这种类型是可以被改变的,并且列表是可以嵌套的。 实例: #coding=utf-8 animalslist=['fox','tige
  3. 所属分类:其它

    • 发布日期:2020-12-24
    • 文件大小:59392
    • 提供者:weixin_38729022
  1. docker-env-源码

  2. 码头工人:Git 第1步-创建独立卷 docker volume create --name DataVolume 第2步-建立开发环境 docker build . -t dev 第3步-启动开发环境 docker run -ti --rm -v DataVolume:/volume dev bash Docker:木星实验室 :snake: docker run --user root -v DataVolume:/home/jovyan -e CHOWN_HOME=yes -e CHOWN
  3. 所属分类:其它

    • 发布日期:2021-03-22
    • 文件大小:1024
    • 提供者:weixin_42151305
  1. SnakeGame:用python制作的Snake Game。这是我第一次使用pygame模块-源码

  2. 蛇游戏 python中的蛇游戏。 这是我第一次使用pygame模块。 我观看了一步一步YouTube教程进行编码。 归功于“清除代码”。 链接到youtube视频: : QFvqStqPCRU t
  3. 所属分类:其它

    • 发布日期:2021-03-16
    • 文件大小:3072
    • 提供者:weixin_42134117
  1. P5-Snake-Game:建立在P5.js上的Snake游戏-源码

  2. P5蛇游戏 建立在P5.js教程上的Snake游戏如下: : AaGK-fj-BAM t 402s
  3. 所属分类:其它

    • 发布日期:2021-02-19
    • 文件大小:52224
    • 提供者:weixin_42171132
  1. :snake: GitHub |上最好的Slack Selfbot明星:- M4cs / Slacky-源码

  2. The First Python Selfbot for Slack Workspaces :white_medium_star: What is this? Slacky is a self-bot for Slack. What is a selfbot? Unlike a normal Slack Bot, Slacky makes all it's request using your personal user token so that it can act as you. Ther
  3. 所属分类:其它

    • 发布日期:2021-01-27
    • 文件大小:34603008
    • 提供者:weixin_38682406
« 12 »