代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/292248/8365629
m ieee802_16_ctc.m
function [sys_bits, ctc_codedbits, zp_info_bits]=ieee802_16_ctc(info_bits, interleaver_type);
%implement the convolutional
%turbo encoder in IEEE 802.16-SCa standard (page 368)
%with some modificat
www.eeworm.com/read/292248/8365630
m construct_ofdm_sim.m
function [ofdm_sim]=construct_ofdm_sim;
ofdm_sim = struct('Nfft', 0, ... %Number of FFT size
'Ncp', 0, ... %Number of prefix
'Nu', 0, ... %Number of
www.eeworm.com/read/392056/8365631
doc 数控直流电流源(广西师范).doc
www.eeworm.com/read/192685/8365632
txt 将某网站放入收藏夹时,ie会使用网站提供的图标,怎么实现的.txt
你 可 以 放 一 个 图 标 叫 favicon.ico在 你 的 站 点 的 根 目 录 中 。 这 样 当 加 入 书 签 时 , IE5就 会 把 这 个 图 标 作 为 该 站 点 的 图 标 , 而 不 是 使 用 默 认 的 “ E” 符 号 。 我 们 站 点 也 使 用 了 这 样 的 技 术 , 如 果 你 使 用 的 是 IE5, 现 在 可 以 试 着 把 我 们 站 点
www.eeworm.com/read/292248/8365633
m trellis_encoder.m
function [trel_output, currentState]=trellis_encoder(info_bits, trellis, currentState, type);
%trellis_encoder implements the trellis codes specified in
%trellis.
%General enough for convolutional
www.eeworm.com/read/192685/8365634
txt 使用vb的regexp对象校验电子邮件地址的语法.txt
现 在 , 如 果 你 的 程 序 需 要 用 户 输 入 公 司 信 息 , 你 可 能 有 一 个 字 段 用 来 输 入 电 子 邮 件 地 址 。 毫 无 疑 问 , 你 需 要 验 证 地 址 , 不 仅 仅 是 要 包 括 @和 点 , 而 且 剩 下 的 字 符 只 能 是 字 母 、 数 字 和 下 划 线 ( 还 可 能 是 “ -” 或 “ .” )。 最 初 , 这 看 上
www.eeworm.com/read/292248/8365635
m pulse_shaping.m
function [psflt_data]=pulse_shaping(data, upsampling_rate, pulse_filter, truncate);
%pulse shaping function:
%Upsampling the data and Pulse-shaping.
%Suitable for intergate number of upsampling_rat
www.eeworm.com/read/392055/8365636
doc 数控直流电流源03.doc
www.eeworm.com/read/192685/8365637
txt 从网页上拖url到程序中是怎么实现的.txt
建 立 一 个 工 程 , 将 Form的 OLEDragMode设 置 为 1。 然 后 输 入 以 下 代 码 :
Option Explicit
Const SWP_NOSIZE = &H1
Const SWP_NOMOVE = &H2
Const HWND_TOPMOST = -1
Const SWP_SHOWWINDOW = &
www.eeworm.com/read/292248/8365638
m alamouti.m
function [st, st_rate]=alamouti(x1, x2);
%Get the Alamouti matrix.
%x1 and x2 can be vectors.
%
%
if size(x1, 1)>1 && size(x1, 2)>1 | size(x2, 1)>1 && size(x2, 2)>1,
disp('[alamouti]Error: I