App下載

詞條

大約有 8,000 項符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,409 項。(搜索耗時:0.0062秒)

5041.strnicmp,strncmpi

原型:extern int strnicmp(char *s1,char * s2,int n); 用法:#include <string.h> 功能:比較字符串s1和s2的前n個字符但不區(qū)分大小寫。 說明:strncmpi是到strnicmp的宏定義 當(dāng)s1<s2時,返回值<0 當(dāng)s1=s2時,返回值=0 ...

http://www.o2fo.com/cyykhsscsc/xqb1by.html

5042.clrscr,ClearScreen

原型:extern void clrscr(void); extern void ClearScreen(void); 用法:#include <system.h> 功能:清屏 說明:清除屏幕緩沖區(qū)及液晶顯示緩沖區(qū) 光標(biāo)位置回到屏幕左上角。 舉例: // clrscr.c #include <syst...

http://www.o2fo.com/cyykhsscsc/xqy1bz.html

5043.TextOut

原型:extern void UpdateLCD(unsigned int mode); 用法:#include <system.h> 功能:以指定模式刷新屏幕 說明:文曲星屏幕可以按大行(行高16點)或小行(行高8點)顯示。 以CC300的屏幕為例,液晶分辨率為112*48即橫...

http://www.o2fo.com/cyykhsscsc/eju1c0.html

5044.TextOut,outtextxy

原型:extern void TextOut(int x, int y, char *str, int mode); 用法:#include <system.h> 功能:在屏幕上指定位置輸出字符串 說明:outtextxy為指向TextOut的宏,用法相同。 str所指向字符串可以為中文或英文。中文顯示成...

http://www.o2fo.com/cyykhsscsc/xcw1c1.html

5045.get_chi_font

原型:extern void get_chi_font(char *str, char *buf); 用法:#include <system.h> 功能:取春鶴值閼? 說明:把str所指向的漢字的16*16點陣信息存放在buf中。 buf必須有足夠的空間(>32字節(jié))來容納返回的數(shù)據(jù)。 ...

http://www.o2fo.com/cyykhsscsc/oul1c8.html

5046.get_eng_font

原型:extern void get_eng_font(char ch, char *buf, int mode); 用法:#include <system.h> 功能:取英文字符的點陣 說明:把字符ch的點陣信息存放在buf中。 buf必須有足夠的空間容納返回的數(shù)據(jù)。 mode=0時返回8x16點...

http://www.o2fo.com/cyykhsscsc/dlz1c9.html

5047.getpixel

原型:extern int getpixel(int x, int y); 用法:#include <system.h> 功能:返回屏幕上指定點的狀態(tài) 說明:(x,y)為屏幕上點的坐標(biāo),如果點為清除狀態(tài)返回零,否則返回非零值。 舉例: // pixel.c #include &...

http://www.o2fo.com/cyykhsscsc/vut1cb.html

5048.putpixel

...extern void putpixel(int x, int y, int mode); 用法:#include <system.h> 功能:在屏幕的指定位置上畫點 說明:(x,y)為屏幕上點的坐標(biāo),mode值含義如下: mode=0:清除(x,y)處的點 1:在(x,y)處畫點 ...

http://www.o2fo.com/cyykhsscsc/zhi1cc.html

5049.gotoxy,move

原型:extern void gotoxy(int x, int y); 用法:#include <system.h> 功能:將光標(biāo)移動到指定位置 說明:gotoxy(x,y)將光標(biāo)移動到指定行y和列x。 gotoxy(0,0)將光標(biāo)移動到屏幕左上角。 move(row,col)是到g...

http://www.o2fo.com/cyykhsscsc/thu1cd.html

5050.line

...eft, int top, int right, int bottom, int mode); 用法:#include <system.h> 功能:在屏幕上畫直線 說明:(left,top)和(right,bottom)指定直線的兩個端點坐標(biāo)。mode決定劃線的模式。 超出屏幕的線將被裁端。 mode...

http://www.o2fo.com/cyykhsscsc/ibh1ce.html

