咨询与建议

限定检索结果

文献类型

  • 6 篇 期刊文献
  • 4 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 10 篇 工学
    • 8 篇 计算机科学与技术...
    • 6 篇 软件工程
    • 1 篇 电气工程

主题

  • 10 篇 byte-code
  • 4 篇 java
  • 2 篇 orthogonal persi...
  • 2 篇 seperation of co...
  • 2 篇 persistence
  • 1 篇 analysis
  • 1 篇 proxy
  • 1 篇 experimentation
  • 1 篇 performance
  • 1 篇 profiling
  • 1 篇 resource leak
  • 1 篇 safety
  • 1 篇 compact data str...
  • 1 篇 algorithms
  • 1 篇 algebraic transf...
  • 1 篇 dbn
  • 1 篇 object
  • 1 篇 source code anal...
  • 1 篇 android apps
  • 1 篇 change propagati...

机构

  • 1 篇 univ chinese aca...
  • 1 篇 kalasalingam aca...
  • 1 篇 univ w bohemia f...
  • 1 篇 rmit univ sch co...
  • 1 篇 univ copenhagen ...
  • 1 篇 chinese acad sci...
  • 1 篇 univ west bohemi...
  • 1 篇 chinese acad sci...
  • 1 篇 massey univ sch ...
  • 1 篇 australian natl ...
  • 1 篇 purdue univ dept...
  • 1 篇 univ melbourne n...
  • 1 篇 department of co...
  • 1 篇 univ littoral la...

作者

  • 2 篇 brada premek
  • 2 篇 jezek kamil
  • 1 篇 blackburn sm
  • 1 篇 zigman jn
  • 1 篇 culpepper j. sha...
  • 1 篇 yan jun
  • 1 篇 basson h
  • 1 篇 holy lukas
  • 1 篇 larsen mads ohm
  • 1 篇 alex scaria
  • 1 篇 marquez a
  • 1 篇 deng xi
  • 1 篇 melab n
  • 1 篇 alonso marquez
  • 1 篇 dietrich jens
  • 1 篇 wu tianyong
  • 1 篇 bouneffa m
  • 1 篇 deruelle l
  • 1 篇 moffat alistair
  • 1 篇 stephen m. black...

语言

  • 10 篇 英文
