CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - tc2

搜索资源列表

  1. Address-Book

    0下载:
  2. 调试环境为TC2.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。-Debugging environment for TC2.0. Run this program needs tc several header files. Recommendations to modify the include directory entry in the o
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:1.22kb
    • 提供者:李泉
  1. wadilei

    0下载:
  2. 本程序通过tc2.0和tc3.0编译运行,请在主目录(tc.exe所在的目录)下添加文件out.xia-This procedure tc3.0 compiled through tc2.0 and running, in the main directory (tc.exe where directory) add files under out.xia
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6.03kb
    • 提供者:hunterjie
  1. TC3.0_speed360

    0下载:
  2. WIN-TC是一个TC2 WINDOWS平台开发工具。该软件使用TC2为内核,提供WINDOWS平台的开发界面,因此也就支持WINDOWS平台下的功能,例如剪切、复制、粘贴和查找替换等。而且在功能上也有它的独特特色例如语法加亮、C内嵌汇编、自定义扩展库的支持等。并提供一组相关辅助工具令你在编程过程中更加游刃有余,如虎添翼。 WIN-TC简繁双语版可以正常运行于98及其以上的简体及繁体WINDOWS操作系统上 好的编译工具好-WIN-TC is a TC2
  3. 所属分类:Other systems

    • 发布日期:2017-05-15
    • 文件大小:3.82mb
    • 提供者:陈伟
  1. E2D

    0下载:
  2. 一个在DOS下,用TC2.0开发的,可以飞梭旋扭操作.键盘操作。对于初始化\中断学习\算法分析等很有帮助.-One in DOS, using TC2.0 development can be intortum Shuttle operation. Keyboard operation. Disruption of learning algorithm for the initialization analysis helpful.
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:266.72kb
    • 提供者:卞光曹
  1. phonebook

    0下载:
  2. 用C实现通讯录功能,调试环境为TC2.0-Address Book using C to achieve functional, debugging environment TC2.0
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.84kb
    • 提供者:张磊
  1. Ckeshe

    0下载:
  2. 自己做的C语言课程设计 学生成绩管理系统 仿TC2.0界面 -The C language to do their own curriculum design student achievement management system like interface TC2.0
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:9.07kb
    • 提供者:lanrui
  1. CLOCK

    0下载:
  2. 用TC2.0编写的一个时钟程序,可以跟踪系统的当前时间!-A SMART CLOCK
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.42kb
    • 提供者:ben
  1. Midtermexam

    0下载:
  2. 这是我们图形学考试的其中大作业~老师给了满分。有各种曲线和圆和直线 用TC2.0和WINTC均可打开-Graphics This is our test operation which has given out ~ teachers. There are a variety of curves and circular and linear can be used to open TC2.0 and WINTC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5.01kb
    • 提供者:天堂的神话
  1. WY_TC20H_B0609_newhua

    0下载:
  2. vista下C语言系统环境,是一个强大的学习工具-vista system environment under the C language
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2.41mb
    • 提供者:wenwen
  1. ALLOCATE

    0下载:
  2. 本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0-This section gives three very practical and high-speed memory allocation function. The reader can directly copy these three functions to the progr
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:976byte
    • 提供者:fenghuan
  1. TongXun

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

    • 发布日期:2017-03-31
    • 文件大小:1.21kb
    • 提供者:fenghuan
  1. application_of_undirected_network

    1下载:
  2. 内含源码,以及可执行的exe文件,系统使用说明(tc2.0下运行)。程序可以实现以下功能: 1. 创建无向网。可以输入最多30个城市的信息(输入的城市是连通的):城市的名字,两个城市之间的距离,两个城市之间的票价。 2. 以文件的形式保存输入的城市的信息。 3. 求连通所有城市的最短路径,并用图形界面显示最短路径。 4. 求任意两个城市之间的的最短路径,并用图形界面显示最短路径。 5. 用图形界面显示网络 程序在TC2.0下实现,dos界面,适合C语言初学者练习-Con
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:355.39kb
    • 提供者:yishan
  1. fxset

    0下载:
  2. dos下批处理用工具。多年前练手品。tc2.0-dos batch of tools. Hand goods to practice many years ago. tc2.0
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:7.92kb
    • 提供者:mfyll4
  1. Snake_source

    0下载:
  2. 本程序为贪吃蛇游戏,想必大家都玩过这个游戏,程序源代码用TC2.0编译通过,需要图形驱动文件的支持,在TC2.0的集成环境中有.-This procedure for the Snake game, must we all played the game, with source code compiler TC2.0 passed, the need for graphics driver file support integrated in the environment TC2.0 the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6.4kb
    • 提供者:wzk
  1. CALL1

    0下载:
  2. C语言编的计算器,比较麻烦的计算器,但是纯C语言编的,必须用TC2.0才能正常使用-C-series of calculators, calculator more troublesome, but a pure C language compiled, we must use in order to work properly TC2.0
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:5.9kb
    • 提供者:dowill
  1. xueshengxinxixitong

    0下载:
  2. 学生信息管理系统,密码登陆,学生信息查询,修改,增加,排序!等!运行环境为TC2.1!内容详细,设计图,时间报告,以及说明!-Student Information Management System, password login, student information query, modify, add, sort! And so on! Operating environment for TC2.1! And detailed design plans, time reports, a
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:80.06kb
    • 提供者:王元
  1. LibraryManagementSystem

    0下载:
  2. 运行主程序前,请把HANZI.TXT文件考到TC2的include文件夹,它包含了汉字点阵数据和某些将由程序生成的文本文件的汉字内码信息。 本程序是功能较多的图书管理系统程序,可以添加书籍(每本书都包括编号,分类,书名,价格,目前借阅者,借阅日期,上次归还日期这些书籍信息),添加会员(每个会员包括编号姓名,会员密码,性别,年龄信息),借书,还书,删书,修改书信息,翻页查看所有书籍,翻页查看所有会员,多种方式搜索书籍,查找单个会员,查看单个会员借书情况(包括书编号,书分类,书名,价格,借阅者,
  3. 所属分类:Other windows programs

  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
    • 文件大小:672byte
    • 提供者:亮子
  1. cal

    0下载:
  2. 用C编写的计算器程序,带图形接口.tc2.0通过.-Programmed by c Language,GUI interface included.Can by run by TC2.O.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6.84kb
    • 提供者:王轩辕
  1. vimulation-tc2

    0下载:
  2. 模拟显示器逐行扫描的程序,在tc2,0环境下 做的,很好的哦-Progressive-scan program simulation display in tc2, 0 environment, good oh
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:972kb
    • 提供者:consisteewd
« 12 »
搜珍网 www.dssz.com