亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

define

define,宏定義,C語言中預(yù)處理命令一種。分為無參宏定義和帶參宏定義。無參宏定義的一般形式為:#define宏名字符串;帶參宏定義的一般形式為:#define宏名(參數(shù)表)字符串;
  • #include <reg51.h> /*-------------------------------------------- 調(diào)用方式:自行I/O 口定義﹫2001/05/12

    #include <reg51.h> /*-------------------------------------------- 調(diào)用方式:自行I/O 口定義﹫2001/05/12 函數(shù)說明:私有函數(shù),各接口定義 --------------------------------------------*/ sbit HD7279_CS=P1^4 // HD7279_CS--P1.4 sbit HD7279_CLK=P1^5 // HD7279_CLK-- P1.5 sbit HD7279_DATA=P1^6 // HD7279_DATA-- P1.2 sbit HD7279_KEY =P1^7 // HD7279_KEY-- P1.3 /*-------------------------------------------- 調(diào)用方式: HD7279A 各指令定義﹫2001/05/12 函數(shù)說明:私有函數(shù),接口定義 --------------------------------------------* /#define HD7279_RESET 0xa4 //復(fù)位 #define HD7279_TEST 0xbf //測試 #define HD7279_RLC 0xa3 //循環(huán)左移 #define HD7279_RRC 0xa2 //循環(huán)右移 #define HD7279_RL 0xa1 //左移 #define HD7279_RR 0xa0 //右移 #define HD7279_DECODE0 0x80 //譯碼方式0 #define HD7279_DECODE1 0xc8 //譯碼方式1

    標(biāo)簽: include 2001 reg 51

    上傳時(shí)間: 2013-12-31

    上傳用戶:三人用菜

  • 三星lcd驅(qū)動(dòng)

    三星lcd驅(qū)動(dòng),S6B0741,128X129FENBLV#ifndef _LCD_H_ #define _LCD_H_ #include "settings.h" #include "Battery.h" #include "EnDecode.h" #include "main.h"

    標(biāo)簽: lcd 三星 驅(qū)動(dòng)

    上傳時(shí)間: 2013-12-19

    上傳用戶:tianyi223

  • CForms, by Lars Berntzon (Stockholm, Sweden), is a tool for building interactive forms-driven applic

    CForms, by Lars Berntzon (Stockholm, Sweden), is a tool for building interactive forms-driven applications. CForms applications can run on nany type of library supported by the "curses" library. CForms uses a language-based design to define forms. An application may contain C source modules, field pictures, field definitions, literals, and events. CForms applications must be compiled with the CFC compiler and linked with the CFL linker.CForms runs on most Unix SYSV compatible platforms including SunOS, Dell-SVR4, and Diab SYSV.3. It requires a curses library and yacc or GNU Bison. CForms version 2.1 is now available as volume #402 in the CUG Library.

    標(biāo)簽: forms-driven interactive Stockholm Berntzon

    上傳時(shí)間: 2013-12-20

    上傳用戶:himbly

  • bp神經(jīng)網(wǎng)絡(luò)

    bp神經(jīng)網(wǎng)絡(luò),N 11 //學(xué)習(xí)樣本個(gè)數(shù) #define IN 5 //輸入層神經(jīng)元數(shù)目 #define HN 8 //隱層神經(jīng)元數(shù)目 #define HC 3 //隱層層數(shù) #define ON 3 //輸出層神經(jīng)元數(shù)目

    標(biāo)簽: 神經(jīng)網(wǎng)絡(luò)

    上傳時(shí)間: 2013-11-26

    上傳用戶:rocketrevenge

  • #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h&

    #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef int Status typedef char TElemType /*樹元素的類型*/ int t=35 int n=20 int h=14 int u=2 int leaf=0,non_l_leaf=0,non_r_leaf=0,root=0 /*各種結(jié)點(diǎn)數(shù)*/ char le[m],l[m],r[m],ro[m] /*用與存放各種結(jié)點(diǎn)*/ typedef struct BiTNode/*定義二叉樹*/

    標(biāo)簽: include lt gt graphics

    上傳時(shí)間: 2013-12-15

    上傳用戶:liansi

  • C語言的名里使用方法

    C語言的名里使用方法,包括輸入輸出函數(shù),scanf,printf,define,還有ASCII碼表

    標(biāo)簽: C語言

    上傳時(shí)間: 2014-01-04

    上傳用戶:

  • This guide reviews the rules and syntax of the principle commands that comprise C and its object-ori

    This guide reviews the rules and syntax of the principle commands that comprise C and its object-oriented cousin, C++. The reference consists of 19 chapters that define operators and the standard input/output, string, character, and more.

    標(biāo)簽: object-ori and principle the

    上傳時(shí)間: 2014-01-15

    上傳用戶:ve3344

  • #include "REG51.H" #include <intrins.h> #include "Common.h" //#include "Remote.h" #def

    #include "REG51.H" #include <intrins.h> #include "Common.h" //#include "Remote.h" #define OSD_EN //typedef unsigned char uCHAR //#include "T100Data_A.h" //#include "T100Data_PA.h" //#include "T100Data_AU.h" //#include "T100Data_CPT.h" //#include "T100Data_PANASONIC.h" //#include "T100Data_PVI7.h" //#include "T100Data_LG.h" //#include "T100Data_FOX.h" #include "T100Data_PVI8.h" #ifdef OSD_EN #include "OSDFont1218_new.h" #include "OSD1218_new.h"

    標(biāo)簽: include intrins Common Remote

    上傳時(shí)間: 2016-07-21

    上傳用戶:x4587

  • 19.死機(jī)問題 extern BYTE idata MP3PwDnCnt 變量類型為idata 20.在MP412UT72基礎(chǔ)上修改 更換pindef.h 和servopin.h(影響圖象出現(xiàn))

    19.死機(jī)問題 extern BYTE idata MP3PwDnCnt 變量類型為idata 20.在MP412UT72基礎(chǔ)上修改 更換pindef.h 和servopin.h(影響圖象出現(xiàn)) 21.#define ENABLE_TRAY_PWM 0///1停頓 22.使用pdvd30 伺服 750710_JK.lib 23.使用了58版 MP420 的伺服庫和處理辦法,可以搜索 MP420 58 字樣

    標(biāo)簽: idata MP3PwDnCnt servopin extern

    上傳時(shí)間: 2016-08-08

    上傳用戶:2467478207

  • #include <stc12c2052AD.H>// 標(biāo)準(zhǔn)庫的頭文件 #include <intrins.h> #include <absacc.h> #d

    #include <stc12c2052AD.H>// 標(biāo)準(zhǔn)庫的頭文件 #include <intrins.h> #include <absacc.h> #define uchar unsigned char #define uint unsigned int

    標(biāo)簽: include gt lt intrins

    上傳時(shí)間: 2016-08-29

    上傳用戶:rocwangdp

主站蜘蛛池模板: 黄骅市| 闽侯县| 宝应县| 田东县| 宁远县| 车致| 汉源县| 定安县| 扬州市| 天祝| 文安县| 天峨县| 义乌市| 和田市| 九龙城区| 浦北县| 那曲县| 靖西县| 台南县| 沭阳县| 正阳县| 新安县| 成武县| 钟山县| 武城县| 出国| 连城县| 西乌珠穆沁旗| 新安县| 连云港市| 平陆县| 富蕴县| 徐闻县| 瑞安市| 宜阳县| 如东县| 泌阳县| 遂平县| 黄石市| 太原市| 临潭县|