代码搜索结果
找到约 10,000 项符合
2 的代码
exp2_rip2.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#i
c6_2_2.cmd
-e start
MEMORY {
PAGE 0:
vectorram: origin = 1C00h length = 0080h
textram: origin = 0100h length = 0F00h
PAGE 1:
bssram: origin = 5000h
blp2convert.rc2
//
// blp2convert.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
usb2ser.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
ch3_2_2.m
I=imread('lena1.bmp');
J=imrotate(I,45,'bilinear');
figure,imshow(I)
figure,imshow(J)
ch7_2_2.m
loop_l=1 %设定循环检测次数,这里设为只循环一次
tip_l=1 %设定hough变换的遍历步径
xl=30 %设定线段起始点
xr=60 %设定线段终止点
L=xr-xl
M=zeros(1,loop_l)
B=zeros(1,loop_l)
X=zeros(1,loop_l)
for j=1:loop_l
colordef white
im_in=randn(1