C8051 int 的匯編驅(qū)動(dòng)程序,如果能看懂會(huì)給你帶來(lái)很大的好處,學(xué)習(xí)的好資料.
標(biāo)簽: C8051 int 匯編 驅(qū)動(dòng)程序
上傳時(shí)間: 2017-06-06
上傳用戶:ukuk
int show_char(int n, const char *name, chtype code) { const int height = 16 int row = 4 + (n height) int col = (n / height) * COLS / 2 mvprintw(row, col, " *s : ", COLS/4, name) addch(code) return n + 1 }
標(biāo)簽: int const show_char chtype
上傳時(shí)間: 2017-06-12
上傳用戶:3到15
alter table tbl_name add col_name type 例如,給表增加一列weight mysql>alter table pet add weight int 刪除列 alter table tbl_name drop col_name 例如,刪除列weight: mysql>alter table pet drop weight 改變列 alter table tbl_name modify col_name type 例如,改變weight的類型: mysql> alter table pet modify weight samllint 另一種方法是: alter table tbl_name change old_col_name col_name type 例如: mysql> alter table pet change weight weight samllint 給列更名 mysql>alter table pet change weight wei 給表更名 alter table tbl_name rename new_tbl 例如,把pet表更名為animal mysql>alter table pet rename animal
標(biāo)簽: weight alter table add
上傳時(shí)間: 2013-12-06
上傳用戶:離殤
保護(hù)模式下編程。通過(guò)陷阱門int 0FEh進(jìn)行字符串輸出。通過(guò)任務(wù)狀態(tài)段TSS進(jìn)行任務(wù)切換
標(biāo)簽: 0FEh int TSS 保護(hù)模式
上傳時(shí)間: 2017-06-22
上傳用戶:zgu489
Usage: void CRC(int*,int*,int,int) Input: XAR0:coded data(InputData) XAR1:decoded CRC bits(CrcPoly) T0: Length of coded data(CodeOutlen) T1: Length of CRC bits(CrcPolylen) Return: NO Altered Registers: AC0-AC2,T2 Others: 8 bits of AC0 LSB is CRCcheck bit
標(biāo)簽: int InputData Usage Input
上傳時(shí)間: 2017-06-24
上傳用戶:ywqaxiwang
Enter the Matrix MS-DOS screensaver. Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.
標(biāo)簽: screensaver functions Matrix MS-DOS
上傳時(shí)間: 2013-11-29
上傳用戶:hopy
Simple class to read from keyboard. Already convert to simple type int, float, double or String
標(biāo)簽: keyboard Already convert Simple
上傳時(shí)間: 2013-12-18
上傳用戶:wangdean1101
String int 字符串常量池 包裝類型 函數(shù)參數(shù) 值傳遞引用傳遞 的 內(nèi)存分配例子——源碼 代碼段: public static void fun_ref (Ref_test ref_out){ Ref_test ref_in=new Ref_test() ref_in.s1="in" //ref_out.s1="out" ref_out=ref_in //漏洞!!ref_out 指向ref_in , //那么當(dāng)函數(shù)退出后,ref_out就會(huì)自動(dòng)指向原來(lái)的堆!!! System.out.println("fun_ref() ref_out.s1="+ref_out.s1) }
標(biāo)簽: Ref_test fun_ref String public
上傳時(shí)間: 2013-12-27
上傳用戶:ls530720646
提供匯編int功能所有描述,int 21H里AH值全部都有,希望對(duì)大家有用,第一次上傳
上傳時(shí)間: 2013-12-13
上傳用戶:zhoujunzhen
跨平臺(tái)int 64位 整數(shù)封裝類,測(cè)試環(huán)境vc6 gcc win2003
上傳時(shí)間: 2017-08-21
上傳用戶:royzhangsz
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1