2007-12-07から1日間の記事一覧

/

data_len_temp = data_len; temp_02 = data_len_temp; //temp_02 = data_len_temp & 0x0f; temp_02 = temp_02 temp = id; temp = temp | temp_02; //temp = temp | id; // temp_04 = temp_05 | temp_03; // temp = temp_04;/*P0パリティチェック計算開始*/ m…

パリティビット作成

unsigned short compute_identifier(int id,int data_len) { char temp; char temp_02; char temp_03; char temp_04; char temp_05; char pari0; char pari1; char data_len_temp; char math_pari0[4]; char math_pari1[4]; /* if(data_len > 0){ data_len_t…