代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/438676/1823728
c play_multiple_audio.c
/*
*
* Copyright (c) Sigma Designs, Inc. 2002. All rights reserved.
* Cleanup version
*/
/**
@file dcc_demo.c
@brief sample application to access the Mambo chip and test DMA transfers
@autho
www.eeworm.com/read/438676/1823939
c dcc_multiple_audio.c
/*
*
* Copyright (c) Sigma Designs, Inc. 2006. All rights reserved.
*
*/
/**
@file dcc_multiple_audio.c
@brief handles simultaneus audio instances
@author Sebastian Frias Feltrer (June 22nd
www.eeworm.com/read/436911/1841766
js debug-multiple-breakpoints.js
// Copyright 2008 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditio
www.eeworm.com/read/433911/1876562
use_multiple_sinks gnumakefile.use_multiple_sinks
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.Use_Multiple_Sinks
#
# $Id: gnu.mpd 83821 2008-11-17 1
www.eeworm.com/read/433911/1876606
cpp use_multiple_sinks.cpp
// $Id: Use_Multiple_Sinks.cpp 80826 2008-03-04 14:51:23Z wotte $
#include "ace/Log_Msg.h"
#include "ace/streams.h"
int ACE_TMAIN (int, ACE_TCHAR *argv[])
{
// Output to default destination
www.eeworm.com/read/433911/1878766
proactor_multiple_loops gnumakefile.proactor_multiple_loops
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.Proactor_Multiple_Loops
#
# $Id: gnu.mpd 83821 2008-11
www.eeworm.com/read/433911/1878803
cpp test_multiple_loops.cpp
// $Id: test_multiple_loops.cpp 81978 2008-06-16 16:57:12Z sowayaa $
// ============================================================================
//
// = LIBRARY
// examples
//
// = FILE
www.eeworm.com/read/428548/1958978
dirname-handles-multiple-slashes
test $(busybox dirname foo/bar///baz) = foo/bar
www.eeworm.com/read/428548/1958988
gzip-accepts-multiple-files
touch foo bar
busybox gzip foo bar
test -f foo.gz -a -f bar.gz
www.eeworm.com/read/428548/1958991
tar-extracts-multiple-files
touch foo bar
tar cf foo.tar foo bar
rm foo bar
busybox tar -xf foo.tar
test -f foo
test -f bar