代码搜索:Operator
找到约 10,000 项符合「Operator」的源代码
代码结果 10,000
www.eeworm.com/read/375190/2733590
qbk operator.qbk
[/==============================================================================
Copyright (C) 2001-2008 Joel de Guzman
Copyright (C) 2001-2008 Hartmut Kaiser
Distributed under the Boost
www.eeworm.com/read/366702/2871983
c operator.c
// { dg-do assemble }
// { dg-options "" }
// General test for operator overloading permissiveness.
typedef __SIZE_TYPE__ size_t;
struct A {
int operator?:(int a, int b); // { dg-warning "" }
www.eeworm.com/read/366513/2886811
java operator.java
package com.hotelmaster.home.domain;
import java.sql.Timestamp;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
www.eeworm.com/read/358262/2988170
java operator.java
package Flower.model;
public class Operator {
private String operatorid;
private String operatorname;
private String operatorpassword;
private String operatortype;
public Operator() {
www.eeworm.com/read/358262/2988208
sql operator.sql
CREATE TABLE "OPERATOR"
(
"OPERATORID" VARCHAR2 (10),
"OPERATORNAME" VARCHAR2 (20),
"OPERATORPASSWORD" VARCHAR2 (20)
)
;
www.eeworm.com/read/357991/3007860
java operator.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either v
www.eeworm.com/read/355602/3052717
cs operator.cs
using System;
using System.Collections;
namespace Microsoft.Fawvw.Components.NExcel.Biff.Formula
{
/// An operator is a node in a parse tree. Its children can be other
/// opera
www.eeworm.com/read/263726/4299613
cc operator.cc
// -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*-
// vim:set sts=4 ts=8:
// Copyright (c) 2001-2007 International Computer Science Institute
//
// Permission is hereby granted, free of