To see the other types of publications on this topic, follow the link: Scripting language.

Journal articles on the topic 'Scripting language'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 50 journal articles for your research on the topic 'Scripting language.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse journal articles on a wide variety of disciplines and organise your bibliography correctly.

1

Codilan, Rolando Real. "Waray Scripting Language (WSL): A Mother Tongue-Based Scripting Language." Indian Journal of Computer Science and Engineering 10, no. 3 (June 30, 2019): 58–73. http://dx.doi.org/10.21817/indjcse/2019/v10i3/191003009.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Pradeep, Pradeep, Namratha M, and Manu G V. "PraNaMa- Scripting Language in Kannada." International Journal of Computer Applications 58, no. 20 (November 15, 2012): 14–28. http://dx.doi.org/10.5120/9398-3428.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Sasada, Koichi. "Object-Oriented Scripting Language Ruby." Journal of The Institute of Image Information and Television Engineers 65, no. 1 (2011): 55–58. http://dx.doi.org/10.3169/itej.65.55.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Lou, Ping, Jun Chen, Li Ming Lu, Bin Bin Lv, Ye Zhang, Xian Hui Li, Sheng Peng Ji, Tang Shun Yuan, and Qian Qian Su. "An Automatic Transformation Technical Solution for Behavior Control Scripting Languages." Advanced Materials Research 971-973 (June 2014): 2023–27. http://dx.doi.org/10.4028/www.scientific.net/amr.971-973.2023.

Full text
Abstract:
This paper proposed an automatic transformation technical solution for behavior control scripting languages. The solution automatically converts VBA scripting language into JavaScript scripting language. It implements automatic transformation by analyzing and comparing differences in the use of different grammatical of VBA scripts and JavaScript scripts such as data types, control structures, form controls and add-ins Etc. To ensure the accuracy and completeness of conversion the solution generates an abstract syntax tree which represents call and transitive relation between functions. Compared with the conversion tools the solution can reduce repeated manpower and improve productivity.
APA, Harvard, Vancouver, ISO, and other styles
5

Manns, Howard. "Scripting radio language amidst language shift in Indonesia." Journal of Asian Pacific Communication 24, no. 1 (April 18, 2014): 21–38. http://dx.doi.org/10.1075/japc.24.1.02man.

Full text
Abstract:
There is a shift underway in many areas of Indonesia from local, ethnic languages like Javanese, to the national language, Indonesian. Few studies have explored the complexities faced by radio stations targeting the audiences undergoing this shift. This article explores the attitudes influencing the design of radio language at three local radio stations in East Java. Semi-structured interviews, based on extracts of radio language, are conducted with program directors and announcers at these stations. These data are used to outline how radio stations approach the design of radio talk amidst language shift. This paper explains this shift using two overlapping frames of media and language: audience design and mental scripts. Analysis shows both frames to be useful for understanding the design of radio language in East Java. A concluding discussion shows how a multi-dimensional understanding of radio language can provide important information on speech communities in-flux.
APA, Harvard, Vancouver, ISO, and other styles
6

Turani, Aiman. "ColScript a New Scripting Language for Collaborative Learning." International Journal of Advanced Corporate Learning (iJAC) 8, no. 4 (December 30, 2015): 21. http://dx.doi.org/10.3991/ijac.v8i4.4994.

