Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" 部分说明 #define MSGLOMEM "Not enough memory to allocate cell." #define MSGEMPTY "Empty" #define MSGTEXT "Text"
资源简介:Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C De...
上传时间: 2013-12-26
上传用户:llandlu
资源简介:C Hw to Program Copyright Q 2001 by Prentice-Hall,Inc. All rights reserved.
上传时间: 2015-08-27
上传用户:ecooo
资源简介:Microsoft?ASP.NET Programming with Microsoft Visual C#?.NET Version 2003 Step By Step
上传时间: 2014-01-02
上传用户:litianchu
资源简介:TC与BC++用户界面程序设计 《Turbo CBorland C++用户界面程序设计》(西安交通大学出版社 周升锋 李立新 等著)的随书软盘,包括很多图形界面开发的实例程序。
上传时间: 2015-04-17
上传用户:ccclll
资源简介:Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的"做什么"而不是"怎么做", 这就是二者最明显的一个区别。函数编程语言...
上传时间: 2013-12-31
上传用户:zhoujunzhen
资源简介:The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHER...
上传时间: 2013-12-20
上传用户:haoxiyizhong
资源简介:ATADRVR是DOS下的磁盘驱动程序,采用PIO传输 ,PCI DMA传输,ATA包,等非常全面代码示例... 内部有C与Asm描述. 编译环境:Borland C/C++ 4.52 与 Borland TASM 4.1
上传时间: 2015-10-16
上传用户:txfyddz
资源简介:This article introduces how to use Visual C++ to develop ActiveX control by example.Then we compile script to insert it into web page.from this ,it displays the strong life of the ActiveX controll in the development of netware.
上传时间: 2015-12-02
上传用户:athjac
资源简介:boland c/c++编译工具bc5(borland c++ 4.5),很难找得呀。
上传时间: 2014-12-07
上传用户:kernaling
资源简介:编译原理课程设计核心模块。(除语义分析外都经过测试) 适用于 Turbo C++,C++ Builder,Visual C++ 若出现内存不足,请将数组定义小一些,且定义为Static 接口说明见Compiler.h文件
上传时间: 2013-12-25
上传用户:WMC_geophy