对pl0的功能扩充 += -= -- for else
上传时间: 2017-02-02
上传用户:Thuan
1)增加单词:保留字 ELSE,FOR,TO,DOWNTO,RETURN 运算符 +=,-=,++,―― 其中FOR,TO,DOWNTO,RETURN属于选做内容。 (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 (4)增加单词:保留字 ELSE,FOR,TO,DOWNTO,REPEAT, DOWHILE, UNTIL。 (5)增加运算:++ 和 --。(已做,前++ 后++ 前-- 后--) (6)其他典型语言设施。(已做for 语句) (7)添加编译错误提示功能
标签: ELSE
上传时间: 2014-01-18
上传用户:小儒尼尼奥
It is for some people who are looking for job. I wm will be happy if it is useful for you.
上传时间: 2017-02-09
上传用户:黑漆漆
#ifdef INTEGER #include "ibp.h" #else #include "rbp.h" #endif /* built-in C functions */
标签: include functions built-in INTEGER
上传时间: 2014-01-16
上传用户:13188549192
Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
标签: contains Output convex planar
上传时间: 2017-02-19
上传用户:wyc199288
this part I if the QAM and QPSK modulate program.
标签: modulate program this part
上传时间: 2017-02-19
上传用户:tyler
if you want to program an alert task like ardv
上传时间: 2017-02-20
上传用户:hongmo
observable distribution grid are investigated. A distribution grid is observable if the state of the grid can be fully determined. For the simulations, the modified 34-bus IEEE test feeder is used. The measurements needed for the state estimation are generated by the ladder iterative technique. Two methods for the state estimation are analyzed: Weighted Least Squares and Extended Kalman Filter. Both estimators try to find the most probable state based on the available measurements. The result is that the Kalman filter mostly needs less iterations and calculation time. The disadvantage of the Kalman filter is that it needs some foreknowlegde about the state.
标签: distribution observable grid investigated
上传时间: 2014-12-08
上传用户:ls530720646
Start it with this document[13 pages only] if you want to develop some good web application using Java instead of reading large books. This document prepared by myself. Clearly explains what is JDBC. and how you can connect to a particular database through JSP and Servlets. Examples are given.
标签: application document develop Start
上传时间: 2017-03-11
上传用户:顶得柱
testing to see if upload works or not
上传时间: 2017-03-11
上传用户:wys0120