Full text
Abstract:
The collaboration script is defined as a formal way of describing the flow of activities within a collaborative learning session. Using collaboration script would encourage the production of effective and productive interactions between learners. Nevertheless, developing such script is not a trivial task. Standardization has played a major role in the expansion of instructional designs, but at the same time it limited down the flexibility of describing collaboration sessions that have complex structures. Representing a collaboration script in XML-tags format works well when scripting simple scenarios, but to describe extended scenarios it would make this scripting style very challenging and complicated. This approach causes users to avoid designing heavy weight scenarios and limits down their creativity. Relying on tools to implicitly generate such script would also limit down designers’ creativity since designers can only choose from a limited set of tools and design components. In this research, we have defined the bases of a new collaboration scripting language, CoScript, that is able to describe collaboration learning sessions in a simple, flexible, and formal way. This scripting language has been derived based on a theoretical framework that was proposed in an earlier research. The proposed scripting language notation is close to the notation of traditional software scripting languages. This makes it easier to be learnt by instructors with basic programming skills. It has the ability to describe design’s structure elements, such as sequencing, conditions, repetition, activities, activity’s input /output, group formation, etc. ColScript is basically composed of a limited set of objects and commands. The first part contains six objects (role object, group object, feedback object, collaboration tools object, time/date object and resources object), where the second part contains five essential structuring commands (input, output, loop, doactivity, groupformation).
APA, Harvard, Vancouver, ISO, and other styles
7

Zhang, Zeng Ping, and Shu Hua Li. "The Research of Information Interaction between PHP and JavaScript." Advanced Materials Research 710 (June 2013): 692–95. http://dx.doi.org/10.4028/www.scientific.net/amr.710.692.

Full text
Abstract:
As one HTML embedded scripting language, PHP (Hypertext Preprocessor) is a powerful computer programming language which is a remarkable tool to enhance the expression of webpage. JavaScript is a client-side technology that is processed by the client-side software. But PHP is completely the server-side scripting language. It is a critical issue that how to effectively complete the clients request and transfer the information between two languages. The form is adopted in this paper. And based on that, the information transfer between two languages is tested. The result proves that in web project the interaction via form is an effective and reliable method.
APA, Harvard, Vancouver, ISO, and other styles
8

Holmes, Josie, Alex Groce, Jervis Pinto, Pranjal Mittal, Pooria Azimi, Kevin Kellar, and James O’Brien. "TSTL: the template scripting testing language." International Journal on Software Tools for Technology Transfer 20, no. 1 (December 2, 2016): 57–78. http://dx.doi.org/10.1007/s10009-016-0445-y.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Pedersen, Brent S., and Aaron R. Quinlan. "hts-nim: scripting high-performance genomic analyses." Bioinformatics 34, no. 19 (April 30, 2018): 3387–89. http://dx.doi.org/10.1093/bioinformatics/bty358.

Full text
Abstract:
Abstract Motivation Extracting biological insight from genomic data inevitably requires custom software. In many cases, this is accomplished with scripting languages, owing to their accessibility and brevity. Unfortunately, the ease of scripting languages typically comes at a substantial performance cost that is especially acute with the scale of modern genomics datasets. Results We present hts-nim, a high-performance library written in the Nim programming language that provides a simple, scripting-like syntax without sacrificing performance. Availability and implementation hts-nim is available at https://github.com/brentp/hts-nim and the example tools are at https://github.com/brentp/hts-nim-tools both under the MIT license.
APA, Harvard, Vancouver, ISO, and other styles
10

Ayer, Vidya M., Sheila Miguez, and Brian H. Toby. "Why scientists should learn to program in Python." Powder Diffraction 29, S2 (December 2014): S48—S64. http://dx.doi.org/10.1017/s0885715614000931.

Full text
Abstract:
The importance of software continues to grow for all areas of scientific research, no less for powder diffraction. Knowing how to program a computer is a basic and useful skill for scientists. This paper explains the three approaches for programming languages and why scripting languages are preferred for non-expert programmers. The Python-scripting language is extremely efficient for science and its use by scientists is growing. Python is also one of the easiest languages to learn. The language is introduced, as well as a few of the many add-on packages available that extend its capabilities, for example, for numerical computations, scientific graphics, and graphical user interface programming. Resources for learning Python are also provided.
APA, Harvard, Vancouver, ISO, and other styles
11

