代码搜索:10 是什么?
找到约 10,000 项符合「10 是什么?」的源代码
代码结果 10,000
www.eeworm.com/read/378183/9247581
dat funvfp10.dat
函数 ADIR(ArrayName[,cFileSkeleton[,cAttribute]])
功能 文件信息写入数组并返回文件数
www.eeworm.com/read/378183/9248401
dat asslandat10.dat
查表指令 XLAT/XLATB
格式: XLAT TABLE 其中TABLE为一待查表格的首地址.
---- XLATB TABLE 其中TABLE为一待查表格的首地址.
功能: 把待查表格的一个字节内容送到AL累加器中.在执行该指令前,应将 TABLE先送至BX寄存器中,然后将待查节节与 ---- 在表格中距表首地址位移量送AL,即 (AL)
www.eeworm.com/read/181480/9248976
gif admin_10.gif
www.eeworm.com/read/378157/9249698
png hand10.png
www.eeworm.com/read/378041/9252921
m 16-10.m
www.eeworm.com/read/378041/9252971
m 6-10.m
[x y z]=ellipsoid(1,2,3,5,1,10); %椭圆体数据的产生
view(3) %三维视角
surface(x,y,z)
title('椭圆体:中心点(1,2,3),半径(5,1,10)')
www.eeworm.com/read/378041/9253026
m 13-10.m
I = imread('saturn.tif');
subplot(211);imshow(I);title('原图像');
H = fspecial('laplacian');
%应用Laplacian算子滤波锐化图像
laplacianH = filter2(H,I);
subplot(223);imshow(laplacianH);
title('laplacian算子锐化图像
www.eeworm.com/read/378041/9253038
m 2-10.m
t = 0:pi/50:10*pi;
plot3(sin(t),cos(t),t)
grid on
axis square