代码搜索:Operator
找到约 10,000 项符合「Operator」的源代码
代码结果 10,000
www.eeworm.com/read/149433/5699923
java operator1.java
public class Operator1
{
public static void main( String args [])
{
int i=10,j,k,m,n; //声明 int 变量
j=+i; //取原值
Sy
www.eeworm.com/read/149433/5699924
java operator3.java
public class Operator3//
{
public static void main( String args [])
{
System.out.println("~4 = "+(~4));
System.out.println("6 | 2 = "+(6|2));
System.out.println(
www.eeworm.com/read/149433/5699925
txt operator3.txt
~4 = -5
6 | 2 = 6
4 & 2 = 0
6 ^ 2 = 4
9>> 2 = 2
1>>2 = 2
www.eeworm.com/read/149433/5699927
java operator2.java
public class Operator2
{
public static void main( String args [])
{
System.out.println("7 / 2 = "+(7/2));
System.out.println("7.0 / 2 = "+(7.0/2));
System.out.pr
www.eeworm.com/read/139332/5800629
hpp operator_actions.hpp
// -- operator_actions.hpp - Boost Lambda Library ----------------------
// Copyright (C) 1999, 2000 Jaakko J鋜vi (jaakko.jarvi@cs.utu.fi)
//
// Distributed under the Boost Software License, Version 1
www.eeworm.com/read/139332/5802501
hpp operator_id.hpp
// Copyright David Abrahams 2002.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef OP
www.eeworm.com/read/128502/5989944
xpm operator_logo.xpm
/* XPM */
static char * Operator_logo_xpm[] = {
"20 19 5 1",
" c None",
". c #000000",
"+ c #808080",
"@ c #00FF00",
"# c #008000",
" ",
" ",
" .
www.eeworm.com/read/124931/6035348
dfm u_operator.dfm
object F_operator: TF_operator
Left = 204
Top = 214
ActiveControl = i_id
BorderStyle = bsSingle
Caption = '前台操作员管理'
ClientHeight = 310
ClientWidth = 493
Color = clBtnFace
Fo
www.eeworm.com/read/124931/6035353
~dfm u_operator.~dfm
object F_operator: TF_operator
Left = 158
Top = 204
ActiveControl = i_id
BorderStyle = bsSingle
Caption = '前台操作员管理'
ClientHeight = 310
ClientWidth = 493
Color = clBtnFace
Fo
www.eeworm.com/read/124931/6035360
pas u_operator.pas
unit u_operator;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, DBCtrls, Mask, Grids, DBGrids;
type
TF_operator = class(