代码搜索:Multi
找到约 10,000 项符合「Multi」的源代码
代码结果 10,000
www.eeworm.com/read/380481/9145597
c hello_multi.c
/* hello_multi.c - a multi-threaded hello world program */
#include
#include
#define NUM 5
main()
{
pthread_t t1, t2; /* two threads */
void *print_msg(void *);
pthrea
www.eeworm.com/read/281360/9159977
c multi_mailbox.c
/**********************************************************
*Function discription: Task在多个邮箱上的挂起
*
*interface functio
www.eeworm.com/read/182412/9204898
m multi-beam.m
year=2004;%年份
day=24;%日期
hour=7;%钟点
minute=0;%分钟
s=hour+minute/60;%时间
n=31+29+31+30+31+30+day;%七月积日
if 2
www.eeworm.com/read/182135/9215265
c multi-play.c
/* Multi-Play's main file. */
/* Selectively enable compilation of parts of the player. */
#ifndef DISABLE_OSS
#define ENABLE_OSS
#endif
#ifndef DISABLE_ESD
#define ENABLE_ESD
#endif
#ifndef DISABL
www.eeworm.com/read/378216/9241377
v multi16.v
module multi16(x,y,clock,z);
input[15:0] x,y;
input clock;
output[31:0] z;
reg [15:0] reg_x;
reg [15:0] reg_y;
reg [31:0] reg_z;
wire[16:0] p0,p1,p2,p3,p4,p5,p6,p7,p8,p9,p10,p11,p12,p13,p14,p15
www.eeworm.com/read/179943/9330566
dat multi01.dat
INVITE sip:user@company.com SIP/2.0
Contact:
Via: SIP/2.0/UDP 192.0.2.25;branch=z9hG4bKkdjuw
Max-Forwards: 70
CSeq: 5 INVITE
Call-ID: multi01.98asdh@192.0.2.1
CSe
www.eeworm.com/read/179391/9359384
uc multi_producer.uc
;------------------------------------------------------------------------------------
;
; I N T E L P R O P
www.eeworm.com/read/179391/9359405
uc multi_consumer.uc
;------------------------------------------------------------------------------------
;
; I N T E L P R O P
www.eeworm.com/read/177857/9430303
c multi_menu.c
www.eeworm.com/read/177513/9450335
m multi_channel.m
function [channel_Bpsk_output,N0]=channel_Bpsk(input,h,snr)
len=length(input);
lenh=length(h);
H10(20*(lenh-1)+1)=0;
%多径间隔为整数码元
for i=1:lenh
H10(20*(i-1)+1)=h(i);