Wilde, Michael, Mihael Hategan, Justin M. Wozniak, Ben Clifford, Daniel S. Katz, and Ian Foster. "Swift: A language for distributed parallel scripting." Parallel Computing 37, no. 9 (September 2011): 633–52. http://dx.doi.org/10.1016/j.parco.2011.05.005.

Full text
APA, Harvard, Vancouver, ISO, and other styles
12

Bublík, Tomáš, and Miroslav Virius. "Scripting Language for Java Source Code Recognition." IERI Procedia 10 (2014): 119–30. http://dx.doi.org/10.1016/j.ieri.2014.09.100.

Full text
APA, Harvard, Vancouver, ISO, and other styles
13

Cingolani, P., R. Sladek, and M. Blanchette. "BigDataScript: a scripting language for data pipelines." Bioinformatics 31, no. 1 (September 3, 2014): 10–16. http://dx.doi.org/10.1093/bioinformatics/btu595.

Full text
APA, Harvard, Vancouver, ISO, and other styles
14

O’Shea, Karen. "Natural language scripting within conversational agent design." Applied Intelligence 40, no. 1 (January 12, 2013): 189–97. http://dx.doi.org/10.1007/s10489-012-0408-2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
15

Li, Jiangtian, Xiaosong Ma, Srikanth Yoginath, Guruprasad Kora, and Nagiza F. Samatova. "Transparent runtime parallelization of the R scripting language." Journal of Parallel and Distributed Computing 71, no. 2 (February 2011): 157–68. http://dx.doi.org/10.1016/j.jpdc.2010.08.013.

Full text
APA, Harvard, Vancouver, ISO, and other styles
16

Siegfried, Robert M., Denis Diakoniarakis, Kenneth G. Franqueiro, and Amol Jain. "Extending a scripting language for visual basic forms." ACM SIGPLAN Notices 40, no. 11 (November 2005): 37–40. http://dx.doi.org/10.1145/1107541.1107547.

Full text
APA, Harvard, Vancouver, ISO, and other styles
17

Kobayashi, Ikunori, Takeshi Fujiwara, Junji Nakano, and Yoshikazu Yamamoto. "A Procedural and Object-Oriented Statistical Scripting Language." Computational Statistics 17, no. 3 (September 2002): 395–410. http://dx.doi.org/10.1007/s001800200115.

Full text
APA, Harvard, Vancouver, ISO, and other styles
18

Watt, David A. "The Design of Monty: a Programming/Scripting Language." Electronic Notes in Theoretical Computer Science 141, no. 4 (December 2005): 5–28. http://dx.doi.org/10.1016/j.entcs.2005.05.011.

Full text
APA, Harvard, Vancouver, ISO, and other styles
19

Biggar, Paul, Edsko de Vries, and David Gregg. "A practical solution for achieving language compatibility in scripting language compilers." Science of Computer Programming 77, no. 9 (August 2012): 971–89. http://dx.doi.org/10.1016/j.scico.2011.01.004.

Full text
APA, Harvard, Vancouver, ISO, and other styles
20

Liu, Xiao, Yufei Jiang, Lawrence Wu, and Dinghao Wu. "Natural Shell." International Journal of People-Oriented Programming 5, no. 1 (January 2016): 1–18. http://dx.doi.org/10.4018/ijpop.2016010101.

Full text
Abstract:
Scripting is a widely-used way to automate the execution of tasks. Despite the popularity of scripting, it remains difficult to use for both beginners and experts: because of the cryptic commands for the first group, and incompatible syntaxes across different systems, for the latter group. The authors introduce Natural Shell, an assistant for enabling end-users to generate commands and scripts for various purposes. Natural Shell automatically synthesizes scripts for different shell systems based on natural language descriptions. By interacting with Natural Shell, new users can learn the basics of scripting languages without the obstacles from the incomprehensible syntaxes. On the other hand, the authors' tool frees more advanced users from manuals when they switch shell systems. The authors have developed a prototype system and demonstrate its effectiveness with a benchmark of 50 examples of popular shell commands collected from online forums. In addition, the authors analyzed the usage of Natural Shell in a lab study that involves 10 participants with different scripting skill levels. Natural Shell effectively assists the users to generate commands in assigned syntaxes and greatly streamlines their learning and using experience.
APA, Harvard, Vancouver, ISO, and other styles
21

