Artykuły w czasopismach na temat „Meta-programming”

Kliknij ten link, aby zobaczyć inne rodzaje publikacji na ten temat: Meta-programming.

Utwórz poprawne odniesienie w stylach APA, MLA, Chicago, Harvard i wielu innych

Wybierz rodzaj źródła:

Sprawdź 50 najlepszych artykułów w czasopismach naukowych na temat „Meta-programming”.

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.

Przeglądaj artykuły w czasopismach z różnych dziedzin i twórz odpowiednie bibliografie.

1

Rodrı́guez Urı́a, M. Victoria, Rafael Caballero, Francisco Ruiz i Carlos Romero. "Meta-goal programming". European Journal of Operational Research 136, nr 2 (styczeń 2002): 422–29. http://dx.doi.org/10.1016/s0377-2217(00)00332-5.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
2

van Harmelen, Frank. "META'90: A Workshop on Meta-programming in Logic-programming". AI Communications 3, nr 2 (1990): 80–81. http://dx.doi.org/10.3233/aic-1990-3206.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
3

Thomas, Dave. "Refactoring as Meta Programming?" Journal of Object Technology 4, nr 1 (2005): 7. http://dx.doi.org/10.5381/jot.2005.4.1.c1.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
4

Devriese, Dominique, i Frank Piessens. "Typed syntactic meta-programming". ACM SIGPLAN Notices 48, nr 9 (12.11.2013): 73–86. http://dx.doi.org/10.1145/2544174.2500575.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
5

Bowman, William J., Swaha Miller, Vincent St-Amour i R. Kent Dybvig. "Profile-guided meta-programming". ACM SIGPLAN Notices 50, nr 6 (7.08.2015): 403–12. http://dx.doi.org/10.1145/2813885.2737990.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
6

Stump, Aaron. "Directly reflective meta-programming". Higher-Order and Symbolic Computation 22, nr 2 (4.01.2008): 115–44. http://dx.doi.org/10.1007/s10990-007-9022-0.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
7

Caballero, Rafael, Francisco Ruiz, M. Victoria Rodríguez Uría i Carlos Romero. "Interactive meta-goal programming". European Journal of Operational Research 175, nr 1 (listopad 2006): 135–54. http://dx.doi.org/10.1016/j.ejor.2005.04.040.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
8

Stump, Aaron. "Imperative LF Meta-Programming". Electronic Notes in Theoretical Computer Science 199 (luty 2008): 149–59. http://dx.doi.org/10.1016/j.entcs.2007.11.017.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
9

BRY, FRANÇOIS. "In Praise of Impredicativity: A Contribution to the Formalization of Meta-Programming". Theory and Practice of Logic Programming 20, nr 1 (25.02.2019): 99–146. http://dx.doi.org/10.1017/s1471068419000024.

Pełny tekst źródła
Streszczenie:
AbstractProcessing programs as data is one of the successes of functional and logic programming. Higher-order functions, as program-processing programs are called in functional programming, and meta-programs, as they are called in logic programming, are widespread declarative programming techniques. In logic programming, there is a gap between the meta-programming practice and its theory: The formalizations of meta-programming do not explicitly address its impredicativity and are not fully adequate. This article aims at overcoming this unsatisfactory situation by discussing the relevance of impredicativity to meta-programming, by revisiting former formalizations of meta-programming, and by defining Reflective Predicate Logic, a conservative extension of first-order logic, which provides a simple formalization of meta-programming.
Style APA, Harvard, Vancouver, ISO itp.
10

Sheard, Tim, i Simon Peyton Jones. "Template meta-programming for Haskell". ACM SIGPLAN Notices 37, nr 12 (grudzień 2002): 60–75. http://dx.doi.org/10.1145/636517.636528.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
11

Heintze, Nevin, Spiro Michaylov, Peter J. Stuckey i Roland H. C. Yap. "Meta-programming in CLP(R)". Journal of Logic Programming 33, nr 3 (grudzień 1997): 221–59. http://dx.doi.org/10.1016/s0743-1066(96)00145-8.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
12

