對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