代码搜索:team
找到约 10,000 项符合「team」的源代码
代码结果 10,000
www.eeworm.com/read/124550/6046535
cs team.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Collections;
namespace UDS.Components
{
///
/// Team 类
///
public class Team
{
#regi
www.eeworm.com/read/104132/6210915
cpp team.cpp
//---------------------------------------------------------------------------
#include
#include "Team.h"
//---------------------------------------------------------------------------
#prag
www.eeworm.com/read/104132/6210918
h team.h
//---------------------------------------------------------------------------
#ifndef TeamH
#define TeamH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/492458/6279306
gif team.gif
www.eeworm.com/read/493654/6388485
cpp team.cpp
// -*-c++-*-
/***************************************************************************
team.cpp
Team object class
www.eeworm.com/read/493654/6388529
h team.h
// -*-c++-*-
/***************************************************************************
team.h
Team object class
www.eeworm.com/read/480189/6667761
sql team.sql
/*
//参赛队(组别,球队)
CREATE TABLE Team
( group1 char(10),
team1 nchar(20) NOT NULL UNIQUE,
PRIMARY KEY (team1),
CHECK(group1 BETWEEN 'A' AND 'H'))
INSERT INTO Team
VAL
www.eeworm.com/read/410359/11290805
gif team.gif
www.eeworm.com/read/264813/11299617
cpp team.cpp
// Team.h : CTeam 类的实现
// CTeam 实现
// 代码生成在 2007年3月1日, 12:58
#include "stdafx.h"
#include "Team.h"
IMPLEMENT_DYNAMIC(CTeam, CRecordset)
CTeam::CTeam(CDatabase* pdb)
: CRecordset(pd