Ameka, Felix K. "Cultural scripting of body parts for emotions." Pragmatics and Cognition 10, no. 1-2 (July 11, 2002): 27–55. http://dx.doi.org/10.1075/pc.10.1-2.03ame.

Full text
Abstract:
Different languages present a variety of ways of talking about emotional experience. Very commonly, feelings are described through the use of ‘body image constructions’ in which they are associated with processes in, or states of, specific body parts. The emotions and the body parts that are thought to be their locus and the kind of activity associated with these body parts vary cross-culturally. This study focuses on the meaning of three ‘body image constructions’ used to describe feelings similar to, but also different from, English ‘jealousy’, ‘envy’, and ‘covetousness’ in the West African language Ewe. It is demonstrated that a ‘moving body’, a pychologised eye, and red eyes are scripted for these feelings. It is argued that the expressions are not figurative and that their semantics provide good clues to understanding the cultural construction of emotions both emotions and the body.
APA, Harvard, Vancouver, ISO, and other styles
22

Chrupała, Grzegorz. "Perl Scripting in Translation Project Management." Across Languages and Cultures 4, no. 1 (May 2003): 109–32. http://dx.doi.org/10.1556/acr.4.2003.1.6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
23

CLEMENTS, JOHN, and KATHI FISLER. "“Little language” project modules." Journal of Functional Programming 20, no. 1 (January 2010): 3–18. http://dx.doi.org/10.1017/s0956796809990281.

Full text
Abstract:
AbstractMany computer science departments are debating the role of programming languages in the curriculum. These discussions often question the relevance and appeal of programming-languages content for today's students. In our experience, domain-specific, “little languages” projects provide a compelling illustration of the importance of programming-language concepts. This paper describes projects that prototype mainstream applications such as PowerPoint, TurboTax, and animation scripting. We have used these exercises as modules in non-programming languages courses, including courses for first year students. Such modules both encourage students to study linguistic topics in more depth and provide linguistic perspective to students who might not otherwise be exposed to the area.
APA, Harvard, Vancouver, ISO, and other styles
24

Yousef, Mohamed, Ahmed Hashem, Hassan Saad, and Khaled Hussain. "ZLang: A Scripting Language for Digital Content Creation Applications." International Journal of Computer Applications 50, no. 5 (July 28, 2012): 32–43. http://dx.doi.org/10.5120/7770-0851.

Full text
APA, Harvard, Vancouver, ISO, and other styles
25

Wrigstad, Tobias, Francesco Zappa Nardelli, Sylvain Lebresne, Johan Östlund, and Jan Vitek. "Integrating typed and untyped code in a scripting language." ACM SIGPLAN Notices 45, no. 1 (January 2, 2010): 377–88. http://dx.doi.org/10.1145/1707801.1706343.

Full text
APA, Harvard, Vancouver, ISO, and other styles
26

Lu, Li, Weixing Ji, and Michael L. Scott. "Dynamic enforcement of determinism in a parallel scripting language." ACM SIGPLAN Notices 49, no. 6 (June 5, 2014): 519–29. http://dx.doi.org/10.1145/2666356.2594300.

Full text
APA, Harvard, Vancouver, ISO, and other styles
27

O’Shea, Karen, Keeley Crockett, Zuhair Bandar, and James O’Shea. "Erratum to: Natural language scripting within conversational agent design." Applied Intelligence 40, no. 1 (October 26, 2013): 198. http://dx.doi.org/10.1007/s10489-013-0489-6.

Full text
APA, Harvard, Vancouver, ISO, and other styles
28

