本程序通过tc2.0和tc3.0编译运行,请在主目录(tc.exe所在的目录)下添加文件out.xia
上传时间: 2013-12-25
上传用户:CHENKAI
CAN1.c and CAN2.c are a simple example of configuring a CAN network to transmit and receive data on a CAN network, and how to move information to and from CAN RAM message objects. Each C8051F040-TB CAN node is configured to send a message when it s P3.7 button is depressed/released, with a 0x11 to indicate the button is pushed, and 0x00 when released. Each node also has a message object configured to receive messages. The C8051 tests the received data and will turn on/off the target board s LED. When one target is loaded with CAN2.c and the other is loaded with CAN1.c, one target board s push-button will control the other target board s LED, establishing a simple control link via the CAN bus and can be observed directly on the target boards.
标签: CAN configuring and transmit
上传时间: 2013-12-11
上传用户:weiwolkt
一般的学生成绩管理,要在win-tc中文dos下运行
标签:
上传时间: 2017-01-15
上传用户:zhuimenghuadie
实现直线裁剪,是粱友栋算法啊!本方法需下载才能在TC上运行
上传时间: 2017-01-17
上传用户:Andy123456
C语言指导书,简述了TC的使用方法,和一部分C语言的高级功能,然后着重介绍了几个C语言程序设计实验,包括八皇后问题等。
上传时间: 2017-01-26
上传用户:蠢蠢66
贪吃蛇游戏,以前在网上搜了点然后自己修改做成的,好像在TC环境中实现的吧
标签: 贪吃蛇
上传时间: 2014-09-06
上传用户:小眼睛LSL
读者要在命令行下输入tcc -B d:\tc\source\pport.c,来编译 之后需要编译server.c和clint.c
标签: csourcepport server clint tcc
上传时间: 2017-02-18
上传用户:ZJX5201314
一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [选做内容] 将所建立的哈夫曼树以直观的方式(树或凹入形式的表)显示。
标签: huff_tc
上传时间: 2017-04-18
上传用户:叶山豪
C语言程序开发过程: 1. 编写源程序,形成 *.C文件。 需用编辑工具。 2. 编译源程序,形成目标程序 * . Obj文件。 需用编译工具 tc.exe 。 3. 连接OBJ文件和调用的库函数,形成运行程序*.exe 文件。 需用连接工具 tlink.exe 。
上传时间: 2017-04-22
上传用户:woshiayin
计算高次方数的尾数,大数方的计算,C语言实现,TC运行。
标签: 计算
上传时间: 2013-12-17
上传用户:奇奇奔奔