Gotowa bibliografia na temat „Stack”
Utwórz poprawne odniesienie w stylach APA, MLA, Chicago, Harvard i wielu innych
Zobacz listy aktualnych artykułów, książek, rozpraw, streszczeń i innych źródeł naukowych na temat „Stack”.
Przycisk „Dodaj do bibliografii” jest dostępny obok każdej pracy w bibliografii. Użyj go – a my automatycznie utworzymy odniesienie bibliograficzne do wybranej pracy w stylu cytowania, którego potrzebujesz: APA, MLA, Harvard, Chicago, Vancouver itp.
Możesz również pobrać pełny tekst publikacji naukowej w formacie „.pdf” i przeczytać adnotację do pracy online, jeśli odpowiednie parametry są dostępne w metadanych.
Artykuły w czasopismach na temat "Stack"
Zhou, Wei, Haoran Li, Shiya Wen, Lijuan Xie, Ting Wang, Yongzhong Tian i Wenping Yu. "Simulation of Soil Organic Carbon Content Based on Laboratory Spectrum in the Three-Rivers Source Region of China". Remote Sensing 14, nr 6 (21.03.2022): 1521. http://dx.doi.org/10.3390/rs14061521.
Pełny tekst źródłaXu, Yine, Qi Yu, Yan Zhang i Weichun Ma. "Numerical Study on the Plume Behavior of Multiple Stacks of Container Ships". Atmosphere 12, nr 5 (5.05.2021): 600. http://dx.doi.org/10.3390/atmos12050600.
Pełny tekst źródłaCerbai, Giulio, Anders Claesson i Luca Ferrari. "Stack sorting with restricted stacks". Journal of Combinatorial Theory, Series A 173 (lipiec 2020): 105230. http://dx.doi.org/10.1016/j.jcta.2020.105230.
Pełny tekst źródłaSmith, Rebecca. "Two Stacks in Series: A Decreasing Stack Followed by an Increasing Stack". Annals of Combinatorics 18, nr 2 (8.05.2014): 359–63. http://dx.doi.org/10.1007/s00026-014-0227-8.
Pełny tekst źródłaKim, Hanki, Jiyeon Choi, Namjo Jeong, Yeon-Gil Jung, Haeun Kim, Donghyun Kim i SeungCheol Yang. "Correlations between Properties of Pore-Filling Ion Exchange Membranes and Performance of a Reverse Electrodialysis Stack for High Power Density". Membranes 11, nr 8 (10.08.2021): 609. http://dx.doi.org/10.3390/membranes11080609.
Pełny tekst źródłaToën, Bertrand. "Descente fidèlement plate pour les n-champs d’Artin". Compositio Mathematica 147, nr 5 (25.07.2011): 1382–412. http://dx.doi.org/10.1112/s0010437x10005245.
Pełny tekst źródłaHalpern-Leistner, Daniel, i Anatoly Preygel. "Mapping stacks and categorical notions of properness". Compositio Mathematica 159, nr 3 (marzec 2023): 530–89. http://dx.doi.org/10.1112/s0010437x22007667.
Pełny tekst źródłaBursztyn, Henrique, Francesco Noseda i Chenchang Zhu. "Principal Actions of Stacky Lie Groupoids". International Mathematics Research Notices 2020, nr 16 (5.07.2018): 5055–125. http://dx.doi.org/10.1093/imrn/rny142.
Pełny tekst źródłaWu, Chien-Chang, i Tsung-Lin Chen. "Dynamic Modeling of a Parallel-Connected Solid Oxide Fuel Cell Stack System". Energies 13, nr 2 (20.01.2020): 501. http://dx.doi.org/10.3390/en13020501.
Pełny tekst źródłaDefant, Colin, i Kai Zheng. "Stack-sorting with consecutive-pattern-avoiding stacks". Advances in Applied Mathematics 128 (lipiec 2021): 102192. http://dx.doi.org/10.1016/j.aam.2021.102192.
Pełny tekst źródłaRozprawy doktorskie na temat "Stack"
Davies, James. "stack : minimalist poetics". Thesis, University of Roehampton, 2018. https://pure.roehampton.ac.uk/portal/en/studentthesis/stack(aebfad17-9098-4c69-831d-3af98f9d48e4).html.
Pełny tekst źródłaHightower, Jeffrey. "The location stack /". Thesis, Connect to this title online; UW restricted, 2004. http://hdl.handle.net/1773/6917.
Pełny tekst źródłaMuradi, Saman. "Utvecklingstekniker för webben : En komparativ studie mellan MEAN-stack ochAMP-stack". Thesis, Karlstads universitet, Handelshögskolan, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:kau:diva-56682.
Pełny tekst źródłaZhou, Jie. "Infrared emission comparison between half-stack and full-stack ZnS:REF3 ACTFEL devices". [Gainesville, Fla.] : University of Florida, 2003. http://purl.fcla.edu/fcla/etd/UFE0000835.
Pełny tekst źródłaFredriksen, Steinar Lieng. "Priority Based Message Stack". Thesis, Norwegian University of Science and Technology, Department of Engineering Cybernetics, 2008. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-8893.
Pełny tekst źródłaTo enable deterministic scheduling in a distributed embedded system an existing open source embedded TCP/IP stack has been modified to support strict priority queuing. The embedded target system has a fully switched closed Ethernet backplane used for internal communication. The problem is that high-volume configuration file downloads interfere with low-volume internal signaling, such as alarms, status reports, performance data and other statistics. The network was already designed using a type of switches which could support several Quality of Service schemes. An open source embedded TCP/IP stack, lightweight IP (lwIP) was evaluated, and found to be a suitable foundation for the developed application; the Priority Based Message Stack (PBMS). PBMS is a modification of lwIP with support for selective packet forwarding and reception based on the IPv4 Type-of-Service (TOS) field. Support for the BOOTP protocol, as well as a nonblocking send operation, was also implemented. PBMS is easily portable in the sense that it only requires a clearly defined basic set of generic OS functions in order to be ported to new systems. A generic interface to Ethernet drivers must also be developed. The implementation was desktop tested on a Linux platform for correct functionality in the IP, UDP and BSD Socket modules. The performance of the priority scheme compared to a best-effort strategy was also measured. These tests showed that stack-internal strict prioritization based on the IPv4 TOS precedence bits have a clear potential for offering deterministic transfer times in Neras distributed embedded system. Without prioritization, with contention for the network link, an average output time of 480 microseconds was measured from the time the socket sendto function was called until the IP output function had been executed. Using strict prioritization under the same conditions this sequence of functions executed in only 15 microseconds in 99 percent of the test runs. The proper prioritization within the TCP/IP stack is only one of several queuing points in the target network. The existing switches, along with the proper TOS marking of each packet, will ensure an unbroken chain of priority queueing all the way to the destination. Some network endpoints might have variable latencies, which will affect the round-trip time (RTT). A measurement methodology to determine this has been described. A test methodology for round-trip and one-way delay time measurement will be used to validate PBMS in the target system. These tests can also be used to estimate the latencies in those network endpoints mentioned above. With this data at hand a worst-case RTT for the entire system can be calculated. The target system integration and validation will be carried out immediately after the completion of this thesis.
Nessler, F. Scott. "Comparison of a pin stack to a conventional stack in a thermoacoustic prime mover". Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1994. http://handle.dtic.mil/100.2/ADA294306.
Pełny tekst źródłaVellala, Manoj. "Stack Composition for SILO Architecture". NCSU, 2008. http://www.lib.ncsu.edu/theses/available/etd-03212008-153547/.
Pełny tekst źródłaBerezovsky, V. V. "Modern front-end development stack". Thesis, Київський національний університет технологій та дизайну, 2018. https://er.knutd.edu.ua/handle/123456789/10634.
Pełny tekst źródłaGibson, Rodney Jay. "An experimental comparison of a pin stack to a conventional stack in a thermoacoustic prime mover". Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1996. http://handle.dtic.mil/100.2/ADA316037.
Pełny tekst źródłaThesis advisor(s): Robert Keolian and Thomas J. Hofler. "June 1996." DTIC Descriptor(s): Heat Engines, Refrigeration Systems, Pressure Gradients, Computerized Simulation, Computer Aided Design, High Temperature, Acoustic Waves, Efficiency, Theses, Heat Exchangers, Temperature Gradients, Thermal Analysis, Acoustic Measurement, Liquid Nitrogen, Heat Flux, Sound Pressure, Thermocouples, Stacking, Heat Sinks, Acoustic Resonance. DTIC Identifier(s): Thermoacoustics, Prime Movers, Acoustic Energy, PE61153N. Bibliography: p. 55. Also available online.
Campbell, Brian. "Type-based amortized stack memory prediction". Thesis, University of Edinburgh, 2008. http://hdl.handle.net/1842/3176.
Pełny tekst źródłaKsiążki na temat "Stack"
Di Cataldo, Giuseppe. Stack Frames. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2181-5.
Pełny tekst źródłaSticker stack. Barcelona: Index Book, 2009.
Znajdź pełny tekst źródła1955-, Rubinstein Raphael, i Greene Alison de Lima, red. Gael Stack. Austin [Tex.]: University of Texas Press, 2011.
Znajdź pełny tekst źródłaShort stack. Place of publication not identified]: [CreateSpace], 2015.
Znajdź pełny tekst źródłaTupperware. Microwave: Stack cooking. Bury St Edmunds: SP Creative Design, 1990.
Znajdź pełny tekst źródłaStack the cats. New York, NY: Abrams, 2017.
Znajdź pełny tekst źródłaMardan, Azat. Full Stack JavaScript. Berkeley, CA: Apress, 2018. http://dx.doi.org/10.1007/978-1-4842-3718-2.
Pełny tekst źródłaSharma, Vishal. Beginning Elastic Stack. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-1694-1.
Pełny tekst źródłaMardan, Azat. Full Stack JavaScript. Berkeley, CA: Apress, 2015. http://dx.doi.org/10.1007/978-1-4842-1751-1.
Pełny tekst źródłaSachdeva, Gurpreet S. Practical ELK Stack. Berkeley, CA: Apress, 2017. http://dx.doi.org/10.1007/978-1-4842-2626-1.
Pełny tekst źródłaCzęści książek na temat "Stack"
Lozano, Yolanda, Steven Duplij, Malte Henkel, Malte Henkel, Euro Spallucci, Steven Duplij, Malte Henkel i in. "Stack". W Concise Encyclopedia of Supersymmetry, 380. Dordrecht: Springer Netherlands, 2004. http://dx.doi.org/10.1007/1-4020-4522-0_504.
Pełny tekst źródłaUmebayashi, Katsu, Thomas Daniell, Michael Webb, Peter Allison i Kazuhiro Kojima. "Stack". W FOBA, 105–16. New York, NY: Princeton Archit.Press, 2005. http://dx.doi.org/10.1007/1-56898-635-1_9.
Pełny tekst źródłaWeik, Martin H. "stack". W Computer Science and Communications Dictionary, 1647. Boston, MA: Springer US, 2000. http://dx.doi.org/10.1007/1-4020-0613-6_18035.
Pełny tekst źródłaAugustin, Larry M., David C. Luckham, Benoit A. Gennart, Youm Huh i Alec G. Stanculescu. "Stack". W The Kluwer International Series in Engineering and Computer Science, 111–22. Boston, MA: Springer US, 1991. http://dx.doi.org/10.1007/978-1-4615-4042-7_8.
Pełny tekst źródłaChiang, Pen-Chi, i Xiang Gao. "Stack". W Air Pollution Control and Design, 527–60. Singapore: Springer Nature Singapore, 2022. http://dx.doi.org/10.1007/978-981-13-7488-3_15.
Pełny tekst źródłaVan Hoey, Jo. "Stack Alignment and Stack Frame". W Beginning x64 Assembly Programming, 107–11. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-5076-1_13.
Pełny tekst źródłaDi Cataldo, Giuseppe. "Stack Frames". W Stack Frames, 89–165. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2181-5_5.
Pełny tekst źródłaDi Cataldo, Giuseppe. "Hardware and Software". W Stack Frames, 1–19. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2181-5_1.
Pełny tekst źródłaDi Cataldo, Giuseppe. "GNU/Linux Distributions". W Stack Frames, 21–41. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2181-5_2.
Pełny tekst źródłaDi Cataldo, Giuseppe. "Base 2, 8, and 16 Notations". W Stack Frames, 43–52. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2181-5_3.
Pełny tekst źródłaStreszczenia konferencji na temat "Stack"
Headings, Leon M., i Gregory N. Washington. "Stiffness Controlled Piezoelectric Stick-Slip Actuator for Rapid Positioning Applications". W ASME 2005 International Mechanical Engineering Congress and Exposition. ASMEDC, 2005. http://dx.doi.org/10.1115/imece2005-80916.
Pełny tekst źródłaAfoakwa, Richard, Lejie Lu, Hui Wu i Michael Huang. "To Stack or Not To Stack". W 2019 28th International Conference on Parallel Architectures and Compilation Techniques (PACT). IEEE, 2019. http://dx.doi.org/10.1109/pact.2019.00017.
Pełny tekst źródłaBethapudi, Sasank Viswanath, N. Rajalakshmi i K. S. Dhathathreyan. "PEMFC Stack Activation Through Thermal Management". W ASME 2013 11th International Conference on Fuel Cell Science, Engineering and Technology collocated with the ASME 2013 Heat Transfer Summer Conference and the ASME 2013 7th International Conference on Energy Sustainability. American Society of Mechanical Engineers, 2013. http://dx.doi.org/10.1115/fuelcell2013-18203.
Pełny tekst źródłaMüller, T. "Common Reflection Surface Stack Versus NMO/Stack and NMO/DMO Stack". W 60th EAGE Conference and Exhibition. European Association of Geoscientists & Engineers, 1998. http://dx.doi.org/10.3997/2214-4609.201408166.
Pełny tekst źródłaMcGuffie, Sean M., i Michael A. Porter. "Reduction of Stack Vortex Induced Vibrations". W ASME 2013 Pressure Vessels and Piping Conference. American Society of Mechanical Engineers, 2013. http://dx.doi.org/10.1115/pvp2013-97995.
Pełny tekst źródłaLindahl, Peter A., i Steven R. Shaw. "Reference Based Fuel Cell Stack Simulator". W ASME 2010 8th International Conference on Fuel Cell Science, Engineering and Technology. ASMEDC, 2010. http://dx.doi.org/10.1115/fuelcell2010-33315.
Pełny tekst źródłaMitra, Debojyoti, Ashish Chakraborty, Sujata Bhattacharya, Subrata Dey i Sukritranjan Bhattacharya. "Experimental Measurements of Wind-Resistant Support in a Circular Stack Design". W ASME 2006 2nd Joint U.S.-European Fluids Engineering Summer Meeting Collocated With the 14th International Conference on Nuclear Engineering. ASMEDC, 2006. http://dx.doi.org/10.1115/fedsm2006-98470.
Pełny tekst źródłaHongwei, Zhou, Ke Zhipeng, Zhang Yuchen, Guo Ruichao, Li Shengsheng i Yuan Jinhui. "RS-Stack: Defense against Stack Buffer Overflow Attack with Random Shadow Stack". W 2022 IEEE 2nd International Conference on Data Science and Computer Application (ICDSCA). IEEE, 2022. http://dx.doi.org/10.1109/icdsca56264.2022.9988252.
Pełny tekst źródłaBurt, A. C., I. B. Celik, R. S. Gemmen, A. V. Smirnov i W. A. Rogers. "Cell-to-Cell Variations With Increasing SOFC Stack Size". W ASME 2004 2nd International Conference on Fuel Cell Science, Engineering and Technology. ASMEDC, 2004. http://dx.doi.org/10.1115/fuelcell2004-2448.
Pełny tekst źródłaDas, Baisakhi, Nilanjana Das i Biplab K. Sikdar. "Stuck-At 0/1 Trojans on Return Address Stack". W 2018 8th International Symposium on Embedded Computing and System Design (ISED). IEEE, 2018. http://dx.doi.org/10.1109/ised.2018.8704090.
Pełny tekst źródłaRaporty organizacyjne na temat "Stack"
Flaherty, Julia E., i Ernest J. Antonio. Effluent Management Facility Stack Monitor Qualification: Assessment with Surrogate Stacks. Office of Scientific and Technical Information (OSTI), maj 2019. http://dx.doi.org/10.2172/1545549.
Pełny tekst źródłaTsuchiya, K., H. Higuchi i Y. Atarashi. Dual Stack Hosts using the "Bump-In-the-Stack" Technique (BIS). RFC Editor, luty 2000. http://dx.doi.org/10.17487/rfc2767.
Pełny tekst źródłaRosen, E., D. Tappan, G. Fedorkow, Y. Rekhter, D. Farinacci, T. Li i A. Conta. MPLS Label Stack Encoding. RFC Editor, styczeń 2001. http://dx.doi.org/10.17487/rfc3032.
Pełny tekst źródłaTsirtsis, G., V. Park i H. Soliman. Dual-Stack Mobile IPv4. RFC Editor, marzec 2009. http://dx.doi.org/10.17487/rfc5454.
Pełny tekst źródłaQuer, Giorgio, i Ramesh R. Rao. Cognitive Protocol Stack Design. Fort Belvoir, VA: Defense Technical Information Center, listopad 2015. http://dx.doi.org/10.21236/ad1007260.
Pełny tekst źródłaYuh, C. Non-proprietary stack research. Office of Scientific and Technical Information (OSTI), lipiec 1992. http://dx.doi.org/10.2172/6841885.
Pełny tekst źródłaKnobbe, Roger, i Andrew Purtell. GINSU: Guaranteed Internet Stack Utilization. Fort Belvoir, VA: Defense Technical Information Center, listopad 2005. http://dx.doi.org/10.21236/ada442047.
Pełny tekst źródłaC. Neumeyer, P. Heitzenroeder, C. Kessel, M. Ono, M. Peng, J. Schmidt, R. Woolley i I. Zatz. Spherical Torus Center Stack Design. Office of Scientific and Technical Information (OSTI), styczeń 2002. http://dx.doi.org/10.2172/793024.
Pełny tekst źródłaLong, Kevin N., Christine C. Roberts, Anne M. Grillet, Alexander J. Headley, Kyle Fenton, Dennis Wong i David Ingersoll. Open stack thermal battery tests. Office of Scientific and Technical Information (OSTI), kwiecień 2017. http://dx.doi.org/10.2172/1411884.
Pełny tekst źródłaTsirtsis, G., i H. Soliman. Problem Statement: Dual Stack Mobility. RFC Editor, sierpień 2007. http://dx.doi.org/10.17487/rfc4977.
Pełny tekst źródła