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

搜索资源列表

  1. C语言游戏

    0下载:
  2. C语言游戏,很简单,而且很粗糙的感觉.但是代码很短,值得学习.-C language games, which is very simple, but very rough feeling. But code is very short, and worth learning.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:73477
    • 提供者:ll
  1. 1234658745

    0下载:
  2. 100例趣味c语言代码,包括绘制余弦曲线 ,新娘和新郞等等 -100 cases interesting c language code, including the preparation of cosine curve, a new bride and inhumane, etc.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:844193
    • 提供者:
  1. VBKing

    0下载:
  2. 这是我的课程设计报告,本来是用VB设计一个界面出来,里面包含多种小游戏的,可惜删了,只剩下一份报告,里面包含了各个小游戏的程序算法代码:回溯法求解皇后问题、冒泡法的算法描述、快速排序法、二叉排序树(这里用C语言描述)、顺序查找算法、二分法查找、二叉排序树查找(这里用C语言描述)-This is my course design, originally designed with VB is an interface, and which contains a variety of small g
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:13801
    • 提供者:天路
  1. gnometris

    0下载:
  2. linux下的俄罗斯方块,程序短小精悍,代码仅有不到100k,适合于初学C++语言想看看大程序结构的同行们。-Russia under linux box, procedures small and code with less than 100k, suitable for a novice C language to look at the program structure counterparts.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:388981
    • 提供者:luan
  1. guess

    0下载:
  2. 这是一段才数字小游戏的代码,用C#语言编写,在VS2005编译先通过
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:5201
    • 提供者:阿草
  1. 2

    0下载:
  2. 贪吃蛇 c语言版, 仅供学习用,代码比较长,是用队列做的
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:1812
    • 提供者:guhaihai
  1. C游戏代码集

    0下载:
  2. c语言
  3. 所属分类:其他游戏

  1. tankedazhan

    0下载:
  2. 一个很实用的C语言代码,代码一共有四个文件夹,分别代表的是地图、玩家坦克、电脑坦克等,编译环境要是DOS下的Win-tc或者是tc其他的编译器不能用-A very practical C-language code, the code a total of four folders, each represented by the map, the player tanks, tanks, and other computers, the compiler if the DOS environm
  3. 所属分类:Other Games

    • 发布日期:2017-03-27
    • 文件大小:807913
    • 提供者:周辉
  1. lianliankan

    0下载:
  2. 经典的小游戏连连看代码,C语言版的,不妨一看-The classic game Lianliankan code, C language version, we might look at a
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:2086
    • 提供者:刘现龙
  1. C-language-little-game-demining-code

    0下载:
  2. C语言小游戏代码-扫雷代码,需要用到TC里面的图形库。-C language small game code-demining code, need to use TC inside the graph library.
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:7387
    • 提供者:韩昶
  1. snake2.5

    0下载:
  2. 贪吃蛇c语言代码,注意此程序不包含资源文件,仅供参考学习-snake game
  3. 所属分类:Other Games

    • 发布日期:2017-12-01
    • 文件大小:4956
    • 提供者:
  1. c

    0下载:
  2. 这是用c语言编程实现的贪吃蛇游戏的代码,可在visual C++环境下调试成功-This is a Snake game c programming language code, debugging success in visual C++ environment
  3. 所属分类:Other Games

    • 发布日期:2017-11-29
    • 文件大小:5014
    • 提供者:小飞
  1. gobang.tar

    0下载:
  2. Linux系统上基于SDL图形库的五子棋游戏C语言代码。-Linux systems SDL graphics library based on C language code backgammon game.
  3. 所属分类:Other Games

    • 发布日期:2017-05-11
    • 文件大小:2567994
    • 提供者:kenneth
  1. snake.tar

    0下载:
  2. Linux系统上的基于SDL图形库的贪吃蛇C语言代码。-Linux system SDL graphics library based on the Snake C language code.
  3. 所属分类:Other Games

    • 发布日期:2017-05-09
    • 文件大小:2506799
    • 提供者:kenneth
  1. XOR

    0下载:
  2. 从最简单的XOR加密入手吧,编写一个程序,这个程序的功能是这样的,读取animation.cfg文件中前16字节的内容,然后使用0~255之间任一个数值和从animation.cfg文件中提取出来的这16个字节(实际可以提取更多字节作比较,这里只提取文件前16字节)作XOR运算,最后将这256组经过XOR运算的数据放在一起作比较,看哪组数据XOR运算后看上去比较有意义而不是垃圾数据。 按照上面的思路编写出如下C语言代码:-From the most simple XOR encryption
  3. 所属分类:Other Games

    • 发布日期:2017-04-06
    • 文件大小:779
    • 提供者:陳莉雯
  1. Tetris-c

    0下载:
  2. 俄罗斯方c语言代码加详解,非常好的俄罗斯方块代码-Russian side c language code plus detailed, very good Tetris code
  3. 所属分类:Other Games

    • 发布日期:2017-05-10
    • 文件大小:2274457
    • 提供者:刘浩
  1. migong

    0下载:
  2. 迷宫游戏,C语言代码,仅供参考学习,免费-maze game C
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:1252
    • 提供者:王大力
  1. SnakeGame

    0下载:
  2. 一个简单的贪吃蛇小游戏C语言代码,能够实现基本的移动和成长过程-A simple Snake game C language code, to achieve the basic process of moving and growing
  3. 所属分类:Other Games

    • 发布日期:2017-12-11
    • 文件大小:1618
    • 提供者:龙乾
  1. Sokoban

    0下载:
  2. c++语言纯代码,在运行框中实现推箱子游戏(C++ language, implementation of Sokoban)
  3. 所属分类:其他游戏

    • 发布日期:2018-05-01
    • 文件大小:6552576
    • 提供者:GreatDruid
  1. 贪吃蛇-C语言控制台版

    0下载:
  2. C语言的处女作,让我奋战了整整一周的时间,在大一上期末考试前。。。 代码到现在也没优化过,因为我喜欢上python了。。。 v5.1版本加入了人工智障,没有机器学习,连算法都谈不上,不过虐虐手残党还是可以的。 v5.1是数组版的,写了快800行,预计以后会推出 链表版,图形化界面版,python版。
  3. 所属分类:其他游戏

« 12 3 4 »
搜珍网 www.dssz.com