CHEN, CHIYAN, i HONGWEI XI. "Meta-programming through typeful code representation". Journal of Functional Programming 15, nr 6 (6.10.2005): 797–835. http://dx.doi.org/10.1017/s0956796805005617.

Pełny tekst źródła
Streszczenie:
By allowing the programmer to write code that can generate code at run-time, meta-programming offers a powerful approach to program construction. For instance, meta-programming can often be employed to enhance program efficiency and facilitate the construction of generic programs. However, meta-programming, especially in an untyped setting, is notoriously error-prone. In this paper, we aim at making meta-programming less error-prone by providing a type system to facilitate the construction of correct meta-programs. We first introduce some code constructors for constructing typeful code representation in which program variables are represented in terms of deBruijn indexes, and then formally demonstrate how such typeful code representation can be used to support meta-programming. With our approach, a particular interesting feature is that code becomes first-class values, which can be inspected as well as executed at run-time. The main contribution of the paper lies in the recognition and then the formalization of a novel approach to typed meta-programming that is practical, general and flexible.
Style APA, Harvard, Vancouver, ISO itp.
13

Umapathy, Karthikeyan, i Albert D. Ritzhaupt. "A Meta-Analysis of Pair-Programming in Computer Programming Courses". ACM Transactions on Computing Education 17, nr 4 (7.09.2017): 1–13. http://dx.doi.org/10.1145/2996201.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
14

Christiansen, Henning, i Davide Martinenghi. "Symbolic constraints for meta-logic programming". Applied Artificial Intelligence 14, nr 4 (kwiecień 2000): 345–67. http://dx.doi.org/10.1080/088395100117034.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
15

Bowen, Kenneth A. "Meta-level programming and knowledge representation". New Generation Computing 3, nr 4 (grudzień 1985): 359–83. http://dx.doi.org/10.1007/bf03037077.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
16

Gazagnaire, Thomas, i Anil Madhavapeddy. "Dynamics for ML using Meta-Programming". Electronic Notes in Theoretical Computer Science 264, nr 5 (lipiec 2011): 3–21. http://dx.doi.org/10.1016/j.entcs.2011.06.002.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
17

Chen, Chiyan, i Hongwei Xi. "Meta-programming through typeful code representation". ACM SIGPLAN Notices 38, nr 9 (25.09.2003): 275–86. http://dx.doi.org/10.1145/944746.944730.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
18

Nanevski, Aleksandar. "Meta-programming with names and necessity". ACM SIGPLAN Notices 37, nr 9 (17.09.2002): 206–17. http://dx.doi.org/10.1145/583852.581498.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
19

JARZABEK, STAN, HONGYU ZHANG, SHEN RU, VU TUNG LAM i ZHENXIN SUN. "ANALYSIS OF META-PROGRAMS: AN EXAMPLE". International Journal of Software Engineering and Knowledge Engineering 16, nr 01 (luty 2006): 77–101. http://dx.doi.org/10.1142/s0218194006002689.

Pełny tekst źródła
Streszczenie:
Meta-programs are generic, incomplete, adaptable programs that are instantiated at construction time to meet specific requirements. Templates and generative techniques are examples of meta-programming techniques. Understanding of meta-programs is more difficult than understanding of concrete, executable programs. Static and dynamic analysis methods have been applied to ease understanding of programs — can similar methods be used for meta-programs? In our projects, we build meta-programs with a meta-programming technique called XVCL. Meta-programs in XVCL are organized into a hierarchy of meta-components from which the XVCL processor generates concrete, executable programs that meet specific requirements. We developed an automated system that analyzes XVCL meta-programs, and presents developers with information that helps them work with meta-programs more effectively. Our system conducts both static and dynamic analysis of a meta-program. An integral part of our solution is a query language, FQL in which we formulate questions about meta-program properties. An FQL query processor automatically answers a class of queries. The analysis method described in the paper is specific to XVCL. However, the principle of our approach can be applied to other meta-programming systems. We believe readers interested in meta-programming in general will find some of the lessons from our experiment interesting and useful.
Style APA, Harvard, Vancouver, ISO itp.
20

