代码搜索:SHARP
找到约 1,380 项符合「SHARP」的源代码
代码结果 1,380
www.eeworm.com/read/240472/4573607
sharp cut
Glass
1466201192 0.60 inches
1399682152 100.000
1651928147 1650807856
1180922656 50.000
1196585832 50.000
1380279922 50.000
1332765556 50.000
1414098529 60.000
1179804524 RGB: 50.2% 50.2% 78.
www.eeworm.com/read/188544/8529443
rar sharp.rar
www.eeworm.com/read/288383/8636770
paf sharp.paf
www.eeworm.com/read/288383/8636778
pjt sharp.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK-VC5416-EDULab\Lab0904-Sharp\"
ProjectType=Executable
CPUFamily=TMS320C54XX
www.eeworm.com/read/288383/8637098
wks sharp.wks
www.eeworm.com/read/288383/8637110
c sharp.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: sharp.c
www.eeworm.com/read/288383/8637126
paf sharp.paf
www.eeworm.com/read/288383/8637129
cmd sharp.cmd
-w
-stack 400h
-heap 400
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=4000h
}
SECTIONS
{
.text : {}> PRAM
www.eeworm.com/read/288383/8637131
pjt sharp.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\icetek-vc5416-edulab\lab0803-Sharp\"
ProjectType=Executable
CPUFamily=TMS320C54XX
www.eeworm.com/read/380771/9128490
m sharp.m
function sharp(f,k)
%f=imread('C:\lena.bmp');%f为原始图像
%k可取大于或等于1的任何整数,k取值不同对应不同的高通模板,取值越大锐化效果越强
[m,n]=size(f);
figure(1)
imshow(f)
title('原始图像')
f1=zeros(m,1);
f2=[f1,f,f1];%进行列扩展
f3=zeros(1,n