调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。
上传时间: 2015-08-08
上传用户:ZJX5201314
C语言库函数速查[CHM文档]是一个很好的C语言函数查询器.属于CHM文档. iscntrl 原型:extern int iscntrl(int c) 用法:#include <ctype.h> 功能:判断字符c是否为控制字符 说明:当c在0x00-0x1F之间或等于0x7F(DEL)时,返回非零值,否则返回零。
上传时间: 2015-08-15
上传用户:lht618
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next
上传时间: 2014-01-01
上传用户:caiiicc
JAVA GAME it include collide detection
标签: detection include collide JAVA
上传时间: 2013-12-25
上传用户:zhuimenghuadie
数值方法求解常微分方程的C实现[TEXT为主程序,其余方法(即C文件)放入include文件夹即可]
上传时间: 2015-08-20
上传用户:mpquest
This the offical documents for Csharp. It include all the basics
标签: the documents offical include
上传时间: 2014-01-15
上传用户:sunjet
具体功能 It is the source code for spring. it include spring xml config, spring secutity, spring core, spring oxm tiger.
标签: spring secutity include config
上传时间: 2015-08-27
上传用户:fnhhs
#include "intrins.h" unsigned char SystemError sbit SCL= P1^6 //定义串行时钟线所在口 使用时根据自己的需要 sbit SDA= P1^7 //定义串行数据线所在口 使用时根据自己的需要 #define SomeNOP() {_nop_() _nop_() _nop_() _nop_() }
标签: sbit SystemError unsigned include
上传时间: 2015-08-30
上传用户:rocketrevenge
23种设计模式的java实现 include vistor,proxy,bridge
标签: include bridge vistor proxy
上传时间: 2015-09-02
上传用户:fanboynet
SkillOfHtml skill include basic html and css etc
标签: SkillOfHtml include skill basic
上传时间: 2014-11-26
上传用户:asdfasdfd