Nozik, Alexander. "DataForge: Modular platform for data storage and analysis". EPJ Web of Conferences 177 (2018): 05003. http://dx.doi.org/10.1051/epjconf/201817705003.

Pełny tekst źródła
Streszczenie:
DataForge is a framework for automated data acquisition, storage and analysis based on modern achievements of applied programming. The aim of the DataForge is to automate some standard tasks like parallel data processing, logging, output sorting and distributed computing. Also the framework extensively uses declarative programming principles via meta-data concept which allows a certain degree of meta-programming and improves results reproducibility.
Style APA, Harvard, Vancouver, ISO itp.
21

van den Bos, Jeroen, Mark Hills, Paul Klint, Tijs van der Storm i Jurgen J. Vinju. "Rascal: From Algebraic Specification to Meta-Programming". Electronic Proceedings in Theoretical Computer Science 56 (29.06.2011): 15–32. http://dx.doi.org/10.4204/eptcs.56.2.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
22

Mens, Tom, Roel Wuyts, Kris De Volder i Kim Mens. "Declarative Meta Programming to Support Software Development". ACM SIGSOFT Software Engineering Notes 28, nr 2 (marzec 2003): 1. http://dx.doi.org/10.1145/638750.638770.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
23

Harper, Robert. "Mechanizing the meta-theory of programming languages". ACM SIGPLAN Notices 40, nr 9 (12.09.2005): 240. http://dx.doi.org/10.1145/1090189.1086396.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
24

Susungi, Adilla, Norman A. Rink, Albert Cohen, Jeronimo Castrillon i Claude Tadonki. "Meta-programming for cross-domain tensor optimizations". ACM SIGPLAN Notices 53, nr 9 (7.04.2020): 79–92. http://dx.doi.org/10.1145/3393934.3278131.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
25

Genito, Daniele, Giangiacomo Gerla i Alessandro Vignes. "Meta-logic programming for a synonymy logic". Soft Computing 14, nr 3 (27.02.2009): 299–311. http://dx.doi.org/10.1007/s00500-009-0404-6.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
26

Klint, P. "A meta-environment for generating programming environments". ACM Transactions on Software Engineering and Methodology 2, nr 2 (kwiecień 1993): 176–201. http://dx.doi.org/10.1145/151257.151260.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
27

Wang, N., K. Parameswaran, D. Schmidt i O. Othman. "Evaluating meta-programming mechanisms for ORB middleware". IEEE Communications Magazine 39, nr 10 (2001): 102–13. http://dx.doi.org/10.1109/35.956121.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
28

Sheard, Tim, i Emir Pasalic. "Meta-programming With Built-in Type Equality". Electronic Notes in Theoretical Computer Science 199 (luty 2008): 49–65. http://dx.doi.org/10.1016/j.entcs.2007.11.012.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
29

Yang, Changmo. "Meta-Analysis on the Effects of Programming Education using Educational Programming Languages". Journal of Korea Association of Information Education 18, nr 2 (30.06.2014): 317–24. http://dx.doi.org/10.14352/jkaie.2014.18.2.317.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
30

Shahbari, Juhaina Awawdeh, Wajeeh Daher, Nimer Baya’a i Otman Jaber. "Prospective Teachers’ Development of Meta-Cognitive Functions in Solving Mathematical-Based Programming Problems with Scratch". Symmetry 12, nr 9 (22.09.2020): 1569. http://dx.doi.org/10.3390/sym12091569.

