代码搜索:inter
找到约 5,354 项符合「inter」的源代码
代码结果 5,354
www.eeworm.com/read/345878/3196065
s dhry_1.s
.file "c:/at91/software/projects/bench/source/dhry_1.c"
.option svr4
.option thumb_code
.option inter
.ident "hc4.5a -O7 \n"
.option noswst
.seg ".data",data
.L00DATA:
.align 4
.glob
www.eeworm.com/read/345878/3196067
s lib_at91.s
.file "c:/at91/software/projects/bench/source/lib_at91.c"
.option svr4
.option thumb_code
.option inter
.ident "hc4.5a -O7 \n"
.option noswst
.seg ".rodata1",rodata
.L00STRING2:
.align
www.eeworm.com/read/340665/3266604
d pt32-1.d
#as: --isa=shmedia -abi=32
#objdump: -dr
#source: pt-2.s
#name: Inter-segment PT, 32-bit.
.*: file format .*-sh64
Disassembly of section \.text:
0+ :
[ ]+0:[ ]+6ff0fff0[ ]+nop
0+4
www.eeworm.com/read/340665/3266633
s pt-2.s
! Check inter-segment pt and pta
.text
start:
nop
start1:
nop
start4:
pt start1,tr5
nop
pt start2,tr7
nop
.section .text.other,"ax"
dummylabel: ! Needed to hang a marker that this is SHmedia
www.eeworm.com/read/340665/3266682
d pt64-1.d
#as: --isa=shmedia -abi=64
#objdump: -dr
#source: pt-2.s
#name: Inter-segment PT, 64-bit.
.*: file format .*-sh64
Disassembly of section \.text:
0+ :
[ ]+0:[ ]+6ff0fff0[ ]+nop
0+4
www.eeworm.com/read/339586/3297810
ac mutex.ac
# $Id: mutex.ac,v 11.46 2004/07/09 16:23:19 bostic Exp $
# POSIX pthreads tests: inter-process safe and intra-process only.
AC_DEFUN(AM_PTHREADS_SHARED, [
AC_TRY_RUN([
#include
main() {
www.eeworm.com/read/336825/3347409
svn-base stack.h.svn-base
/* $Id: H:/drh/idioms/book/RCS/inter.doc,v 1.11 1997/02/21 19:42:15 drh Exp $ */
#ifndef STACK_INCLUDED
#define STACK_INCLUDED
#define T Stack_T
typedef struct T *T;
extern T Stack_new (void);
ex
www.eeworm.com/read/336825/3347427
h stack.h
/* $Id: H:/drh/idioms/book/RCS/inter.doc,v 1.11 1997/02/21 19:42:15 drh Exp $ */
#ifndef STACK_INCLUDED
#define STACK_INCLUDED
#define T Stack_T
typedef struct T *T;
extern T Stack_new (void);
ex
www.eeworm.com/read/290238/3983168
m test4.m
echo off
clear all
close all
c=round(rand(1,456));
flag=1;
%交织
u=INTER_WEAVE_4(c,flag);
%反交织
d=COUNTER_WEAVE_4(u);
%测试结果是否正确
if(c==d)
display "good!"
else
display "error!"
end
www.eeworm.com/read/285546/4049629
m test4.m
echo off
clear all
close all
c=round(rand(1,456));
flag=1;
%交织
u=INTER_WEAVE_4(c,flag);
%反交织
d=COUNTER_WEAVE_4(u);
%测试结果是否正确
if(c==d)
display "good!"
else
display "error!"
end