代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/149015/5704242
make system.make
#################################################################
# Makefile generated by Xilinx Platform Studio
# Project:E:\Dev\FreeRTOS\Demo\MicroBlaze\system.xmp
##############################
www.eeworm.com/read/137654/5822714
bat genrtx.bat
REM This file generates the RTX51 TINY LIBRARY
a51 right.a51
a51 vers.a51
a51 rtx51tny.a51 debug
a51 conf_tny.a51
del rtx51tny.lib
lib51 create rtx51tny.lib
lib51 add right.obj,vers.obj,rtx51tn
www.eeworm.com/read/131315/5938742
mh-sysv4
# Define USG as -DUSG if you are using a System V operating system.
# Define USGr4 also if you are on an SVR4 system.
USG = -DUSG -DUSGr4
RANLIB = true
INSTALL_PROG = /usr/ucb/install -c
# The l flag
www.eeworm.com/read/128784/5979232
bat genrtx.bat
REM This file generates the RTX51 TINY LIBRARY
a51 right.a51
a51 vers.a51
a51 rtx51tny.a51 debug
a51 conf_tny.a51
del rtx51tny.lib
lib51 create rtx51tny.lib
lib51 add right.obj,vers.obj,rtx51tn
www.eeworm.com/read/128784/5979716
bat genrtx.bat
REM This file generates the RTX51 TINY LIBRARY
a51 right.a51
a51 vers.a51
a51 rtx51tny.a51 debug
a51 conf_tny.a51
del rtx51tny.lib
lib51 create rtx51tny.lib
lib51 add right.obj,vers.obj,rtx51tn
www.eeworm.com/read/118064/6099318
bat genrtx.bat
REM This file generates the RTX51 TINY LIBRARY
a51 right.a51
a51 vers.a51
a51 rtx51tny.a51 debug
a51 conf_tny.a51
del rtx51tny.lib
lib51 create rtx51tny.lib
lib51 add right.obj,vers.obj,rtx51tn
www.eeworm.com/read/117864/6100362
bat genrtx.bat
REM This file generates the RTX51 TINY LIBRARY
a51 right.a51
a51 vers.a51
a51 rtx51tny.a51 debug
a51 conf_tny.a51
del rtx51tny.lib
lib51 create rtx51tny.lib
lib51 add right.obj,vers.obj,rtx51tn
www.eeworm.com/read/115281/6117220
bat genrtx.bat
REM This file generates the RTX51 TINY LIBRARY
a51 right.a51
a51 vers.a51
a51 rtx51tny.a51 debug
a51 conf_tny.a51
del rtx51tny.lib
lib51 create rtx51tny.lib
lib51 add right.obj,vers.obj,rtx51tn
www.eeworm.com/read/257423/6356449
m trngl_fn.m
% This function generates a triangle centered at zero
% and extending from -1 to 1
%
function tri = trngl_fn(t)
tri = rmp_fn(t+1)-2*rmp_fn(t)+rmp_fn(t-1);
www.eeworm.com/read/257423/6356506
m pls_fn.m
% pls_fn(t): This function generates a rectangle centered at zero
% and extending from -0.5 to 0.5
%
function y=pls_fn(t)
y=stp_fn(t+0.5)-stp_fn(t-0.5-eps);