代码搜索:brackets
找到约 233 项符合「brackets」的源代码
代码结果 233
www.eeworm.com/read/339483/12230701
sh ex29.sh
#!/bin/bash
# Testing ranges of characters.
echo; echo "Hit a key, then hit return."
read Keypress
case "$Keypress" in
[[:lower:]] ) echo "Lowercase letter";;
[[:upper:]] ) echo "Uppercase l
www.eeworm.com/read/430659/8735445
frm odbcerrors.frm
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmODBCErrors
BorderStyle = 3 'Fixed Dialog
Caption = "ODBC Error"
Cl
www.eeworm.com/read/466324/7032416
java computetax.java
// ComputeTax.java: Compute tax payments
import javax.swing.JOptionPane;
public class ComputeTax {
public static void main(String[] args) {
// Prompt the user to enter filing status
S
www.eeworm.com/read/466324/7033044
java computetax.java
// ComputeTax.java: Compute tax payments
package chapter27;
import javax.swing.JOptionPane;
public class ComputeTax {
public static void main(String[] args) {
// Prompt the user to enter filin
www.eeworm.com/read/456187/7355200
java computetax.java
// ComputeTax.java: Compute tax payments
import javax.swing.JOptionPane;
public class ComputeTax {
public static void main(String[] args) {
// Prompt the user to enter filing status
S
www.eeworm.com/read/456187/7355647
java computetax.java
// ComputeTax.java: Compute tax payments
package chapter27;
import javax.swing.JOptionPane;
public class ComputeTax {
public static void main(String[] args) {
// Prompt the user to enter filin
www.eeworm.com/read/164665/7692837
frm odbcerrors.frm
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form frmODBCErrors
BorderStyle = 3 'Fixed Dialog
Caption = "ODBC Error"
Cl