代码搜索:Two
找到约 10,000 项符合「Two」的源代码
代码结果 10,000
www.eeworm.com/read/242561/12998871
dsw add_two.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/141545/13001226
cpp two_frn.cpp
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
loc (int lg, int lt)
{
longitude = l
www.eeworm.com/read/141545/13001378
c two_line.c
#include
void main(void)
{
printf ("This is line one.\n");
printf ("This is the second line.");
}
www.eeworm.com/read/141545/13001496
cpp two_excp.cpp
#include
void XHandler(void)
{
try {
throw "hello";
}
catch(char *) {
cout
www.eeworm.com/read/141545/13001617
cpp two_gen.cpp
#include
template class two_gen {
T1 i;
T2 j;
public:
two_gen(T1 a, T2 b)
{ i=a; j=b;}
void show(void)
{ cout
www.eeworm.com/read/141545/13002357
cpp two_objs.cpp
#include
#include
class Book
{
public:
Book(char *title) { strcpy(Book::title, title); } ;
void show_book(void) { cout
www.eeworm.com/read/141545/13003081
cpp func_two.cpp
#include
struct Msg
{
char message[256];
void show_message(char *message);
};
void Msg::show_message(char *message)
{
cout
www.eeworm.com/read/141545/13003566
mak two_icons.mak
# Nmake macros for building Windows 32-Bit apps
all: Two_Ic~1.exe
# Update the resource if necessary
Two_Ic~1.res: Two_Ic~1.rc Two_Ic~1.h
rc -r -fo Two_Ic~1.res Two_Ic~1.rc
# Update t
www.eeworm.com/read/141545/13003571
cpp two_icons.cpp
#include
#include "Two_Icons.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x800