代码搜索:captures
找到约 345 项符合「captures」的源代码
代码结果 345
www.eeworm.com/read/375190/2737704
qbk captures.qbk
[/
Copyright 2006-2007 John Maddock.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt).
]
[s
www.eeworm.com/read/221464/4831504
cpp captures_example.cpp
#include
#include
void print_captures(const std::string& regx, const std::string& text)
{
boost::regex e(regx);
boost::smatch what;
std::cout
www.eeworm.com/read/221464/4831548
cpp captures_test.cpp
#include
#include
#include
#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
template
void test_captures(const std::
www.eeworm.com/read/168845/5435238
cpp captures_example.cpp
/*
*
* Copyright (c) 2003-2004
* John Maddock
*
* Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt
www.eeworm.com/read/168845/5435310
cpp captures_test.cpp
/*
*
* Copyright (c) 2004
* John Maddock
*
* Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or copy
www.eeworm.com/read/375190/2737779
cpp captures_example.cpp
/*
*
* Copyright (c) 2003-2004
* John Maddock
*
* Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or copy
www.eeworm.com/read/375190/2737850
cpp captures_test.cpp
/*
*
* Copyright (c) 2004
* John Maddock
*
* Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or copy at htt
www.eeworm.com/read/402368/11536479
txt readme.txt
Code Sample Name: videocap
Feature Area:
Video capture
Description:
This sample provides the basic video capture functionalities: It captures and encodes video in a WMV file,
an
www.eeworm.com/read/181048/9276145
c dc1394_capture.c
/*
* 1394-Based Digital Camera Capture Code for the Control Library
* Written by Chris Urmson
*
* This library is free software; you can redistribute it and/or
* modify it un
www.eeworm.com/read/295750/6964868
cpp testrunner.cpp
#include "TestRunner.hpp"
#include "Pcre.hpp"
using namespace std;
/// TODO: use a decent lib instead of these hacks
static bool is_in_current_dir(const string &fname)
{
return (fname.find_first