检索条件"主题词=Byte-code"
10 条 记 录,以下是1-10 订阅
排序:
Algebraic Transformation of Descriptive Vector byte-code Sequences  17
Algebraic Transformation of Descriptive Vector Byte-code Seq...
收藏 引用
Middleware Doctoral Symposium
作者: Larsen, Mads Ohm Univ Copenhagen Niels Bohr Inst Copenhagen Denmark
Both high-productivity and high-performance are two often sought after aspects of scientific programming. Python gives the programmer high-productivity, but even with NumPy it is often not high-performant because of t... 详细信息
来源: 评论
Spider bird swarm algorithm with deep belief network for malicious JavaScript detection
收藏 引用
COMPUTERS & SECURITY 2021年 107卷
作者: Alex, Scaria Dhiliphan Rajkumar, T. Kalasalingam Acad Res & Educ Srivilliputhur 626128 Tamil Nadu India
JavaScript is employed in vast scenarios like web applications, NodeJS, and hybrid-mobile applications. Moreover, JavaScript is a core component in the social network because of its outstanding cross-platform. However... 详细信息
来源: 评论
Relda2: An Effective Static Analysis Tool for Resource Leak Detection in Android Apps  16
Relda2: An Effective Static Analysis Tool for Resource Leak ...
收藏 引用
31st IEEE/ACM International Conference on Automated Software Engineering (ASE)
作者: Wu, Tianyong Liu, Jierui Deng, Xi Yan, Jun Zhang, Jian Chinese Acad Sci Inst Software State Key Lab Comp Sci Beijing Peoples R China Chinese Acad Sci Inst Software Technol Ctr Software Engn Beijing Peoples R China Univ Chinese Acad Sci Beijing Peoples R China
Resource leak is a common bug in Android applications (apps for short). In general, it is caused by missing release operations of the resources provided by Android (like Camera, Media Player and Sensors) that require ... 详细信息
来源: 评论
How Java APIs break - An empirical study
收藏 引用
INFORMATION AND SOFTWARE TECHNOLOGY 2015年 65卷 129-146页
作者: Jezek, Kamil Dietrich, Jens Brada, Premek Univ W Bohemia Fac Sci Appl European Ctr Excellence NTIS Plzen 30614 Czech Republic Massey Univ Sch Engn & Adv Technol Palmerston North New Zealand
Context: It has become common practice to build programs by using libraries. While the benefits of reuse are well known, an often overlooked risk are system runtime failures due to API changes in libraries that evolve... 详细信息
来源: 评论
Safe uniform proxies for Java
收藏 引用
SCIENCE OF COMPUTER PROGRAMMING 2013年 第9期78卷 1490-1520页
作者: Eugster, Patrick Purdue Univ Dept Comp Sci W Lafayette IN 47906 USA
The proxy abstraction has a long-lasting tradition in object-oriented programming. From design patterns to inherent programming language support, and from remote method invocations to simple forms of behavioral reflec... 详细信息
来源: 评论
Supplying Compiler's Static Compatibility Checks by the Analysis of Third-party Libraries
Supplying Compiler's Static Compatibility Checks by the Anal...
收藏 引用
17th European Conference on Software Maintenance and Reengineering (CSMR)
作者: Jezek, Kamil Holy, Lukas Brada, Premek Univ West Bohemia Dept Comp Sci & Engn Plzen Czech Republic
Statically typed languages and their compile time checks prevent a lot of runtime errors thanks to type mismatches detection, namely calls of incompatible methods. Since current applications typically include tens of ... 详细信息
来源: 评论
Efficient Set Intersection for Inverted Indexing
收藏 引用
ACM TRANSACTIONS ON INFORMATION SYSTEMS 2010年 第1期29卷 1–25页
作者: Culpepper, J. Shane Moffat, Alistair RMIT Univ Sch Comp Sci & Informat Technol Melbourne Vic 3001 Australia Univ Melbourne NICTA Victoria Res Lab Dept Comp Sci & Software Engn Melbourne Vic 3010 Australia
Conjunctive Boolean queries are a key component of modern information retrieval systems, especially when Web-scale repositories are being searched. A conjunctive query q is equivalent to a vertical bar q vertical bar-... 详细信息
来源: 评论
Analysis and manipulation of distributed multi-language software code  1
Analysis and manipulation of distributed multi-language soft...
收藏 引用
1st IEEE International Workshop on Source code Analysis and Manipulation
作者: Deruelle, L Melab, N Bouneffa, M Basson, H Univ Littoral Lab Informat Littoral F-62228 Calais France
In this paper, we propose a formal model and a platform to deal with distributed multi-language software analysis. These provide a graph representation of the software codes (source codes and byte-codes), a change pro... 详细信息
来源: 评论
Fast portable orthogonally persistent Java™
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 2000年 第4期30卷 449-479页
作者: Marquez, A Zigman, JN Blackburn, SM Australian Natl Univ Dept Comp Sci Canberra ACT 0200 Australia
A powerful feature of the Java(TM) programming language is its user-definable class loading policy, which when combined with the namespace independence between class loaders, allows portable implementation of semi-dyn... 详细信息
来源: 评论
Fast portable orthogonally persistent JavaTM†
收藏 引用
Software: Practice and Experience 2000年 第4期30卷
作者: Alonso Marquez John N. Zigman Stephen M. Blackburn Department of Computer Science Australian National University Canberra ACT 0200 Australia
A powerful feature of the Java TM programming language is its user-definable class loading policy, which when combined with the namespace independence between class loaders, allows portable implementation of semi-dyna... 详细信息
来源: 评论