C8051 Int 的汇编驱动程序,如果能看懂会给你带来很大的好处,学习的好资料.
上传时间: 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 }
标签: Int const show_char chtype
上传时间: 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
上传时间: 2013-12-06
上传用户:离殇
保护模式下编程。通过陷阱门Int 0FEh进行字符串输出。通过任务状态段TSS进行任务切换
上传时间: 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
上传时间: 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.
标签: screensaver functions Matrix MS-DOS
上传时间: 2013-11-29
上传用户:hopy
Simple class to read from keyboard. Already convert to simple type Int, float, double or String
标签: keyboard Already convert Simple
上传时间: 2013-12-18
上传用户:wangdean1101
String Int 字符串常量池 包装类型 函数参数 值传递引用传递 的 内存分配例子——源码 代码段: 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 , //那么当函数退出后,ref_out就会自动指向原来的堆!!! System.out.prIntln("fun_ref() ref_out.s1="+ref_out.s1) }
标签: Ref_test fun_ref String public
上传时间: 2013-12-27
上传用户:ls530720646
提供汇编Int功能所有描述,Int 21H里AH值全部都有,希望对大家有用,第一次上传
上传时间: 2013-12-13
上传用户:zhoujunzhen
跨平台Int 64位 整数封装类,测试环境vc6 gcc win2003
上传时间: 2017-08-21
上传用户:royzhangsz