代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/294870/8196982
m fmlin.m
function [y,iflaw]=fmlin(N,fnormi,fnormf,t0);
%FMLIN Signal with linear frequency modulation.
% [Y,IFLAW]=FMLIN(N,FNORMI,FNORMF,T0) generates a linear frequency
% modulation.
% The phase of this mod
www.eeworm.com/read/294870/8197014
m tfrideal.m
function [tfr,t,f]=tfrideal(iflaws,t,N,trace)
%TFRIDEAL Ideal TFR for given instantaneous frequency laws.
% [TFR,T,F]=TFRIDEAL(IFLAWS,T,N,TRACE) generates the ideal
% time-frequency representation cor
www.eeworm.com/read/294461/8224190
c alg33.c
#include
#include
#include
/*
* generates:
elements: 1 3 4 5 7 8 9
partial sum of elements:
1 4 8 13 20 28 37
partial sum of elements using tim
www.eeworm.com/read/294461/8224194
c alg37.c
#include
#include
#include
#include
/* generates:
original vector sequence:
0 1 0 2 0 3 0 4 0 5
vector after remove, without applying e
www.eeworm.com/read/294461/8224214
c alg8.c
#include
#include
#include
#include
/* generates:
array element sequence after sort:
12 15 17 19 20 22 23 26 29 35 40 51
equal_range result
www.eeworm.com/read/294461/8224223
c alg4.c
#include
#include
#include
#include
/* generates:
0 1 1 3 5 8 13
shifting array sequence left by 1:
1 1 3 5 8 13 13
shifting vector
www.eeworm.com/read/170836/9785972
pl sbcsgen.pl
#!/usr/bin/env perl -w
# This script generates sbcsdat.c (the data for all the SBCSes) from its
# source form sbcs.dat.
$infile = "sbcs.dat";
$outfile = "sbcsdat.c";
open FOO, $infile;
ope
www.eeworm.com/read/414697/11105914
m mq_gen.m
function [mq]=mq_gen(mnummt,mdenmt,mdeadmt,qnummt,qdenmt,order,y)
% This function generates mq varaible to be used by qd_mat function
% The two functions must be used together
mq=cell(1,3);
if i
www.eeworm.com/read/413255/11160911
v arp_send.v
`define REQUEST 16'h0001
`define REPLY 16'h0002
/*************************
arp_send.v
Generates ARP packets based on IP and MAC addresses that need to be sent.
Inputs:
clk
reset
send_ip_
www.eeworm.com/read/412611/11190572
m amtriang.m
function y = amtriang(N,t0,T);
%AMTRIANG Generate triangular amplitude modulation.
% Y = AMTRIANG(N,T0,T) generates a triangular amplitude modulation
% centered on a time T0, and with a spread propor