Pełny tekst źródła
Streszczenie:
Transformations, including symmetry and rotations, are important in solving mathematical problems. Meta-cognitive functions are considered critical in solving mathematical problems. In the current study, we examined prospective teachers’ use of meta-cognitive functions while solving mathematical-based programming problems in the Scratch environment. The study was conducted among 18 prospective teachers, who engaged in a sequence of mathematical problems that utilize Scratch. The data sources included video recordings and solution reports while they performed mathematical problems. The findings indicated that the participants developed their meta-cognitive functions as problem solvers related to both mathematics and programming aspects. The findings also indicated that the participants developed regulation meta-cognitive functions more than awareness and evaluation ones in mathematical and programming aspects.
Style APA, Harvard, Vancouver, ISO itp.
31

Ridzuan, M. R. M., E. E. Hassan, A. R. Abdullah i A. F. A. Kadir. "Sustainable Environmental Economic Dispatch Optimization with Hybrid Metaheuristic Modification". Indonesian Journal of Electrical Engineering and Computer Science 11, nr 1 (1.07.2018): 161. http://dx.doi.org/10.11591/ijeecs.v11.i1.pp161-168.

Pełny tekst źródła
Streszczenie:
Today’s Economic Dispatch (ED) solutions are featured with environmental obligations. Hence, the significant objective functions contribute to cost minimization, lower emission and less total system losses. As an alternative, New Meta Heuristic Evolutionary Programming (NMEP) technique was proposed to optimize the individual ED problem categorized as Single Objective Environmental Economic Dispatch (SOEELD), developed from an integration of original Meta Heuristic Evolutionary Programming (Meta-EP) with Artificial Immune System (AIS) with new arrangement in the mutation and cloning processes. The comparative analysis was conducted between the original Meta-EP and classical method of Hadi Saadat to verify the performance of NMEP method. Each particular objective function identified the best possible outcomes through the NMEP method. The simulations were conducted using MATLAB programming which tested both standard IEEE 26 and 57 bus systems.
Style APA, Harvard, Vancouver, ISO itp.
32

ROVENTA, EUGENE. "USING META-PROGRAMMING, CONSTRAINT LOGIC PROGRAMMING AND APPROXIMATE REASONING FOR EXPERT SYSTEMS DESIGN". International Journal of General Systems 28, nr 2-3 (sierpień 1999): 243–58. http://dx.doi.org/10.1080/03081079908935237.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
33

Sterling, Leon, i Ümit Yalçinalp. "Logic Programming and Software engineering—implications for Software design". Knowledge Engineering Review 11, nr 4 (grudzień 1996): 333–45. http://dx.doi.org/10.1017/s026988890000802x.

Pełny tekst źródła
Streszczenie:
AbstractLogic programming is a programming paradigm with potential to contribute to software engineering. This paper is concerned with one dimension of that potential, the impact that experience with developing logic programs can have on software design. We present a logic programming perspective on programming patterns, systematic program development, design for provability, and the paradigm of meta-programming.
Style APA, Harvard, Vancouver, ISO itp.
34

WALAT, Wojciech. "DIDACTIC META-PROGRAMMING AS A HYPERMEDIA EDUCATIONAL SPACE". Journal of Technology and Information 3, nr 2 (1.08.2011): 5–9. http://dx.doi.org/10.5507/jtie.2011.017.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
35

Iovene, Valentin, Gaston E. Zanitti i Demian Wassermann. "Complex Coordinate-Based Meta-Analysis with Probabilistic Programming". Proceedings of the AAAI Conference on Artificial Intelligence 35, nr 1 (18.05.2021): 223–31. http://dx.doi.org/10.1609/aaai.v35i1.16096.

