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

搜索资源列表

  1. tanchishe

    0下载:
  2. 自己用TC写的一个贪吃蛇小游戏。初学C语言的朋友可以参考一下-Own use TC wrote a Snake game. Beginner C language reference for a friend
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:885
    • 提供者:wkiuz
  1. 24dian

    0下载:
  2. 图形化的24点游戏,适合在TC下运行,具有更好的观赏性。-24-point game of the graphical
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:3832
    • 提供者:周星星
  1. TC

    0下载:
  2. 此代码是在Turbo C实现俄罗斯方块游戏 -This code is in the Turbo C to achieve Tetris game
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-24
    • 文件大小:28489
    • 提供者:杨卫成
  1. searchsourcecode

    0下载:
  2. TC版深度搜索、广度搜索源代码,适合C语言初学者参考学习!-TC version of the depth search, breadth search source code
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1020
    • 提供者:xiexin
  1. bianhuanL

    0下载:
  2. 这是一个用tc实现的线段的裁剪算法,但是算法有一点点的漏洞,并不非常完美,这也是为了让初学者不要不经思考就照抄过去-This is a realization of the segment with the tc cut algorithm, but the algorithm has a little bit of vulnerability, is not very perfect, which is not to allow beginners to copy in the past wi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2317
    • 提供者:Eleven
  1. Tetris

    0下载:
  2. 俄罗斯方块,经典游戏。 其中的主要逻辑有:   (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。   (2)得分越高,方块下降速度越快(每200分为单位)。   (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。   游戏控制:   up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。   特点:  
  3. 所属分类:Other Games

    • 发布日期:2017-03-29
    • 文件大小:4105
    • 提供者:随风而去
  1. 20080530133840135

    0下载:
  2. 电力系统潮流上机课程设计教学指导书(适用于Tc),牛顿拉夫逊法
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:10658
    • 提供者:谢军
  1. AUTODILE

    0下载:
  2. 使用TC语言编程,实现简单的电话拨号功能。供参考-Use TC language programming, simple telephone dialing. For reference
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:16221
    • 提供者:zhang kenneth
  1. DH

    0下载:
  2. TC环境下,运用计算机图形学用C语言实现的动画功能。-TC environment, using C language implementation of the animated feature.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:899
    • 提供者:greenen
  1. bresenmham

    0下载:
  2. TC环境下,C语言实现bresenmham椭圆生成算法-TC environment, C language implementation bresenmham Ellipse Algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:832
    • 提供者:greenen
  1. tan

    0下载:
  2. 实现贪吃蛇的游戏,在TC下运行代码,可以试试玩 -shixiantanchishedeyouxi
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1868
    • 提供者:yanzi
  1. dulie

    0下载:
  2. 使用TC的数据结构的基本操作——队列的基本操作-TC data structure using the basic operations- the basic operation of the queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1455
    • 提供者:李樱
  1. erchashu

    0下载:
  2. 使用TC的数据结构的基本操作——二叉树的基本操作-TC data structure using the basic operations- the basic operation of a binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1530
    • 提供者:李樱
  1. lianbiao

    0下载:
  2. 使用TC的数据结构的基本操作——链表的基本操作-TC data structure using the basic operations- list the basic operation of
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1095
    • 提供者:李樱
  1. xianxingbiao

    0下载:
  2. 使用TC的数据结构的基本操作——线性表的基本操作-TC data structure using the basic operations- the basic operation of the linear form
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1321
    • 提供者:李樱
  1. zhan

    0下载:
  2. 使用TC的数据结构的基本操作——栈的基本操作-TC data structure using the basic operations- the basic operation of the stack
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:982
    • 提供者:李樱
  1. matrix

    0下载:
  2. 解矩阵的程序~机电同学的一个作业~~挺有趣的,由于解完后是用图像显示出来~所以也可以学到图像函数~建议用Win-TC跑-Solution matrix of the process ~ E & M students a job ~ ~ quite interesting, because of exhausted solution is to use the image displayed images ~ so it can learn the function ~ is propos
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:31469
    • 提供者:Eri
  1. wr00000000000004

    0下载:
  2. 用c语言编写的 时钟程序 在 tc 下运行-The clock with the c language program
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:30434
    • 提供者:汪然
  1. Typing-Test-Game

    0下载:
  2. 这是我大一的时候做的打字测试游戏,C代码,TC上运行,内涵课程设计说明书和完整代码。-This is my freshman year, when doing typing test game, C code, TC run, connotation, curriculum design specifications and complete code.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-28
    • 文件大小:999667
    • 提供者:jsl
  1. cfileIO

    0下载:
  2. C(C++)语言下文件输入输出函数的一些局限性 ──读《DES数据加密算法原理、实现》的一些心得 程序名称:fileop.cpp 运行环境:win98/dos tc++3-c and c++ file io
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:17709
    • 提供者:liubin
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com