代码搜索:

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

代码结果 10,000
www.eeworm.com/read/292248/8365559

m freqd_to_timed.m

function timed_symbols=freqd_to_timed(freqd_symbols, Nfft); % %block FFT transform % % tx_num=size(freqd_symbols, 2); OFDMsymbols_num=size(freqd_symbols, 1)/Nfft; if OFDMsymbols_num~=floor(OFDM
www.eeworm.com/read/292248/8365560

m hrollfcoef.m

function [xh] = hrollfcoef(irfn,ipoint,sr,alfs,ncc) % hrollfcoef.m % % Generate coefficients of Nyquist filter % % programmed by Aijun Song % %****************** variables *********************
www.eeworm.com/read/392059/8365561

rc rms.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/192685/8365562

txt vb的cgi程序解码时不认汉字的情况.txt

一 旦 你 在 VB中 遇 到 字 符 串 操 作 对 英 文 正 常 而 对 中 文 异 常 , 你 就 应 该 想 到 又 是 VB讨 厌 的 字 符 串 处 理 方 式 在 捣 鬼 。 你 的 程 序 出 问 题 主 要 是 因 为 在 解 %编 码 的 那 个 Do...Loop循 环 。 由 于 你 的 操 作 系 统 是 中 文 的 , 所 以 Chr函 数 是 处 在 双 字 节 工
www.eeworm.com/read/392059/8365563

cpp dlglogin.cpp

// DlgLogin.cpp : implementation file // #include "stdafx.h" #include "RMS.h" #include "DlgLogin.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/292248/8365564

m mapping.m

function output=mapping(info, constell, priority_type); %Mapping maps info into two dimensional constellations. %priority_type sets the Most Signficant Bit. % if nargin3, disp('[M
www.eeworm.com/read/192685/8365565

txt 在浏览器的右键功能中加一些自己的操作.txt

首 先 , 你 要 编 写 以 下 注 册 表 文 件 (*.reg): REGEDIT4 [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\My &App] @="路 径 " "Contexts"=dword:000000f3 然
www.eeworm.com/read/392059/8365566

cpp dlgbeginjs.cpp

// DlgBeginJS.cpp : implementation file // #include "stdafx.h" #include "RMS.h" #include "DlgBeginJS.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FIL
www.eeworm.com/read/292248/8365567

m mseq.m

function [ s ] = mseq( m ) % generates an m-sequence, from M. Porter. % % fmin = min frequency % fmax = max frequency % T = duration of time-series % samplerate = samples pe
www.eeworm.com/read/192685/8365568

txt 如何自动安装浏览器和设置上网相关参数.txt

假 定 你 的 程 序 为 A.EXE, 你 可 以 在 调 用 IE或 Netscape的 安 装 程 序 之 前 , 先 将 如 下 内 容 写 入 注 册 表 的 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce键 : MyProg = "C:\yourpath\A.exe /Continue"