代码搜索:Operator
找到约 10,000 项符合「Operator」的源代码
代码结果 10,000
www.eeworm.com/read/111374/6156112
cpp basic.cpp
/*************************************************************************
This software module was originally developed by
Ming-Chieh Lee (mingcl@microsoft.com), Microsoft Corporation
Wei-ge Che
www.eeworm.com/read/111078/6159322
java whereclause.java
/**
* Copyright (C) 2003-2004 Funambol
*
* 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
www.eeworm.com/read/110972/6163117
cpp basic.cpp
/*************************************************************************
This software module was originally developed by
Ming-Chieh Lee (mingcl@microsoft.com), Microsoft Corporation
Wei-g
www.eeworm.com/read/109011/6178760
jj elparser.jj
/*****************************************
* OPTIONS *
*****************************************/
options {
JAVA_UNICODE_ESCAPE = false;
UNICODE_INPUT = true;
STATIC = false;
}
/**
www.eeworm.com/read/108668/6181493
bte md5.bte
MD5
Generate MD5 hash sums.
md5, hash, sum, checksum, check sum, me
www.eeworm.com/read/108668/6181495
bte excelcsv.bte
Excel Comma Separated Values (CSV)
Java libraries to read and write files in Excel Comma Separated Value
www.eeworm.com/read/108668/6181522
bte labeledcsvparser.bte
Labeled Comma Separated Values (CSV)
Read a CSV file and treat the first line as column titles.
www.eeworm.com/read/108668/6181535
bte significantfigures.bte
Significant Figures
Handles parsing, rounding, and displaying numbers for scientific applications.
www.eeworm.com/read/108242/6183762
anonftp setup.anonftp
#!/bin/sh
# setup.anonftp - Anonymous FTP setup and maintenance.
#
# 01/22/96 Initial Release Al Woodhul,
# 01/25/96 Michael Temari,
#
# What is needed fo
www.eeworm.com/read/108242/6184120
makefile
# Makefile for shutdown / halt / reboot.
CFLAGS=$(OPT) -D_MINIX -D_POSIX_SOURCE
LDFLAGS=-i
PROGRAMS= shutdown halt tinyhalt
MANUALS= shutdown.8 halt.8 reboot.2 reboot.8
all: $(PROGRAMS)
shutdown: