资源简介

2/3FEC编码c++源代码 我收藏的,不是本人写

资源截图

代码片段和文件信息

#include “stdio.h“
#include “conio.h“
#include “math.h“
void main()
{
  unsigned long int G[10] = {0x4015 0x201f 0x100b 0x08160x04190x02070x010e0x009c0x004d0x003a};
  unsigned long int H[15] = {0x00150x001f0x000b00160x00190x00070x000e0x001c0x000d0x001a0x00100x00080x00040x00020x0001};
  unsigned int m;
  int ij;
  unsigned long tempsbit;
  int mis;
  printf(“The input info in 0x is: “);
  scanf(“%x“&m);
  temp = 0;
  printf(“The input info in 0d is: “);
  for(i=0; i<10; i++)
  {
   bit=m>>(9-i)&1;
   printf(“%d“bit);
   temp = temp^(G[i]*bit);
  }/* code=m*G */
  printf(“\n“);
  printf(“\nThe Out Code is : “);
  

评论

共有 条评论