抱歉,暫時沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

5041.strnicmp,strncmpi

原型:extern int strnicmp(char *s1,char * s2,int n); 用法:#include <string.h> 功能:比較字符串s1和s2的前n個字符但不區(qū)分大小寫。 說明:strncmpi是到strnicmp的宏定義 當(dāng)s1<s2時,返回值<0 當(dāng)s1=s2時,返回值=0 ...

http://www.o2fo.com/cyykhsscsc/xqb1by.html

5042.clrscr,ClearScreen

原型:extern void clrscr(void); extern void ClearScreen(void); 用法:#include <system.h> 功能:清屏 說明:清除屏幕緩沖區(qū)及液晶顯示緩沖區(qū) 光標(biāo)位置回到屏幕左上角。 舉例: // clrscr.c #include <syst...

http://www.o2fo.com/cyykhsscsc/xqy1bz.html

5043.TextOut

原型:extern void UpdateLCD(unsigned int mode); 用法:#include <system.h> 功能:以指定模式刷新屏幕 說明:文曲星屏幕可以按大行(行高16點)或小行(行高8點)顯示。 以CC300的屏幕為例,液晶分辨率為112*48即橫...

http://www.o2fo.com/cyykhsscsc/eju1c0.html

5044.TextOut,outtextxy

原型:extern void TextOut(int x, int y, char *str, int mode); 用法:#include <system.h> 功能:在屏幕上指定位置輸出字符串 說明:outtextxy為指向TextOut的宏,用法相同。 str所指向字符串可以為中文或英文。中文顯示成...

http://www.o2fo.com/cyykhsscsc/xcw1c1.html

5045.get_chi_font

原型:extern void get_chi_font(char *str, char *buf); 用法:#include <system.h> 功能:取春鶴值閼? 說明:把str所指向的漢字的16*16點陣信息存放在buf中。 buf必須有足夠的空間(>32字節(jié))來容納返回的數(shù)據(jù)。 ...

http://www.o2fo.com/cyykhsscsc/oul1c8.html

5046.get_eng_font

原型:extern void get_eng_font(char ch, char *buf, int mode); 用法:#include <system.h> 功能:取英文字符的點陣 說明:把字符ch的點陣信息存放在buf中。 buf必須有足夠的空間容納返回的數(shù)據(jù)。 mode=0時返回8x16點...

http://www.o2fo.com/cyykhsscsc/dlz1c9.html

5047.getpixel

原型:extern int getpixel(int x, int y); 用法:#include <system.h> 功能:返回屏幕上指定點的狀態(tài) 說明:(x,y)為屏幕上點的坐標(biāo),如果點為清除狀態(tài)返回零,否則返回非零值。 舉例: // pixel.c #include &...

http://www.o2fo.com/cyykhsscsc/vut1cb.html

5048.putpixel

...extern void putpixel(int x, int y, int mode); 用法:#include <system.h> 功能:在屏幕的指定位置上畫點 說明:(x,y)為屏幕上點的坐標(biāo),mode值含義如下: mode=0:清除(x,y)處的點 1:在(x,y)處畫點 ...

http://www.o2fo.com/cyykhsscsc/zhi1cc.html

5049.gotoxy,move

原型:extern void gotoxy(int x, int y); 用法:#include <system.h> 功能:將光標(biāo)移動到指定位置 說明:gotoxy(x,y)將光標(biāo)移動到指定行y和列x。 gotoxy(0,0)將光標(biāo)移動到屏幕左上角。 move(row,col)是到g...

http://www.o2fo.com/cyykhsscsc/thu1cd.html

5050.line

...eft, int top, int right, int bottom, int mode); 用法:#include <system.h> 功能:在屏幕上畫直線 說明:(left,top)和(right,bottom)指定直線的兩個端點坐標(biāo)。mode決定劃線的模式。 超出屏幕的線將被裁端。 mode...

http://www.o2fo.com/cyykhsscsc/ibh1ce.html

抱歉,暫時沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程