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

搜索资源列表

  1. vc6.0环境运行的贪吃蛇源代码

  2. 贪吃蛇的源码,很不错,struct Food { int x;/*食物的横坐标*/ int y;/*食物的纵坐标*/ int yes;/*判断是否要出现食物的变量*/ }food;/*食物的结构体*/ struct Snake { int x[N]; int y[N]; int node;/*蛇的节数*/ int direction;/*蛇移动方向*/ int life;/* 蛇的生命,0活着,1死亡*/
  3. 所属分类:C++

    • 发布日期:2010-07-23
    • 文件大小:4096
    • 提供者:lei52886
  1. 贪吃蛇程序 c语言 可以运行正确

  2. 此程序为一个c语言贪吃蛇 源代码 #define N 200 #include #include #include #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b int i,key; int score=0; int gamespeed=50000; struct Food { int x; int y; int yes; }food; s
  3. 所属分类:C

    • 发布日期:2010-09-11
    • 文件大小:4096
    • 提供者:hongxintao123
  1. 指纹识别的matlab源码

  2. 指纹识别的matlab源码 This code required a lot of time to be developed. Please send the author % money, food, drinks or improvements to the code itself. % This is my postal address: % Luigi Rosa % Via Centrale 35 % 67042 Civita di Bagno % L'Aquila --- ITALY
  3. 所属分类:其它

    • 发布日期:2010-10-17
    • 文件大小:313344
    • 提供者:htzmh
  1. 贪吃蛇游戏源代码java编程

  2. 贪吃蛇游戏源代码、import java.awt.Font; import java.awt.event.KeyAdapter; import java.awt.event.KeyEvent; import java.util.HashSet; import java.util.Set; import javax.swing.JLabel; import cn.itcast.snake.entities.Food; import cn.itcast.snake.entities.Ground;
  3. 所属分类:Java

    • 发布日期:2011-03-23
    • 文件大小:593920
    • 提供者:zhengyumao
  1. 俄罗斯方块游戏 源代码 java版

  2. 俄罗斯方块游戏源代码 java版、import java.awt.Font; import java.awt.event.KeyAdapter; import java.awt.event.KeyEvent; import java.util.HashSet; import java.util.Set; import javax.swing.JLabel; import cn.itcast.snake.entities.Food; import cn.itcast.snake.entities
  3. 所属分类:Java

    • 发布日期:2011-03-23
    • 文件大小:641024
    • 提供者:zhengyumao
  1. C语言课程设计案例精编

  2. #define N 200 #include #include #include #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b int i,key; int score=0;/*得分*/ int gamespeed=50000;/*游戏速度自己调整*/ struct Food { int x;/*食物的横坐标*/ int y;/*食物的纵坐
  3. 所属分类:3G/移动开发

  1. 贪吃蛇C C++程序源代码

  2. 1. //这个是背景的单元格数据结构 2. const length = 40; 3. const width = 20; 4. struct square{ 5. bool blocked; //是否有障碍物 6. bool food; //是否有食物 7. int x; //单元格在背景中的相对横坐标 8. int y; //单元格在背景中的相对纵坐标 9. }bg[length][width]; //直接创建游戏背景 10. 。。。。。。。。 #include #include #i
  3. 所属分类:WindowsPhone

    • 发布日期:2011-12-16
    • 文件大小:76800
    • 提供者:liyan_827
  1. 《C语言课程设计案例精编》源代码

  2. #define N 200 #include #include #include #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5000 #define UP 0x4800 #define ESC 0x011b int i,key; int score=0;/*得分*/ int gamespeed=50000;/*游戏速度自己调整*/ struct Food { int x;/*食物的横坐标*/ int y;/*食物的纵坐
  3. 所属分类:C/C++

    • 发布日期:2012-10-26
    • 文件大小:68608
    • 提供者:chentongxue321
  1. C语言版贪吃蛇代码

  2. C语言版贪食蛇游戏源代码(我自己写的) 热1已有 58 次阅读 2011-01-18 17:57 #include #include #include #include #define UP 0 #define DOWN 1 #define LEFT 2 #define RIGHT 3//宏定义,定义四个方向--0 1 2 3分别代表上下左右 #define TURN_NUM 1000//可以保存的最多转弯次数,一条蛇同时最多只能有1000次的弯曲 #define INIT_LENGT
  3. 所属分类:C

    • 发布日期:2014-06-11
    • 文件大小:46080
    • 提供者:qq_16435347
  1. 贪吃蛇源代码

  2. 一个贪吃蛇的源代码 #include #include #include #include struct Node { int x; int y; struct Node *pre; struct Node *next; }; struct Food { int x; int y; char c; }; void main() { int a[15][15]={0}; int i,j,t,flag=0; char c='d',c1='d'; struct Food food={5,8,
  3. 所属分类:C++

    • 发布日期:2015-01-17
    • 文件大小:5120
    • 提供者:k1980983959
  1. foodJDBC源代码

  2. 这个资源是北大青鸟的书上的练习题的源代码来的,希望可以帮助一下大家
  3. 所属分类:Java

    • 发布日期:2008-11-04
    • 文件大小:555008
    • 提供者:yishenghai
  1. 球球大作战原版agar.io源代码

  2. This is a simple Agar.io clone written with Socket.IO and HTML5 Canvas. There are still a lot of bug, and the code are not optimized yet. Requirement To run the game, you need to have: NodeJS with NPM installed SocketIO Express Installation After cl
  3. 所属分类:Javascript

  1. free-food-at-michigan:网站源代码-Free website source code

  2. free-food-at-michigan:网站源代码
  3. 所属分类:其它

    • 发布日期:2021-03-25
    • 文件大小:156672
    • 提供者:weixin_42118701
  1. food-ordering-system-php:使用PHPMySQLi和源代码的简单在线食品订购系统-Ordering system source code

  2. 使用PHP / MySQL的简单在线食品订购系统 描述 在线食品订购系统是一个使用PHP / MySQL的简单项目。 该项目是使用HTML,CSS,PHP,Javascr ipt(jQuery / Ajax)和Bootstrap开发的。 简单的在线食品订购系统具有管理端和访问者/客户端。 这是一个易于使用的项目,如果您打算为餐馆或咖啡厅构建或开发点餐系统,那么这个简单的项目将是一个不错的开始。 特征 管理类别 管理菜单 管理类别 管理网站信息 管理购物车 退房 用户注册 访问了解更多详细信息。
  3. 所属分类:其它

    • 发布日期:2021-03-25
    • 文件大小:10485760
    • 提供者:weixin_42131424
  1. clean-net:Tensorflow源代码为“ CleanNet-tensorflow source code

  2. 介绍 这是CleanNet,CleanNet的源代码来自Microsoft AI和Research的()。 该实现基于Tensorflow。 清洁网 CleanNet是一个联合神经嵌入网络,用于在标签噪声和标签噪声检测存在的情况下学习图像分类。 为了减少人工清洁标签噪声的工作量,只需要手动验证一部分类别即可提供可以转移到其他类别的标签噪声知识。 模型架构 CleanNet预测的选定示例 “ F”表示在所有类别中通过模型使用验证标签预测的余弦相似度。 “ D”表示转移学习下的余弦相似度(对于Foo
  3. 所属分类:其它

    • 发布日期:2021-03-24
    • 文件大小:918528
    • 提供者:weixin_42121725
  1. 一行代码实现字典转模型。(iOS源代码)

  2. 来源: github/WKModel Licence: MIT 作者: Welkin_Xie 一行代码实现字典转模型。 安装: pod 'WKModel' 并 #import "NSObject+WKModel.h" 构造字典: NSDictionary *detail1 = {"food":"Rice", "drink":"Juice"}; NSDictionary *det
  3. 所属分类:其它

    • 发布日期:2021-03-16
    • 文件大小:153600
    • 提供者:weixin_38728464
  1. food-blog:我使用Gatsby的个人美食博客-源码

  2. 盖茨比的默认启动器 使用此默认样板启动您的项目。 该入门工具随附主要的Gatsby配置文件,您可能需要使用React的快速应用生成器快速启动并运行。 还有其他更具体的想法吗? 您可能需要查看我们充满活力的集合。 :rocket: 快速开始 创建一个Gatsby网站。 使用Gatsby CLI创建一个新站点,并指定默认启动器。 # create a new Gatsby site using the default starter gatsby new my-default-starter
  3. 所属分类:其它

    • 发布日期:2021-02-26
    • 文件大小:76546048
    • 提供者:weixin_42126668
  1. Food-of-the-World:源代码-Source code world

  2. Food-of-the-World:源代码
  3. 所属分类:其它

    • 发布日期:2021-03-25
    • 文件大小:14336
    • 提供者:weixin_42164702