Computer Graphics :
- Ellipse Algorithm
- B-spline curve is included in 'CG' MSE syllabus..so pass this message to all 6th CE/IT students
Theory Of Computation :
- Context Free Grammar
- Chomsky Normal Form
Information Security :
- Attacks addressed by message author
- Requirements/Properties of Hash Function
System Programming :
-
Parsing id + id * id with grammar
E --> E+T | T
T --> T*F | F
F --> P
P --> id - LL(1) with grammar
E --> TE'
E' --> +TE' | e
T --> VT'
T' --> *VT' | e
V --> id
No comments:
Post a Comment