Pełny tekst źródła
Streszczenie:
With the growing number of published functional magnetic resonance imaging (fMRI) studies, meta-analysis databases and models have become an integral part of brain mapping research. Coordinate-based meta-analysis (CBMA) databases are built by extracting both coordinates of reported peak activations and term associations using natural language processing techniques from neuroimaging studies. Solving term-based queries on these databases makes it possible to obtain statistical maps of the brain related to specific cognitive processes. However, existing tools for analysing CBMA data are limited in their expressivity to propositional logic, restricting the variety of their queries. Moreover, with tools like Neurosynth, term-based queries on multiple terms often lead to power failure, because too few studies from the database contribute to the statistical estimations. We design a probabilistic domain-specific language (DSL) standing on Datalog and one of its probabilistic extensions, CP-Logic, for expressing and solving complex logic-based queries. We show how CBMA databases can be encoded as probabilistic programs. Using the joint distribution of their Bayesian network translation, we show that solutions of queries on these programs compute the right probability distributions of voxel activations. We explain how recent lifted query processing algorithms make it possible to scale to the size of large neuroimaging data, where knowledge compilation techniques fail to solve queries fast enough for practical applications. Finally, we introduce a method for relating studies to terms probabilistically, leading to better solutions for two-term conjunctive queries (CQs) on smaller databases. We demonstrate results for two-term CQs, both on simulated meta-analysis databases and on the widely used Neurosynth database.
Style APA, Harvard, Vancouver, ISO itp.
36

Chen, Haiming, i Yunmei Dong. "Yet another meta-language for programming language processing". ACM SIGPLAN Notices 37, nr 6 (2.06.2002): 28–37. http://dx.doi.org/10.1145/571727.571733.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
37

Shinjo, Yasushi, i Yasushi Kiyoki. "A lightweight process facility supporting meta-level programming". Parallel Computing 22, nr 11 (styczeń 1997): 1429–54. http://dx.doi.org/10.1016/s0167-8191(96)00045-2.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
38

Paakinaho, Ville, Erin E. Swinstead, Diego M. Presman, Lars Grøntved i Gordon L. Hager. "Meta-analysis of Chromatin Programming by Steroid Receptors". Cell Reports 28, nr 13 (wrzesień 2019): 3523–34. http://dx.doi.org/10.1016/j.celrep.2019.08.039.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
39

Herrett-Skjellum, Jennifer, i Mike Allen. "Television Programming and Sex Stereotyping: A Meta-Analysis". Annals of the International Communication Association 19, nr 1 (styczeń 1996): 157–86. http://dx.doi.org/10.1080/23808985.1996.11678930.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
40

Hannay, Jo E., Tore Dybå, Erik Arisholm i Dag I. K. Sjøberg. "The effectiveness of pair programming: A meta-analysis". Information and Software Technology 51, nr 7 (lipiec 2009): 1110–22. http://dx.doi.org/10.1016/j.infsof.2009.02.001.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
41

Daher, Wajeeh, Nimer Baya’a, Otman Jaber i Juhaina Awawdeh Shahbari. "A Trajectory for Advancing the Meta-Cognitive Solving of Mathematics-Based Programming Problems with Scratch". Symmetry 12, nr 10 (2.10.2020): 1627. http://dx.doi.org/10.3390/sym12101627.

Pełny tekst źródła
Streszczenie:
It is the intention of the current study to suggest a trajectory for the advancement of prospective mathematics teachers’ use of meta-cognitive skills in solving mathematics-based programming problems with Scratch. Scratch is a code-based program that can be utilized in teaching various disciplines, especially geometry and its rich range of subjects such as the topic of symmetry. The present study suggests that advancing prospective teachers’ meta-cognitive skills in the Scratch environment could be done through problem solving and negotiations. The present paper analyzed the implementation of the trajectory by two pedagogic supervisors who attempted, in the frame of one-year preparation (2018–2019), to educate 18 prospective teachers to use meta-cognitive skills in mathematics-based programming activities, where this attempt was based on problem solving and negotiation processes. Data were collected through videoing and recording the learning sessions of the prospective teachers and was analyzed using deductive and inductive constant comparison methods. The deductive analysis utilized theoretical models of meta-cognitive processes and negotiation processes. The research results indicated that the negotiation processes supported the development of the prospective teachers’ meta-cognitive processes in solving mathematics-based programming problems with Scratch.
Style APA, Harvard, Vancouver, ISO itp.
42

