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

搜索资源列表

  1. do.c

    0下载:
  2. 递归的使用 tc2.0 编译通过 24点用一笔连起来但只能用横线和竖线进行连接,最右边第二行的圆圈处不能用线进行连接 如图所示: 思路:用递归实现,设计一个递归函数tf()进行查找下一个节点并连接以第一行第一列的点为(1,1)第二行第一列为(2,1)编好每个点的坐标,在tf函数中先查找于自身节点相邻的且可以连接的点然后进行连接,然后就以此节点为寻找下一可用结点直到tf()函数返回0,就返回。-Up with an even 24 points but o
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:969
    • 提供者:刘海月
  1. Hzf

    0下载:
  2. 单个汉字库字摸提取程序, tc2.0编译-Touch a single word of Chinese characters library extraction procedures, tc2.0 compile
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:938
    • 提供者:huang
  1. ptc

    0下载:
  2. tc2.0的编程软件,其功能强大,使用方便,是一个很好的软件。-tc2.0 programming software, powerful and easy to use, is a good software.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3191461
    • 提供者:hua
  1. Win-TC2(SourceCode)

    1下载:
  2. 一款仿Win-TC的c编辑器,delphi写成。 代码有点混乱,不过还是有参考价值的。-An imitation of Win-TC c-editor, delphi written. Code is a bit confusing, but still useful.
  3. 所属分类:Windows Develop

    • 发布日期:2015-07-31
    • 文件大小:646144
    • 提供者:ekd
  1. GOBANG

    0下载:
  2. 本系统是一个五子棋游戏,在TC2.0下编译通过,基本规则:选定一方先下,之后黑白双方依次落子。棋盘上形成横向、竖向、斜向的连续的相同颜色的五个棋子称为“五连”。黑白双方先在棋盘上形成五连的一方为胜。若对局双方均认为不可能形成五连或是剩余空间已不足以形成五连则为和棋。通过本系统,用户可以体验到人人对战和人机对战。棋间支持一步悔棋。用↑、↓、←、→控制棋子的上、下、左、右。每次提示哪方落子,按下空格落子,按下ESC退出。考虑禁手——六连子。-This system is a backgammon g
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:9063
    • 提供者:zhb
  1. Snake

    0下载:
  2. 贪食蛇源码 本程序基于win-tc编译. win-tc是由吴进制作的基于TC2.0内核的windows界面C编译器, 语法与TC2.0完全相同.-Snake Source
  3. 所属分类:Game Program

    • 发布日期:2017-04-04
    • 文件大小:239807
    • 提供者:qrbo
  1. ship

    0下载:
  2. 调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。-Debugging environment TC2.0 or TC3.0. Tc run the program needs to provide a few header files. Proposed changes include options menu item
  3. 所属分类:Other Games

    • 发布日期:2017-04-17
    • 文件大小:229828
    • 提供者:feifei
  1. CAPI

    0下载:
  2. C 语言函数大全,包含TC2.0用到的绝大多数函数,很实用-C language function Daquan, including TC2.0 most used function, it is useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:374389
    • 提供者:刘SIR
  1. tcmouse

    0下载:
  2. 采用TC2.0工具实现WINxp下鼠标的显示,使用了DOS中断机制,可以分别在字符模式下、VGA256模式下实现鼠标的显示。-Tools used to achieve WINxp mouse TC2.0 display, use the DOS interrupt mechanism can be detected in character mode, VGA256 mode to achieve the display of the mouse.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:833
    • 提供者:yljhs
  1. SHOWBMP

    1下载:
  2. 用TC2.0实现256色BMP图片的读取和现实。源码中还实现了云状图形的边界自动检测算法。-Achieved with 256-color BMP image TC2.0 read and practical. Source also implements automatic cloud detection algorithm for the boundary graph.
  3. 所属分类:Picture Viewer

    • 发布日期:2014-04-28
    • 文件大小:1024
    • 提供者:yljhs
  1. Tank

    0下载:
  2. 在tc2.0下编译的坦克游戏,适合初学者学习-Compiled in tc2.0 tank game for beginners to learn
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6848
    • 提供者:金深
  1. TC2.0

    0下载:
  2. 一个51下的源代码开放的操作系统small rtos-51 source code under an open operating system, small rtos
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1021809
    • 提供者:系统
  1. stu

    0下载:
  2. 这是一个用c语言编写的学生成绩管理系统,在TC2.0下可以运行,虽然是个小系统,但是很经典;-This is a language with the c student achievement management system can run in TC2.0, although a small system, but a classic
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:3077
    • 提供者:廖鑫泉
  1. box

    0下载:
  2. TC2.0编译,DOS图形界面推箱子小游戏,菜单功能有待完善-TC2.0 compiler, DOS graphical interface Sokoban game menu functions need to be improved
  3. 所属分类:Game Program

    • 发布日期:2017-04-02
    • 文件大小:49801
    • 提供者:牧歌
  1. 123.RAR

    0下载:
  2. 这是一个小软件,汉化版的 tc2.0,很好用的。-This is a small software, finished version of the tc2.0, very good use.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-20
    • 文件大小:6068353
    • 提供者:heiying
  1. sound

    0下载:
  2. 聆听混沌的声音 本世纪70年代初,美国普林斯顿大学的生态学家R·May在研究昆虫群体繁殖规律时提出一个著名的模型: χ[n+1]=k*χ[n]*(1-χ[n])   其中χ[n]表示第n代群体的数目。当给定一个初始的χ[0]值,然后不停地迭代,人们发现随着k值的不同,得到的序列χn 有许多有趣的现象。当k值介于0与1之间时,χ[n]经过一定次数的迭代后都趋于0。当k值介于1和3之间时趋于1/k,当k值大于3时,经过一定次数的迭代后χ[n]在2个值之间交替变化,k值
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:672
    • 提供者:亮子
  1. schlange

    0下载:
  2. 本程序为贪吃蛇游戏,想必大家都玩过这个游戏,程序源代码用TC2.0编译通过,需要图形驱动文件的支持,在TC2.0的集成环境中有.-This program is Snake game, surely we have played this game, the program source code compile using TC2.0 need graphics driver file support, integrated environment in TC2.0 there.
  3. 所属分类:Game Program

    • 发布日期:2017-04-09
    • 文件大小:6550
    • 提供者:Ling
  1. 1

    0下载:
  2. 实现一种改进的Bresenham直线算法,是计算机图形学中的内容,运行环境为tc2.0-To achieve an improved Bresenham line algorithm, It is the contents of the computer graphics
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:811
    • 提供者:zhangyongliang
  1. train

    0下载:
  2. c语言编写的火车售票系统,在tc2.0下运行-c language train ticketing system, running under the tc2.0
  3. 所属分类:transportation applications

    • 发布日期:2017-04-03
    • 文件大小:10015
    • 提供者:陈彬彬
  1. DOS-OS

    0下载:
  2. 基于DOS的多任务操作系统,运行环境:TC2.0+-DOS-based multitasking operating system, operating environment: TC2.0+
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:7910
    • 提供者:左左七
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 19 »
搜珍网 www.dssz.com