代码搜索:Reduce

找到约 3,959 项符合「Reduce」的源代码

代码结果 3,959
www.eeworm.com/read/164272/10120299

m reduce.m

function [xx]=reduce(x,var1,var2) % % REDUCE % % Function to return a matrix xx with % columns var1 and var2 removed. If var1=var2, % then only one column is removed. % % Called: [xx]=reduce(x
www.eeworm.com/read/358802/10178688

asp reduce.asp

数据压缩
www.eeworm.com/read/354532/10347846

m reduce.m

function s = reduce(p); s = cell(length(p),1); for i = 1:length(p) s{i} = i; end while size(s) > 2 [p,i] = sort(p); p(2) = p(1) + p(2); p(1) = []; s = s(i); s{2} = {s
www.eeworm.com/read/278758/10512045

txt reduce.txt

var x: integer; function reduce (a:integer):integer; begin if a>9 then write("a=",a); else a := reduce(a*2); reduce := a end; begin x:=reduce(2); write("x=",x)
www.eeworm.com/read/159601/10636671

m reduce.m

function [xx]=reduce(x,var1,var2) % % REDUCE % % Function to return a matrix xx with % columns var1 and var2 removed. If var1=var2, % then only one column is removed. % % Called: [xx]=reduce(x
www.eeworm.com/read/349916/10783369

m reduce.m

function [xx]=reduce(x,var1,var2) % % REDUCE % % Function to return a matrix xx with % columns var1 and var2 removed. If var1=var2, % then only one column is removed. % % Called: [xx]=reduce(x
www.eeworm.com/read/273121/10925605

mdb reduce.mdb

www.eeworm.com/read/273121/10925610

mdb reduce.mdb

www.eeworm.com/read/273121/10925627

cpp reduce.cpp

// Reduce.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Reduce.h" #include "ReduceDlg.h" #include "afxdb.h" #include "attrreduce.h" #ifdef _DEBUG
www.eeworm.com/read/273121/10925651

mdb reduce.mdb