专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
为了调试处理单色位图写个小还不错哦新手朋友大家起来看看吧 8_2_(char a,char pos)// a 为要位所在字节pos为要输出哪位 { char reti=0; __asm { mov al, a mov cl,pos shr al,cl and al,0x01 cmp al,0x00 jnz 1 jmp A_Exit 1: xor ax,ax mov al,0x01 mov reti,al } A_Exit: reti; } [阅读全文] [PDF]
\'\'作 用:输出警告脚本\'参 数:str ----参数入口\'返回值:警告信息\'Sub OutAlertScript(str)Response.Write \"<script language=javascript>\" & vbcrlfResponse.Write \"alert(\'\" & str & \"\');\"Response.Write \"history.back\" & vbcrlfResp [阅读全文] [PDF]
\'\'作  用:输出警告脚本\'参  数:str ----参数入口\'返回值:警告信息\'Sub OutAlertScript(str) Response.Write \"<script language=javascript>\" & vbcrlf Response.Write \"alert(\'\" & str & \"\');\" Response.Write \"hi [阅读全文] [PDF]
1 共3条 分1页