代码搜索:boolean
找到约 10,000 项符合「boolean」的源代码
代码结果 10,000
www.eeworm.com/read/111370/6157559
java boolean_field.java
//
// ____.
// __/\ ______| |__/\. _______
// __ .____| | \ | +----+ \
// _______| /--| | |
www.eeworm.com/read/101062/6257440
hxx boolean_binary.hxx
// ---------------------------------------------------------- -*- c++ -*-
// Boolean Binary Operator
// ----------------------------------------------------------------------
// file = _filename_
www.eeworm.com/read/101062/6257459
hxx boolean_unary.hxx
// ---------------------------------------------------------- -*- c++ -*-
// Scalar Binary Operator
// ----------------------------------------------------------------------
// file = _filename_
/
www.eeworm.com/read/101062/6257474
sed boolean_binary.sed
#!/bin/sh
# useful for emacs -*- sh -*-
# ########################################################################
# automatically generate functions decl
www.eeworm.com/read/101062/6257476
h boolean_binary.h
// ------------------------------------------------------- -*- c++ -*- --
//
// WARNING: FILE AUTOMATICALLY GENERATED WITH boolean_binary.sed
//
// ----------------------------------------------------
www.eeworm.com/read/101062/6257477
sed boolean_unary.sed
#!/bin/sh
# useful for emacs -*- sh -*-
# ########################################################################
# automatically generate functions decl
www.eeworm.com/read/101062/6257493
h boolean_unary.h
// ------------------------------------------------------- -*- c++ -*- --
//
// WARNING: FILE AUTOMATICALLY GENERATED WITH boolean_unary.sed
//
// -----------------------------------------------------
www.eeworm.com/read/449241/6302010
class leap_boolean.class
www.eeworm.com/read/449241/6302011
java leap_boolean.java
public class Leap_boolean
{
public static void main(String args[])
{
int year=2002;
boolean leap=false;
leap = (year%400==0)| (year%100!=0) & (year%4==0);
www.eeworm.com/read/480189/6667923