|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
SCIDIR_ocn228148134 |
003 |
OCoLC |
005 |
20231117015107.0 |
006 |
m o d |
007 |
cr cn||||||||| |
008 |
080516s2007 ne a ob 001 0 eng d |
040 |
|
|
|a OPELS
|b eng
|e pn
|c OPELS
|d OCLCQ
|d N$T
|d YDXCP
|d BTCTA
|d MERUC
|d DEBBG
|d UBY
|d E7B
|d UMI
|d CEF
|d NHM
|d IDEBK
|d DKDLA
|d OCLCQ
|d DEBSZ
|d OCLCO
|d OCLCQ
|d OCLCF
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OKU
|d S3O
|d ZZAND
|d OCLCQ
|d COO
|d OCLCQ
|d AZK
|d LOA
|d JBG
|d COCUF
|d AGLDB
|d STF
|d MOR
|d PIFAG
|d OCLCQ
|d WRM
|d D6H
|d VTS
|d REC
|d INT
|d VT2
|d OCLCQ
|d WYU
|d OCLCQ
|d LEAUB
|d M8D
|d OCLCQ
|d K6U
|d VLY
|d OCLCQ
|d OCLCO
|d UKCRE
|d OCLCO
|d OCLCQ
|d INARC
|d OCLCO
|
015 |
|
|
|a GBA770431
|2 bnb
|
016 |
7 |
|
|z 013833344
|2 Uk
|
019 |
|
|
|a 173240462
|a 174042019
|a 179790640
|a 434023454
|a 441787385
|a 473205006
|a 505116270
|a 648325048
|a 916415197
|a 961512942
|a 962681624
|a 966210562
|a 984784759
|a 988501568
|a 991997801
|a 1037718335
|a 1038695925
|a 1042986955
|a 1043499860
|a 1044565541
|a 1049145069
|a 1055315052
|a 1056381570
|a 1063810243
|a 1081266255
|a 1096456736
|a 1102438092
|a 1103275391
|a 1129332609
|a 1153025287
|a 1162203474
|a 1391179707
|
020 |
|
|
|a 9780123742100
|
020 |
|
|
|a 0123742102
|
020 |
|
|
|a 9780080551555
|q (electronic bk.)
|
020 |
|
|
|a 0080551556
|q (electronic bk.)
|
020 |
|
|
|a 9786611038328
|
020 |
|
|
|a 6611038329
|
020 |
|
|
|a 1281038326
|
020 |
|
|
|a 9781281038326
|
035 |
|
|
|a (OCoLC)228148134
|z (OCoLC)173240462
|z (OCoLC)174042019
|z (OCoLC)179790640
|z (OCoLC)434023454
|z (OCoLC)441787385
|z (OCoLC)473205006
|z (OCoLC)505116270
|z (OCoLC)648325048
|z (OCoLC)916415197
|z (OCoLC)961512942
|z (OCoLC)962681624
|z (OCoLC)966210562
|z (OCoLC)984784759
|z (OCoLC)988501568
|z (OCoLC)991997801
|z (OCoLC)1037718335
|z (OCoLC)1038695925
|z (OCoLC)1042986955
|z (OCoLC)1043499860
|z (OCoLC)1044565541
|z (OCoLC)1049145069
|z (OCoLC)1055315052
|z (OCoLC)1056381570
|z (OCoLC)1063810243
|z (OCoLC)1081266255
|z (OCoLC)1096456736
|z (OCoLC)1102438092
|z (OCoLC)1103275391
|z (OCoLC)1129332609
|z (OCoLC)1153025287
|z (OCoLC)1162203474
|z (OCoLC)1391179707
|
050 |
|
4 |
|a QA76.64
|b .R629 2007eb
|
072 |
|
7 |
|a COM
|x 051210
|2 bisacsh
|
082 |
0 |
4 |
|a 005.1/17
|2 22
|
100 |
1 |
|
|a Robinson, David
|c (Verification engineer)
|
245 |
1 |
0 |
|a Aspect-oriented programming with the e verification language :
|b a pragmatic guide for testbench developers /
|c David Robinson.
|
260 |
|
|
|a Amsterdam ;
|a Boston :
|b Elsevier/Morgan Kaufmann,
|c �2007.
|
300 |
|
|
|a 1 online resource (xvii, 244 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a data file
|
490 |
1 |
|
|a The Morgan Kaufmann series in systems on silicon
|
520 |
|
|
|a Whats this AOP thing anyway, reallywhen you get right down to itand can someone please explain what an aspect actually is? Aspect-Oriented Programming with the e Verification Language takes a pragmatic, example based, and fun approach to unraveling the mysteries of AOP. In this book, youll learn how to: Use AOP to organize your code in a way that makes it easy to deal with the things you really care about in your verification environments. Forget about organizing by classes, and start organizing by functionality, layers, components, protocols, functional coverage, checking, or anything that you decide is important to you Easily create flexible code that eases your development burden, and gives your users the power to quickly do what they need to do with your code Truly create a plug-and-play environment that allows you to add and remove functionality without modifying your code. Examples include how to use AOP to create pluggable debug modules, and a pluggable module that lets you check that your testbench is still working before you begin a regression Utilize AOP to sidestep those productivity roadblocks that seem to plague all projects at the most inconvenient of times Discover why return is evil, and some other gotchas with the AOP features of e All of the methodologies, tips, and techniques described in this book have been developed and tested on real projects, with real people, real schedules and all of the associated problems that come with these. Only the ones that worked, and worked well, have made it in, so by following the advice given in this book, youll gain access to the true power of AOP while neatly avoiding the effort of working it all out yourself. Use AOP to organize your code in a way that makes it easy to deal with the things you really care about in your verification environments. Forget about organizing by classes, and start organizing by functionality, layers, components, protocols, functional coverage, checking, or anything that you decide is important to you Easily create flexible code that eases your development burden, and gives your users the power to quickly do what they need to do with your code Truly create a plug-and-play environment that allows you to add and remove functionality without modifying your code. Examples include how to use AOP to create pluggable debug modules, and a pluggable module that lets you check that your testbench is still working before you begin a regression Utilize AOP to sidestep those productivity roadblocks that seem to plague all projects at the most inconvenient of times Discover why return is evil, and some other gotchas with the AOP features of e.
|
505 |
0 |
|
|a Introduction to Aspect-Oriented Programming; Aspect-Oriented Programming in e; Using Aspect-Oriented Programming to Organize your Code; Creating Flexible Code; Creating Pluggable Code; Improving your Productivity; Aspect-Oriented Programming in Action; Analyzing e Code; Useful Reading; Epilog.
|
504 |
|
|
|a Includes bibliographical references (pages 239-240) and index.
|
588 |
0 |
|
|a Print version record.
|
546 |
|
|
|a English.
|
650 |
|
0 |
|a Object-oriented programming (Computer science)
|
650 |
|
6 |
|a Programmation orient�ee objet (Informatique)
|0 (CaQQLa)201-0256041
|
650 |
|
7 |
|a COMPUTERS
|x Programming
|x Object Oriented.
|2 bisacsh
|
650 |
|
7 |
|a Aspect-oriented programming.
|2 blmlsh
|
650 |
|
7 |
|a Object-oriented programming (Computer science)
|2 fast
|0 (OCoLC)fst01042804
|
650 |
|
7 |
|a Aspektorienterad programmering.
|2 sao
|
776 |
0 |
8 |
|i Print version:
|a Robinson, David.
|t Aspect-oriented programming with the e verification language.
|d Amsterdam ; Boston : Elsevier/Morgan Kaufmann, �2007
|z 9780123742100
|z 0123742102
|w (DLC) 2007019636
|w (OCoLC)124539080
|
830 |
|
0 |
|a Morgan Kaufmann series in systems on silicon.
|
856 |
4 |
0 |
|u https://sciencedirect.uam.elogim.com/science/book/9780123742100
|z Texto completo
|