代码搜索:inter
找到约 5,354 项符合「inter」的源代码
代码结果 5,354
www.eeworm.com/read/343427/3220430
c inter_can_t.c
/////////can 交互通讯发送程序//////////////
/////////inter_can_t.c////////////////////
#include "candeal1.h"
#define LEN 8
#define MSGNUMA 2
#define MSGNUMB 5
#define MSGNUMC 6
#define MSGNUMD 7
#defi
www.eeworm.com/read/343427/3220435
c inter_can_r.c
/////////can 交互通讯接收程序//////////////
/////////inter_can_r.c////////////////////
#include "candeal1.h"
#define LEN 8
#define MSGNUMA 2
#define MSGNUMB 5
#define MSGNUMC 6
#define MSGNUMD 7
#defi
www.eeworm.com/read/341021/3259123
c comm_test_inter.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
/* -- Begin Profiling Symbol Block
www.eeworm.com/read/340322/3288853
c inter_can_t.c
/////////can 交互通讯发送程序//////////////
/////////inter_can_t.c////////////////////
#include "candeal1.h"
#define LEN 8
#define MSGNUMA 2
#define MSGNUMB 5
#define MSGNUMC 6
#define MSGNUMD 7
#defi
www.eeworm.com/read/340322/3288857
c inter_can_r.c
/////////can 交互通讯接收程序//////////////
/////////inter_can_r.c////////////////////
#include "candeal1.h"
#define LEN 8
#define MSGNUMA 2
#define MSGNUMB 5
#define MSGNUMC 6
#define MSGNUMD 7
#defi
www.eeworm.com/read/307320/3724973
awk arrive2inter.awk
{
t=$1 - s
if (s != 0) {
p=1
print t
}
s=$1
}
END {
if (p != 1) {
print 0
}
}
www.eeworm.com/read/299421/3852966
c inter_can_t.c
/////////can 交互通讯发送程序//////////////
/////////inter_can_t.c////////////////////
#include "candeal1.h"
#define LEN 8
#define MSGNUMA 2
#define MSGNUMB 5
#define MSGNUMC 6
#define MSGNUMD 7
#defi
www.eeworm.com/read/299421/3852970
c inter_can_r.c
/////////can 交互通讯接收程序//////////////
/////////inter_can_r.c////////////////////
#include "candeal1.h"
#define LEN 8
#define MSGNUMA 2
#define MSGNUMB 5
#define MSGNUMC 6
#define MSGNUMD 7
#defi
www.eeworm.com/read/290238/3983142
m inter_weave_8.m
%交织度为8的交织
function u=INTER_WEAVE_8(d,flag)
if nargin==1
flag=1;
end
N=length(d)/456;
C=reshape(d,456,N);
C=C';
u=zeros(4*N+4,114);
for n=1:N
for k=0:455
b=mod(k,8)+4*(n-1);
j=2
www.eeworm.com/read/290238/3983155
m inter_weave_8.m
%交织度为8的交织
function u=INTER_WEAVE_8(d,flag)
if nargin==1
flag=1;
end
N=length(d)/456;
C=reshape(d,456,N);
C=C';
u=zeros(4*N+4,114);
for n=1:N
for k=0:455
b=mod(k,8)+4*(n-1);
j=2