中文
相关论文

相关论文: LuaJava - A Scripting Tool for Java

200 篇论文

OpenJML is a tool for checking code and specifications of Java programs. We describe our experience building the tool on the foundation of JML, OpenJDK and Eclipse, as well as on many advances in specification-based software verification.…

软件工程 · 计算机科学 2014-04-29 David R. Cok

The use of programming languages can wax and wane across the decades. We examine the split-apply- combine pattern that is common in statistical computing, and consider how its invocation or implementation in languages like MATLAB and APL…

编程语言 · 计算机科学 2018-08-16 Jiahao Chen

Typed Clojure is an optional type system for Clojure, a dynamic language in the Lisp family that targets the JVM. Typed Clojure enables Clojure programmers to gain greater confidence in the correctness of their code via static type checking…

编程语言 · 计算机科学 2018-12-11 Ambrose Bonnaire-Sergeant , Rowan Davies , Sam Tobin-Hochstadt

LLaVA-Interactive is a research prototype for multimodal human-AI interaction. The system can have multi-turn dialogues with human users by taking multimodal user inputs and generating multimodal responses. Importantly, LLaVA-Interactive…

计算机视觉与模式识别 · 计算机科学 2023-11-02 Wei-Ge Chen , Irina Spiridonova , Jianwei Yang , Jianfeng Gao , Chunyuan Li

When lambda expressions were introduced to the Java programming language as part of the release of Java 8 in 2014, they were the language's first step into functional programming. Since lambda expressions are still relatively new, not all…

软件工程 · 计算机科学 2019-03-18 Anwar Alqaimi , Patanamon Thongtanunam , Christoph Treude

A Script Language in this paper is designed to transform the original data into the target data by the computing formula. The Script Language can be translated into the corresponding SQL Language, and the computation is finally implemented…

数据库 · 计算机科学 2007-05-23 Qingguo Zheng

Refactorings are structured changes to existing software that leave its externally observable behaviour unchanged. Their intent is to improve readability, performance or other non-behavioural properties. State-of-the-art automatic…

编程语言 · 计算机科学 2017-12-21 Cristina David , Pascal Kesseli , Daniel Kroening

The JUNIPER project is developing a framework for the construction of large-scale distributed systems in which execution time bounds can be guaranteed. Part of this work involves the automatic implementation of input Java code on FPGAs,…

分布式、并行与集群计算 · 计算机科学 2015-08-31 Ian Gray , Yu Chan , Jamie Garside , Neil Audsley , Andy Wellings

Java reflection has been increasingly used in a wide range of software. It allows a software system to inspect and/or modify the behaviour of its classes, interfaces, methods and fields at runtime, enabling the software to adapt to…

编程语言 · 计算机科学 2017-06-15 Yue Li , Tian Tan , Jingling Xue

In recent years, heterogeneous computing has emerged as the vital way to increase computers? performance and energy efficiency by combining diverse hardware devices, such as Graphics Processing Units (GPUs) and Field Programmable Gate…

Recently Java programming environment has become so popular. Java programming language is a language that is designed to be portable enough to be executed in wide range of computers ranging from cell phones to supercomputers. Computer…

软件工程 · 计算机科学 2011-10-18 Rahul Saha , Dr. G. Geetha

Spreadsheets provide a flexible and easy to use software development environment, but that leads to error proneness. Work has been done to prevent errors in spreadsheets, including using models to specify distinct parts of a spreadsheet as…

软件工程 · 计算机科学 2017-07-11 Jorge Mendes , João Saraiva

Despite much progress, developing a pervasive computing application remains a challenge because of a lack of conceptual frameworks and supporting tools. This challenge involves coping with heterogeneous devices, overcoming the intricacies…

编程语言 · 计算机科学 2012-03-30 Damien Cassou , Julien Bruneau , Charles Consel , Emilie Balland

In this report, we examine Jif, a Java extension which augments the language with features related to security. Jif adds support for security labels to Java's type system such that the developer can specify confidentiality and integrity…

编程语言 · 计算机科学 2014-12-31 Kyle Pullicino

The julia package integrates the Julia programming language into Stata. Users can transfer data between Stata and Julia, issue Julia commands to analyze and plot, and pass results back to Stata. Julia's econometric ecosystem is not as…

计量经济学 · 经济学 2025-05-05 David Roodman

Technical computing is a challenging application area for programming languages to address. This is evinced by the unusually large number of specialized languages in the area (e.g. MATLAB, R), and the complexity of common software stacks,…

编程语言 · 计算机科学 2018-08-13 Jeff Bezanson , Jake Bolewski , Jiahao Chen

Language-orientated programming promises to elevate programmer productivity through increased abstrac- tion capabilities. Structural programming environments provide apparatus to reduce the difficulties with syntax. The language workbench,…

编程语言 · 计算机科学 2014-03-18 Gavin Wood

Driven by increasing compute requirements for deep learning models, compiler developers have been looking for ways to target specialised hardware and heterogeneous systems more efficiently. The MLIR project has the goal to offer…

编程语言 · 计算机科学 2025-03-10 Jules Merckx

We introduce a pair of tools, Rasa NLU and Rasa Core, which are open source python libraries for building conversational software. Their purpose is to make machine-learning based dialogue management and language understanding accessible to…

计算与语言 · 计算机科学 2017-12-18 Tom Bocklisch , Joey Faulkner , Nick Pawlowski , Alan Nichol

Co-developing scientific algorithms and hardware accelerators requires domain-specific knowledge and large engineering resources. This leads to a slow development pace and high project complexity, which creates a barrier to entry that is…

软件工程 · 计算机科学 2025-03-13 Benedict Short , Ian McInerney , John Wickerson