代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/278517/10528850

txt readme.txt

This program generates a makefile and a .def file to for creating a proxy-stub dll. Usage: CreatePS basefilename [-r] Options: -r -- Adds logic into the makefile to regi
www.eeworm.com/read/350540/10732855

m qpsk.m

function s=qpsk(N); % generates N samples from a QPSK constellation of unit power xaux=rand(N,1); pot=2; s(find(xaux
www.eeworm.com/read/417226/10999614

m triang.m

% TRIANG.M % % P. Flandrin, Mar. 13, 2003 % % generates a triangular waveform % % inputs : - N : # of data samples % - p : period % % output : - x : signal function x = triang(N,p); K
www.eeworm.com/read/416164/11038895

txt readme.txt

/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V1.0 * Date
www.eeworm.com/read/468808/6988848

m data_gen.m

function [data] = data_gen(l) % the data generator generates the binary data source with length l temp=rand(1,l); for x= 1:l if(temp(x)
www.eeworm.com/read/468096/6999712

v tb_eth_top.v

Please use tb_ethernet.v for testbench. Testbench will soon be updated. ////////////////////////////////////////////////////////////////////// `in
www.eeworm.com/read/465376/7054031

v tb_eth_top.v

Please use tb_ethernet.v for testbench. Testbench will soon be updated. ////////////////////////////////////////////////////////////////////// `in
www.eeworm.com/read/255967/7098210

m triangular_signal.m

% TRIANG.M % % P. Flandrin, Mar. 13, 2003 % % generates a triangular waveform % % inputs : - N : # of data samples % - p : period % % output : - x : signal function x = triang(N,p); K
www.eeworm.com/read/296774/7113864

x-fx2800

# The Alliant FX2800 is supposed to conform to the SysV R4 i860 ABI, # but apparently the native compiler generates non ABI-compliant # function prologues and epilogues, so we need the alloca from em
www.eeworm.com/read/299984/7140637

m isclassifier.m

%ISCLASSIFIER Test on normed classifier % % I = ISCLASSIFIER(W) % ISCLASSIFIER(W) % % A mapping W is a classifier if its OUT_CONV field is larger % than zero. In that case confidences will be r