Song, Yang, and Yuhan Feng. "Doing participatory fandom through trans‑scripting." Media Language and Discourse in Cultural China 13, no. 1 (March 29, 2022): 28–57. http://dx.doi.org/10.1075/cld.21003.son.

Full text
Abstract:
Abstract This article examines trans-scripting in transnational, multilingual fandom on Sina Weibo, the largest Chinese microblogging site. Taking one of the most popular Korean pop music (K-pop) bands named BTS as a case study, 741 instances of trans-scripting were manually selected from a total of 18,243 comments under the official Weibo account of the largest BTS fan club in China. Combining online observation and corpus-based analysis, our study draws on the notions of engaged audience and affinity space to reveal how multiple patterns of trans-scripting are heavily mobilized by K-pop fans in translingual idol naming, the transcultural maintenance of fan-idol kinship, and the intertextual confirmation of shared media consumption experiences. We argue that trans-scripting is an under-explored linguistic strategy used by transnational pop-culture fans, providing an analytical lens for research on fan identity and fan-communal membership. Theoretically, trans-scripting can serve as a useful lens to analyze networked multilingual fandom.
APA, Harvard, Vancouver, ISO, and other styles
29

FRANKAU, SIMON, DIOMIDIS SPINELLIS, NICK NASSUPHIS, and CHRISTOPH BURGARD. "Commercial uses: Going functional on exotic trades." Journal of Functional Programming 19, no. 1 (January 2009): 27–45. http://dx.doi.org/10.1017/s0956796808007016.

Full text
Abstract:
AbstractThe Functional Payout Framework (fpf) is a Haskell application that uses an embedded domain-specific functional language to represent and process exotic financial derivatives. Whereas scripting languages for pricing exotic derivatives are common in banking, fpf uses multiple interpretations to not only price such trades, but also to analyse the scripts to provide lifecycle support and more. This paper discusses fpf in relation to the wider trading workflow and our experiences in using a functional language in such a system as both an implementation language and a domain-specific language.
APA, Harvard, Vancouver, ISO, and other styles
30

Sánchez, C. Alamán, J. Pérez-Alija Fernandez, C. Jover Pérez, R. Del Real Nuñez, J. Osorio Ceballos, and J. Almansa Lopez. "PO-0963 DOSIMETRIC REPORT IMPROVEMENT USING ADAC PINNACLE3 SCRIPTING LANGUAGE." Radiotherapy and Oncology 103 (May 2012): S379—S380. http://dx.doi.org/10.1016/s0167-8140(12)71296-3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
31

Siegfried, Robert M. "A scripting language to help the blind to program visually." ACM SIGPLAN Notices 37, no. 2 (February 2002): 53–56. http://dx.doi.org/10.1145/568600.568611.

Full text
APA, Harvard, Vancouver, ISO, and other styles
32

COLLINS, NICK, ALEX McLEAN, JULIAN ROHRHUBER, and ADRIAN WARD. "Live coding in laptop performance." Organised Sound 8, no. 3 (December 2003): 321–30. http://dx.doi.org/10.1017/s135577180300030x.

Full text
Abstract:
Seeking new forms of expression in computer music, a small number of laptop composers are braving the challenges of coding music on the fly. Not content to submit meekly to the rigid interfaces of performance software like Ableton Live or Reason, they work with programming languages, building their own custom software, tweaking or writing the programs themselves as they perform. Often this activity takes place within some established language for computer music like SuperCollider, but there is no reason to stop errant minds pursuing their innovations in general scripting languages like Perl. This paper presents an introduction to the field of live coding, of real-time scripting during laptop music performance, and the improvisatory power and risks involved. We look at two test cases, the command-line music of slub utilising, amongst a grab-bag of technologies, Perl and REALbasic, and Julian Rohrhuber's Just In Time library for SuperCollider. We try to give a flavour of an exciting but hazardous world at the forefront of live laptop performance.
APA, Harvard, Vancouver, ISO, and other styles
33

