代码搜索:Two

找到约 10,000 项符合「Two」的源代码

代码结果 10,000
www.eeworm.com/read/148707/12436958

cpp 5i.cpp

// Swap() Accepts two values as reference parameters // and exchanges these values. // IN/OUT: a, b -- When the function is called, these are // any values. When the function returns, the values
www.eeworm.com/read/336465/12442266

nlogo ---materialsim-grain-growth.nlogo

breeds [element1 element2] ;; two different materials or phases ;; element1 is the main material ;; element2 is the materials which is
www.eeworm.com/read/234666/14102069

m twologons.m

% create a movie (or play it) showing the interferences % between two logons % F. Auger, oct 1999 % Copyright (c) CNRS - France 1999. % % ------------------- CONFIDENTIAL PROGRAM ------------
www.eeworm.com/read/130942/14166872

c fet120_ta_pwm01.c

//******************************************************************************* // MSP-FET430P120 Demo - Timer_A PWM TA1-2 upmode, DCO SMCLK // // Description; This program will generate a two
www.eeworm.com/read/233011/14174195

c fet140_ta_pwm01.c

//******************************************************************************* // MSP-FET430P140 Demo - Timer_a PWM TA1-2 upmode, DCO SMCLK // // Description; This program will generate a two
www.eeworm.com/read/130108/14208355

c v4l2-common.c

/* * Video for Linux Two * * A generic video device interface for the LINUX operating system * using a set of device structures/vectors for low level operations. * * This file replaces the
www.eeworm.com/read/129337/14250700

h cd_data.h

/* This is the data stucture definition for the CD database. It defines structures and sizes for the two tables that comprise the database. */ /* The catalog table */ #define CAT_CAT_LEN
www.eeworm.com/read/129337/14251048

h cd_data.h

/* This is the data stucture definition for the CD database. It defines structures and sizes for the two tables that comprise the database. */ /* The catalog table */ #define CAT_CAT_LEN
www.eeworm.com/read/129220/14257282

java breeder.java

package chc; /** Breeder holds all algorithmns necessary for Breeding a population * of Hypotheses to produce the next generation. Two Hypotheses are * only able to breed if they differ by the t
www.eeworm.com/read/230899/14269789

c mailbox.c

/* There are only two functions in this mailbox code that depend on the * underlying protocol, namely mbx_getname() and dochat(). All the other * functions can hopefully be used without modificati