states.tab
来自「这是一个基于MapInfo的GIS软件,将地图上的图元分开或合并 」· TAB 代码 · 共 28 行
TAB
28 行
!table
!version 300
!charset WindowsLatin1
Definition Table
Type NATIVE Charset "WindowsLatin1"
Fields 20
State_Name Char (20) Index 1 ;
State Char (2) Index 2 ;
FIPS_Code Char (2) Index 3 ;
Pop_1980 Decimal (10, 0) Index 4 ;
Pop_1990 Decimal (10, 0) ;
Num_Hh_80 Decimal (10, 0) ;
Num_Hh_90 Decimal (10, 0) ;
Med_Inc_80 Decimal (10, 0) ;
BPI_1990 Decimal (10, 4) ;
Pop_Urban Decimal (10, 0) ;
Pop_Rural Decimal (10, 0) ;
Pop_Male Decimal (10, 0) ;
Pop_Female Decimal (10, 0) ;
Pop_Cauc Decimal (10, 0) ;
Pop_Black Decimal (10, 0) ;
Pop_Native Decimal (10, 0) ;
Pop_Asian Decimal (10, 0) ;
Pop_Other Decimal (10, 0) ;
Sales_1990 Decimal (10, 0) Index 5 ;
Total_Area Decimal (8, 1) ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?