代码搜索结果

找到约 10,000 项符合 2 的代码

sy2_2_2.sql

select* from person where no in(select no from pay where year=2005 and month=1 and fact>all(select fact from pay,person

c2_2_2.m

%filename:c2_2_2.m x=[1.8 2.0 2.0 2.4 2.6]; f=[3.12014 4.42569 6.04241 8.03014 10.46675]; pp=spline(x,f); quad8('fun',1.8,2.6,[],1); % function vf=fun(x,pp) vf=ppval(pp,x) %v=tabintf(x,f);

c2-2-2.cpp

#include using namespace std; class Time {public: int hour; int minute; int sec; }; int main() { void set_time(Time&) ; void show_time(Time&); Time t1; set_tim

cha2_2_2.m

I=imread('eight.tif'); I1=imnoise(I,'gaussian',0,0.005); I2=imnoise(I,'gaussian',0,0.005); I3=imnoise(I,'gaussian',0,0.005); I4=imnoise(I,'gaussian',0,0.005); K=imlincomb(0.25,I1,0.25,I2,0.25,I3,