Wang, Zhen Qi, i Jin Chao Huang. "Using Meta-Programming Technology to Parse ipv6 Protocol Suite". Advanced Materials Research 846-847 (listopad 2013): 1418–22. http://dx.doi.org/10.4028/www.scientific.net/amr.846-847.1418.

Pełny tekst źródła
Streszczenie:
As the ipv6 protocol stack constantly updated, more and more protocols let to compile parsing codes for each protocols individually is not only huge workload and easy to make mistakes, but also poor reusability and difficult to maintain. Addressed this situation, this paper proposes a method based on the technology of meta-programming to implement a flexible protocol stack parsing program with the ease of expansion and modification.
Style APA, Harvard, Vancouver, ISO itp.
43

Kumar, Arun, i Supriya P. Panda. "Qualitative Neuro Linguistic Programming using Meta Modeling and Python". International Journal of Computer Applications 175, nr 26 (15.10.2020): 20–24. http://dx.doi.org/10.5120/ijca2020920804.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
44

Moussa, Ebrahim. "Allocation of Stratified Random Sample Using Meta Goal Programming". المجلة العلمیة لقطاع کلیات التجارة 19, nr 1 (1.01.2018): 114–42. http://dx.doi.org/10.21608/jsfc.2018.57119.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
45

Swastika Alwi Putri, Eka, Habibis Saleh i Moh Danil Hendry Gamal. "Optimization of Portfolio Stock Selection with Meta Goal Programming". International Journal of Management and Fuzzy Systems 5, nr 2 (2019): 33. http://dx.doi.org/10.11648/j.ijmfs.20190502.11.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
46

Tratt, Laurence. "Domain specific language implementation via compile-time meta-programming". ACM Transactions on Programming Languages and Systems 30, nr 6 (październik 2008): 1–40. http://dx.doi.org/10.1145/1391956.1391958.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
47

Cason, Dana, i H. L. “Lee” Gillis. "A Meta-Analysis of Outdoor Adventure Programming with Adolescents". Journal of Experiential Education 17, nr 1 (maj 1994): 40–47. http://dx.doi.org/10.1177/105382599401700109.

Pełny tekst źródła
Streszczenie:
Adventure practitioners asked to justify their work with adolescent populations have no one study to point to that statistically sums up major findings in the field. Whether it be a school board, treatment facility, or funding agency, one study is needed which can combine statistics from many studies into a format to show overall effectiveness of adventure programming. This study used the statistical technique of meta-analysis to demonstrate that adolescents who attend adventure programming are 62% better off than those who do not. While combining various populations and outcomes resulted in an overall effect that could be considered small by some accounts, the study did point to major problems with current research and offers some direction for future researchers to explore.
Style APA, Harvard, Vancouver, ISO itp.
48

Ferrari, G., E. Moggi i R. Pugliese. "Higher-Order Types and Meta-Programming for Global Computing". Electronic Notes in Theoretical Computer Science 62 (czerwiec 2002): 52–68. http://dx.doi.org/10.1016/s1571-0661(04)00319-6.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
49

Mahmoud, Mohamed Yousri, i Amy P. Felty. "Formal Meta-level Analysis Framework for Quantum Programming Languages". Electronic Notes in Theoretical Computer Science 338 (październik 2018): 185–201. http://dx.doi.org/10.1016/j.entcs.2018.10.012.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
50

Bottini, Summer, Jennifer Vetter, Laura McArdell, Kaylie Wiseman i Jennifer Gillis. "Task Interspersal: a Meta-Analytic Review of Effective Programming". Review Journal of Autism and Developmental Disorders 5, nr 2 (22.01.2018): 119–28. http://dx.doi.org/10.1007/s40489-018-0127-7.

Pełny tekst źródła
Style APA, Harvard, Vancouver, ISO itp.
Oferujemy zniżki na wszystkie plany premium dla autorów, których prace zostały uwzględnione w tematycznych zestawieniach literatury. Skontaktuj się z nami, aby uzyskać unikalny kod promocyjny!

Do bibliografii