/*++
Copyright (c) AFE(Active-Free-Elegance)
Module Name:
table.h
Abstract:
the table class:
1. the table envirement configuration
2. set and clear the food(good ones and bad o
/**
* 这个类封装了PL/0编译器的符号表,C语言版本中关键的全局变量tx和table[]就在这里。
*/
public class Table {
/**
* 即C语言版本中的tablestruct结构。
*/
public class Item {
// 这里定义名字表中的类型,对应C语言版的object枚举类型
public static f ...
#!/usr/bin/perl -w
if (@ARGV != 1) {
die "Usage: gen-colors.pl rgb.txt > pango-color-table.h\n";
}
open IN, $ARGV[0] || die "Cannot open $ARGV[0]: $!\n";
@colors = ();
while (defined($_ = )
#!/usr/bin/perl -w
#
# Script to convert http://www.unicode.org/Public/UNIDATA/Scripts.txt
# into a machine-readable table.
#
######################################################################
i
-- 商品销售发票
-- 表.脚本
-- 红虎于2002.12.14
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[CustMast]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[CustMast]
GO