资源简介
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 : “);
- 上一篇:分治法实现的快速排序
- 下一篇:C++课程设计,股票交易系统
相关资源
- Qt4 图形设计与嵌入式开发 源代码
- jpeg软编码
- robomaster步兵车开源代码
- 3KW数字LLC源代码
- 单片机LED流水灯源代码
- 单片机蜂鸣器源代码
- STM32的光立方和灯光秀控制算法源代码
- 三电平NPCSVPWM源代码
- stm32编码器
- UCOS2源代码(未移植版)
- 51单片机34个经典电路制作,附电路图
- windows系统编程源代码第四版
- FTP客户端源代码C语言
- RTSPRTP C++ 源代码
- tftpd32 源代码VC
- 《实用数字图像处理与分析(2版)》
- 编码及转码(libiconv库)
- sha256源代码
- AVR单片机 Bootloader(串口在线升级程序
- 15度地震偏移程序
- VC 多线程工具开源代码
- 堆和堆排序源代码
- 数字滤波器源代码
- c语言:循环语句输出菱形(源代码)
- ROS用A*算法源代码
-
C++ ba
se64编码 - c++ 串口 发送消息、接收消息源代码(
- c++premer第五版源代码.zip
- C编码规范.pdf
- 哈夫曼编码(c++实现)
评论
共有 条评论