代码搜索:U盘设计
找到约 10,000 项符合「U盘设计」的源代码
代码结果 10,000
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);
}