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

搜索资源列表

  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. 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. 2007122041guessnumber

    0下载:
  2. 猜数字游戏 该程序是由一个主函数调用多个子函数写成的。在主函数main.c里面调用main_menu.c函数,进入游戏菜单界面,首先由一个author( )函数显示作者信息,再由menu( )函数显示选择菜单,游戏者可以从提供的1——4四个选项里选择要做的事,游戏开始,游戏帮助,查看排名还是退出游戏。游戏者输入后,首先对输入的内容进行判断,处理输入了多个或1——4以外的字符。-guess number
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:5258
    • 提供者:张海燕
  1. snake

    0下载:
  2. 采用纯C语言的图形编程设计的一个贪吃蛇的小游戏,交互性较好,界面简洁,主要采用了Graphics库提供的图形函数进行编程-Pure C graphical programming language designed by a Snake, a small games, interactive, well, the interface simple, the main use of the Graphics library provides a graphical programming func
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:23978
    • 提供者:朱小明
  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. BW-chess

    0下载:
  2. bw.dsp 这个文件(项目文件)包含在项目级别的信息和 用于建立一个单一的项目或子项目。其他用户可以共享 项目(。DSP)文件,但他们应该在本地出口的makefile。 bw.h 这是应用程序的主头文件。它包括其他 项目特定的头文件(包括Resource.h)并声明 CBwApp应用程序类。 bw.cpp 这是主要的应用程序的源文件包含应用程序 类CBwApp。 bw.rc 这是对微软W
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:427189
    • 提供者:star
  1. Classic-game-Snake-code

    0下载:
  2. 用C++编写的贪吃蛇的代码,文中包括头文件,主函数,及各类的详细代码,大部分均配有详细的代码说明。-The Snake C++ write code, including header files, the main function, and all kinds of code, the majority are equipped with detailed code instructions.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-14
    • 文件大小:2183
    • 提供者:Danson
  1. OpenDoor

    0下载:
  2. 一款解谜游戏,用的MFC,主要利用的函数就是贴图函数和settimer-A puzzle game, with the MFC, the main use of the function is the mapping function and settimer
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-15
    • 文件大小:9670983
    • 提供者:崔麟
  1. saolei

    0下载:
  2. 使用GTK+库实现一个扫雷程序,GTK+的主要函数和数据结构包括以下三个部分: 1 控制流程(Control Flow) 2 控件管理(Manage Widget) 3 事件处理(Dispose Event) -Implement a demining programs using GTK+ library, the GTK+ main function and data structure includes the following three parts: 1 Contro
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-26
    • 文件大小:5290
    • 提供者:li
  1. paly

    0下载:
  2. 程序在TC3.0环境下编译通过,共有9个函数。分别是printScreen,start,leave,levelChoice,newWord,moving,wordHit,result和main。-Program in TC3.0 environment compiler, a total of nine functions. Are printScreen, start, leave, levelChoice, newWord, moving, wordHit, result and main.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:21169
    • 提供者:liu
  1. c-trix

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

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

    0下载:
  2. 该程序在TC3.0环境下编译通过,共有9个函数。分别是printScreen,start,leave,levelChoice,newWord,moving,wordHit,result和main。 其功能分别是: printScreen:刷新屏幕输出的图像。 Start:用户进入程序时选择开始,退出和求助。 Leave:用户离开程序事提示感谢使用 levelChoice:用户开始之前选择等级 newWord:生成一个新的字母并将其置于首行。 moving:将屏幕上的所
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2585
    • 提供者:
  1. 2048

    0下载:
  2. 本程序为c编写的游戏2048,主要运用了库函数和自定义函数。-The procedure for the preparation of the game c 2048, the main use of the library functions and custom functions.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-08
    • 文件大小:2861
    • 提供者:闫军
搜珍网 www.dssz.com