Thanks shreshta....
............... .....
User Profile
Collapse
-
Video format conversion algorithm
I can not find any details about video conversion algorithm.. how video is converted to one format to another format...?what is the algorithm? I want to know the mechanism.. where can i get information about this.. pls help...pls...
Thanks..
Rizu -
-
Finding FIRST and FOLLOW problem
The Grammer is given:
S ---> id=E;
E ---> E+T | E-T | T
T ---> T*F | T/F | F
F ---> P^F | P
P ---> -P | L
L ---> (E) | id | num
--------------------------------
I've fond the following FIRST and FOLLOW:
FIRST:
S = { id }
P=E=T=F= { -, (, id, num }
L = { (, id, num }
FOLLOW:...
No activity results to display
Show More
Leave a comment: