代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/286883/8738444
asm c5_4_4.asm
.ref usb_transfer
pcr1 .equ 01900024h
pcr .equ 018c0024h
.global ftranform
.global sinx
.data
sinx: .word 6957,13597,19617,24742,28740,3
www.eeworm.com/read/286883/8738456
asm c4_5_4.asm
.mmregs
.sect "vectors"
.ref _int_handler
.ref _c_int00
reset: b _c_int00
nop
nop
nmi: rete
nop
nop
nop
sint17
www.eeworm.com/read/286883/8738485
cmd c4_4_7.cmd
MEMORY {
PAGE 0: PARAM: org = 3000h len = 4000h
PAGE 1: DARAM: org = 100h len=4000h
}
SECTIONS{
www.eeworm.com/read/286883/8738489
asm c4_4_2.asm
.ref start
K_DATA_SIZE .set 256
filterdata .usect "filter_vars",K_DATA_SIZE
.data
.global test
.global inputdata
inputdata:
www.eeworm.com/read/286883/8738499
cmd c4_6_4.cmd
fft_final.obj
vectors.obj
-m fft.map
-o fft.out
-e reset
MEMORY {
PAGE 0:
VEC :origin=1c00h len = 0080
PARAM :org = 3000h len = 4000h
PAGE 1
www.eeworm.com/read/286883/8738514
cmd c4_1_4.cmd
MEMORY
{
PAGE 0: PARAM: org = 0800h len = 1780h
PAGE 1: DARAM: org = 080h len = 1780h
}
SECTIONS
{
www.eeworm.com/read/430028/8771919
pdf 4 realtime section 4.pdf
www.eeworm.com/read/429955/8781088
m ch4_3_4.m
theta = 0:179;
[R,xp] = radon(BW,theta);
figure, imagesc(theta, xp, R); colormap(hot);
xlabel('\theta (degrees)'); ylabel('x\prime');
title('R_{\theta} (x\prime)');
colorbar
www.eeworm.com/read/429955/8781096
m ch4_1_4.m
F = fft2(f,256,256);
imshow(F2,[-1 5],'notruesize');
colormap(jet); colorbar