Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Application software 198
- Development 185
- Design 182
- Photography 163
- Digital techniques 145
- Programming 142
- Engineering & Applied Sciences 140
- Web sites 140
- Historia 114
- Web site development 103
- Computer programs 95
- Novela inglesa 94
- History 91
- Computer Science 75
- Austen, Jane 71
- Computer graphics 70
- Data processing 69
- JavaScript (Computer program language) 64
- Ricci, Matteo 63
- Crítica e interpretación 62
- Història 59
- Mobile computing 53
- Android (Electronic resource) 52
- Electrical & Computer Engineering 52
- Image processing 52
- Computer animation 51
- Management 51
- Computer programming 49
- Condensed Matter Physics 49
- Engineering and Technology 48
-
4461por Vossen, Carl, 1915-
Publicado 2013Biblioteca de la Universidad de Navarra (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca)Libro -
4462Red de Bibliotecas de la Archidiócesis de Granada (Otras Fuentes: Red de Bibliotecas de la Diócesis de Córdoba, Biblioteca Universidad Eclesiástica San Dámaso, Biblioteca Universidad de Deusto, Biblioteca de la Universidad Pontificia de Salamanca, Biblioteca de la Universidad de Navarra, Biblioteca del Seminario Diocesano de Jaén, Biblioteca de la Conferencia Episcopal Española, Biblioteca del Instituto Diocesano de Teología y Pastoral de Bilbao, Biblioteca Provicincial Misioneros Claretianos - Provincia de Santiago)Libro
-
4463Publicado 2021Tabla de Contenidos: “…Adding some new controls to the project -- Using the SplitButton control -- Adding a TeachingTip to the save button -- Summary -- Questions -- Further reading -- Chapter 6: Leveraging Data and Services -- Technical requirements -- Managing application state with app life cycle events -- Exploring Windows application life cycle events -- Life cycle events of WinUI applications -- Creating a SQLite data store -- What is SQLite? …”
Libro electrónico -
4464Publicado 2022Tabla de Contenidos: “…-- Concepts for Creating Good Interface Design -- Creating Your First GUI: An Empty Window -- Explanation for Creating an Empty Window -- Modifying the Window -- Summary -- Chapter 2: Building a Simple GUI -- The QLabel Widget -- Explanation for Using QLabel -- Project 2.1 - User Profile GUI -- Designing the User Profile GUI -- Explanation for the User Profile GUI -- Summary -- Chapter 3: Adding More Functionality with Widgets -- Event Handlers and Signals and Slots -- The QPushButton Widget -- Explanation for Using QPushButton -- The QLineEdit Widget -- Explanation for Using QLineEdit -- The QCheckBox Widget -- Explanation for Using QCheckBox -- The QMessageBox Dialog -- Windows vs. …”
Libro electrónico -
4465Publicado 2017Tabla de Contenidos: “…Adding Save and Cancel Buttons -- What You Learned -- 10 Adding a Birthday Class and Handling User Input -- The Birthday Class -- Creating a New File -- Writing the Birthday Class -- Programming User Input -- Creating the Add Birthday View Controller -- Connecting Code to the Input Controls -- Connecting Your Code to the Storyboard -- Setting a Maximum Birthdate -- Saving a Birthday -- Hooking Up the Save Button -- Reading Text from a Text Field -- Getting a Date from a Date Picker -- Creating a Birthday -- Adding the Cancel Button -- What You Learned -- 11 Displaying Birthdays -- Making the Birthday List -- Creating the Birthdays Table View Controller -- Adding Cells to the Table View -- Setting Up the Birthdays Table View Controller -- Displaying Birthdays in a Table View -- Putting It All Together -- Delegation -- Connecting the Two Controllers by Setting a Delegate -- What You Learned -- 12 Saving Birthdays -- Storing Birthdays in a Database -- The Birthday Entity -- The Birthday Attributes -- The Application Delegate -- Code Cleanup -- Adding More Features to Our App -- Alphabetizing Birthdays -- Removing Birthdays -- What You Learned -- 13 Getting Birthday Notifications -- The User Notifications Framework -- Registering for Local Notifications -- Scheduling a Notification -- Removing a Notification -- What You Learned -- Part 3: Schoolhouse Skateboarder -- 14 Setting the Stage -- Where Do I Get Art and Sound Effects? …”
Libro electrónico -
4466por Liberty, JesseTabla de Contenidos: “…The event Keyword -- Using Anonymous Methods -- Retrieving Values from Multicast Delegates -- Invoking Events Asynchronously -- Callback Methods -- Part II -- Building Windows Applications -- Creating a Simple Windows Form -- Using the Visual Studio Designer -- Creating a Windows Forms Application -- Creating the Basic UI Form -- Populating the TreeView Controls -- TreeNode objects -- Recursing through the subdirectories -- Getting the files in the directory -- Handling TreeView Events -- Clicking the source TreeView -- Expanding a directory -- Clicking the target TreeView -- Handling the Clear button event -- Implementing the Copy Button Event -- Getting the selected files -- Sorting the list of selected files -- Handling the Delete Button Event -- XML Documentation Comments -- Accessing Data with ADO.NET -- Relational Databases and SQL -- Tables, Records, and Columns -- Normalization -- Declarative Referential Integrity -- SQL -- The ADO.NET Object Model -- DataTables and DataColumns -- DataRelations -- Rows -- Data Adapter -- DBCommand and DBConnection -- DataAdapter -- DataReader -- Getting Started with ADO.NET -- Using OLE DB Managed Providers -- Working with Data-Bound Controls -- Populating a DataGrid Programmatically -- Customizing the DataSet -- Programming ASP.NET Applications and Web Services -- Understanding Web Forms -- Web Form Events -- Postback versus nonpostback events -- State -- Web Form Life Cycle -- Creating a Web Form -- Code-Behind Files -- Adding Controls -- Server Controls -- Data Binding -- Examining the Code -- Adding Controls and Events -- Web Services -- SOAP, WSDL, and Discovery -- Server-Side Support -- Client-Side Support -- Building a Web Service -- Testing Your Web Service -- Viewing the WSDL Contract -- Creating the Proxy -- Testing the Web Service -- Putting It All Together -- The Overall Design…”
Publicado 2001
Libro electrónico -
4467Publicado 2010Tabla de Contenidos: “…using the constant block -- creating a program with constants -- playing a game on the NXT -- defining the variables -- step 1: displaying a target randomly -- step 2: waiting until a button is pressed -- step 3: storing which button is pressed -- step 4: comparing the position and button variables -- step 5: adjusting the score -- step 6: displaying the current score -- step 7: making the program repeat for 30 seconds -- expanding the program -- further exploration -- PART IV advanced robot projects -- 13 snatcher: the autonomous robotic arm -- understanding the grabber -- the grabbing mechanism -- the lifting mechanism -- building the snatcher -- creating objects -- programming the snatcher -- creating the my blocks -- my block #1: grab -- my block #2: release -- my block #3: find object -- my block #4: move closer -- my block #5: say color -- creating the final program -- troubleshooting the snatcher -- further exploration -- 14 hybrid brick sorter: sort bricks by color and size -- understanding the sorting technique -- the driving module -- the scanning module -- identifying a brick's size -- building the hybrid brick sorter -- connecting the cables -- finding bricks to use with your sorter -- finding buckets -- programming the hybrid brick sorter -- creating the my blocks -- my block #1: reset sorter -- my block #2: drop brick -- creating the final program -- step 1: getting the brick's size -- step 2: checking where there is a brick to sort -- step 3: calculating the position of a bucket -- step 4: dropping a brick in the right bucket -- further exploration -- 15 CCC: the compact chimney climber -- understanding the climbing technique -- staying balanced on the x-axis -- balancing on the y-axis -- detecting balance errors -- solving balance errors -- building the compact chimney climber -- preparing a chimney…”
Libro electrónico -
4468Publicado 2015Tabla de Contenidos: “…Sensing by using inputsConnecting a button as a digital input; The momentary push button; Complete circuit schematic; Breadboard connections diagram; Writing code to react to a press; Configuring and reading a digital input; Taking decisions with conditional bifurcations; Timing and debouncing; Other types of digital sensors; Using an optocoupler as a coin detector; The schematic of the coin detector; The breadboard connections diagram; The complete example code; A real working project ; Summary; Chapter 6: Analog Inputs to Feel Between All and Nothing; Sensing analog values…”
Libro electrónico -
4469por Murray, DanTabla de Contenidos: “…Joins; How to Create a Data Blend; Factors that Affect the Speed of Your Data Connections; Your Personal Computer; Your Server Hardware; The Network; The Database; How to Deal with Data Quality Problems; Quick Solutions in Tableau; Correcting Your Source Data; Note; Chapter 3: Building Your First Visualization; Fast and Easy Analysis via Show Me; How Show Me Works; Chart Types Provided by the Show Me Button; Text Tables (crosstabs)…”
Publicado 2013
Libro electrónico -
4470Publicado 1998Tabla de Contenidos: “…Oktober 1898 / Botschaft an den Präsidenten der Vereinigten Staaten [1899] / Kontra-Amerikanisierung / Feuerwehrmänner gegen Sterne / Das häßliche Entlein / Die Erlöser / Insularismus / Abriß der puertoricanischen Geschichte / Das Gebet eines Gebetsheilers / Peyó Mercé unterrichtet Englisch / Lehm / Der Feuersturm / Schwing die Hüften (Plena) / Rede, gehalten am 18. Dezember 1949 auf dem Parteitag des Partido Nacionalista de Puerto Rico in Arecibo / Brief an Luis Muñoz Marín vom 6. …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
4471Publicado 2018Tabla de Contenidos: “…Heißen ist wichtiger als Sein oder über die kognitive Dimension der Rhetorik -- 9. Die goldenen Ketten der Rhetorik oder über die soziale Dimension der Rhetorik -- 10. …”
Libro electrónico -
4472Publicado 2023Tabla de Contenidos: “…Conté: Aelita, el planeta Mart i les visionàries Josefa Tolrà i Madge Gill / Pilar Bonet Julve -- Dones visionàries: art, ciència, espiritualitat i utopia (Josefa Tolrà i La Gran Teòsofa / Maria Josep Balsach -- Yggdrasil i el més enllà / Simon Grant -- Repetició i misticisme / Maria Gelpí -- Astres i aeròlits acompanyen camins de coneixement i acció: Remedios Varo i Josefa Tolrà / María José González Madrid -- L'espiral que mai no dorm / Dionisio Cañas -- Rere el vel de Madge Gill / Alexa Jade Frankelis -- Una conjunció astral / Enric Ciurans -- La pulsió del dictat poètic / Aitor Rey Echevarría -- La creu i el remolí / Mery Cuesta -- Madge Gill : ull màgic / Sophie Dutton -- Els esperits treballen / Germán Labrador Méndez -- Imagineu una mosca en un tren / Pau Cuyàs Bonet) -- Josefa Tolrà: de Cabrils al planeta Mart / Pilar Bonet Julve -- Madge Gill: Myrninerest, la música i Mart / Vivienne Roberts…”
Libro -
4473por Harrington, Richard, 1972-Tabla de Contenidos: “…Creating Titles That "Work"; Chapter 8 One-Click Wonders: Using Buttons and Keyboard Shortcuts…”
Publicado 2008
Libro electrónico -
4474por Morris, PatrickTabla de Contenidos: “…Dissolve/wipeMotion effects; Multi-layer effects; Summary; Chapter 7; Hole cutters; Luminance key; Chrominance key; Matte key; Alpha channels; Chapter 8; Working with titles and captions; Style; Working with third party graphics applications; Safe title area; Saving time; File type and cross-platform compatibility; Summary; Chapter 9; Working with audio; Audio options for the nonlinear suite; Summary; Chapter 10; The future; Appendix A: Glossary; Appendix B: Edit decision lists; Appendix C: Recording formats and what they offer; Further reading…”
Publicado 1999
Libro electrónico -
4475Publicado 2013Tabla de Contenidos: “…A brief history of the DSLR ; Understanding sensor types ; Interpreting DPI and PPI ; shutter speed ; Aperture ; Depth of field ; ISO readings ; Auto settings ; Choosing file formats ; Menus, histograms, and info buttons ; Understanding the LCD monitor ; Setting white balance ; Metering ; Understanding lenses ; Understanding and choosing lighting ; Lighting techniques ; Light-shaping tools ; Memory cards ; Other equipment ; Setting up a home studio ; Setting up on location -- The shots. …”
Libro electrónico -
4476Publicado 1823Tabla de Contenidos: “…John Hancock (v.1) ; Benjamin Franklin, George Wythe, Francis Hopkinson, Robert Treat Paine (v.2) ; Edward Rutledge, Lyman Hall, Oliver Wolcott, Richard Stockton, Button Gwinnett, Josiah Bartlett, Philip Livingston, Roger Sherman (v.3) ; Thomas Heyward, George Read, William Williams, Samuel Huntington, William Floyd, George Walton, George Clymer, Benjamin Rush (v.4) ; Thomas Lynch, Jr., Matthew Thornton, William Whipple, John Witherspoon, Robert Morris (v.5) ; Arthur Middleton, Abraham Clark, Francis Lewis, John Penn. …”
Libro electrónico -
4477por Fernandez, AdrianTabla de Contenidos: “…7 The Ins and Outs of Digital I/O7.1 Project 5: Reading a Button Input; 7.2 Configuring I/O; 7.3 How a Button Works; 7.4 Digitizing Voltage; 7.5 Beyond LEDs and Buttons; 7.6 Project 6: Turn Anything into an Input; 7.6.1 What's Going on Here?…”
Publicado 2013
Libro electrónico -
4478Publicado 2017Tabla de Contenidos: “…Testing the digital_photo_frame.sh with the terminal -- Scheduling digital_photo_frame.sh with crontab -- Testing digital_photo_frame.sh with crontab -- Writing shell script for slideshow -- Starting digital photo frame on Raspberry Pi boot -- Photo frame in action -- Summary -- Chapter 4: Integrating a Real-Time IoT Dashboard -- Adafruit IO -- Bill of materials -- Sign in with Adafruit IO -- Finding your AIO key -- Creating news feed -- Understanding topics -- Creating a dashboard -- Creating a block on a dashboard -- Raspberry Pi and I2C pins -- Connecting an I2C-compatible sensor to the Raspberry Pi -- Serial bus addresses -- Configuring the Raspberry Pi to use I2C -- Searching I2C devices attached to the Raspberry Pi -- Accessing I2C with Pi4J -- Eclipse Paho Java client -- Writing Java program to publish data to a feed -- Publishing temperature sensor data -- Publishing system information -- Subscribing to a feed -- Creating a toggle button on Adafruit dashboard -- Subscribe to the button feed -- Controlling an LED from button feed -- Summary -- Chapter 5: Wireless Controlled Robot -- Prerequisites -- The Zumo chassis kit -- Assembling Zumo chassis -- Preparing motors to reducing the effects of electrical noise -- Attaching Raspberry Pi to Zumo chassis -- Building the circuit -- Wiring them together -- Moving and turning -- Moving -- Turning -- Swing turn -- Writing your Java program -- Running and testing your Java program -- Summary -- Chapter 6: Building a Multipurpose IoT Controller -- Prerequisites -- Preparing your Raspberry Pi board -- Installing and configuring Jetty servelet engine -- Writing your first Java web application -- Creating a Maven project from Archetype -- Creating a servlet -- Copying iot.war file to the Raspberry Pi -- Summary -- Chapter 7: Security Camera with Face Recognition -- Raspberry Pi camera module…”
Libro electrónico -
4479por Hoekman, RobertTabla de Contenidos: “…Button States; 8.1.4. Navigating Through A Movie; 8.1.5. …”
Publicado 2005
Libro electrónico -
4480Publicado 2007Tabla de Contenidos: “…-- Using the Button Component -- Using the RadioButton Component -- Changing Component Appearances -- Summary -- Q&A -- Workshop -- HOUR 17 Using Components -- Using Data Providers -- Exercises with Other Components -- Summary -- Q&A -- Workshop -- HOUR 18 Using Video -- Embedding Video Versus Playing External Video -- Using Video -- Summary -- Q&A -- Workshop -- Part IV: Putting It All Together for the Web -- HOUR 19 Linking a Movie to the Web -- Basic Publishing -- Simple Hyperlinks -- Using Style Sheets -- What Other Web Tasks Can Flash Do? …”
Libro electrónico