Schultz, Ulrik, Mirko Bordignon, and Kasper Stoy. "Robust and reversible execution of self-reconfiguration sequences." Robotica 29, no. 1 (January 2011): 35–57. http://dx.doi.org/10.1017/s0263574710000664.

Full text
Abstract:
SUMMARYModular, self-reconfigurable robots are robotic systems that can change their own shape by autonomously rearranging the physical modules from which they are built. In this work, we are interested in how to distributedly execute a specified self-reconfiguration sequence. The sequence is specified using a simple and centralized scripting language, which either could be the outcome of a planner or be hand-coded. The distributed controller generated from this language allows for parallel self-reconfiguration steps and is highly robust to communication errors and loss of local state due to software failures. Furthermore, the self-reconfiguration sequence can automatically be reversed, if desired. We verify our approach and demonstrate its robustness in experiments using physical and the simulated ATRON modules, as well as simulated M-TRAN modules. Overall, the contribution of this work is the combination of the tractability of a centralized scripting language with the robustness and parallelism of distributed controllers in modular robots.
APA, Harvard, Vancouver, ISO, and other styles
34

Lochan Pradhan, Padma. "Role of Scripting Language on Unix Operating System for Risk Assessment." International Journal of Computer Network and Information Security 10, no. 9 (September 8, 2018): 47–59. http://dx.doi.org/10.5815/ijcnis.2018.09.05.

Full text
APA, Harvard, Vancouver, ISO, and other styles
35

Arpaia, Pasquale, Lucio Fiscarelli, Giuseppe La Commara, and Carlo Petrone. "A Model-Driven Domain-Specific Scripting Language for Measurement-System Frameworks." IEEE Transactions on Instrumentation and Measurement 60, no. 12 (December 2011): 3756–66. http://dx.doi.org/10.1109/tim.2011.2149310.

Full text
APA, Harvard, Vancouver, ISO, and other styles
36

Fleishman, Sarel J., Andrew Leaver-Fay, Jacob E. Corn, Eva-Maria Strauch, Sagar D. Khare, Nobuyasu Koga, Justin Ashworth, et al. "RosettaScripts: A Scripting Language Interface to the Rosetta Macromolecular Modeling Suite." PLoS ONE 6, no. 6 (June 24, 2011): e20161. http://dx.doi.org/10.1371/journal.pone.0020161.

Full text
APA, Harvard, Vancouver, ISO, and other styles
37

Stone, Roger G. "Validation of dynamic Web pages generated by an embedded scripting language." Software: Practice and Experience 35, no. 13 (2005): 1259–74. http://dx.doi.org/10.1002/spe.670.

Full text
APA, Harvard, Vancouver, ISO, and other styles
38

ROMAN, B., C. SCHOLIN, S. JENSEN, E. MASSION, R. MARINIII, C. PRESTON, D. GREENFIELD, W. JONES, and K. WHEELER. "Controlling a Robotic Marine Environmental Sampler with the Ruby Scripting Language." Journal of the Association for Laboratory Automation 12, no. 1 (February 2007): 56–61. http://dx.doi.org/10.1016/j.jala.2006.07.013.

Full text
APA, Harvard, Vancouver, ISO, and other styles
39

Jacobs, Peter, and Rowan Gollan. "Implementation of a Compressible-Flow Simulation Code in the D Programming Language." Applied Mechanics and Materials 846 (July 2016): 54–60. http://dx.doi.org/10.4028/www.scientific.net/amm.846.54.

Full text
Abstract:
We describe the formulation and implementation of the Eilmer4 compressible-flow solver as well as discuss the features of the D programming language that we have found useful for writing scientific software. An example of use is provided to show the features of the user-input scripting and the performance of the main simulation code when run in parallel with block-marching.
APA, Harvard, Vancouver, ISO, and other styles
40

