Other Parts Discussed in Thread: TMS320LF2407A For the following code float x = -32768.0f; int x_i = (int) x; long x_l_1 = (int) x; long x_l_2 = (long) x; ...
確定! 回上一頁