代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/221748/14722947
js shbrushsql.js
dp.sh.Brushes.Sql = function()
{
var funcs = 'abs avg case cast coalesce convert count current_timestamp ' +
'current_user day isnull left lower month nullif replace right ' +
'session_
www.eeworm.com/read/221748/14723030
js shbrushsql.js
dp.sh.Brushes.Sql = function()
{
var funcs = 'abs avg case cast coalesce convert count current_timestamp ' +
'current_user day isnull left lower month nullif replace right ' +
'session_
www.eeworm.com/read/221748/14723183
js shbrushsql.js
dp.sh.Brushes.Sql = function()
{
var funcs = 'abs avg case cast coalesce convert count current_timestamp ' +
'current_user day isnull left lower month nullif replace right ' +
'session_
www.eeworm.com/read/213958/15120497
cc spinop.cc
// SpinOp.cc -- Operators for a spin or two-level system.
//
// Copyright (C) 1995 Todd Brun and Ruediger Schack
//
// This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/210806/15192064
v major.v
//-------------------------------
//Majority with bitwise operators
//Filename : major.v
//-------------------------------
module major(maj, I);
output maj;
input [2:0] I;
//Assign majority o
www.eeworm.com/read/162614/5518704
c operator1.c
// Test that conversions to base classes happen when calling
// operators.
// { dg-do run }
extern "C" void abort ();
struct B1;
struct B2;
B2* p;
B1* p2;
struct B1 {
virtual void f () {}
};
s
www.eeworm.com/read/162614/5525762
ada cd2a53a.ada
-- CD2A53A.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5525879
ada cd2d11a.ada
-- CD2D11A.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/473219/6849064
m nonlinopex.m
clc
echo on
% A recent and devloping extension in YALMIP is support
% for nonlinear operators such as min, max, norm and more.
%
% Although nonlinear, and often non-differentiable, the resultin
www.eeworm.com/read/395876/8148024
java binarytest.java
// operators/BinaryTest.java
// TIJ4 Chapter Operators, Exercise 10, page 112
/* Write a program with two constant values, one with alternating binary ones and
* zeroes, with a zero in the least-s