Gottwald, Sheryl R., and Bryan Ness. "Using Single Subject Methodology To Improve Decision-Making in Stuttering Treatment." Perspectives on Fluency and Fluency Disorders 22, no. 1 (May 2012): 16–21. http://dx.doi.org/10.1044/ffd22.1.16.

Full text
Abstract:
With the proliferation of evidence-based practice and the need to quantify therapy effects, it is imperative for speech-language pathologists to adapt a systematic approach when planning therapy. In this tutorial, we describe a 5-step decision making sequence that permitted us to systematically assess our clinical assumptions about the most effective treatments for eliciting perceptually fluent speech for a client with Down syndrome. We used single subject methodology to compare the effects of 3 intervention protocols—scripting, pacing board, and intonation training—on the fluency of an adult client with Down syndrome. This case study demonstrated that scripting allowed the subject to produce the largest number of normally fluent sentences with the least amount of clinician prompting.
APA, Harvard, Vancouver, ISO, and other styles
41

Chen, Dan, Jian Ping Wan, Feng Yuan Yang, Peng Hui Yang, and Yu Jian Qin. "Automatic Control Technique for EMC Analysis Using the Scripting Language of HFSS." Applied Mechanics and Materials 850 (August 2016): 63–70. http://dx.doi.org/10.4028/www.scientific.net/amm.850.63.

Full text
Abstract:
The electromagnetic compatibility (EMC) of the whole system should be guaranteed to ensure the electronic and electrical equipments can work without interference from each other. The article introduces the scripting language of HFSS and details the architecture of automatic control technique for EMC. Finally, the antenna isolation analysis among 3 wire monopole antennas set on an oval carrier was taken as an example to demonstrate the calculation process.
APA, Harvard, Vancouver, ISO, and other styles
42

Toby, Brian H. "EXPGUI, a graphical user interface forGSAS." Journal of Applied Crystallography 34, no. 2 (April 1, 2001): 210–13. http://dx.doi.org/10.1107/s0021889801002242.

Full text
Abstract:
A description and justification of theEXPGUIprogram is presented. This program implements a graphical user interface and shell for theGSASsingle-crystal and Rietveld package. Use of the Tcl/Tk scripting language allowsEXPGUIto be platform independent. Also included is a synopsis of how the program is implemented.
APA, Harvard, Vancouver, ISO, and other styles
43

Masrom, S., S. Z. Z. Abidin, N. Omar, and Z. I. Rizman. "Software framework for optimization problems and meta-heuristics based on scripting language." Journal of Fundamental and Applied Sciences 9, no. 5S (January 18, 2018): 33. http://dx.doi.org/10.4314/jfas.v9i5s.4.

Full text
APA, Harvard, Vancouver, ISO, and other styles
44

Yi, Qing. "POET: a scripting language for applying parameterized source-to-source program transformations." Software: Practice and Experience 42, no. 6 (May 11, 2011): 675–706. http://dx.doi.org/10.1002/spe.1089.

Full text
APA, Harvard, Vancouver, ISO, and other styles
45

Pavlou, G., and T. Tin. "A CMIS-capable scripting language and associated lightweight protocol for TMN applications." IEEE Communications Magazine 34, no. 9 (1996): 82–87. http://dx.doi.org/10.1109/35.536554.

Full text
APA, Harvard, Vancouver, ISO, and other styles
46

Bala Anand, R., and Pankaj Kumar. "Process automation of simulation using Toolkit/Tool Command Language (TK/TCL) scripting." IOP Conference Series: Materials Science and Engineering 402 (September 20, 2018): 012061. http://dx.doi.org/10.1088/1757-899x/402/1/012061.

Full text
APA, Harvard, Vancouver, ISO, and other styles
47

Thiemann, Peter. "An embedded domain-specific language for type-safe server-side web scripting." ACM Transactions on Internet Technology 5, no. 1 (February 2005): 1–46. http://dx.doi.org/10.1145/1052934.1052935.

Full text
APA, Harvard, Vancouver, ISO, and other styles
48

