代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/155067/5629879
aspx compilation.aspx
/*
* Note, this generates a compilation error
* because VB is the default language
* and C# code is used below
*/
Public void Page_Load(){
}
www.eeworm.com/read/155067/5629880
aspx compilation.aspx
/*
* Note, this generates a compilation error
* because VB is the default language
* and C# code is used below
*/
public void Page_Load(){
}
www.eeworm.com/read/475366/6779037
m gen_cpfsk_rc.m
%
function q = gen_cpfsk_rc(fs,L)
% This script generates g and q pulse
% Input:
% L: memory length
% fs: Number of samples per symbol
% Output:
% q: q pulse
%fs=16;
www.eeworm.com/read/475366/6779072
m gen_cpfsk_rc.m
%
function q = gen_cpfsk_rc(fs,L)
% This script generates g and q pulse
% Input:
% L: memory length
% fs: Number of samples per symbol
% Output:
% q: q pulse
%fs=16;
www.eeworm.com/read/233441/6788041
c alg7.c
#include
#include
#include
class equal_and_odd{
public:
bool
operator()( int val1, int val2 )
{
return ( val1 == val2 &&
( val1 == 0
www.eeworm.com/read/473487/6844234
m fh.m
%***********************************************************
% This mfunction generates orthogonal complex
% exponential matrix [exp(j*2*pi*n*k/N)]
%
% AUTHOR: Wenbin Luo
% DA
www.eeworm.com/read/295341/8168924
m dist.m
% Program 7-7
%
% dist.m
%
% This function generates attenuation due to distance
%
% Programmed by F. Kojima
% Checked by H.Harada
%
function [x] = dist(a,b,alpha)
% a,b: position of
www.eeworm.com/read/294899/8194724
c sinegende.c
//SinegenDE.c Generates a sinewave using a difference equation
short y[3] = {0,16384,0}; //y(1) = sinwT
const short A = 0; //A = 2*coswT * 2^14
int n = 2;
www.eeworm.com/read/193736/8205124
m ecg.m
% ecg.m - ECG generator.
%
% x = ecg(L) = column vector
%
% generates piecewise linear ECG signal of length L
% must post-smooth it with an N-point smoother:
% y = sgfilt(d, N, x), usually with d=0, a
www.eeworm.com/read/294644/8213437
m fh.m
%***********************************************************
% This mfunction generates orthogonal complex
% exponential matrix [exp(j*2*pi*n*k/N)]
%
% AUTHOR: Wenbin Luo
% DA