代码搜索结果
找到约 10,000 项符合
X 的代码
x_fnct.m
function y=x_fnct(x,funfcn,p1,p2,p3)
% y=x_fnct(x,funfcn,p1,p2,p3)
% Returns the function funfcn(x) times x
args=[];
for nn=1:nargin-2
args=[args,',p',int2str(nn)];
end
args=[args,')'] ;
y=eval([f
x_fnct.m
function y=x_fnct(x,funfcn,p1,p2,p3)
% y=x_fnct(x,funfcn,p1,p2,p3)
% Returns the function funfcn(x) times x
args=[];
for nn=1:nargin-2
args=[args,',p',int2str(nn)];
end
args=[args,')'] ;
makefile.x86
#############################################################################
# Makefile for building objlist
# Generated by tmake at 14:25, 2004/06/28
# Project: objlist
# Template: app
######
103_a_x.asm
data_seg segment
line_on1 db ?
col_on1 db ?
line_on2 db ?
col_on2 db ?
char db ?
count db ?
count0 db ?
count1 db ?
char0 db ?
cool
x_low.m
function f=x_low(y)
f=sqrt(y);