代码搜索:Reduce
找到约 3,959 项符合「Reduce」的源代码
代码结果 3,959
www.eeworm.com/read/183903/9130943
sln reduce.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reduce", "reduce.vcproj", "{0E0C492D-1B1F-4C51-885F-E96B68CBAAD1}"
EndProject
Global
www.eeworm.com/read/183903/9130947
suo reduce.suo
www.eeworm.com/read/183903/9130952
aps reduce.aps
www.eeworm.com/read/377191/9291183
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/178406/9399856
m reduce.m
function Rot=reduce(Rot)
%Rot=reduce(rotor)
%
% perfrom model order reduction for a rotor
%
% - Using modal reduction
% - adds the rigid body modes to the total count
%
% I. Bucher, 8-7-98, Re
www.eeworm.com/read/374411/9407070
m reduce.m
function [q,o2,o3] = reduce(p,type,varargin)
%
% q = reduce(p,'type',[options]) -- "Reduce" a KDE, so that it requires fewer
% kernels but has similar representative power (better than just resamp
www.eeworm.com/read/177981/9425113
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/166778/9999262
h reduce.h
/* Grammar reduction for Bison.
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free software; you can redistr
www.eeworm.com/read/166778/9999406
c reduce.c
/* Grammar reduction for Bison.
Copyright (C) 1988, 1989, 2000, 2001, 2002, 2003 Free Software
Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Bison is free soft