代码搜索:统中应用
找到约 10,000 项符合「统中应用」的源代码
代码结果 10,000
www.eeworm.com/read/244450/12864597
bas 中.bas
'///////////////////////////////////////////////////////////////////////////////
中 = 17, 2, ' Image Table Name, Xbytes, N of Lines, 36 bytes
&h00,&h00,&h00,&hF8,&h08,&h08,&h08,&h08,&hFF,&h08,&h08,&h
www.eeworm.com/read/323269/13345961
hex 中.hex
:03000B00020827C1
:09082700B291758CFC758AFC325B
:03001B00020830A8
:03083000B2903251
:10080000D290D291758961758CFC758AFC758DFBCF
:0B081000758BFB75A88A75B80880FE88
:0300000002081BD8
:0C081B00787F
www.eeworm.com/read/323269/13345967
plg 中.plg
Build target 'Target 1'
compiling led.c...
linking...
Program Size: data=9.0 xdata=0 code=60
creating hex file from "中"...
"中" - 0 Error(s), 0 Warning(s).
www.eeworm.com/read/224577/14583161
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