咨询与建议

限定检索结果

文献类型

  • 29 篇 会议
  • 18 篇 期刊文献
  • 1 篇 学位论文

馆藏范围

  • 48 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 45 篇 工学
    • 30 篇 计算机科学与技术...
    • 29 篇 软件工程
    • 11 篇 电气工程
    • 2 篇 信息与通信工程
    • 2 篇 控制科学与工程
    • 1 篇 电子科学与技术(可...
  • 3 篇 管理学
    • 3 篇 管理科学与工程(可...
  • 2 篇 教育学
    • 2 篇 教育学
  • 2 篇 理学
    • 1 篇 数学
    • 1 篇 系统科学

主题

  • 48 篇 event-driven pro...
  • 5 篇 javascript
  • 4 篇 program understa...
  • 4 篇 domain-specific ...
  • 3 篇 tag cloud
  • 3 篇 systematic testi...
  • 3 篇 control flow
  • 3 篇 aspect-oriented ...
  • 3 篇 reactive program...
  • 2 篇 aliasing
  • 2 篇 libraries
  • 2 篇 osc (open sound ...
  • 2 篇 asynchronous pro...
  • 2 篇 programming
  • 2 篇 midi
  • 2 篇 linear type syst...
  • 2 篇 creative program...
  • 2 篇 signal
  • 2 篇 long-polling
  • 2 篇 behavior

机构

  • 3 篇 hiroshima city u...
  • 3 篇 tech univ darmst...
  • 2 篇 eth zürich züric...
  • 2 篇 intel corp hudso...
  • 2 篇 purdue univ w la...
  • 1 篇 fernuniv fak mat...
  • 1 篇 tel aviv univ il...
  • 1 篇 college of charl...
  • 1 篇 epoka univ rr ti...
  • 1 篇 department of en...
  • 1 篇 microsoft corp r...
  • 1 篇 univ rennes iris...
  • 1 篇 univ wisconsin c...
  • 1 篇 microsoft
  • 1 篇 oracle labs redw...
  • 1 篇 univ tunku abdul...
  • 1 篇 williams coll de...
  • 1 篇 katholieke univ ...
  • 1 篇 univ bordeaux la...
  • 1 篇 innoq

作者

  • 4 篇 mezini mira
  • 3 篇 kawabata hideyuk...
  • 3 篇 nishimoto masash...
  • 3 篇 zhuang yungyu
  • 3 篇 nishiyama keiji
  • 3 篇 eugster patrick
  • 3 篇 hironaka tetsuo
  • 2 篇 tip frank
  • 2 篇 wu xiaoban
  • 2 篇 luo yan
  • 2 篇 wang liang-min
  • 2 篇 chiba shigeru
  • 2 篇 sinnen oliver
  • 2 篇 fan xing
  • 2 篇 bill manaris
  • 2 篇 qadeer shaz
  • 2 篇 giacaman nasser
  • 2 篇 bejleri andi
  • 2 篇 desai ankush
  • 2 篇 tobias kohn

语言

  • 47 篇 英文
  • 1 篇 其他
检索条件"主题词=event-driven programming"
48 条 记 录,以下是11-20 订阅
排序:
Compositional programming and Testing of Dynamic Distributed Systems
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2018年 第OOPSLA期2卷 1–30页
作者: Desai, Ankush Phanishayee, Amar Qadeer, Shaz Seshia, Sanjit A. Univ Calif Berkeley Berkeley CA 94720 USA Microsoft Res Redmond WA USA
A real-world distributed system is rarely implemented as a standalone monolithic system. Instead, it is composed of multiple independent interacting components that together ensure the desired system-level specificati... 详细信息
来源: 评论
Structured Synchronous Reactive programming for Game Development Case Study: On Rewriting Pingus from C plus plus to CEU  17
Structured Synchronous Reactive Programming for Game Develop...
收藏 引用
Joint Conference on 17th Brazilian Symposium on Computer Games and Digital Entertainment (SBGames) / 31st Conference on Graphics, Patterns and Images (SIBGRAPI) / 20th Symposium on Virtual and Augmented Reality (SVR)
作者: Sant'Anna, Francisco Rio De Janeiro State Univ UERJ Dept Comp Sci Rio De Janeiro Brazil
We present a qualitative case study of rewriting the video game Pingus from C++ to the structured synchronous reactive language CEU. CEU supports reactive control-flow primitives that eliminate callbacks and let progr... 详细信息
来源: 评论
Towards Distributed Reactive programming
Towards Distributed Reactive Programming
收藏 引用
15th International Conference on Coordination Models and Languages (COORDINATION) Held as Part of the 8th International Federated Conference on Distributed Computing Techniques (DisCoTec)
作者: Salvaneschi, Guido Drechsler, Joscha Mezini, Mira Tech Univ Darmstadt Darmstadt Germany
Reactive applications is a wide class of software that responds to user input, network messages, and other events. Recent research on reactive languages successfully addresses the drawbacks of the Observer pattern - t... 详细信息
来源: 评论
An event-driven framework for inter-user communication applications
收藏 引用
INFORMATION AND SOFTWARE TECHNOLOGY 2006年 第7期48卷 471-483页
作者: Hsu, Chien-Chih Wu, I. -Chen Natl Chiao Tung Univ Dept Comp Sci & Informat Engn Hsinchu 300 Taiwan
This paper presents an event-driven framework for inter-user communication applications, such as Internet gaming or chatting, that require frequent communication among users. This paper addresses two major blocking pr... 详细信息
来源: 评论
Cooperative decoupled processes
收藏 引用
SOFTWARE QUALITY JOURNAL 2018年 第3期26卷 1147-1183页
作者: Bejleri, Andi Mezini, Mira Eugster, Patrick Domnori, Elton Tech Univ Darmstadt Hsch Str 10 D-64289 Darmstadt Germany Epoka Univ Rr Tirane Rinas Km12 Tirana 1039 Albania
event-driven programming has become a major paradigm in developing concurrent, distributed systems. Its benefits are often informally captured by the key tenet of "decoupling," a notion which roughly capture... 详细信息
来源: 评论
Learning How to Listen: Automatically Finding Bug Patterns in event-driven JavaScript APIs
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 2023年 第1期49卷 166-184页
作者: Arteca, Ellen Schafer, Max Tip, Frank Northeastern Univ Khoury Coll Comp Sci Boston MA 02115 USA GitHub Oxford OX1 4EH England
event-driven programming is widely practiced in the JavaScript community, both on the client side to handle UI events and AJAX requests, and on the server side to accommodate long-running operations such as file or ne... 详细信息
来源: 评论
CONTROLLED EXPERIMENT FOR ASSESSING THE CONTRIBUTION OF ONTOLOGY BASED SOFTWARE REDOCUMENTATION APPROACH TO SUPPORT PROGRAM UNDERSTANDING
收藏 引用
COMPUTING AND INFORMATICS 2021年 第5期40卷 1025-1055页
作者: Nallusamy, Sugumaran Hoo, Meei Hao Zulkifle, Farizuwana Akma Univ Tunku Abdul Rahman Sungai Long CampusJalan Sungai Long Kajang 43000 Selangor Malaysia Univ Teknol MARA Kuala Pilah Campus Kuala Pilah 72000 Negeri Sembilan Malaysia
Redocumentation is an approach that is used to recover knowledge from raw software artifacts by using alternative presentations. Several legacy systems have been developed based on event-driven programming which requi... 详细信息
来源: 评论
Relaxed Effective Callback Freedom: A Parametric Correctness Condition for Sequential Modules With Callbacks
收藏 引用
IEEE TRANSACTIONS ON DEPENDABLE AND SECURE COMPUTING 2023年 第3期20卷 2256-2273页
作者: Albert, Elvira Grossman, Shelly Rinetzky, Noam Rodriguez-Nunez, Clara Rubio, Albert Sagiv, Mooly Univ Complutense Madrid Madrid 28040 Spain Tel Aviv Univ IL-69978 Ramat Aviv Israel
Callbacks are an essential mechanism for event-driven programming. Unfortunately, callbacks make reasoning challenging because they introduce behaviors where calls to the module are interleaved. We present a parametri... 详细信息
来源: 评论
Simplifying CPS Application Development through Fine-grained, Automatic Timeout Predictions
收藏 引用
ACM TRANSACTIONS ON INTERNET OF THINGS 2020年 第3期1卷 1–30页
作者: Peros, Stefanos Delbruel, Stephane Michiels, Sam Joosen, Wouter Hughes, Danny Katholieke Univ Leuven IMEC DistriNet Vlaams BrabantCelestijnenlaan 200A B-3001 Leuven Belgium
Application development for Cyber Physical Systems (CPS) is challenging, because the wireless network and the devices introduce latencies that vary continuously along with the load, status, or environmental conditions... 详细信息
来源: 评论
A universal fast graphical user interface building tool for arbitrary interpreters
收藏 引用
JOURNAL OF VISUAL LANGUAGES AND COMPUTING 2005年 第3期16卷 231-244页
作者: Pere, L Koniorczyk, M Slovak Acad Sci Res Ctr Quantum Informat Bratislava 84511 Slovakia Univ Pecs Fac Sci Ctr Comp Sci H-7624 Pecs Hungary Univ Pecs Fac Sci Dept Informat & Gen Technol H-7624 Pecs Hungary Hungarian Acad Sci Comp & Automat Res Inst MTA SZTAKI H-1051 Budapest Hungary
We consider the issue of implementing graphical user interfaces (GUIs): we present an easy-to-use and fast GUI building tool, specially designed to be used with interpreters. It supports a variety of communication met... 详细信息
来源: 评论