代码搜索:RS编码
找到约 10,000 项符合「RS编码」的源代码
代码结果 10,000
www.eeworm.com/read/106358/15638793
doc 第十章_分析—综合编码.doc
www.eeworm.com/read/450889/7475035
frm frminitial.frm
VERSION 5.00
Begin VB.Form frminitial
BackColor = &H00C0C0FF&
BorderStyle = 3 'Fixed Dialog
Caption = "系统初始化"
ClientHeight = 1650
ClientLeft =
www.eeworm.com/read/247004/12692913
cpp rsparam.cpp
#include
#include "RSParam.h"
RSCodeParam InitRSParam(int m, int m0, int D) {
GF gf;
InitGF(&gf, m);
int N_RS=gf.N;
int M_RS=m;
int D_RS=D;
int K_RS=N_RS+1-D;
int m0_RS=m0