代码搜索:机载SAR
找到约 1,219 项符合「机载SAR」的源代码
代码结果 1,219
www.eeworm.com/read/393843/8259890
h mpc860p.h
#ifndef __INCmpc860h
#define __INCmpc860h
#include "vxworks.h"
#include "/target/h/drv/multi/ppc860Siu.h"
#include "/target/h/drv/intrCtl/ppc860Intr.h"
#include "860sar.h"
typedef struct glo
www.eeworm.com/read/101131/15849756
c sartest.c
#include
#include
#include "sar.h"
int main (int argc, char** argv)
{
unsigned int u,v;
u = 0;
v = 0;
while(scanf("%x %u\n", &u, &v) >= 2){
printf("0x%.8x\n",
www.eeworm.com/read/429797/8788334
m impulsive_noise_meter.m
function [s, round_kind, round_digits]=Impulsive_Noise_Meter(filenamesin, fileout_txt, fileout_struct, save_struct, peak_interval, make_plot, save_plot, fig_format, Tool_Name, same_ylim, min_peak, sar
www.eeworm.com/read/355516/10259881
asm ramp.asm
.include "ccall.asm"
.def _ti_ramp
_ti_ramp:
pre_ccall 5,AR_Y,AR_A,AR_INC,AR_INCEXP,AR_N
sar AR_INCEXP,*
lt *
; Modify any registers needed
setc SXM
; Note: Overflow mode is o
www.eeworm.com/read/162558/10296280
diff isag.diff
--- isag.old Wed May 19 20:49:05 2004
+++ isag Wed May 19 20:56:21 2004
@@ -273,7 +273,7 @@
# following check added: Thu Mar 18 21:44:52 GMT+1 2004
if { 1 != [file executable $sar]} {
- out_msg "E
www.eeworm.com/read/355516/10259870
asm minmag.asm
.include "ccall.asm"
.def _ti_minmag
.text
_ti_minmag:
pre_ccall 2,AR_X,AR_N
setc OVM ; Enable overflow mode to handle abs(0x8000)
setc SXM
sar AR_X,*+,AR_X ; xmin=stack[0]=&x[min
www.eeworm.com/read/355516/10259887
asm maxmag.asm
.include "ccall.asm"
.def _ti_maxmag
.text
_ti_maxmag:
pre_ccall 2,AR_X,AR_N
setc OVM ; Enable overflow mode to handle abs(0x8000)
setc SXM
sar AR_X,*+,AR_X ; xmax=stack[0]=&x[max
www.eeworm.com/read/458232/1586777
s exg.s
.define .exg
! #bytes in cx
.text
.exg:
push di
mov sp,di
add di,#4
mov bx,di
add bx,cx
sar cx,#1
1:
mov ax,(bx)
xchg ax,(di)
mov (bx),ax
add di,#2
add bx,#2
loop 1b
2:
pop di
ret
www.eeworm.com/read/216450/4893546
s em_exg.s
.define .exg
! #bytes in cx
.text
.exg:
push di
mov sp,di
add di,#4
mov bx,di
add bx,cx
sar cx,#1
1:
mov ax,(bx)
xchg ax,(di)
mov (bx),ax
add di,#2
add bx,#2
loop 1b
2:
pop di
ret
www.eeworm.com/read/304222/3802034
s exg.s
.define .exg
! #bytes in cx
.text
.exg:
push di
mov sp,di
add di,#4
mov bx,di
add bx,cx
sar cx,#1
1:
mov ax,(bx)
xchg ax,(di)
mov (bx),ax
add di,#2
add bx,#2
loop 1b
2:
pop di
ret