代码搜索:third
找到约 4,828 项符合「third」的源代码
代码结果 4,828
www.eeworm.com/read/126430/6017316
c airy.c
#include
#define PI 3.1415927
#define THIRD (1.0/3.0)
#define TWOTHR (2.0*THIRD)
#define ONOVRT 0.57735027
void airy(float x, float *ai, float *bi, float *aip, float *bip)
{
void be
www.eeworm.com/read/126390/6017740
txt bottom_padding_srv.txt
//-->
Note that you could have used these top and bottom parts to embeed data into an image...
www.eeworm.com/read/125819/6021112
c enum.c
#ifdef TEST1
enum tag
{
first,
second,
third
};
#endif
#ifdef TEST2
enum tag
{
first, /* IGNORE */
second,
third,
first, /* ERROR */
fourth
};
#endif
#ifdef TEST3
enum
{
first, /
www.eeworm.com/read/110034/6166356
c ipc.c
/*
* linux/arch/mips/kernel/ipc.c
*
* This file contains various random system calls that
* have a non-standard calling sequence on the Linux/MIPS
* platform.
*/
#include
#includ
www.eeworm.com/read/102935/6225417
c ipc.c
/*
* linux/arch/mips/kernel/ipc.c
*
* This file contains various random system calls that
* have a non-standard calling sequence on the Linux/MIPS
* platform.
*/
#include
#includ
www.eeworm.com/read/102423/6232373
c airy.c
#include
#define PI 3.1415927
#define THIRD (1.0/3.0)
#define TWOTHR (2.0*THIRD)
#define ONOVRT 0.57735027
void airy(x,ai,bi,aip,bip)
float *ai,*aip,*bi,*bip,x;
{
void bessik(),bes
www.eeworm.com/read/102423/6232985
c airy.c
#include
#define PI 3.1415927
#define THIRD (1.0/3.0)
#define TWOTHR (2.0*THIRD)
#define ONOVRT 0.57735027
void airy(float x, float *ai, float *bi, float *aip, float *bip)
{
void be
www.eeworm.com/read/477041/6289803
java testperson.java
public class TestPerson {
public static void main(String[] args) {
Person second=new Person("Zhang San",21,165);
Person third=new Person("Wang Wu",23);
Person fourth=new Person("Zhao Liu",18
www.eeworm.com/read/492274/6420419
cpp slice1.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/488300/6491679
h ddi.h
template
class ddi {
public :
ddi(const double &a, const double &b) : first(a), second(b) {};
ddi(const double &a, const double &b, const type &sq) : first(a), second(b), thir