代码搜索:Two
找到约 10,000 项符合「Two」的源代码
代码结果 10,000
www.eeworm.com/read/308442/13701141
c two_line.c
#include
void main ()
{
printf ("This is line one.\n");
printf ("This is the second line.");
}
www.eeworm.com/read/303635/13810854
c globalmem_two.c
/*======================================================================
A globalmem driver as an example of char device drivers
There are two same globalmems in this driver
This example
www.eeworm.com/read/301198/13863933
c two_line.c
#include
void main ()
{
printf ("This is line one.\n");
printf ("This is the second line.");
}
www.eeworm.com/read/136989/5829797
dsw two_objects.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/136989/5829801
mpc two_objects.mpc
// -*- MPC -*-
// Two_Objects.mpc,v 1.6 2003/12/23 21:04:50 dhinton Exp
project(*Server): taoexe, portableserver {
Source_Files {
worker.cpp
First_i.cpp
Second_i.cpp
Object_
www.eeworm.com/read/136989/5829810
idl two_objects.idl
//
// Two_Objects.idl,v 1.1 2002/01/10 18:40:03 venkita Exp
//
module Two_Objects_Test
{
typedef sequence Octet_Seq;
/// A very simple interface
interface First
{
one
www.eeworm.com/read/136989/5835952
mpc two_way.mpc
// -*- MPC -*-
// Two_Way.mpc,v 1.5 2003/12/23 21:04:24 dhinton Exp
project(*application): messaging, rteventexe, naming {
after += ECMcastTests_lib
libs += ECMcastTests
includes +=
www.eeworm.com/read/136812/5858775
c two.twostr.c
/* @(#)two.twostr.c 1.1 92/07/30 SMI */
/* Make a 2 letter code into an integer we can switch on easily */
#define two( s1, s2 ) (s1 + 256 * s2 )
#define twostr( str ) two( *str, str[ 1 ] )
www.eeworm.com/read/113671/6126528
java~1~ two.java~1~
public class Two extends Root
{
private GameTable gTable;
private int x,y;
private int direct=1;
private int[] store;
public Two()
{
store=new int[15];
}
public boolean b