代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/142062/12966997
m ip_07_10.m
% MATLAB script for Illustrative Problem 10, Chapter 7.
% echo on
clear;
K=1024; N=2*K; Ts=25; T=N*Ts; variance=0.5;
noise=sqrt(variance)*randn(1,N);
a=rand(1,(K-1)*4); % k-1符号,1个保护间隔0
a=sign(a
www.eeworm.com/read/142061/12967010
m ip_07_09.m
% MATLAB script for Illustrative Problem 9, Chapter 7.
% echo on
clear;
K=10; N=2*K; Ts=25; T=N*Ts;
a=rand(1,(K-1)*4); % k-1符号,1个保护间隔0
a=sign(a-0.5);
b=reshape(a,K-1,4);
% Generate the 16QAM p
www.eeworm.com/read/328064/13048827
pdf vlsm and ip unnumbered.pdf
www.eeworm.com/read/140649/13069736
rc2 hl_ip.rc2
//
// HL_IP.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
www.eeworm.com/read/241995/13100907
h ip6_misc.h
/*
* Copyright (c) 1993, 1994, 1997
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are
www.eeworm.com/read/241600/13134396
e ip来源地查询.e
www.eeworm.com/read/325769/13185781
cc ip2zone.cc
#include
#include
#include
#include
using namespace std;
struct IPInterval{
unsigned int low;
unsigned int high;
unsigned int provinceid;
bool operator==(const
www.eeworm.com/read/239600/13270420