代码搜索:RS编码

找到约 10,000 项符合「RS编码」的源代码

代码结果 10,000
www.eeworm.com/read/372259/9515172

mdl rs.mdl

Model { Name "RS" Version 3.00 SimParamPage "Diagnostics" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes
www.eeworm.com/read/175813/9530513

rs iconres.rs

#include 1234 ICON "icon.ico"
www.eeworm.com/read/371034/9570515

c rs.c

//**************************************************************************** // // Copyright (C) SEIKO EPSON CORP. 2007 // // File name: rs.c // This is RS eror corrctor calls // // Rev
www.eeworm.com/read/371034/9570520

h rs.h

//**************************************************************************** // // Copyright (C) SEIKO EPSON CORP. 2007 // // File name: rs.h // This is RS eror corrctor calls head file /
www.eeworm.com/read/366195/9825417

cpp rs.cpp

#include "rar.hpp" #define Clean(D,S) {for (int I=0;I
www.eeworm.com/read/366195/9825437

hpp rs.hpp

#ifndef _RAR_RS_ #define _RAR_RS_ #define MAXPAR 255 #define MAXPOL 512 class RSCoder { private: void gfInit(); int gfMult(int a,int b); void pnInit(); void pnMult(int *p1,int *p2,
www.eeworm.com/read/365698/9850929

m rs.m

function [x,n]=rs(A,b,x0,eps,M) if(nargin == 3) eps = 1.0e-6; %eps表示迭代精度 M = 10000; %M表示迭代步数的限制值 elseif(nargin == 4)
www.eeworm.com/read/169277/9870589

dsp rs.dsp

# Microsoft Developer Studio Project File - Name="rs" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Consol
www.eeworm.com/read/169277/9870592

tar rs.tar

www.eeworm.com/read/169277/9870621

c rs.c

/* rs.c */ /* This program is an encoder/decoder for Reed-Solomon codes. Encoding is in systematic form, decoding via the Berlekamp iterative algorithm. In the present form