N-Step-Scan
N-Step-Scan技术资料下载专区,收录1,322份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
1,322
N-Step-Scan 全部资料 1,322 份
设有由n个不相同的整数组成的数列
设有由n个不相同的整数组成的数列,记为: a(1)、a(2)、……、a(n)且a(i)<>a(j) (i<>j) 例如3,18,7,14,10,12,23,41,16,24。 若存在i1<i2<i...
2013-12-14
42
LDPC 译码器 function [vhat]=decode_ldpc(rx_waveform,No,amp,h,scale) [vhat]=decode_ldpc(rx_waveform,N
LDPC 译码器 function [vhat]=decode_ldpc(rx_waveform,No,amp,h,scale) [vhat]=decode_ldpc(rx_waveform,No,amp,h,scale)
2014-01-13
48
int show_char(int n, const char *name, chtype code) { const int height = 16 int row = 4 + (
int show_char(int n, const char *name, chtype code) { const int height = 16 int row = 4 + (n height) int ...
2017-06-12
34
A C++ code for generating sorting networks with n lines and m comparators as input parameters.
A C++ code for generating sorting networks with n lines and m comparators as input parameters.
2017-06-14
83
These codes require an ASCII input file interp.dat of the following form: N: Number of Polynomia
These codes require an ASCII input file interp.dat of the following form: N: Number of Polynomial Interpolation Poin...
2017-09-21
189