代码搜索结果
找到约 10,000 项符合
Communication 的代码
main.c
/* THIS SAMPLE CODE IS PROVIDED AS IS AND IS SUBJECT TO ALTERATIONS. FUJITSU */
/* MICROELECTRONICS ACCEPTS NO RESPONSIBILITY OR LIABILITY FOR ANY ERRORS OR */
/* ELIGIBILITY FOR ANY PURPOSES.
simulator.sup
[Debug Type]
Type=1
[Device]
Communication=LAN
[Target]
AutoLoad=Enable
Before Batch File=
After Batch File=
[Window]
Flag=Enable
[Path Environment]
Flag=Enable
[Map]
Flag=Enabl
contributors.h
/*! \file
* contributors.h
* \brief
* List of contributors and copyright information.
*
* \par Copyright statements
\verbatim
H.264 JM coder/decoder
Copyright (C)
contributors.h
/*! \file
* contributors.h
* \brief
* List of contributors and copyright information.
*
* \par Copyright statements
\verbatim
H.264 JM coder/decoder
Copyright (C)
contributors.h
/*! \file
* contributors.h
* \brief
* List of contributors and copyright information.
*
* \par Copyright statements
\verbatim
H.264 JM coder/decoder
Copyright (C)
contributors.h
/*! \file
* contributors.h
* \brief
* List of contributors and copyright information.
*
* \par Copyright statements
\verbatim
H.264 JM coder/decoder
Copyright (C)
编程修养(四).txt
11、出错信息的处理
—————————
你会处理出错信息吗?哦,它并不是简单的输出。看下面的示例:
if ( p == NULL ){
printf ( "ERR: The pointer is NULL\n" );
}
告别学生时代的编程吧。这种编程很不利于维护和管理,出错信息或是提示信息,应该统
一处理,而不是像上面
package.html
Examples using the JSSE for doing encrypted communication.
test.i
// CodeVisionAVR C Compiler
// (C) 1998-2001 Pavel Haiduc, HP InfoTech S.R.L.
// I/O registers definitions for the ATmega16
#pragma used+
sfrb TWBR=0;
sfrb TWSR=1;
sfrb TWAR=2;
sfrb TWDR=3;
s9.asm
;PROGRAM NAME S9.ASM
;TEST SERIAL PORT (MODE 3)
ADDR EQU 27H
STOP EQU 00H
BUZZER REG P3.4
LED REG P3.7
;
ORG 0000H
RESET MOV R0,#00H
DJNZ