咨询与建议

限定检索结果

文献类型

  • 27 篇 会议
  • 18 篇 期刊文献
  • 3 篇 学位论文
  • 2 册 图书

馆藏范围

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

日期分布

学科分类号

  • 45 篇 工学
    • 29 篇 计算机科学与技术...
    • 25 篇 软件工程
    • 9 篇 电气工程
    • 2 篇 仪器科学与技术
    • 2 篇 信息与通信工程
    • 1 篇 材料科学与工程(可...
    • 1 篇 控制科学与工程
    • 1 篇 石油与天然气工程
  • 3 篇 理学
    • 2 篇 天文学
    • 1 篇 物理学
    • 1 篇 化学
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...

主题

  • 50 篇 asynchronous pro...
  • 8 篇 javascript
  • 7 篇 reactive program...
  • 4 篇 refactoring
  • 3 篇 java
  • 3 篇 static analysis
  • 3 篇 graphical user i...
  • 3 篇 dataflow constra...
  • 3 篇 functional progr...
  • 3 篇 openmp
  • 3 篇 concurrency
  • 2 篇 object oriented ...
  • 2 篇 numerical algori...
  • 2 篇 local volume map...
  • 2 篇 distributed mode...
  • 2 篇 peer-to-peer
  • 2 篇 sdss-v
  • 2 篇 coroutines
  • 2 篇 angular
  • 2 篇 karma

机构

  • 3 篇 northeastern uni...
  • 2 篇 kyung hee univ s...
  • 2 篇 univ washington ...
  • 2 篇 univ texas austi...
  • 2 篇 texas a&m univ c...
  • 2 篇 carnegie inst sc...
  • 1 篇 univ cote azur i...
  • 1 篇 shibaura inst te...
  • 1 篇 luxoft romania b...
  • 1 篇 university of lu...
  • 1 篇 natl univ sci & ...
  • 1 篇 ibm tj watson re...
  • 1 篇 ibm res corp tj ...
  • 1 篇 deggendorf inst ...
  • 1 篇 hanbat univ dept...
  • 1 篇 konkuk univ 120 ...
  • 1 篇 tech univ darmst...
  • 1 篇 university of il...
  • 1 篇 beijing univ tec...
  • 1 篇 tufts univ medfo...

作者

  • 3 篇 tip frank
  • 3 篇 fukuda hiroaki
  • 3 篇 leger paul
  • 2 篇 drory niv
  • 2 篇 kim changgon
  • 2 篇 froning cynthia ...
  • 2 篇 sutton michael
  • 2 篇 zhao tian
  • 2 篇 ben-nun tal
  • 2 篇 pingali keshav
  • 2 篇 parent sean
  • 2 篇 pai sreepathi
  • 2 篇 jarvi jaakko
  • 2 篇 ramirez solange
  • 2 篇 sinnen oliver
  • 2 篇 konidaris nichol...
  • 2 篇 fan xing
  • 2 篇 ahn hojae
  • 2 篇 turcotte alexi
  • 2 篇 salvaneschi guid...

语言

  • 49 篇 英文
  • 1 篇 其他
检索条件"主题词=asynchronous programming"
50 条 记 录,以下是11-20 订阅
排序:
Fragmentation of numerical algorithms for parallel subroutines library
收藏 引用
JOURNAL OF SUPERCOMPUTING 2011年 第2期57卷 161-171页
作者: Kireev, S. Malyshkin, V. Russian Acad Sci Inst Computat Math & Math Geophys Siberian Branch Novosibirsk Russia
Fragmentation is a well-known method of the parallelization of numerical algorithms and programs. Algorithm fragmentation allows creating fragmented parallel programs that can be executed on parallel computers of diff... 详细信息
来源: 评论
Automatic Task-Based Code Generation for High Performance Domain Specific Embedded Language
收藏 引用
INTERNATIONAL JOURNAL OF PARALLEL programming 2016年 第3期44卷 449-465页
作者: Tan, Antoine Tran Falcou, Joel Etiemble, Daniel Kaiser, Hartmut Univ Paris 11 INRIA LRI Orsay France Louisiana State Univ CCT Baton Rouge LA 70803 USA
Providing high level tools for parallel programming while sustaining a high level of performance has been a challenge that techniques like Domain Specific Embedded Languages try to solve. In previous works, we investi... 详细信息
来源: 评论
NetStar: A Future/Promise Framework for asynchronous Network Functions
收藏 引用
IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS 2019年 第3期37卷 600-612页
作者: Duan, Jingpu Yi, Xiaodong Wang, Junjie Wu, Chuan Le, Franck Southern Univ Sci & Technol SUSTech Inst Future Networks Shenzhen 518005 Peoples R China Peng Cheng Lab PCL Res Ctr Networks & Commun Shenzhen 518005 Peoples R China Univ Hong Kong Dept Comp Sci Hong Kong Peoples R China IBM TJ Watson Res Ctr Yorktown Hts NY 10598 USA
Network functions (NFs) are more than simple packet processors that apply various transformations to the packet content. Modern NFs often resort to various external services to achieve their purposes, e. g., storing f... 详细信息
来源: 评论
Typing and semantics of asynchronous arrows in JavaScript
收藏 引用
SCIENCE OF COMPUTER programming 2017年 141卷 1-39页
作者: Fritz, Eric Zhao, Tian Univ Wisconsin Milwaukee WI 53201 USA
asynchronous programs in JavaScript using callbacks and promises are difficult to write correctly. Many programs have subtle errors due to the unwanted interaction of event handlers. To fix such errors, the programmer... 详细信息
来源: 评论
The Early History of F#
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2020年 第HOPL期4卷 1–58页
作者: Syme, Don Microsoft London England
This paper describes the genesis and early history of the F# programming language. I start with the origins of strongly-typed functional programming (FP) in the 1970s, 80s and 90s. During the same period, Microsoft wa... 详细信息
来源: 评论
Automatic Migration from Synchronous to asynchronous JavaScript APIs
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2021年 第OOPSLA期5卷 1–27页
作者: Gokhale, Satyajit Turcotte, Alexi Tip, Frank Northeastern Univ Boston MA 02115 USA
The JavaScript ecosystem provides equivalent synchronous and asynchronous Application programming Interfaces (APIs) for many commonly used I/O operations. Synchronous APIs involve straightforward sequential control fl... 详细信息
来源: 评论
Transfinite Step-Indexing for Termination
收藏 引用
PROCEEDINGS OF THE ACM ON programming LANGUAGES-PACMPL 2021年 第POPL期5卷 1–29页
作者: Spies, Simon Krishnaswami, Neel Dreyer, Derek MPI SWS Saarland Informat Campus Saarbrucken Germany Saarland Univ Saarland Informat Campus Saarbrucken Germany Univ Cambridge Cambridge England
Step-indexed logical relations are an extremely useful technique for building operational-semantics-based models and program logics for realistic, richly-typed programming languages. They have proven to be indispensab... 详细信息
来源: 评论
A Concurrency Model for JavaScript with Cooperative Cancellation  14
A Concurrency Model for JavaScript with Cooperative Cancella...
收藏 引用
14th International Conference on Software Language Engineering (SLE)
作者: Zhao, Tian Li, Yonglun Univ Wisconsin Milwaukee Milwaukee WI 53211 USA
This paper proposes a concurrency model for JavaScript with thread-like abstractions and cooperative cancellation. JavaScript uses an event-driven model, where an active computation runs until it completes or blocks f... 详细信息
来源: 评论
Improving Scalability of Web Applications by Utilizing asynchronous I/O  8th
Improving Scalability of Web Applications by Utilizing Async...
收藏 引用
ICT Innovations Conference on Cognitive Functions and Next Generation ICT Systems
作者: Rankovski, Gjorgji Chorbev, Ivan Univ Ss Cyril & Methodius Fac Comp Sci & Engn Rugjer Boskovikj 16POB 393 Skopje 1000 Macedonia
The focus of the paper is the use of asynchronous I/O calls in web applications to improve their scalability, by increasing the number of requests per second that it can process and decreasing the average response tim... 详细信息
来源: 评论
Nessie: Automatically Testing JavaScript APIs with asynchronous Callbacks  22
Nessie: Automatically Testing JavaScript APIs with Asynchron...
收藏 引用
ACM/IEEE 44th International Conference on Software Engineering (ICSE)
作者: Arteca, Ellen Harner, Sebastian Pradel, Michael Tip, Frank Northeastern Univ Boston MA 02115 USA Univ Stuttgart Stuttgart Germany
Previous algorithms for feedback-directed unit test generation iteratively create sequences of API calls by executing partial tests and by adding new API calls at the end of the test. These algorithms are challenged b... 详细信息
来源: 评论