代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392059/8365569
h dlgviewkh.h
#if !defined(AFX_DLGVIEWKH_H__7A5DA1E4_D27E_4D37_932C_7F7D08B2F91D__INCLUDED_)
#define AFX_DLGVIEWKH_H__7A5DA1E4_D27E_4D37_932C_7F7D08B2F91D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif //
www.eeworm.com/read/292248/8365570
m get_affix.m
function [prefix, appendix]=get_affix(symbols, sim);
%set the prefix and the appendix for symbols.
%
%Related parameters
%sim.symbol_rate
%sim.prefix_type
%sim.prefix_time
%sim.appendix_type
%
www.eeworm.com/read/192685/8365571
txt 如何检测下载是否完成.txt
Internet Transfer控 件 有 一 个 StillExecuting属 性 是 用 来 检 测 是 否 下 载 完 毕 的 。 如 果 下 载 未 完 成 , 该 属 性 返 回 一 个 非 零 值 , 而 下 载 完 成 , 返 回 0。 vb6的 帮 助 说 , 下 载 未 完 成 将 返 回 True(-1), 其 实 这 是 不 对 的 (参 见 微 软 的 Knowledg
www.eeworm.com/read/292248/8365572
m constell_mapping_rate.m
function mapping_rate=constell_mapping_rate(mapping_type);
%Get mapping rate of the mapping_type.
%For example, if mapping_type='bpsk', mapping_rate=2;
%
mapping_rate=[];
if strcmp(lower(mapping_
www.eeworm.com/read/392059/8365573
h stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#if !defined(AFX_STDAFX_H__9
www.eeworm.com/read/192685/8365574
txt 实现下载与上传断点续传所使用的ftp指令是否一样.txt
实 现 下 载 和 上 传 断 点 续 传 所 使 用 的 ftp指 令 不 完 全 一 样 , 按 照 RFC959规 定 , 断 点 上 传 的 指 令 为 APPEND, 不 过 有 的 服 务 器 没 有 实 现 这 个 命 令 , 有 的 服 务 器 必 须 设 置 专 门 的 权 限 才 能 调 用 这 个 命 令 。 虽 然 也 有 服 务 器 支 持 REST和 STOR指 令 (
www.eeworm.com/read/292248/8365575
m get_psfilter.m
function ps_filter=get_psfilter(sim);
%get pulse shaping filters for disk
%in case, some machines don't have Communications Toolbox,
%or by rcosine function.
%
a=ver;
comm_version=0;
for ic=1:s
www.eeworm.com/read/192685/8365576
txt 怎样记录每次拨号上网的时间.txt
设 置 时 间 timer控 件 ,定 时 监 测 上 网 连 接 情 况 ,网 络 连 接 后 即 开 始 计 时 ,断 开 连 接 后 停 止 计 时 ,关 键 在 于 判 断 是 否 连 接 。
www.eeworm.com/read/292248/8365577
m get_ofdm_pilots.m
function PilotSymbols=get_ofdm_pilots(ofdm_sim);
%Get the pilot tones for OFDM.
%
%
%get pilot tones.
if strcmp(lower(ofdm_sim.pilot_type), 'ieee802_11a'),
PilotSubcSymbols=[1;1;1;-1];
www.eeworm.com/read/392059/8365578
clw rms.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CDlgDC
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "RMS.h"
ODL