代码搜索:Describing 有哪些应用?
找到约 10,000 项符合「Describing 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/28863/1011357
doc 何凤有.doc
www.eeworm.com/read/161040/5563984
txt 有字段列表.txt
drop table sm_emp_null;
create table sm_emp_null
(EmpID char(10) NOT NULL,
Name varchar2(10) NOT NULL,
salary number(8,2) NOT NULL,
TelNo char(8) NULL,
address varchar2(20)
);
insert
www.eeworm.com/read/368906/9673667
doc 何凤有.doc
www.eeworm.com/read/203525/15356527
bmp 日他有.bmp
www.eeworm.com/read/381439/9092468
bmp 应用.bmp
www.eeworm.com/read/372685/9497429
bmp 应用.bmp
www.eeworm.com/read/434391/7869207
txt 应用.txt
#include
//三天打鱼两天晒网.c
/*输入2003年后的年月日,判断这天是该打鱼还是该晒网!*/
void main()
{
int day,month,year;
int i,sumday,leap,sumtmp,ret;
sumday = 0;
printf("请输入2003年后的年份\n");
scanf("%d",&year);
while(yea
www.eeworm.com/read/397095/8069217
txt 应用.txt
% x1=0.13和x2=0.36的值
%x,y,n,x1,x2均可修改
% 拉格朗日
x=[0 0.1 0.2 0.3 0.4];
y=[0.5 0.5398 0.5793 0.6179 0.6554];
n=5;
for i=1:n
l(i)=y(i);
for j=1:n
if i~=j
l(i)=l(i)/(x(i)-x(j));
en
www.eeworm.com/read/137609/13309200
pdf 应用.pdf
www.eeworm.com/read/336746/12417292