ucosii,if you cant to study os,please contwact me.
標簽: contwact ucosii please study
上傳時間: 2015-08-04
上傳用戶:sammi
touch screen driver,it s very good for you if you want to prammer this
上傳時間: 2014-08-16
上傳用戶:cooran
class NumberListener implements ActionListener{ public void actionPerformed(ActionEvent e){ if (!append) { tf.setText("") append=true } String s=tf.getText() s+=e.getActionCommand() tf.setText(s) if (!btn[10].isEnabled()){ for(int i=10 i<=14 i++) btn[i].setEnabled(true) } }
標簽: actionPerformed NumberListener ActionListener ActionEvent
上傳時間: 2013-12-05
上傳用戶:wys0120
IF YOUR DESIGN A VIDEO SYSTEM YOU NEEDED IT (INCLUDE A AVIFIL32.DLL) It Fit VFW
標簽: INCLUDE DESIGN AVIFIL SYSTEM
上傳時間: 2014-01-05
上傳用戶:jackgao
if you read it seraly you will study much and more
上傳時間: 2015-08-08
上傳用戶:cuiyashuo
plo 清華版的第二章的那個!! 1. 基本內容(成績范圍:“中”、“及格”或“不及格”) 對PL/0作以下修改擴充: (1)增加單詞:保留字 ELSE,FOR,TO, DOWNTO 運算符 +=,-=,++,-- 修改單詞:不等號# 改為 <> 增加條件語句的ELSE子句 (2)擴充賦值運算:+= 和 -= (3)擴充語句(Pascal的FOR語句): ①FOR <變量>:=<表達式> TO <表達式> DO <語句> ②FOR <變量>:=<表達式> DOWNTO <表達式> DO <語句> 其中,語句①的循環變量的步長為1, 語句②的循環變量的步長為-1。 選做內容: (1)增加運算:++ 和 --。 (4)增加一維數組類型(可增加指令)
上傳時間: 2014-01-10
上傳用戶:Breathe0125
it is impotant to somepeople,all in good time,if you see it,must love it !thank you i f you see it,must love it !thank you
標簽: you it somepeople see
上傳時間: 2014-01-16
上傳用戶:xfbs821
A so file copy script running on the Linux. It is a personal used small script. If you want to use it, it should be better updated
標簽: script personal running Linux
上傳時間: 2013-12-22
上傳用戶:海陸空653
該程序模擬UNIX中save與resume函數,并介紹在VC中如何使用匯編進行機器級的操作. 主函數很簡單首先引入兩個外部函數,extern "C"表示按傳統C命名習慣.函數save將程序指針保存在(*s)中并返回0,為什么有 if(save(&sp)){...} if后的語句看起來永遠都不會被執行,但是運行結果表明它被執行了.這個問題同UNIX中處理機調度函數(switch)的那個if語句(第一句)一樣. 程序執行完save(&sp)后得到因為條件為假而執行else語句,卻在判斷之前將程序指針保存在sp中了. else語句中的resume(&sp),該函數很狡猾將堆棧中的返回地址改變了,改到了sp所指出,即將程序指針改到了執行條件判斷前.resume返回1,條件滿足,執行if語句. save函數堆棧: eip ebp+8 s ebp+4 ebp ebp+0 resume函數堆棧與save的相同. 新建一個win32的工程,將unixc.cpp和unix.obj加入過程即可. unix.obj是用masm6.11生成的:ml /c /coff unix.asm,生成coff格式的obj而不是omf格式.
上傳時間: 2015-09-10
上傳用戶:變形金剛
Predefined Style options define the style by setting several other options. If other options are also used, the placement of the predefined style option in the command line is important. If the predefined style option is placed first, the other options may override the predefined style. If placed last, the predefined style will override the other options. For example the style --style=ansi sets the option --brackets=break . If the command line specifies "--style=ansi --brackets=attach", the brackets will be attached and the style will not be ansi style. If the order on the command line is reversed to "--brackets=attach --style=ansi ", the brackets will be broken (ansi style) and the attach option will be ignored. For the options set by each style check the parseOption function in astyle_main.cpp
標簽: options other Predefined setting
上傳時間: 2014-12-21
上傳用戶:zhangliming420