代码搜索:U

找到约 10,000 项符合「U」的源代码

代码结果 10,000
www.eeworm.com/read/450802/7476600

m u6.m

clear all; N=20 ;% number of multipath arrivals a=rand(1,N); %amplitude tau=rand(1,N); %arrival time f_d=1 shift=rand(1,N)*2*f_d-f_d; %Doppler shifts f=10; % the frequency of the transmitted tim
www.eeworm.com/read/450762/7476953

ow u_chat.ow

www.eeworm.com/read/450762/7476956

pas u_chat.pas

UNIT U_chat; INTERFACE uses SysUtils,crt; const nb_max_client =20; nb_max_msg =100; type T_Client = record pseudo : string[5]; mdp : string[4]; e
www.eeworm.com/read/450762/7476960

ppw u_chat.ppw

www.eeworm.com/read/450639/7479423

h adpcm_u.h

/* ** adpcm.h - include file for adpcm coder. ** ** Version 1.0, 7-Jul-92. */ struct adpcm_state { short valprev; /* Previous output value */ char index;
www.eeworm.com/read/450639/7479432

c adpcm_u.c

/*********************************************************** Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved Permission to use, copy, mo
www.eeworm.com/read/450635/7479866

dls u2374988.dls

www.eeworm.com/read/450635/7479877

dls u3604684.dls

www.eeworm.com/read/450635/7479880

dls u9147840.dls

www.eeworm.com/read/450470/7483397

c u_intout.c

#include void main () { unsigned int value = 42000; printf("Displaying 42000 as unsigned %u\n", value); printf("Displaying 42000 as int %d\n", value); }