代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/111374/6155920
c vlc.c
#include "mpeg3video.h"
#include "vlc.h"
/* variable length code tables */
/* Table B-3, mb_type in P-pictures, codes 001..1xx */
mpeg3_VLCtab_t mpeg3_PMBtab0[8] =
www.eeworm.com/read/110972/6162925
c vlc.c
#include "mpeg3video.h"
#include "vlc.h"
/* variable length code tables */
/* Table B-3, mb_type in P-pictures, codes 001..1xx */
mpeg3_VLCtab_t mpeg3_PMBtab
www.eeworm.com/read/487845/6501115
m tes.m
clear;clf;
small=1e-8;
d_script_L_over_lam=0.12;
d_over_lam=1/0.88;n=5;alpha_rad=pi/12;
theta_deg=small:1:180-small;
theta_rad=theta_deg*pi/180;
phi_deg=small:1:360-small;
phi_rad=phi_deg*pi/18
www.eeworm.com/read/487847/6501123
m tes.m
clear;clf;
small=1e-8;
d_script_L_over_lam=0.12;
d_over_lam=1/0.88;n=5;alpha_rad=pi/12;
theta_deg=small:1:180-small;
theta_rad=theta_deg*pi/180;
phi_deg=small:1:360-small;
phi_rad=phi_deg*pi/18
www.eeworm.com/read/487855/6501147
m tes.m
clear;clf;
small=1e-8;
d_script_L_over_lam=0.12;
d_over_lam=1/0.88;n=5;alpha_rad=pi/12;
theta_deg=small:1:180-small;
theta_rad=theta_deg*pi/180;
phi_deg=small:1:360-small;
phi_rad=phi_deg*pi/18
www.eeworm.com/read/480891/6663367
c crc.c
/////////////////////// Driver to generate CRC //////////////////////////
//// ////
//// generate_8bit_crc(data, length, pattern)