#include "stdio.h" #include "math.h" #include "malloc.h" #include "string.h" #Define m 6 #Define n 29 #Define p 0.5
标签: include Define malloc string
上传时间: 2014-06-01
上传用户:yepeng139
/*双龙ISP板*/ //#Define SOME_CHIP /*只支持少数几种芯片*/只支持生产所用的芯片,避免太多的芯片选择导至出错!!! */
上传时间: 2015-05-26
上传用户:来茴
//使用说明: //使用前请先定义keyscan为单片机的 //某个端口,如#Define keyscan P1 //程序中扫描信号从keyscan高4位输出, //键值返回信号从keyscan低4位读入, //故使用时硬件电路需要与之相对, //或者把软件中相应地方修改即可
上传时间: 2015-06-10
上传用户:lz4v4
//使用前请先定义keyscan为单片机的 //某个端口,如#Define keyscan P1 //程序中扫描信号从keyscan高4位输出, //键值返回信号从keyscan低4位读入, //故使用时硬件电路需要与之相对, //或者把软件中相应地方修改即可
上传时间: 2013-12-26
上传用户:阳光少年2016
//液晶显示初始化ini_OCMJ(void)和驱动程序sub_lcd(uchar in)。 //占用I/O口为 #Define LCD_OUT P4 //sbit LCD_BUSY=P3^6 //sbit LCD_REQ=P3^7
标签: ini_OCMJ LCD_BUSY LCD_OUT sub_lcd
上传时间: 2015-06-10
上传用户:集美慧
sja1000 Define head file
上传时间: 2013-12-23
上传用户:thuyenvinh
/* This program generates the DApkg.vhd file that is used to Define * the DA filter core and gives its parameters and the contents of the * Distributed Arithmetic Look-up-table "DALUT" according to the DA algorithm
标签: generates the program Define
上传时间: 2015-07-07
上传用户:wangchong
#include "Define.h" #include <stdio.h> #include <string.h> #include <ctype.h> #include <malloc.h> FILE *fp /*////////////////////////////////////////////////////////////////////////////// This is a pretreatment. /////////////////////////////////////////////////////////////////////////////*/ void readIntoBuffer(char buffer[256]) { char ch1 char temp int i for(i=0 i<256&&!feof(fp) i++) { ch1=fgetc(fp) if(ch1== )
上传时间: 2015-07-16
上传用户:ynsnjs
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"
标签: International Copyright Borland S_IREAD
上传时间: 2013-12-26
上传用户:llandlu
#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 Demonstration MSGKEYPRESS MSGHEADER
上传时间: 2015-07-22
上传用户:xinzhch