⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 eagle.cnt

📁 老外的PCB设计软件,是免费的.可以上网更新.
💻 CNT
字号:
1 General Help=1
1 Installation=2
1 Quick Introduction
1 Quick Introduction=3
1 Control Panel and Editor Windows=4
1 Entering Parameters and Values=5
1 Drawing a Schematic=6
1 Checking the Schematic=7
1 Generating a Board from a Schematic=8
1 Checking the Layout=9
1 Creating a Library Device=10
1 Control Panel
1 Control Panel=11
1 Context Menus=12
1 Directories=13
1 Backup=14
1 User Interface=15
1 Keyboard and Mouse
1 Keyboard and Mouse=16
1 Selecting objects in dense areas=17
1 Editor Windows
1 Editor Windows=18
2 Library Editor
2 Library Editor=19
2 Edit Library Object=20
1 Board Editor=21
1 Schematic Editor=22
1 Text Editor=23
1 Editor Commands
1 Editor Commands=24
1 Command Syntax=25
1 ADD=26
1 ARC=27
1 ASSIGN=28
1 AUTO=29
1 BOARD=30
1 BUS=31
1 CHANGE=32
1 CIRCLE=33
1 CLASS=34
1 CLOSE=35
1 CONNECT=36
1 COPY=37
1 CUT=38
1 DELETE=39
1 DESCRIPTION=40
1 DISPLAY=41
1 DRC=42
1 EDIT=43
1 ERC=44
1 ERRORS=45
1 EXPORT=46
1 GATESWAP=47
1 GRID=48
1 GROUP=49
1 HELP=50
1 HOLE=51
1 INFO=52
1 INVOKE=53
1 JUNCTION=54
1 LABEL=55
1 LAYER=56
1 MARK=57
1 MENU=58
1 MIRROR=59
1 MITER=60
1 MOVE=61
1 NAME=62
1 NET=63
1 OPEN=64
1 OPTIMIZE=65
1 PACKAGE=66
1 PAD=67
1 PASTE=68
1 PIN=69
1 PINSWAP=70
1 POLYGON=71
1 PREFIX=72
1 PRINT=73
1 QUIT=74
1 RATSNEST=75
1 RECT=76
1 REDO=77
1 REMOVE=78
1 RENAME=79
1 REPLACE=80
1 RIPUP=81
1 ROTATE=82
1 ROUTE=83
1 RUN=84
1 SCRIPT=85
1 SET=86
1 SHOW=87
1 SIGNAL=88
1 SMASH=89
1 SMD=90
1 SPLIT=91
1 TECHNOLOGY=92
1 TEXT=93
1 UNDO=94
1 UPDATE=95
1 USE=96
1 VALUE=97
1 VIA=98
1 WINDOW=99
1 WIRE=100
1 WRITE=101
1 Generating Output
1 Generating Output=102
2 Printing
2 Printing=103
2 Printing a Drawing=104
2 Printing a Text=105
2 Printer Page Setup=106
2 CAM Processor
2 CAM Processor=107
2 Main CAM Menu=108
2 CAM Processor Job=109
3 Output Device
3 Output Device=110
4 Device Parameters
4 Device Parameters=111
4 Aperture Wheel File=112
4 Aperture Emulation=113
4 Aperture Tolerances=114
4 Drill Rack File=115
4 Drill Tolerances=116
4 Offset=117
4 Printable Area=118
4 Pen Data=119
3 Defining Your Own Device Driver=120
2 Output File=121
2 Flag Options=122
2 Layers and Colors=123
1 Outlines data=124
1 Autorouter
1 Autorouter=125
1 Design Checks
1 Design Checks=126
1 Design Rules=127
1 User Language
1 User Language=128
1 Writing a ULP=129
1 Executing a ULP=130
2 Syntax
2 Syntax=131
2 Whitespace=132
2 Comments=133
3 Directives
3 Directives=134
3 #include=135
3 #require=136
3 #usage=137
2 Keywords=138
2 Identifiers=139
3 Constants
3 Constants=140
3 Character Constants=141
3 Integer Constants=142
3 Real Constants=143
3 String Constants=144
3 Escape Sequences=145
3 Punctuators
3 Punctuators=146
3 Brackets=147
3 Parentheses=148
3 Braces=149
3 Comma=150
3 Semicolon=151
3 Colon=152
3 Equal Sign=153
2 Data Types
2 Data Types=154
2 char=155
2 int=156
2 real=157
2 string=158
2 Type Conversions=159
2 Typecast=160
2 Object Types
2 Object Types=161
2 UL_ARC=162
2 UL_AREA=163
2 UL_BOARD=164
2 UL_BUS=165
2 UL_CIRCLE=166
2 UL_CLASS=167
2 UL_CONTACT=168
2 UL_CONTACTREF=169
2 UL_DEVICE=170
2 UL_DEVICESET=171
2 UL_ELEMENT=172
2 UL_GATE=173
2 UL_GRID=174
2 UL_HOLE=175
2 UL_INSTANCE=176
2 UL_JUNCTION=177
2 UL_LAYER=178
2 UL_LIBRARY=179
2 UL_NET=180
2 UL_PACKAGE=181
2 UL_PAD=182
2 UL_PART=183
2 UL_PIN=184
2 UL_PINREF=185
2 UL_POLYGON=186
2 UL_RECTANGLE=187
2 UL_SCHEMATIC=188
2 UL_SEGMENT=189
2 UL_SHEET=190
2 UL_SIGNAL=191
2 UL_SMD=192
2 UL_SYMBOL=193
2 UL_TEXT=194
2 UL_VIA=195
2 UL_WIRE=196
2 Definitions
2 Definitions=197
2 Constant Definitions=198
2 Variable Definitions=199
2 Function Definitions=200
2 Operators
2 Operators=201
2 Bitwise Operators=202
2 Logical Operators=203
2 Comparison Operators=204
2 Evaluation Operators=205
2 Arithmetic Operators=206
2 String Operators=207
2 Expressions
2 Expressions=208
2 Arithmetic Expression=209
2 Assignment Expression=210
2 String Expression=211
2 Comma Expression=212
2 Conditional Expression=213
2 Function Call=214
2 Statements
2 Statements=215
2 Compound Statement=216
2 Expression Statement=217
3 Control Statements
3 Control Statements=218
3 break=219
3 continue=220
3 do...while=221
3 for=222
3 if...else=223
3 return=224
3 switch=225
3 while=226
2 Builtins
2 Builtins=227
2 Builtin Constants=228
2 Builtin Variables=229
3 Builtin Functions
3 Builtin Functions=230
4 Character Functions
4 Character Functions=231
4 is...()=232
4 to...()=233
4 File Handling Functions
4 File Handling Functions=234
4 fileerror()=235
4 fileglob()=236
4 Filename Functions=237
4 Filedata Functions=238
5 File Input Functions
5 File Input Functions=239
5 fileread()=240
4 Mathematical Functions
4 Mathematical Functions=241
4 Absolute, Maximum and Minimum Functions=242
4 Rounding Functions=243
4 Trigonometric Functions=244
4 Exponential Functions=245
4 Miscellaneous Functions
4 Miscellaneous Functions=246
4 exit()=247
4 language()=248
4 lookup()=249
4 palette()=250
4 sort()=251
4 status()=252
4 Unit Conversions=253
4 Printing Functions
4 Printing Functions=254
4 printf()=255
4 sprintf()=256
4 String Functions
4 String Functions=257
4 strchr()=258
4 strjoin()=259
4 strlen()=260
4 strlwr()=261
4 strrchr()=262
4 strrstr()=263
4 strsplit()=264
4 strstr()=265
4 strsub()=266
4 strtod()=267
4 strtol()=268
4 strupr()=269
4 Time Functions
4 Time Functions=270
4 time()=271
4 Time Conversions=272
3 Builtin Statements
3 Builtin Statements=273
3 board()=274
3 deviceset()=275
3 library()=276
3 output()=277
3 package()=278
3 schematic()=279
3 sheet()=280
3 symbol()=281
2 Dialogs
2 Dialogs=282
3 Predefined Dialogs
3 Predefined Dialogs=283
3 dlgDirectory()=284
3 dlgFileOpen(), dlgFileSave()=285
3 dlgMessageBox()=286
3 Dialog Objects
3 Dialog Objects=287
3 dlgCell=288
3 dlgCheckBox=289
3 dlgComboBox=290
3 dlgDialog=291
3 dlgGridLayout=292
3 dlgGroup=293
3 dlgHBoxLayout=294
3 dlgIntEdit=295
3 dlgLabel=296
3 dlgListBox=297
3 dlgListView=298
3 dlgPushButton=299
3 dlgRadioButton=300
3 dlgRealEdit=301
3 dlgSpacing=302
3 dlgSpinBox=303
3 dlgStretch=304
3 dlgStringEdit=305
3 dlgTabPage=306
3 dlgTabWidget=307
3 dlgTextEdit=308
3 dlgTextView=309
3 dlgVBoxLayout=310
2 Layout Information=311
3 Dialog Functions
3 Dialog Functions=312
3 dlgAccept()=313
3 dlgRedisplay()=314
3 dlgReset()=315
3 dlgReject()=316
2 Escape Character=317
2 A Complete Example=318
1 Rich Text=319
1 Automatic Backup
1 Automatic Backup=320
1 Forward&Back Annotation
1 Forward&Back Annotation=321
1 Consistency Check=322
1 Limitations=323
1 Technical Support
1 Technical Support=324
1 License
1 License=325
1 Product Registration=326
2 EAGLE Editions=327

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -