Literatura académica sobre el tema "Software development kit"
Crea una cita precisa en los estilos APA, MLA, Chicago, Harvard y otros
Consulte las listas temáticas de artículos, libros, tesis, actas de conferencias y otras fuentes académicas sobre el tema "Software development kit".
Junto a cada fuente en la lista de referencias hay un botón "Agregar a la bibliografía". Pulsa este botón, y generaremos automáticamente la referencia bibliográfica para la obra elegida en el estilo de cita que necesites: APA, MLA, Harvard, Vancouver, Chicago, etc.
También puede descargar el texto completo de la publicación académica en formato pdf y leer en línea su resumen siempre que esté disponible en los metadatos.
Artículos de revistas sobre el tema "Software development kit"
Mascorro, Arturo, Francisco Mesa, Jose Alvarez y Laura Cruz. "Native Development Kit and Software Development Kit Comparison for Android Applications". International Journal of Information and Communication Technologies in Education 6, n.º 3 (27 de noviembre de 2017): 5–13. http://dx.doi.org/10.1515/ijicte-2017-0011.
Texto completoBjörnson, Kristofer. "TBTK: A quantum mechanics software development kit". SoftwareX 9 (enero de 2019): 205–10. http://dx.doi.org/10.1016/j.softx.2019.02.005.
Texto completoTakano, Y., A. Uda y M. Ishida. "The Design of Robot Software Development kit RoboStudio". Proceedings of JSME annual Conference on Robotics and Mechatronics (Robomec) 2004 (2004): 36. http://dx.doi.org/10.1299/jsmermd.2004.36_1.
Texto completoGardiner, J., J. Hamilton, J. Lawton, K. Knight, A. Wilson y S. Spagna. "Software development kit for a compact cryo-refrigerator". IOP Conference Series: Materials Science and Engineering 278 (diciembre de 2017): 012164. http://dx.doi.org/10.1088/1757-899x/278/1/012164.
Texto completoMarshall, J. S. y M. A. Thomson. "The Pandora Software Development Kit for Particle Flow Calorimetry". Journal of Physics: Conference Series 396, n.º 2 (13 de diciembre de 2012): 022034. http://dx.doi.org/10.1088/1742-6596/396/2/022034.
Texto completoLongair, I. M. y A. D. Morgan. "Bit-Slice Microprocessors — A Hardware and Software Development Kit". International Journal of Electrical Engineering & Education 24, n.º 4 (octubre de 1987): 325–36. http://dx.doi.org/10.1177/002072098702400407.
Texto completoSpeers, Vanessa. "Development of the CCRU kit squad: Centralization of biospecimen “kit” management." Journal of Clinical Oncology 36, n.º 30_suppl (20 de octubre de 2018): 295. http://dx.doi.org/10.1200/jco.2018.36.30_suppl.295.
Texto completoHuang, Hong Hsin, Chien Yuan Liu, Ming Chih Huang, I. Chun Ko y Jia Ming Lee. "Digital I/O Training Kit Development for Arduino Platforms". Applied Mechanics and Materials 214 (noviembre de 2012): 649–53. http://dx.doi.org/10.4028/www.scientific.net/amm.214.649.
Texto completoRahman, Nurulhuda Abdul, Muhammad Ridzuan Idris y Khairul Salleh Baharudin. "Development of educational kit for IoT online learning". International Journal of Technology, Innovation and Humanities 1, n.º 1 (21 de octubre de 2020): 26–32. http://dx.doi.org/10.29210/881001.
Texto completoTsyrulnyk, Serhii. "SOFTWARE AND HARDWARE SYSTEM «ARDUINO LEARNER KIT»". OPEN EDUCATIONAL E-ENVIRONMENT OF MODERN UNIVERSITY, n.º 10 (2021): 231–40. http://dx.doi.org/10.28925/2414-0325.2021.1019.
Texto completoTesis sobre el tema "Software development kit"
Broberg, Magnus. "Software Development Kit in future Scania Interactors". Thesis, Uppsala University, Department of Information Technology, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-88750.
Texto completoThis Master of Science thesis in Information Technology Engineering highlights and investigates some aspects of creating a new Software Development Kit (SDK) for the Scania Interactor using Microsoft .Net.
The contents of the SDK is specified, and an Interactor Development Kit (IDK), the software components of the SDK, is designed with an architecture that includes a service in order to handle data propagation and initialization, and class libraries for referencing by Interactor applications.
For the service, the traditional distributed technology .Net Remoting is compared to the new technology Windows Communication Foundation, and .Net Remoting is found to be most appropriate since it supports full type fidelity and can be integrated in the IDK in a flexible way.
The IDK supports access control in order to provide exclusive access to some of its functionality from applications developed by Scania. Access control is implemented using Microsoft strong names for assemblies, and using strong name access restricted objects, the Remoting call context, and a custom sink for the service. The part of the IDK that manages CAN data propagation is implemented together with a mechanism for parameterized subscriptions of events, something that has been requested by end users.
A sample application is also implemented that uses a modified version of the IDK, which aquires data through the old SDK instead of a future black box over IP.
Cronin, Devlin. "A Software Development Kit for Camera-Based Gesture Interaction". DigitalCommons@CalPoly, 2013. https://digitalcommons.calpoly.edu/theses/1146.
Texto completoNikolaidis, Fotios. "Tromos : a software development kit for virtual storage systems". Thesis, Université Paris-Saclay (ComUE), 2019. http://www.theses.fr/2019SACLV033/document.
Texto completoModern applications tend to diverge both in the I/O profile and storage requirements. Matching a scientific or commercial application with a general-purpose system will most likely yield suboptimal performance. Even in the presence of purpose-specific' systems, applications with multiple classes of workloads are still in need to disseminate the workload to the right system. This strategy, however, is not trivial as different platforms aim at diversified goals and therefore require the application to incorporate multiple codepaths. Implementing such codepaths is non-trivial, requires a lot of effort and programming skills, and is error-prone. The hurdles are getting worse when applications need to leverage multiple data-stores in parallel. In this dissertation, we introduce "storage containers" as the next logical in the storage evolution. A "storage container" is virtual infrastructure that decouples the application from the underlying data-stores in the same way Docker decouples the application runtime from the physical servers. In other words, it is middleware that separate changes made to application codes by science users from changes made to I/O actions by developers or administrators.To facilitate the development and deployment of a "storage container" we introduce a framework called Tromos. Through its lens, all that it takes for an application architect to spin-up a custom storage solution is to model the target environment into a definition file and let the framework handles the rest. Tromos comes with a repository of plugins which the architect can choose as to optimize the container for the application at hand. Available options include data transformations, data placement policies, data reconstruction methods, namespace management, and on-demand consistency handling.As a proof-of-concept we use Tromos to prototype customized storage environments which we compare against Gluster; a well-estalished and versatile storage system. The results have shown that application-tailored "storage containers", even if they are auto-produced, can outperform more mature "general-purpose" systems by merely removing the unnecessary overhead of unused features
Wilhelmsson, Patrik. "Visual Programming with the Unreal Development Kit". Thesis, Linköpings universitet, Institutionen för datavetenskap, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-94243.
Texto completoChu, Huey-Der. "Towards quality programming in the automated testing of distributed applications". Thesis, University of Newcastle Upon Tyne, 1998. http://hdl.handle.net/10443/2074.
Texto completoLabiausse, Pierre. "A state of the art media box". Thesis, KTH, Kommunikationssystem, CoS, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-119159.
Texto completoIdag är mediecentrer ofta belamrade med många enheter som är kontrollerade av sina egna fjärrkontroller. Det är ofta svårt och / eller smärtsamt att använda dessa enheterna, särskilt för oerfarna användare. Simstream vill bygga en innovativ smart TV som centraliserar funktioner och kontroller så mycket som möjligt. Att använda systemet ska vara intuitivt och enkelt, men mer erfarna användare ska också ha tillgång till mer avancerade funktioner. Detta kräver att förvärva flera indata samt att integrera kommunikationsenheterna som är nödvändiga för att kontrollera de anslutna externa enheter. När det är möjligt vill vi behandla varje indata på ett effektivt sätt oh samtidigt minimera latenser. Det här betyder att en operation som utförs ofta skall vara så snabb och så lätt som möjligt, för att förbättra användarupplevelse även när systemet är hårt belastad. Detta projekt drar fördel av den vidsprädda tillgången till pekskärma mobila enheter för att tillföra användaren en innovativ kontroll över sin TV, direkt från sin bekanta enhet. Slutligen kommer denna plattformen att vara öppen för tredjepartsutvecklare, och som ett resultat har detta examensarbete utvecklat ett software development kit som är gjort för att vara enkelt och välbekant nog för att utvecklare ska kunna använda det och skapa applikationer med det.
Swain, Nathan R. "Tethys Platform: A Development and Hosting Platform for Water Resources Web Apps". BYU ScholarsArchive, 2015. https://scholarsarchive.byu.edu/etd/5832.
Texto completoLohmüller, Valentin [Verfasser] y Christian [Akademischer Betreuer] Wolff. "Second Screen Applications: A Multi-Platform Software Development Kit and Optimization of Human-Computer Interaction in Distributed Systems / Valentin Lohmüller ; Betreuer: Christian Wolff". Regensburg : Universitätsbibliothek Regensburg, 2019. http://d-nb.info/1201884233/34.
Texto completoBrett, Todd Christopher. "An Event Monitor and Response Framework Based on the WSLogA Architecture". NSUWorks, 2008. http://nsuworks.nova.edu/gscis_etd/349.
Texto completoMičiulis, Audrius. "Programinės įrangos kūrimo priemonių mobiliosioms platformoms tyrimas". Master's thesis, Lithuanian Academic Libraries Network (LABT), 2013. http://vddb.laba.lt/obj/LT-eLABa-0001:E.02~2013~D_20130821_152222-62508.
Texto completoAt a present time, one of the most developing area of technology is software for mobile phones, tablets and multimedia devices. Growing numbers of users and improved hardware makes more and more companies to expand their activity in this market. One of the biggest mistakes, that is very hard to solve, is badly chosen technologies in a beginning stage of the projects. The main objective of this project is to compare three of the most popular operating systems Android, iOS and Windows Phone software development kits and to determinate their advantages and disadvantages. Analysis is made based on operating system architecture, tools, compatibility with hardware, debugging, security, graphical user interface, multilanguage support, animation, sounds, video, HTML preview, interaction with maps and user location, sensors, networks, background processes, data persistence and integration with another software. In this research was identified that Android has best interfaces to create background processes and share data between programs. iOS has best tools and components for graphical user interface and Windows Phone has best framework to work with multimedia, maps and user location services.
Libros sobre el tema "Software development kit"
Raymond, Camden, Arehart Charlie y Forta Ben, eds. Adobe ColdFusion 8 Web application construction kit. 8a ed. Berkeley, CA: Peachpit Press, 2008.
Buscar texto completoGoodman, Danny. Danny Goodman's Apple guide starter kit. Wokingham: Addison-Wesley, 1995.
Buscar texto completoJoan, Hewes Jeremy y Goodman Danny, eds. Danny Goodman's apple guide starter kit. Reading, Mass: Addison-Wesley Pub. Co., 1995.
Buscar texto completoRaymond, Camden y Arehart Charlie, eds. Adobe Coldfusion 9 Web application construction kit. Berkeley, CA: Adobe Press, 2010.
Buscar texto completoNate, Weiss y Forta Ben, eds. The ColdFusion 5 Web application construction kit. 4a ed. Indianapolis, Ind: Que, 2001.
Buscar texto completoSchenk, Thomas. Open Source Web Site Construction Kit. Upper Saddle River: Pearson Education, 2003.
Buscar texto completoWilson, Scott F. Analyzing requirements and defining solution architectures: MCSD training kit : for exam 70-100. Redmond, Wash: Microsoft Press, 1999.
Buscar texto completoTackett, Jack. The MFC Windows controls construction kit: A programmer's resource. Cary, NC: Tristar Press, 1995.
Buscar texto completoCapítulos de libros sobre el tema "Software development kit"
Brackney, Larry, Andrew Parker, Daniel Macumber y Kyle Benne. "The OpenStudio Software Development Kit". En Building Energy Modeling with OpenStudio, 287–314. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-77809-9_9.
Texto completoGorodetski, Vladimir, Oleg Karsayev, Igor Kotenko y Alexey Khabalov. "Software Development Kit for Multi-agent Systems Design and Implementation". En From Theory to Practice in Multi-Agent Systems, 121–30. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-45941-3_13.
Texto completoHermerschmidt, Lars, Antonio Navarro Perez y Bernhard Rumpe. "A Model-based Software Development Kit for the SensorCloud Platform". En Trusted Cloud Computing, 125–40. Cham: Springer International Publishing, 2014. http://dx.doi.org/10.1007/978-3-319-12718-7_8.
Texto completoChang, Yu-Shin, Sheng-Pang Kuo y Chua-Huang Huang. "Design and Implementation of a Software Development Kit for LLRP Readers". En Advances in Intelligent Systems and Applications - Volume 1, 673–82. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-35452-6_68.
Texto completoPluskal, Tomáš, Nils Hoffmann, Xiuxia Du y Jing-Ke Weng. "CHAPTER 17. Mass Spectrometry Development Kit (MSDK): a Java Library for Mass Spectrometry Data Processing". En Processing Metabolomics and Proteomics Data with Open Software, 399–405. Cambridge: Royal Society of Chemistry, 2020. http://dx.doi.org/10.1039/9781788019880-00399.
Texto completoAliaga, Tomas, Hugo Estrada, Miguel González Mendoza y Daniele Pizzolli. "SMARTSDK - A FIWARE-Based Software Development Kit for Smart Applications for the Needs of Europe and Mexico". En Communications in Computer and Information Science, 197–203. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-63161-1_18.
Texto completoMartínez-Espronceda, Miguel, Santiago Led, Maciej Niegowski, Luis Serrano y Luis Cabezas. "A Novel Software Development Kit (SDK) to Foster Adoption of Health Informatics Standards in Personal Health Device (PHD) Communications". En Lecture Notes in Computer Science, 66–73. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-35395-6_9.
Texto completoSo, Preston. "Software Development Kits and Reference Builds". En Decoupled Drupal in Practice, 283–309. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-4072-4_16.
Texto completoArcos, Josep Lluís, Marc Esteva, Pablo Noriega, Juan Antonio Rodríguez-Aguilar y Carles Sierra. "An Integrated Development Environment for Electronic Institutions". En Software Agent-Based Applications, Platforms and Development Kits, 121–42. Basel: Birkhäuser Basel, 2005. http://dx.doi.org/10.1007/3-7643-7348-2_6.
Texto completoDi Stefano, Antonella y Corrado Santoro. "Supporting Agent Development in Erlang through the eXAT Platform". En Software Agent-Based Applications, Platforms and Development Kits, 47–71. Basel: Birkhäuser Basel, 2005. http://dx.doi.org/10.1007/3-7643-7348-2_3.
Texto completoActas de conferencias sobre el tema "Software development kit"
Hu, Yuhan, Sang-won Leigh y Pattie Maes. "Hand Development Kit". En UIST '17: The 30th Annual ACM Symposium on User Interface Software and Technology. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3131785.3131805.
Texto completoAraujo, Rodrigo Fraxino, Daniel Henrique Barboza, Otavio Busatto Pontes, Rafael Medeiros Teixeira, Renato Stoffalette Joao, Wainer Santos Moschetta y Vinicius H. S. Durelli. "IBM Software Development Kit for PowerLinux". En 2012 2nd Workshop on Developing Tools as Plug-ins (TOPI). IEEE, 2012. http://dx.doi.org/10.1109/topi.2012.6229818.
Texto completoFrantz, Rafael Z. y Rafael Corchuelo. "A software development kit to implement integration solutions". En the 27th Annual ACM Symposium. New York, New York, USA: ACM Press, 2012. http://dx.doi.org/10.1145/2245276.2232042.
Texto completoMaffione, Vincenzo, Francesco Salvestrini, Eduard Grasa, Leonardo Bergesio y Miquel Tarzan. "A software development kit to exploit RINA programmability". En ICC 2016 - 2016 IEEE International Conference on Communications. IEEE, 2016. http://dx.doi.org/10.1109/icc.2016.7510711.
Texto completoKasai, H. "Embedded software development kit for sustainable distributed mobile Geocast". En 2013 IEEE International Conference on Consumer Electronics (ICCE). IEEE, 2013. http://dx.doi.org/10.1109/icce.2013.6487005.
Texto completoStanek, Sean R., Wallapak Tavanapong, Johnny Wong, JungHwan Oh, Ruwan D. Nawarathna, Jayantha Muthukudage y Piet C. de Groen. "SAPPHIRE middleware and software development kit for medical video analysis". En 2011 24th International Symposium on Computer-Based Medical Systems (CBMS). IEEE, 2011. http://dx.doi.org/10.1109/cbms.2011.5999145.
Texto completoCamara, Mateus Karvat y Adriana Postal. "Quantum Development Kit: Ambiente Open Source para Estudo de Computação Quântica". En Congresso Latino-Americano de Software Livre e Tecnologias Abertas. Sociedade Brasileira de Computação - SBC, 2019. http://dx.doi.org/10.5753/latinoware.2019.10334.
Texto completoCalegario, Filipe, João Tragtenberg, Giordano Cabral y Geber Ramalho. "Batebit Controller: Popularizing Digital Musical Instruments' Technical Development Process". En Simpósio Brasileiro de Computação Musical. Sociedade Brasileira de Computação - SBC, 2019. http://dx.doi.org/10.5753/sbcm.2019.10453.
Texto completoFalcone, Alberto, Alfredo Garro, Simon J. E. Taylor y Anastasia Anagnostou. "Simplifying the development of HLA-based distributed simulations with the HLA Development Kit software framework (DKF)". En 2017 IEEE/ACM 21st International Symposium on Distributed Simulation and Real-Time Applications (DS-RT). IEEE, 2017. http://dx.doi.org/10.1109/distra.2017.8167691.
Texto completoMuro, Naiara, Nekane Larburu, Jordi Torres, Jon Kerexeta, Garazi Artola, Monica Arrue, Ivan Macia y Brigitte Seroussi. "Architecture for a Multimodal and Domain-Independent Clinical Decision Support System Software Development Kit". En 2019 41st Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC). IEEE, 2019. http://dx.doi.org/10.1109/embc.2019.8856459.
Texto completoInformes sobre el tema "Software development kit"
Marshall, Karen, Ross J. Michaels, Kevin Mangold y Kayee Kwong. Incorporating biometric software development kits into the development process. National Institute of Standards and Technology, abril de 2013. http://dx.doi.org/10.6028/nist.ir.7929.
Texto completoMarshall, Karen, Ross J. Michaels, Kevin Mangold y Kayee Kwong. Incorporating Biometric Software Development Kits into the Development Process. National Institute of Standards and Technology, julio de 2014. http://dx.doi.org/10.6028/nist.ir.7929r1.
Texto completo