代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/160477/10527328
m rs_main.m
% realize a (31,25) RS encoding & decoding in GF(2^5)
% primitive polynomial in GF(2^5): a^5=a^2+1
% generator polynomial g(x)=(x+a)(x+a^2)(x+a^3)(x+a^4)(x+a^5)(x+a^6)
% codeword length N=31
% in
www.eeworm.com/read/160477/10527341
asv rs_main.asv
% realize a (31,25) RS encoding & decoding in GF(2^5)
% primitive polynomial in GF(2^5): a^5=a^2+1
% generator polynomial g(x)=(x+a)(x+a^2)(x+a^3)(x+a^4)(x+a^5)(x+a^6)
% codeword length N=31
% in
www.eeworm.com/read/128447/5990702
changelog
1999-04-30 Jesper Skov
* src/hal_misc.c: Added vector decoding to the below.
1999-04-30 Hugo Tyson
* src/hal_misc.c (hal_init_ctrlc_intr): Chain
www.eeworm.com/read/152661/5671947
changelog
2000-08-29 Gary Thomas
* src/ebsa285_flash.c: Improve error decoding.
2000-08-22 Hugo Tyson
* src/ebsa285_flash.c (flash_hwr_init): Add
HAL_ICACHE_DIS
www.eeworm.com/read/150583/5690537
changelog
2000-08-29 Gary Thomas
* src/ebsa285_flash.c: Improve error decoding.
2000-08-22 Hugo Tyson
* src/ebsa285_flash.c (flash_hwr_init): Add
HAL_ICACHE_DIS
www.eeworm.com/read/202263/6290521
txt 7zc.txt
7z ANSI-C Decoder 4.23
----------------------
7z ANSI-C Decoder 4.23 Copyright (C) 1999-2005 Igor Pavlov
7z ANSI-C provides 7z/LZMA decoding.
7z ANSI-C version is simplified version ported fro
www.eeworm.com/read/229232/14348383
txt 7zc.txt
7z ANSI-C Decoder 4.23
----------------------
7z ANSI-C Decoder 4.23 Copyright (C) 1999-2005 Igor Pavlov
7z ANSI-C provides 7z/LZMA decoding.
7z ANSI-C version is simplified version ported fro
www.eeworm.com/read/423190/10580354
c 71.c
#include /*数学函数库*/
#include /*绝对地址访问函数*/
#include /*内部函数*/
#include"C8051F040.h" /*C8051F040头文件*/
#define Decoding 0x09 /*译码模式*/
#define Brightnes
www.eeworm.com/read/276929/4161201
txt 7zc.txt
7z ANSI-C Decoder 4.43
----------------------
7z ANSI-C Decoder 4.43 Copyright (C) 1999-2006 Igor Pavlov
7z ANSI-C provides 7z/LZMA decoding.
7z ANSI-C version is simplified version ported from C++
www.eeworm.com/read/473407/6852106
txt pro base64decode.txt
#code by hengry My blog :http//:hyhgd.blog.51cto.com
proc Base64Decode {code} {
#Creat the Base64 Decoding table
set Base64Table {
A B C D E F G H I J K L M N O P
Q R S T U V