代码搜索:elements
找到约 10,000 项符合「elements」的源代码
代码结果 10,000
www.eeworm.com/read/273005/10931786
cpp pentagonal.cpp
#include
#include
#include
using namespace std;
bool calc_elements(vector &vec,int pos)
{
if(pos50)
{
cerr
www.eeworm.com/read/270960/11018141
cpp backins.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/270960/11018254
cpp perm1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/270960/11018259
cpp nth1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/270960/11018301
cpp part1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19
www.eeworm.com/read/454938/7381266
c alg15.c
#include
#include
#include
int odd_by_twos() {
static int seed = -1;
return seed += 2;
}
template
void print_elements( Type elem ) { cout
www.eeworm.com/read/446971/7562020
c alg15.c
#include
#include
#include
int odd_by_twos() {
static int seed = -1;
return seed += 2;
}
template
void print_elements( Type elem ) { cout
www.eeworm.com/read/445413/7595677
m bft_convex_array.m
%BFT_CONVEX_ARRAY Create a convex array transducer
%
%USAGE : xdc = bft_convex_array(no_elements, width, kerf, Rconvex)
% OR : xdc = bft_convex_array(no_elements, pitch, Rconvex)
%
%INPUTS : no_e
www.eeworm.com/read/445413/7595692
m bft_linear_array.m
%BFT_LINEAR_ARRAY - Create a linear array.
%
%USAGE : xdc = bft_linear_array(no_elements, width, kerf)
% OR : xdc = bft_linear_array(no_elements, pitch)
%
%INPUT : no_elements - Number of elele
www.eeworm.com/read/197875/7964775
c alg15.c
#include
#include
#include
int odd_by_twos() {
static int seed = -1;
return seed += 2;
}
template
void print_elements( Type elem ) { cout