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