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
-
9401Tabla de Contenidos: “…; Finding Help; Python Objects; Numbers and Strings; Lists; Simple Lists; Lists in EM CLI; Strings and Lists; Dictionaries; Logon Script; Python Scripting with EM CLI to Set Target Properties; Python Class with EM CLI to Set Target Properties; Using the updateProps( ) Class; Understanding the Code; Summary…”
Libro electrónico -
9402Publicado 2023Tabla de Contenidos: “…7 Peoples of Bandits: Romantic Liberalism and National Virilities in Italy and Spain -- 1 Romantic Bandits and the European South -- 2 Southern Visions of Southern Banditry -- 2.1 Brigands and the Re-virilization of the Italian Nation -- 2.2 Guerrillas, Bandits and Spanish Radical Liberalism -- 3 Conclusions -- Acknowledgments -- References -- 8 The Moral and Civil Primacy of Italian Women: Female Models -- 1 Biographies, Gender Roles and National History in the Risorgimento -- 2 From Napoleonic Europe to the Primacy of Italy in Catholic Europe -- 3 From Italy to Europe: The Redemption of the South versus the Barbarism of the North -- 4 From the Models of the 1830s to the "Long Quarantotto of Italian Women" -- Acknowledgments -- References -- 9 Men, Women, and a Virtuous Nation: Spanish Radical Novels of the Mid-Nineteenth Century -- 1 Democratic Men -- 2 Democratic Women -- 3 Conclusion -- Acknowledgments -- References -- 10 Northerness in the South: Basque Stereotype and Gender -- 1 Basque Northernness -- 2 The Basque Female Stereotype: Strong and Virtuous Women -- 3 Conclusion -- Acknowledgments -- References -- 11 A Growing Distrust of Southern Italy: Images and Theories -- 1 Two Very Different Peoples -- 2 A View from the North -- 3 Two Italies -- 4 Conclusion -- Acknowledgments -- References -- 12 Love, Gender and Class in the Nationalist Project of Emilia Pardo Bazán: An Unsentimental Story -- 1 Literature, Celebrity, and Politics -- 2 The Battle for Galicia: Nation and Gender -- 3 Class and Nation: Two Love Stories -- 4 Conclusion: An Unsentimental Story -- Acknowledgment -- References -- 13 When the Empire Is in the South: Gendered Spanish Imperialism -- 1 Without Empire but with a Colonial Ambition -- 2 Nostalgy of Africa, Dreams of Empire: An Unsettling Racial Kinship and Spanish Imperialism in Morocco -- 3 Orientalism/s Back and Forth…”
Libro electrónico -
9403Publicado 2024Tabla de Contenidos: “…Intro -- Copyright -- Contributors -- Table of Contents -- Preface -- Part 1: Exploring .NET MAUI -- Chapter 1: Getting Started with .NET MAUI -- Overview of cross-platform and full stack technologies -- Native application -- Web application -- Backend services -- Managing development complexity -- Full stack development -- Cross-platform technologies -- Apache Cordova -- Ionic -- React Native -- Flutter -- .NET MAUI -- Analysis of cross-platform full stack solutions -- Comparison of .NET and JavaScript -- Exploring the .NET landscape -- .NET Framework -- Mono -- .NET Core -- .NET Standard and Portable Class Libraries -- Using Xamarin for cross-platform development -- Xamarin.Forms -- Xamarin.Essentials -- Comparing user interface design on different platforms -- Moving to .NET MAUI -- .NET MAUI Blazor apps -- Developing native apps using .NET -- What's new in .NET 8 for .NET MAUI? …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
9404Publicado 2017Tabla de Contenidos: “…-- Finding the module you need -- Using r10k -- Understanding the Puppetfile -- Managing dependencies with generate-puppetfile -- Using modules in your manifests -- Using puppetlabs/mysql -- Using puppetlabs/apache -- Using puppet/archive -- Exploring the standard library -- Safely installing packages with ensure_packages -- Modifying files in place with file_line -- Introducing some other useful functions -- The pry debugger -- Writing your own modules -- Creating a repo for your module -- Writing the module code -- Creating and validating the module metadata -- Tagging your module -- Installing your module -- Applying your module -- More complex modules -- Uploading modules to the Puppet Forge -- Summary -- Chapter 8: Classes, roles, and profiles -- Classes -- The class keyword -- Declaring parameters to classes -- Automatic parameter lookup from Hiera data -- Parameter data types -- Available data types -- Range parameters -- Content type parameters…”
Libro electrónico -
9405Publicado 2017Tabla de Contenidos: “…. -- Creating custom string classes by inheriting from std::char_traits -- How to do it... -- How it works... -- Tokenizing input with the regular expression library -- How to do it... -- How it works... -- Comfortably pretty printing numbers differently per context on the fly -- How to do it... -- Catching readable exceptions from std::iostream errors -- How to do it... -- How it works... -- Chapter 8 : Utility Classes -- Introduction -- Converting between different time units using std::ratio -- How to do it... -- How it works... -- There's more... -- Converting between absolute and relative times with std::chrono -- How to do it... -- How it works... -- Safely signalizing failure with std::optional -- How to do it... -- How it works... -- Applying functions on tuples -- How to do it... -- How it works... -- Quickly composing data structures with std::tuple -- How to do it... -- How it works... -- operator< -- < -- for tuples -- The zip function for tuples -- Replacing void* with std::any for more type safety -- How to do it... -- How it works... -- Storing different types with std::variant -- How to do it... -- How it works... -- Automatically handling resources with std::unique_ptr -- How to do it... -- How it works... -- Automatically handling shared heap memory with std::shared_ptr -- How to do it... -- How it works... -- There's more... -- Dealing with weak pointers to shared objects -- How to do it... -- How it works…”
Libro electrónico -
9406Publicado 2018Tabla de Contenidos: “…Keras advanced activation layers -- Keras normalization layers -- Keras noise layers -- Adding Layers to the Keras Model -- Sequential API to add layers to the Keras model -- Functional API to add layers to the Keras Model -- Compiling the Keras model -- Training the Keras model -- Predicting with the Keras model -- Additional modules in Keras -- Keras sequential model example for MNIST dataset -- Summary -- Chapter 4: Classical Machine Learning with TensorFlow -- Simple linear regression -- Data preparation -- Building a simple regression model -- Defining the inputs, parameters, and other variables -- Defining the model -- Defining the loss function -- Defining the optimizer function -- Training the model -- Using the trained model to predict -- Multi-regression -- Regularized regression -- Lasso regularization -- Ridge regularization -- ElasticNet regularization -- Classification using logistic regression -- Logistic regression for binary classification -- Logistic regression for multiclass classification -- Binary classification -- Multiclass classification -- Summary -- Chapter 5: Neural Networks and MLP with TensorFlow and Keras -- The perceptron -- MultiLayer Perceptron -- MLP for image classification -- TensorFlow-based MLP for MNIST classification -- Keras-based MLP for MNIST classification -- TFLearn-based MLP for MNIST classification -- Summary of MLP with TensorFlow, Keras, and TFLearn -- MLP for time series regression -- Summary -- Chapter 6: RNN with TensorFlow and Keras -- Simple Recurrent Neural Network -- RNN variants -- LSTM network -- GRU network -- TensorFlow for RNN -- TensorFlow RNN Cell Classes -- TensorFlow RNN Model Construction Classes -- TensorFlow RNN Cell Wrapper Classes -- Keras for RNN -- Application areas of RNNs -- RNN in Keras for MNIST data -- Summary -- Chapter 7: RNN for Time Series Data with TensorFlow and Keras…”
Libro electrónico -
9407Publicado 2024Tabla de Contenidos: “…-- Reviewing Kubernetes resources -- Apiservices -- CertificateSigningRequests -- ClusterRoles -- ClusterRoleBindings -- ComponentStatus -- ConfigMaps -- ControllerRevisions -- CronJobs -- CSI drivers -- CSI nodes -- CSIStorageCapacities -- CustomResourceDefinitions -- DaemonSets -- Deployments -- Endpoints -- EndPointSlices -- Events -- FlowSchemas -- HorizontalPodAutoscalers -- IngressClasses -- Ingress -- Jobs -- LimitRanges -- LocalSubjectAccessReview -- MutatingWebhookConfiguration -- Namespaces -- NetworkPolicies -- Nodes -- PersistentVolumeClaims -- PersistentVolumes -- PodDisruptionBudgets -- Pods -- PodTemplates -- PriorityClasses -- PriorityLevelConfigurations -- ReplicaSets -- Replication controllers -- ResourceQuotas -- RoleBindings -- Roles -- RuntimeClasses -- Secrets -- SelfSubjectAccessReviews -- SelfSubjectRulesReviews -- Service accounts -- Services -- StatefulSets -- Storage classes -- SubjectAccessReviews -- TokenReviews -- ValidatingWebhookConfigurations -- VolumeAttachments -- Summary -- Questions -- Chapter 4: Services, Load Balancing, and Network Policies -- Technical requirements -- Exposing workloads to requests -- Understanding how Services work -- Creating a Service -- Using DNS to resolve services -- Understanding different service types -- The ClusterIP service -- The NodePort service…”
Libro electrónico -
9408por Giannini, Leandro J.Tabla de Contenidos: “…1) Factores en juego2) El proceso colectivo y la división de poderes; 3) Los derechos privados o individuales y el argumento de la disponibilidad; 4) El "balance de los colapsos"; Capítulo IV; 1) Estados Unidos (las class actions for damages); 1.2) Requisitos generales y particulares; a) la supresión de las categorías true, hybrid y spurious; b) Los requisitos generales explícitos; c) Las condiciones particulares de admisibilidad de cada tipo; 1.3) Cosa juzgada; 1.4) Las class actions for damages; a) Requisitos de admisibilidad (predominio y superioridad)…”
Publicado 2007
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
9409Publicado 2013“…Approximately 40% of participants in this survey with one class of disorder also met criteria for another class of lifetime disorder. …”
Libro electrónico -
9410Publicado 2018Tabla de Contenidos: “…Clip gradients -- Choosing the loss function -- Multi-class classification -- Multi-class multi-label classification -- Regression -- Others -- Preventing overfitting -- Batch normalization -- Dropout -- Early stopping -- Fine-tuning -- Fine-tuning -- When to use fine-tuning -- When not to use fine-tuning -- Tricks and techniques -- Model compression -- Summary -- Chapter 10: Deep Learning Trends -- Recent models for deep learning -- Generative Adversarial Networks -- Capsule networks -- Novel applications -- Genomics -- Predictive medicine -- Clinical imaging -- Lip reading -- Visual reasoning -- Code synthesis -- Summary -- Other Books You May Enjoy -- Index…”
Libro electrónico -
9411Publicado 2017Tabla de Contenidos: “…-- A quick example -- Where to begin -- The breakdown of a Unity C# class -- Variables -- Access modifiers -- Class methods -- Understanding scope -- A lot to take in -- User interface design -- General user interface best practices -- Something new -- Microsoft HoloLens best practices -- The Unity camera and HoloLens -- Unity UI -- Overview -- Interactivity -- HoloLens UI -- A visible canvas -- Now it's time to build again -- Any object can be an interface object -- Summary -- Chapter 5: Now That Is How It Should Sound -- Audio overview -- Here is what it is all about -- Unity audio components -- Audio Listener -- Audio Source -- Spatial sound and HoloLens -- Spatial sound -- Setting up Audio Sources -- Building a soundscape -- Finding sounds -- Importing our sounds into Unity -- Audio Source options -- Using our sounds -- Let's listen to our work -- Summary -- Chapter 6: Not So Blank Spaces -- Spatial Mapping -- Let's get into this -- Importing the essentials -- Spatial Mapping in practice -- Spatial Mapping Observer -- Spatial Mapping Manager -- Object Surface Observer -- Our new Skeeball machine -- Application management -- Design patterns -- There can be only one -- Creating our application manager -- The ApplicationManager code -- Attaching our application manager and wiring it up -- So let it be written... so let it be done... -- The home stretch -- Code matters -- Let us enjoy our hard work -- Summary -- Chapter 7: The Tools of the Trade -- Persistence -- Why are persistent holograms necessary? …”
Libro electrónico -
9412Publicado 2017Tabla de Contenidos: “…-- Reasons to adapt functional reactive programming -- Reactive Manifesto -- Reactive Streams standard specifications -- Reactive Frameworks for Kotlin -- Getting started with RxKotlin -- Downloading and setting up RxKotlin -- Comparing the pull mechanism with the RxJava push mechanism -- The ReactiveEvenOdd program -- The ReactiveCalculator project -- Summary -- Chapter 2: Functional Programming with Kotlin and RxKotlin -- Introducing functional programming -- Fundamentals of functional programming -- Lambda expressions -- Pure function -- High-order functions -- Inline functions -- Applying functional programming to the ReactiveCalculator class -- Coroutines -- Getting started with coroutines -- Building sequences -- The ReactiveCalculator class with coroutines -- Functional programming - monads -- Single monad -- Summary -- Chapter 3: Observables, Observers, and Subjects -- Observables -- How Observable works -- Understanding the Observable.create method -- Understanding the Observable.from methods -- Understanding the toObservable extension function -- Understanding the Observable.just method -- Other Observable factory methods -- Subscribers - the Observer interface -- Subscribing and disposing -- Hot and Cold Observables -- Cold Observables -- Hot Observables -- Introducing the ConnectableObservable object -- Subjects -- Varieties of Subject -- Understanding AsyncSubject -- Understanding PublishSubject -- Understanding BehaviorSubject -- Understanding ReplaySubject -- Summary -- Chapter 4: Introduction to Backpressure and Flowables -- Understanding backpressure -- Flowable…”
Libro electrónico -
9413Publicado 2016Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Create a User Profile System and use the Null Coalesce Operator -- The null coalesce operator -- Separation of Concerns -- Creating views -- Create a profile input form -- Admin system -- Summary -- Chapter 2: Build a Database Class and Simple Shopping Cart -- Building the database abstraction class -- Raw query method -- Create method -- Read method -- Select all method -- Delete method -- Update method -- first_of method -- last_of method -- iterate_over method -- searchString method -- Using the convert_to_json method to implement a simple API -- Shopping Cart -- Building the shopping items list -- Item template rendering function -- Adding checkboxes to the Shopping List page -- Cookies in PHP -- Building the Checkout page -- Thank you page -- Installing TCPDF -- Admin for managing purchases -- Summary -- Chapter 3: Building a Social Newsletter Service -- Authentication system -- Creating a social login for members -- Member dashboard -- Marketers dashboard -- Administration system for managing marketers -- Custom template for our newsletter -- Link tracking -- AJAX socket chat for support -- Introduction to socket.io -- Summary -- Chapter 4: Build a Simple Blog with Search Capability using Elasticsearch -- Creating the CRUD and admin system -- Seeding the post table -- What is Elasticsearch? …”
Libro electrónico -
9414Publicado 2023Tabla de Contenidos: “…Chapter 10: Writing Your Custom Graph Algorithms with the Pregel API in Java -- Technical requirements -- Introducing the Pregel API -- GDS's features -- The Pregel API -- Implementing the PageRank algorithm -- The PageRank algorithm -- Simple Python implementation -- Pregel Java implementation -- Implementing the tolerance-stopping criteria -- Testing our code -- Test for the PageRank class -- Test for the PageRankTol class -- Using our algorithm from Cypher -- Adding annotations -- Building the JAR file -- Updating the Neo4j configuration -- Testing our procedure -- Summary -- Further reading -- Exercises -- Index -- Other Books You May Enjoy…”
Libro electrónico -
9415Publicado 2014Tabla de Contenidos: “…1.4.9 Growth of the Global Consumer Class1.4.9.1 Quantitative Forecast for the Growth of the Global Middle Class; 1.4.10 Global Economic Freedom; 1.4.11 Future Economic Growth in India and China; 1.4.12 Long-Term Global Polyethylene Capacity Expansion (2010-2050); 1.4.12.1 Location of New Ethylene/Polyethylene Capacity (2010-2050); 1.4.13 Ethylene Feedstock Costs; 1.4.13.1 Manufacture of Ethylene; 1.4.13.2 Crude Oil and Natural Gas Prices; 1.4.14 Impact of the Shale Natural Gas Revolution on Global Polyethylene Business; 1.4.15 Natural Gas Liquids; 1.4.15.1 North American Natural Gas Supply…”
Libro electrónico -
9416por Hamill, Paul, 1970-Tabla de Contenidos: “…Step 3: Check Unit Test Results; B. JUnit Class Reference; AssertionFailedError; ComparisonFailure…”
Publicado 2005
Libro electrónico -
9417Publicado 2018Tabla de Contenidos: “…-- Decorate functions -- Decorate classes -- Other types of decorator -- Passing arguments to decorators -- Decorators with nested functions -- Decorator objects -- Good uses for decorators -- Transforming parameters -- Tracing code -- Effective decorators - avoiding common mistakes -- Preserving data about the original wrapped object -- Dealing with side-effects in decorators -- Incorrect handling of side-effects in a decorator -- Requiring decorators with side-effects -- Creating decorators that will always work…”
Libro electrónico -
9418por Robinson, John A.Tabla de Contenidos: “…5 Object-oriented programming in C++5.1 The motivation for object-oriented programming; Objects localize information; In an object-oriented language, existing solutions can be extended powerfully; 5.2 Glossary of terms in object-oriented programming; Data structure; Abstract Data Type (ADT); Class; Object; Method; Member function; Message; Base types and derived types; Inheritance; Polymorphism; 5.3 C++ type definition, instantiation and using objects; Stack ADT example; Location ADT example; Vector ADT example; 5.4 Overloading; Operator overloading; 5.5 Building a String class…”
Publicado 2004
Libro electrónico -
9419Publicado 2004Tabla de Contenidos: “…Managing Oracle workload with z/OS Workload Manager -- 7.1 Introduction to z/OS Workload Manager -- 7.2 WLM vocabulary -- 7.2.1 Service class -- 7.2.2 Goals -- 7.2.3 Velocity goals -- 7.2.4 Response goals -- 7.2.5 CPU service unit -- 7.2.6 Service class period -- 7.2.7 Resource group -- 7.3 Classifying the Oracle server address spaces -- 7.4 Classifying local clients -- 7.4.1 TSO -- 7.4.2 CICS and IMS -- 7.4.3 Batch -- 7.4.4 NET clients -- 7.5 Enclaves -- 7.6 Enclave resource accounting -- 7.7 Implementation of the WLM policy -- 7.7.1 The system under test -- 7.8 CPU accounting with Oracle 10g and enclaves -- Chapter 8. …”
Libro electrónico -
9420por Hurtarte, Jeorge S.Tabla de Contenidos: “…Chapter 9: Quality and Reliability9.1 General; 9.2 Front-End; 9.3 Back-End; 9.4 Environment, Health and Safety; Chapter 10: Test Development; 10.1 Simplifying Outsourced Test Development; 10.2 Preparation; 10.3 Evaluation; 10.4 Conclusion; PART 3 - Becoming a Best-in-Class Fabless Company; Chapter 11: Best Practices for Fabless Companies; 11.1 Achieving Best-in-Class Operations Practices; 11.2 A Foundry Manager's Role in a Fabless Company; 11.3 Closing the Loop: Understanding the Manufacturing Flow; 11.4 Managing a Virtual Manufacturing Chain; Chapter 12: Building the Right Partnerships…”
Publicado 2007
Libro electrónico