Crowther, Matthew, Lewis Grozinger, Matthew Pocock, Christopher P. D. Taylor, James A. McLaughlin, Göksel Mısırlı, Bryan A. Bartley, Jacob Beal, Angel Goñi-Moreno, and Anil Wipat. "ShortBOL: A Language for Scripting Designs for Engineered Biological Systems Using Synthetic Biology Open Language (SBOL)." ACS Synthetic Biology 9, no. 4 (March 4, 2020): 962–66. http://dx.doi.org/10.1021/acssynbio.9b00470.

Full text
APA, Harvard, Vancouver, ISO, and other styles
49

McPhillips, Timothy, Tianhong Song, Tyler Kolisnik, Steve Aulenbach, Khalid Belhajjame, R. Kyle Bocinsky, Yang Cao, et al. "YesWorkflow: A User-Oriented, Language-Independent Tool for Recovering Workflow Information from Scripts." International Journal of Digital Curation 10, no. 1 (May 21, 2015): 298–313. http://dx.doi.org/10.2218/ijdc.v10i1.370.

Full text
Abstract:
Scientific workflow management systems offer features for composing complex computational pipelines from modular building blocks, executing the resulting automated workflows, and recording the provenance of data products resulting from workflow runs. Despite the advantages such features provide, many automated workflows continue to be implemented and executed outside of scientific workflow systems due to the convenience and familiarity of scripting languages (such as Perl, Python, R, and MATLAB), and to the high productivity many scientists experience when using these languages. YesWorkflow is a set of software tools that aim to provide such users of scripting languages with many of the benefits of scientific workflow systems. YesWorkflow requires neither the use of a workflow engine nor the overhead of adapting code to run effectively in such a system. Instead, YesWorkflow enables scientists to annotate existing scripts with special comments that reveal the computational modules and dataflows otherwise implicit in these scripts. YesWorkflow tools extract and analyze these comments, represent the scripts in terms of entities based on the typical scientific workflow model, and provide graphical renderings of this workflow-like view of the scripts. Future version of YesWorkflow will also allow the prospective provenance of the data products of these scripts to be queried in ways similar to those available to users of scientific workflow systems.
APA, Harvard, Vancouver, ISO, and other styles
50

Börlin, N., A. Murtiyoso, and P. Grussenmeyer. "IMPLEMENTING FUNCTIONAL MODULARITY FOR PROCESSING OF GENERAL PHOTOGRAMMETRIC DATA WITH THE DAMPED BUNDLE ADJUSTMENT TOOLBOX (DBAT)." ISPRS - International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences XLII-2/W17 (November 29, 2019): 69–75. http://dx.doi.org/10.5194/isprs-archives-xlii-2-w17-69-2019.

Full text
Abstract:
Abstract. The Damped Bundle Adjustment Toolbox (DBAT) is a free, open-source, toolbox for bundle adjustment. The purpose of DBAT is to provide an independent, open-source toolkit for statistically rigorous bundle adjustment computations. The capabilities include bundle adjustment, network analysis, point filtering, forward intersection, spatial intersection, plotting functions, and computations of quality indicators such as posterior covariance estimates and parameter correlations. DBAT is written in the high-level Matlab language and includes several processing example files. The input formats have so far been restricted to PhotoModeler export files and Photoscan (Metashape) native files. Fine-tuning of the processing has so far required knowledge of the Matlab language.This paper describes the development of a scripting language based on the XML (eXtensible Markup Language) language that allow the user a fine-grained control over what operations are applied to the input data, while keeping the needed programming skills at a minimum. Furthermore, the scripting language allows a wide range of input formats. Additionally, the XML format allows simple extension of the script file format both in terms of adding new operations, file formats, or adding parameters to existing operations. Overall, the script files will in principle allow DBAT to process any kind of photogrammetric input and should extend the usability of DBAT as a scientific and teaching tool for photogrammetric computations.
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography