虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

INclude

INclude是一个计算机专业术语,一指C/C++中包含头文件命令,用于将指定头文件嵌入源文件中。二指INclude指令,在JSP中包含一个静态的文件,同时解析这个文件中的JSP语句。三指PHP语句。
  • 89s51单片机控制继电器! 由s51io口输出低电平使三极管导通 从而控制继电器闭合 #INclude <reg51.H> sbit P0_0=P0^0 sbit P1_

    89s51单片机控制继电器! 由s51io口输出低电平使三极管导通 从而控制继电器闭合 #INclude <reg51.H> sbit P0_0=P0^0 sbit P1_7=P1^7 main() {while(1) { if (P0_0==0) P1_7==1 } }

    标签: sbit INclude 89s51 51

    上传时间: 2013-12-17

    上传用户:xsnjzljj

  • clean all the event log, INclude Application, Security, System

    clean all the event log, INclude Application, Security, System

    标签: Application Security INclude System

    上传时间: 2016-10-31

    上传用户:siguazgb

  • 程序是根据vidcat改的,只能抓PPM的图. makefile的内容如下,请注意打小写: cc=gcc #cflags=-i/firendly-arm/kernel/INclude -i/

    程序是根据vidcat改的,只能抓PPM的图. makefile的内容如下,请注意打小写: cc=gcc #cflags=-i/firendly-arm/kernel/INclude -i/usr/local/arm/2.95.3/arm-linux/INclude -wall -dhave_libjpeg #-dvideo_dev=\"/dev/v4l/video0\" -dversion=\"0.7.2\" cflags=-wall -dvideo_dev=\"/dev/video0\" -dversion=\"0.7.2\" camsnap: camsnap.c 用法如下: camsnap -v -s 420x420 -o my.ppm 这儿请注意:s 的大小必需是8能整除的倍数. 这个程序我是在rh9下作的,需要交叉编译的朋友就把注释去掉,再给下面的注释就可以了.

    标签: firendly-arm makefile INclude vidcat

    上传时间: 2016-11-20

    上传用户:清风冷雨

  • gps code INclude 頭文件和源程序

    gps code INclude 頭文件和源程序

    标签: INclude code gps 源程序

    上传时间: 2016-11-24

    上传用户:yph853211

  • 溫度華氏轉變攝氏 #INclude <stdio.h> #INclude <stdlib.h> enum x {A,B,C,D,E} int main(void)

    溫度華氏轉變攝氏 #INclude <stdio.h> #INclude <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }

    标签: INclude stdlib stdio gt

    上传时间: 2014-11-10

    上传用户:wpwpwlxwlx

  • 溫度華氏轉變攝氏 #INclude <stdio.h> #INclude <stdlib.h> enum x {A,B,C,D,E} int main(void)

    溫度華氏轉變攝氏 #INclude <stdio.h> #INclude <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,c=66 { if (a>=90) printf("a=A等級!!\n") else if (a>=80) printf("73分=B等級!!\n") else if (a>=70) printf("73分=C等級!!\n") else if (a>=60) printf("73分=D等級!!\n") else if (a<60) printf("73分=E等級!!\n") } { if (b>=90) printf("b=A等級!!\n") else if (b>=80) printf("85分=B等級!!\n") else if (b>=70) printf("85分=C等級!!\n") else if (b>=60) printf("85分=D等級!!\n") else if (b<60) printf("85分=E等級!!\n") } { if (c>=90) printf("c=A等級!!\n") else if (c>=80) printf("66分=B等級!!\n") else if (c>=70) printf("66分=C等級!!\n") else if (c>=60) printf("66分=D等級!!\n") else if (c<60) printf("66分=E等級!!\n") } system("pause") return 0 }

    标签: INclude stdlib stdio gt

    上传时间: 2013-12-12

    上传用户:亚亚娟娟123

  • 成績顯示三個部份abc #INclude<stdio.h> #INclude<stdlib.h> int main(void) { float gread

    成績顯示三個部份abc #INclude<stdio.h> #INclude<stdlib.h> int main(void) { float gread printf("請輸入分數\n") scanf("%f",&gread) if(gread>=80&&gread<=100) printf("成績為A\n") else if(gread>=60&&gread<=79) { printf("成績為B\n") } else if(gread>=0&&gread<60) { printf("成績為C\n") } else { printf("分數輸入錯誤\n") } system("pause") return 0 }

    标签: INclude stdlib float gread

    上传时间: 2014-01-15

    上传用户:waizhang

  • 河內塔問題 #INclude<stdio.h> #INclude<stdlib.h> int fun_a(int) void fun_b(int,int,int,in

    河內塔問題 #INclude<stdio.h> #INclude<stdlib.h> int fun_a(int) void fun_b(int,int,int,int) int main(void) { int n int option printf("題目二:河內塔問題\n") printf("請輸入要搬移的圓盤數目\n") scanf("%d",&n) printf("最少搬移的次數為%d次\n",fun_a(n)) printf("是否顯示移動過程? 是請輸入1,否則輸入0\n") scanf("%d",&option) if(option==1) { fun_b(n,1,2,3) } system("pause") return 0 } int fun_a(int n) { int sum1=2,sum2=0,i for(i=n i>1 i--) { sum1=sum1*2 } sum2=sum1-1 return sum2 } void fun_b(int n,int left,int mid,int right) { if(n==1) printf("把第%d個盤子從第%d座塔移動到第%d座塔\n",n,left,right) else { fun_b(n-1,left,right,mid) printf("把第%d個盤子從第%d座塔移動到第%d座塔\n",n,left,right) fun_b(n-1,mid,left,right) } }

    标签: int INclude stdlib fun_a

    上传时间: 2016-12-08

    上传用户:努力努力再努力

  • 指定一個數字轉換回十進位,八進位,十六進位#INclude <stdio.h> #INclude <stdlib.h> int main(void) { int

    指定一個數字轉換回十進位,八進位,十六進位#INclude <stdio.h> #INclude <stdlib.h> int main(void) { int number =89 printf("數字 %d\n",number) /* %d 為十進位輸出格式*/ printf("八進位為 %o\n",number) /* %o 為八進位輸出格式*/ printf("十六進位為%x\n",number) /* %x 為十六進位輸出格式*/ system("pause") return 0 }

    标签: INclude int stdlib stdio

    上传时间: 2013-11-29

    上传用户:tyler

  • 时钟芯片的c程序 使用时加上头文件 即#INclude<reg.h>

    时钟芯片的c程序 使用时加上头文件 即#INclude<reg.h>

    标签: INclude reg gt lt

    上传时间: 2013-11-29

    上传用户:独孤求源