八宝书库 > 文学其他电子书 > VB2008从入门到精通(PDF格式英文版) >

第127部分

VB2008从入门到精通(PDF格式英文版)-第127部分

小说: VB2008从入门到精通(PDF格式英文版) 字数: 每页4000字

按键盘上方向键 ← 或 → 可快速上下翻页,按键盘上的 Enter 键可回到本书目录页,按键盘上方向键 ↑ 可回到本页顶部!
————未阅读完?加入书签已便下次继续阅读!




ReaderWriterLock type; 361                               returnArray( c1) array element; 108 

                                                         retval variable; 130 


…………………………………………………………Page 468……………………………………………………………

446       ■IN D E X 



          room groupings                                           server…side spreadsheets 

             adding; 213–215                                           Debug; 292–293 

             adding rooms to; 219–220                                  IWorkbook; 298–301 

             finding; 215                                              IWorksheetBase; 294 

             implementing; 212–213                                 ServerSideSpreadsheet class library; 292 

             performing operations on; 220                         Set code block; 142 

          RoomGrouping class; 213                                  set operations; 412–413 

          RoomGroupingIterator() method; 217–218                   SetCellState() method; 309 

          Rooms data member; 214                                   SetTemperature() method; 144 

          _root array element; 105                                 setters; 142 

          root XML node; 320                                       Shape。CalculateArea method; 170 

          RootNodes data member; 97; 100                           shared data members; 96 

          Run() method; 338                                        shared methods; 96 

          RunAll() method; 118–119; 124; 242                       Shared modifier; 96 

          running; 110–111                                         shared property; 325 

             ConsoleApplication project; 13                        shared typed convention…based architecture;  

             Windows application project; 7–8                                337–338 

          runtime configuration file; 313                          SheetCoordinate type; 295 

                                                                   shells 

          ■S                                                           building; 252 

          safe code; 21 

                                                                       echo programs; 252–253 

          sandboxing code; 126                                         implementing; 272 

          saving solutions; Windows application                        implementing stream reading/writing; 257 

                   project; 6–7 

                                                                       reading/writing to streams; 257 

          SByte type; 44 

                                                                   Short type; 44 

          scope; 17 

                                                                   signed; 44 

          scope modifiers; 146–148 

                                                                   signing assemblies; 317–318 

          search algorithm; 79。 See depth…first search  

                                                                   Single type; 44 

                   algorithm 

                                                                   single…core microprocessor; 344 

          SearchAlgorithm class; 99 

                                                                   single…line language; Visual Basic as; 11 

          SearchAlgorithm。DepthFirstFindRoute()  

                                                                   singletons; dynamically instantiating types  

                   method; 99 

                                                                             using; 324–325 

          SearchSolution project; 89 

                                                                   Size property; IDbDataParameter type; 384 

          Second Element subelement; 320 

                                                                   software development。 See development;  

           node; 327 

                                                                             software 

          SELECT mand; 385; 390 

                                                                   solutions 

          selecting data; 408–409 

                                                                       adding class library project to; 14 

          Serializable attribute; 274 

                                                                       adding console application project to; 12 

          serialization; 274 

                                                                       defined; 4 

             custom; 277–278 

                                                                       navigating user controls of; 12 

             declaring data members as  

                                                                       saving; 6–7 

                   nonserializable; 278 

                                                                   SortedDictionary class; 246 

             separating data objects from action  

                                                                   sorting results; 411–412 

                   objects; 278 

                                                                   source code level; 27 

          serializing; 341 

                                                                   SourceColumn property; IDbDataParameter  

                                                                             type; 384 


…………………………………………………………Page 469……………………………………………………………

                                                                                                       ■I N D E X     447 



special notation; 191                                     structural programming techniques; 197 

specialized functionality; overriding for; 176            Structure keyword; 89 

specifics parameter; 184                                  structures; declaring; 81 

Split() method; 264; 293                                  substrings; finding; 61 

_spread data member; 156                                  synchronization abstractions; 368 

spread parameter; 156                                     synchronizing; between threads; 349–355 

SpreadSheet class; 292                                       with cloning; 354–355 

SQL Server Express Edition driver; 377                       exclusive locks; 352–354 

SqlCemand interface; 386                               SyncLock keyword; 358 

SqlCeConnection interface; 386                            syncRoot object; 353 

SqlCeParameter interface; 386                             System namespace; 127; 368 

SqlCeParameter type; 383                                  System。Action class; 364 

SquareImpl class; 172                                     System。Collections namespace; 231 

Stack class; 230                                          System。Collections。ObjectModel。ReadOnlyC 

Stack lists; 246–247                                                ollection type; 350 

stack unwinding; 123–126                                  System。Collections。ReadOnlyCollection  

   Finally keyword; 124; 125                                        type; 351 

   sandboxing code; 126                                   System。configuration reference; 316 

Start() method; 346                                       System。Configuration。ConfigurationSection  

start parameter; 103–104                                            subclass; 327 

startNodes variable; 100                                  System。Console。WriteLine() method; 16 

state; creating threads with                              SystemException type; 129 

   thread parameters; 348–349                             System。Runtime。Serialization。Formatters。Bi 

   ThreadStart delegate; 347                                        nary。BinaryFormatter type; 275 

storing collections using linked lists; 204–206           System。Threading namespace; 345 

String class; 59                                          System。Threading。ReaderWriterLock  

                                                                    class; 359 

string types; 51–75 

   languages/cultures; 68; 74                             ■T 

      numbers; 69–72                                      table data; adding to relational databases;  

      setting in Windows; 68                                        382–384 

   overview; 55–60                                        table variable; 392 

      character…by…character parison;                  table。Fill() method; 392 

          59–60                                           tables 

      objects; 56–59                                         adding to databases; 378–381 

   software development; organizing; 51–52                      draws table; 379–380 

   translator application; 52; 68                               persons table; 380–381 

      character mapping; 67–68                                  winners table; 381 

      creating test application; 53–55                       building relations between; 387–391 

      creating Translator class; 52–53                       relational database; 371–372 

      quoting strings; 65–66                                 selecting data from; 385 

      responsibility; 55                                  task instance; 348 

      translating hello; 53                               Task Manager window; 342 

      whitespace; 60; 65                                  task。MethodToRun() method; 348 

StringBuilder class; 75                                   tax concepts; 163–164 

StringReader type; 264                                    tax engine; 181 


…………………………………………………………Page 470……………………………………………………………

448       ■IN D E X 



          tax engine application; 173                             TestInsert() method; 211 

             base class; 174–178                                  TestLanguageTranslator project; 53 

                abstracting instantiations with factories;        TestServerSideSpread

返回目录 上一页 下一页 回到顶部 0 1

你可能喜欢的