• 大小: 44KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: C/C++
  • 标签:

资源简介

C语言经典程序设计(源代码)之科学计算器

资源截图

代码片段和文件信息

#include “stdio.h“    /* 标准输入输出库      */
#include “string.h“   /* 字符串操作函数库    */
#include “math.h“     /* 数学函数库          */
#include “stdlib.h“   /* 标准函数库          */
#include “graphics.h“ /* 图形函数库          */
#include “bios.h“     /* 基本输入输出系统函数库*/
#include “dos.h“      /* dos函数库           */

#define NUM0       0x5230    /* 小键盘区上数字键0  */
#define NUM1       0x4f31    /* 小键盘区上数字键1  */
#define NUM2       0x5032    /* 小键盘区上数字键2  */
#define NUM3       0x5133    /* 小键盘区上数字键3  */
#define NUM4       0x4b34    /* 小键盘区上数字键4  */
#define NUM5       0x4c35    /* 小键盘区上数字键5  */
#define NUM6       0x4d36    /* 小键盘区上数字键6  */
#define NUM7       0x4737    /* 小键盘区上数字键7  */
#define NUM8       0x4838    /* 小键盘区上数字键8  */
#define NUM9       0x4939    /* 小键盘区上数字键9  */
#define NUMPNT     0x532e  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      30795  2007-07-26 13:14  chap15-src\calc.c

     文件      47474  2007-07-26 13:14  chap15-src\CALC.EXE

     文件      11768  2007-07-26 13:14  chap15-src\CALC.OBJ

     文件       5363  1988-08-29 02:00  chap15-src\EGAVGA.BGI

     文件         40  2007-07-23 12:44  chap15-src\readme.txt

     目录          0  2009-10-28 16:24  chap15-src

----------- ---------  ---------- -----  ----

                95440                    6


评论

共有 条评论