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

搜索资源列表

  1. TC3_ucos2_ucgui

    0下载:
  2. Turbo C 3.0 + UCOS2 + UCGUI PC学习版本, 在csword网友的基础上改正了一个BGI的小问题,并 加入了IDE环境:Turbo C++ 3.0 带路径直接解压到到D:\\根目录就能用, 解压后,请运行d:\\myworks\\tc\\tc.exe 而后打开项目选择d:\\myworks\\tc\\bin\\ucgui\\ucgui.prj 而后按Ctrl+F9下运行即可。 注意运行后在WinXP全屏下会没有响应, 建议在Vmware下
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:4662019
    • 提供者:王萧风
  1. TC3_ucos2_ucgui2

    0下载:
  2. 在纯DOS下运行的TurboC3_ucos2_ucgui bug改进版本,直接解压到D:\\根目录下,运行D:\\myworks\\tc\\bin\\tc.exe,打开project,打开ucgui目录下的ucgui.prj,而后按Ctrl+F9编译并运行!-in pure running under DOS TurboC3_ucos2_ucgui bug improved version directly to extract D : \\ root directory, typing D :
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:5379254
    • 提供者:王萧风
  1. c_wenbenbianjiqi

    0下载:
  2. 用C语言编写的功能强大的文本编辑器。 说明: 调试环境为TC2.0或者TC3.0。运行这个程序需要TC提供的几个头文件。建议修改“options”菜单中的“include”目录项指向Tc的include目录;或者把源程序拷贝到TC目录下运行。 运行时需要做生成一个工程文件来包含所有的C源代码,制作工程文件(后缀.prj)。在TC2.0里面,需要输入.c文件的文件名,而在TC3.0里面,则可以通过鼠标和菜单选择要放到工程中的文件。-C language of the pow
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:312118
    • 提供者:王超
  1. AsynchronousClass.ZIP

    1下载:
  2. windows下串口同步通信的一个类,The files ASYNCH.H and ASYNCH.CPP are the actual source code to the asynchronous object class. The file SPDTERM.CPP is merely a sample test program to test the interrupt and some of the functions of the class. To compile, sim
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:6983
    • 提供者:谭鸿
  1. 编译原理---算浮优先算法

    0下载:
  2. 简单介绍一下,整个工程分为5个文件:Main.c ----- 程序的入口点,其实很简单,就是调用两个函数。Global.h ----- 定义了一些全局变量及宏Parse.h ----- 语法分析器的主要算法Prece.h ----- 定义和实现了一些关于优先级的操作Stack.h ----- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:12104
    • 提供者:李雷
  1. 170054yufa 1234234234

    0下载:
  2. 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎么样把课堂上学到的知识运用到实际编程当中去,工程中所用到的模块化思想,数据结构等知识都是大家学过的,大三了,希望大家在最后这段时间里把写程序的本领练就出来-definition and implementation of a stack and operation of the compile
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:188571
    • 提供者:张学友
  1. project

    0下载:
  2. 数独游戏 二、 使用说明 1. 安装手册 将project_rar解压缩即可。 其中main.c和graphic.c为主要程序文件。Include中是头文件库。其他为bmp形式图片。 2. 使用手册 编译后直接运行生成的main.exe,根据提示操作即可。 -Sudoku Game Two, the use of one. Project_rar installation manual will be extracted. Main.c and graph
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:498183
    • 提供者:石鑫磊
  1. TEMP

    0下载:
  2. TEMP:包括两个小工程程序,hello和henit。 工程:不止一个源文件的程序。 eg:WIN-TC不支持工程,只能运行一个源文件(C文件)+若干头文件的程序。-TEMP: consists of two small works procedures, hello and henit. Project: more than one source file. eg: WIN-TC does not support the project, only to run a source
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2446
    • 提供者:shaofeng
  1. SocketSet

    0下载:
  2. 此工程为通信系统TC/IP协议 主要技术是纯java 主要用到的io流,输入流如:InputStream,InputStreamReader,BufferedReader等。输出流如:OutputStream,OutputStreamWriter,PrintWriter等 功能:主要是通过服务器端,客户端的通信,符合多线程的开发,请使用者放心使用 描述:此小项目用到了各种io流,对于学习流的人有极大帮助。-This works for communications systems
  3. 所属分类:Static control

    • 发布日期:2017-03-30
    • 文件大小:16734
    • 提供者:wangfengyang
  1. TC

    0下载:
  2. this a project of tc lol enjoy ite-this is a project of tc lol enjoy ite
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2808686
    • 提供者:staricee
  1. tanchishe_tc

    0下载:
  2. 本游戏源码为TC小游戏!已在TC上运行良好!读者可直接将其拷贝到你的…..tc\\...project\\目录下! 但仍需注意的是:首先应对TC的图形编程有点了解! -This game source code for the TC game! Has run well in the TC! Readers can copy it directly to your ... .. tc \ \ ... project \ \ directory! But still need attent
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-05
    • 文件大小:28797
    • 提供者:douyu
  1. juce_1_53

    0下载:
  2. JUCE最突出的特点是其对音频的特殊支持。JUCE原本是作为Tracktion audiosequencer的一部分而开发的,但后来脱离出来成为了一个独立的工程。JUCE支持音频和MIDI回放,复音合成器,对多种音频格式文件的读取。同时,JUCE还封装了诸如VST、RTAS、AU等技术的代码,能够开发各种音源、效果插件。众多音频厂商如Imageline、M-AUDIO、cycling74、KORG、Presonus、TC Group等等都是JUCE的使用者。-JUCE most prominen
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-23
    • 文件大小:7623534
    • 提供者:Andy
  1. phone-operated-robot

    0下载:
  2. In the project the robot is controlled by a mobile phone that makes a call to the mobile phone attached to the robot. In the course of a call, if any button is pressed a tone corresponding to the button pressed is heard at the other end called 慏ual T
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:973855
    • 提供者:rajesh vana
  1. pushbox.rar

    0下载:
  2. TC环境中编写的推箱子游戏,共有四关,是本人的毕业设计,TC environment to write the Sokoban game, there were four off, my graduation project
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:14531
    • 提供者:张小孔
  1. game

    0下载:
  2. 本游戏源码为TC小游戏!已在TC上运行良好!读者可直接将其拷贝到你的…..tc\\...project\\目录下! 但仍需注意的是:首先应对TC的图形编程有点了解! -The game source code for the TC game! Already running on TC good! Readers can directly copy it to your ..... tc \ \ ... project \ \ directory! But still need to b
  3. 所属分类:Other Games

    • 发布日期:2017-04-16
    • 文件大小:23500
    • 提供者:wsw
  1. iVoltmeter.v1.1

    0下载:
  2. 程序基于xmega128 a1单片机实现了ADC模块、USART模块、TC/Counter 模块;将ADC采样的电压数据定时通过串口发送出去-This project is a voltage measurement tool which is based on the xMega128.A1 board, That means this program is a embedded program. Features: 1.Read the differential value b
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:23968
    • 提供者:Simon.Lau
搜珍网 www.dssz.com