Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 693
- Application software 600
- Engineering & Applied Sciences 492
- Historia 486
- History 440
- Java (Computer program language) 404
- Computer Science 396
- Python (Computer program language) 308
- Computer programming 291
- Classes socials 233
- Web site development 227
- Design 223
- Programming 222
- Història 212
- Microsoft .NET Framework 193
- Education 188
- Management 181
- Web sites 178
- Computer software 177
- Programming languages (Electronic computers) 171
- Clases sociales 170
- Ensenyament 158
- JavaScript (Computer program language) 155
- Computer programs 154
- Object-oriented programming (Computer science) 154
- C# (Computer program language) 151
- Social aspects 138
- C++ (Computer program language) 133
- Social conditions 128
- Software engineering 122
-
10181por Mueller, John, 1958-Tabla de Contenidos: “…Understanding the Differences between Controls and ComponentsDefining the Control Types; Building Components; Testing Classes Using the Object Test Bench; Coding Your Application; Chapter 12: Coding the Application; Using an Appropriate Naming Convention; Adding Command Line Functionality; Exiting the Application Properly; Relying on Custom Features; Coding Your Application; Chapter 13: Considering the Documentation; Adding Documentation Support to Your Application; Creating Documentation Comments; Using the Resulting XML File; Alternative Uses for Documentation Output…”
Publicado 2009
Libro electrónico -
10182por Davidson, James DaleTabla de Contenidos: “…Budget Deficits Would Make Greece Blush; Worse than the Great Depression; The Collapse of the Boom; Chapter 7: ""Rome"" Falls, Again: Economic Closure and Financial Repression as the United States Faces Bankruptcy; Slip-Sliding Down the Road to National Insolvency; The Destruction of the Middle Class; Pre-Industrial Growth Rates; Are You Ready for Taxes to Double?…”
Publicado 2012
Libro electrónico -
10183por Murray-Smith, D. J.Tabla de Contenidos: “…Cover; Modelling and simulation of integrated systems in engineering: Issues of methodology, quality, testing and application; Copyright; Contents; List of figures; List of tables; List of abbreviations; Acknowledgements; Copyright acknowledgements; Product and trademark acknowledgements; Preface; About the author; 1 The principles of system modelling; 1.1 General issues in the development and application of models; 1.2 Classes of model for engineering applications; 1.3 Questions of model quality; 1.4 Methods of experimental modelling; 1.5 Model reuse and generic models…”
Publicado 2012
Libro electrónico -
10184por Vukotic, AleksaTabla de Contenidos: “…Configuring Web Application ContextsDeploying to Root Context; Context.xml Configuration File; Deploying a Web Application from Eclipse IDE; Updating Eclipse for Java Web Development; Creating a Dynamic Web Project; Adding Tomcat Runtime Environment; Deploying a Java Web Project to Tomcat from Eclipse; Summary; CHAPTER 3 Servlets, JSPs and ServletContext; Servlets; The Lifecycle of a Servlet; init; service; destroy; ServletRequest and ServletResponse; ServletRequest and HttpServletRequest; ServletResponse and HttpServletResponse; The GenericServlet and HttpServlet Classes…”
Publicado 2011
Libro electrónico -
10185por Pace, LarryTabla de Contenidos: “…The Repeat LoopAvoiding Explicit Loops: The Apply Function Family; A First R Program; Another Example-Finding Pythagorean Triples; Using R to Solve Quadratic Equations; Why R is Object-Oriented; The S3 and S4 Classes; Generic Functions; Conclusion; CHAPTER 3 Writing Reusable Functions; Examining an R Function from the Base R Code; Creating a Function; Calculating a Confidence Interval for a Mean; Avoiding Loops with Vectorized Operations; Vectorizing If-Else Statements Using ifelse(); Making More Powerful Functions; Any, All, and Which; Making Functions More Useful…”
Publicado 2012
Libro electrónico -
10186por Khare, PhyllisTabla de Contenidos: “…Social Media Marketing eLearning Kit For Dummies; About the Author; Dedication; Author's Acknowledgments; Contents at a Glance; Table of Contents; Introduction; About This Kit; How This Book Is Organized; How This Book Works with the Electronic Lessons; Conventions Used in This Book; Foolish Assumptions; Icons Used in This Kit; Class Is In; Lesson 1: Getting Started with Social Media Marketing; Understanding Social Authority and Why You Want It; Developing Your Branded Look; Setting Up Foundational Accounts; Summing Up; Know This Tech Talk…”
Publicado 2012
Libro electrónico -
10187por MacDonald, MatthewTabla de Contenidos: “…Creating a Friendly Install ExperienceThe Mark of the Web; The Last Word; Chapter 2: XAML; XAML Basics; XAML Namespaces; Core Silverlight Namespaces; Design Namespaces; Custom Namespaces; The Code-Behind Class; Naming Elements; Properties and Events in XAML; Simple Properties and Type Converters; Complex Properties; Attached Properties; Nesting Elements; Events; The Full Eight Ball Example; XAML Resources; The Resources Collection; The Hierarchy of Resources; Accessing Resources in Code; Organizing Resources with Resource Dictionaries; Element-to-Element Binding; One-Way Binding…”
Publicado 2012
Libro electrónico -
10188por MacDonald, MatthewTabla de Contenidos: “…Creating a Friendly Install Experience The Mark of the Web; The Last Word; CHAPTER 2: XAML; XAML Basics; XAML Namespaces; Core Silverlight Namespaces; Design Namespaces; Custom Namespaces; The Code-Behind Class; Naming Elements; Properties and Events in XAML; Simple Properties and Type Converters; Complex Properties; Attached Properties; Nesting Elements; Events; The Full Eight Ball Example; XAML Resources; The Resources Collection; The Hierarchy of Resources; Accessing Resources in Code; Organizing Resources with Resource Dictionaries; Element-to-Element Binding; One-Way Binding…”
Publicado 2012
Libro electrónico -
10189por Goldshtein, SashaTabla de Contenidos: “…References between GenerationsBackground GC; GC Segments and Virtual Memory; Finalization; Manual Deterministic Finalization; Automatic Non-Deterministic Finalization; Pitfalls of Non-Deterministic Finalization; The Dispose Pattern; Resurrection; Weak References; Interacting with the Garbage Collector; The System.GC Class; Diagnostic Methods; Notifications; Control Methods; Interacting with the GC using CLR Hosting; GC Triggers; Garbage Collection Performance Best Practices; Generational Model; Pinning; Finalization; Miscellaneous Tips and Best Practices; Value Types; Object Graphs…”
Publicado 2012
Libro electrónico -
10190Publicado 2014Tabla de Contenidos: “…Adding the Ribbon to a WPF applicationCreating a state machine in Visual Studio; Creating a task-based WCF service; Managing packages with NuGet; Unit testing .NET applications; Sharing class libraries across runtimes; Detecting duplicate code; Chapter 5: Debugging Your .NET Application; Introduction; Maximizing everyday debugging; Debugging on remote machines and tablets; Debugging code in production with IntelliTrace; Debugging parallel code; Visualizing concurrency; Chapter 6: Asynchrony in .NET; Introduction; Making your code asynchronous; Understanding asynchrony and the Windows Runtime…”
Libro electrónico -
10191por Syme, DonTabla de Contenidos: “…Further Ways of Forming PatternsIntroducing Function Values; Using Anonymous Function Values; Computing with Aggregate Operators; Composing Functions with >>; Building Functions with Partial Application; Using Local Functions; Iterating with Aggregate Operators; Abstracting Control with Functions; Using Object Methods as First-Class Functions; Some Common Uses of Function Values; Summary; CHAPTER 4 Introducing Imperative Programming; About Functional and Imperative Programming; Imperative Looping and Iterating; Simple for Loops; Simple While Loops; More Iteration Loops over Sequences…”
Publicado 2012
Libro electrónico -
10192por Gunasekera, SheranTabla de Contenidos: “…Copy LVL Sources to a Separate DirectoryImport LVL Source As a Library Project; Building and Including LVL in our app; Licensing Policy; Effective Use of LVL; Obfuscation; Summary; Chapter 10: Malware and Spyware; Four Stages of Malware; Infection; Compromise; Spread; Exfiltration; Case Study 1: Government Sanctioned Malware; Infection; Compromise; Spread; Exfiltration; Detection; Case Study 2: Retail Malware-FlexiSPY; Anti-Forensics; Summary; Appendix A: Android Permission Constants; Content Provider Classes; Index…”
Publicado 2012
Libro electrónico -
10193por Nguyen, Triet, 1956-Tabla de Contenidos: “…Common Yield Measurements Key Risk Factors Notes Chapter 2: A Brief History of the High Yield Muni Market Notes Chapter 3: The Investment Case for High Yield Municipals High Yield Municipals vs. Other Asset Classes The Impact of Bond Evaluations Six Basic Tenets of High Yield Municipal Investing Chapter 4: High Yield Credit Risk Revisited: The Default Record Definitions of Default Default Record for Rated Bonds Default Record for Unrated Bonds Recent Default and Impairment Statistics Recovery Rates Lessons from Historical Default Record Notes Chapter 5: Professionally-Managed High Yield Municipal Products Actively Managed Products Passively Managed Products Notes References Chapter 6: Investing In Individual Bonds (Richard Daskin, CFA, CFP) A Few Preliminary Considerations Investing in the Primary or New Issue Market Investing in the Secondary Market Executing Trades in the Secondary Market Monitoring Your Holdings Chapter 7: Investing In Distressed Bonds The Distressed Municipal Universe The Theory and Practice of Distressed Municipal Investing Notes Chapter 8: Case Studies Distressed Opportunity: National Benevolent Association Fallen Angel: Denver International Airport Notes Chapter 9: Managing Bond Defaults and Bankruptcies (Kenji Mochizuki, CIRA) Nine Differences between Chapter 9 and 11 Bondholders' Rights and Remedies in Workouts Accounting Issues Related to Chapter 9 References Chapter 10: Common Types of High Yield Municipal Bonds (Patrick Flanagan, James Lyman, Keith Rochelli, and Ken Rogozinski) Corporate-Backed Municipal Bonds Hospital Revenue Bonds Toll Road Bonds Housing Bonds Continuing Care Retirement Communities (CCRC) Bonds Notes Chapter 11: Special Types of High Yield Municipal Bonds (Richard Larkin and Shannan Wilson) Tobacco Settlement Bonds Land-Secured Bonds Notes References Chapter 12: Up-And-Coming High Yield Sectors (Jon Barasch, Edward Krauss, Jeffrey Lamb, Matt Eden, and Melissa Robertson) Charter School Bonds Native American Gaming Bonds Chapter 13: High Yield Investing in the Post-Bond Insurance Era Learning from History Prospects for Tax Reform The New Compliance Landscape New Credit Opportunities Advances in Trading and Price Discovery Technology Buy American! …”
Publicado 2012
Libro electrónico -
10194Publicado 2015Tabla de Contenidos: “…Chapter 2: Variables, Types, and OperationsVariables, naming conventions, and comments; Types; Integers; Floating point numbers; Elementary mathematical functions and operations; Rational and complex numbers; Characters; Strings; Formatting numbers and strings; Regular expressions; Ranges and arrays; Other ways to create arrays; Some common functions for arrays; How to convert an array of chars to a string; Dates and times; Scope and constants; Summary; Chapter 3: Functions; Defining functions; Optional and keyword arguments; Anonymous functions; First-class functions and closures…”
Libro electrónico -
10195Publicado 2015Tabla de Contenidos: “…Chapter 5: Message FlowRouters; Payload-type router; Header value router; Recipient list router; XPath router; Error message exception-type router; Default output channel; Using annotations; Filters; Using a Java class to act as a filter; Configuring a filter as a message endpoint; Splitters; Aggregators; Correlation strategy; Release strategy; Message store; Resequencers; Chaining handlers; Summary; Chapter 6: Integration with External Systems; Working with files; Prerequisites; Reading files; Behind the scene; Filters; Preventing duplicates; Concurrent access; Writing files; Naming the file…”
Libro electrónico -
10196por Lecrenski, Nick G.Tabla de Contenidos: “…The IsolatedStorageSettings ObjectThe IsolatedStorageFile Object; Using the Navigation Framework; Getting to Know the Navigation Framework; The NavigationService Class; Query Strings; Navigation Events; Page State; The Application Life Cycle; The Launching State; The Running State; The Closing State; The Deactivating State; The Running State; The Closing State; The Deactivating State; The Activating State; The Activating State; Summary; Summary; Chapter 6: Interacting with the Hardware; What's Different about Mobile Device Application Development?…”
Publicado 2011
Libro electrónico -
10197Publicado 2015Tabla de Contenidos: “…Ask Powerful QuestionsSketching; Class Responsibility Collaboration Cards; Defer the Naming of Concepts in Your Model; Behavior-Driven Development; Rapid Prototyping; Look at Paper-Based Systems; Look For Existing Models; Understanding Intent; Event Storming; Impact Mapping; Understanding the Business Model; Deliberate Discovery; Model Exploration Whirlpool; The Salient Points; CHAPTER 3: FOCUSING ON THE CORE DOMAIN; Why Decompose a Problem Domain?…”
Libro electrónico -
10198Publicado 2015Tabla de Contenidos: “…RelationshipsOne-to-one; Many-to-many; Storing data in the pivot table; Has-many-through; Polymorphic relations; Many-to-many polymorphic relations; Model events; Registering event listeners; Model observers; Collections; Checking if a key exists in a collection; Summary; Chapter 5: Testing - It's Easier Than You Think; The benefits of testing; The anatomy of a test; Unit testing with PHPUnit; Defining what you expect with assertions; Preparing the scene and cleaning up objects; Expecting exceptions; Testing interdependent classes in isolation; End-to-end testing; Testing - batteries included…”
Libro electrónico -
10199Publicado 2011Tabla de Contenidos: “…Front Cover; Database Modeling and Design; Copyright; Dedication; Contents; Preface; Organization; Typographical Conventions; Acknowledgments; Solutions Manual; About the Authors; Chapter 1: Introduction; Data and Database Management; Database Life Cycle; Conceptual Data Modeling; Summary; Tips and Insights for Database Professionals; Literature Summary; Chapter 2: The Entity-Relationship Model; Fundamental ER Constructs; Advanced ER Constructs; Summary; Tips and Insights for Database Professionals; Literature Summary; Chapter 3: The Unified Modeling Language; Class Diagrams…”
Libro electrónico -
10200por Astborg, JohanTabla de Contenidos: “…Asynchronous and parallel programmingEvents; Background workers; Threads; Thread pools; Asynchronous programming; The F# asynchronous workflows; Asynchronous binding; Example of using an async workflow; Parallel programming using TPL; MailboxProcessor; A brief look at imperative programming; Object-oriented programming; Classes; Objects and members; Methods and properties; Overloaded operators; Using XML documentation; Useful XML tags; Typical XML documentation; Summary; Chapter 3: Financial Mathematics and Numerical Analysis; Understanding number representation; Integers; Two's complement…”
Publicado 2013
Libro electrónico