代码搜索:elements
找到约 10,000 项符合「elements」的源代码
代码结果 10,000
www.eeworm.com/read/431013/8713560
c xtra.c
/***********************************************
*
* file d:\cips\txtrsubs.c
*
* Functions: This file contains
*
* Purpose:
* These functions ca
www.eeworm.com/read/384965/8826476
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/179954/9329115
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. Josutti
www.eeworm.com/read/179954/9329265
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. Josutti
www.eeworm.com/read/179954/9329270
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. Josutti
www.eeworm.com/read/179954/9329308
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. Josutti
www.eeworm.com/read/358499/10186344
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/358499/10186355
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/354492/10349645
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/273536/10911881
c constr_sequence.c
/*-
* Copyright (c) 2003, 2004, 2005 Lev Walkin .
* All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#include
#inc