代码搜索:capturing
找到约 225 项符合「capturing」的源代码
代码结果 225
www.eeworm.com/read/303344/13817963
h threncinput.h
#include
#ifdef __cplusplus
extern "C" {
#endif
/* Definition of the structure capturing the state of the thread. */
typedef struct ThrEncInput {
SIO_Handle inStream;
} ThrEncI
www.eeworm.com/read/135686/5882530
txt wpcap_tut4.txt
/** @ingroup wpcap_tut
*/
/** @defgroup wpcap_tut4 Capturing the packets without the loopback
* @{
The sample showed in this lesson behaves exacltly like the one of the previous one (\ref
www.eeworm.com/read/135686/5882816
txt wpcap_tut4.txt
/** @ingroup wpcap_tut
*/
/** @defgroup wpcap_tut4 Capturing the packets without the callback
* @{
The sample showed in this lesson behaves exacltly like the one of the previous one (\ref
www.eeworm.com/read/135686/5883158
txt wpcap_tut4.txt
/** @ingroup wpcap_tut
*/
/** @defgroup wpcap_tut4 Capturing the packets without the callback
* @{
The sample showed in this lesson behaves exacltly like the one of the previous one (\ref
www.eeworm.com/read/130940/14166981
txt readme.txt
whats this?
-----------
this one is capturing keys from a standard at keyboard and displays the
characters on an LCD. the caps key toggles the keyboard LEDs.
this one isn't running that smoth ye
www.eeworm.com/read/224875/4801888
txt wpcap_tut4.txt
/** @ingroup wpcap_tut
*/
/** @defgroup wpcap_tut4 Capturing the packets without the callback
* @{
The sample showed in this lesson behaves exacltly like the one of the previous one (\ref
www.eeworm.com/read/310372/3698502
hs validdata.hs
-- | Capturing data that can either be valid or invalid.
module Language.Atom.Common.ValidData
( ValidData
, validData
, getValidData
, whenValid
, whenInvalid
) where
import Language.Ato
www.eeworm.com/read/310372/3698518
hs validdata.hs
-- | Capturing data that can either be valid or invalid.
module Language.Atom.Common.ValidData
( ValidData
, validData
, getValidData
, whenValid
, whenInvalid
) where
import Language.Ato
www.eeworm.com/read/326082/13166776
c show_video_v4l_main.c
/*==========================================================================
$Id$
show_video_v4l_main.c: Main routine for capturing video using GLUT and V4L.
Written by Naoyuki Ichimura, AIST, 2