代码搜索:Notes
找到约 10,000 项符合「Notes」的源代码
代码结果 10,000
www.eeworm.com/read/477919/1355458
c ixethmii.c
/**
* @file IxEthMii.c
*
* @author Intel Corporation
* @date
*
* @brief MII control functions
*
* Design Notes:
*
*
* @par
* IXP400 SW Release version 2.0
*
* -- Copyright Notice --
www.eeworm.com/read/477919/1355464
c ixethaccmac.c
/**
* @file IxEthAccMac.c
*
* @author Intel Corporation
* @date
*
* @brief MAC control functions
*
* Design Notes:
*
* @par
* IXP400 SW Release version 2.0
*
* -- Copyright Notice --
*
www.eeworm.com/read/475888/1379339
readme
#
# @(#)README 1.13 06/10/26
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
#
Some notes on the MIDlet-on-CDC demo:
The goals of the design:
========================
- isolate
www.eeworm.com/read/468455/1490506
entries
D/bbs_dir////
D/brow////
D/emot////
D/face////
D/lefttree////
D/main////
D/pic////
D/UBB////
D/UserType////
D/vote////
D/_notes////
www.eeworm.com/read/468455/1490507
extra entries.extra
D/bbs_dir///
D/brow///
D/emot///
D/face///
D/lefttree///
D/main///
D/pic///
D/UBB///
D/UserType///
D/vote///
D/_notes///
www.eeworm.com/read/459034/1575095
m char.m
function x=char(y)
x=_char(y);
endfunction
/*
@GROUP
char
@SYNTAX
char(number)
@DOC
external function for changing numbers into strings
@NOTES
@EXAMPLES
@SEE
blanks, deblank
*/
www.eeworm.com/read/459034/1575628
m char.m
function x=char(y)
x=_char(y);
endfunction
/*
@GROUP
char
@SYNTAX
char(number)
@DOC
external function for changing numbers into strings
@NOTES
@EXAMPLES
@SEE
blanks, deblank
*/
www.eeworm.com/read/457853/1592645
c icmp.c
/*
* File: icmp.c
* Purpose: Handle ICMP packets.
*
* Notes: See RFC 792 "Internet Control Message Protocol"
* for more details.
*
* Modifications:
*/
#include "src/include/
www.eeworm.com/read/457853/1592648
c udp.c
/*
* File: udp.c
* Purpose: User Datagram Protocol driver
*
* Notes:
*
* Modifications:
*
*/
#include "src/include/dbug.h"
#include "src/uif/net/net.h"
/**********************
www.eeworm.com/read/457853/1592649
c ip.c
/*
* File: ip.c
* Purpose: Internet Protcol device driver
*
* Notes:
*
* Modifications:
*/
#include "src/include/dbug.h"
#include "src/uif/net/net.h"
/************************