咨询与建议

限定检索结果

文献类型

  • 138 篇 会议
  • 124 篇 期刊文献
  • 10 篇 学位论文
  • 1 篇 资讯

馆藏范围

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

日期分布

学科分类号

  • 241 篇 工学
    • 185 篇 计算机科学与技术...
    • 137 篇 软件工程
    • 43 篇 电气工程
    • 21 篇 信息与通信工程
    • 5 篇 电子科学与技术(可...
    • 5 篇 控制科学与工程
    • 3 篇 化学工程与技术
    • 3 篇 生物工程
    • 3 篇 网络空间安全
    • 1 篇 力学(可授工学、理...
    • 1 篇 仪器科学与技术
    • 1 篇 土木工程
    • 1 篇 测绘科学与技术
    • 1 篇 公安技术
  • 15 篇 理学
    • 5 篇 化学
    • 4 篇 数学
    • 3 篇 生物学
    • 2 篇 物理学
    • 2 篇 大气科学
  • 5 篇 医学
    • 2 篇 临床医学
    • 1 篇 特种医学
    • 1 篇 医学技术(可授医学...
  • 5 篇 管理学
    • 5 篇 管理科学与工程(可...
  • 1 篇 教育学
    • 1 篇 教育学

主题

  • 273 篇 java virtual mac...
  • 29 篇 java
  • 24 篇 garbage collecti...
  • 22 篇 performance
  • 22 篇 languages
  • 18 篇 memory managemen...
  • 12 篇 experimentation
  • 12 篇 profiling
  • 11 篇 embedded systems
  • 11 篇 just-in-time com...
  • 11 篇 bytecode instrum...
  • 10 篇 real-time system...
  • 9 篇 object-oriented ...
  • 8 篇 algorithms
  • 6 篇 bytecode
  • 6 篇 java processor
  • 6 篇 dynamic memory m...
  • 6 篇 optimization
  • 6 篇 ownership types
  • 6 篇 performance anal...

机构

  • 7 篇 univ svizzera it...
  • 6 篇 purdue univ dept...
  • 5 篇 seoul natl univ ...
  • 5 篇 univ lugano fac ...
  • 4 篇 ecole polytech f...
  • 4 篇 univ regina dept...
  • 4 篇 brno university ...
  • 3 篇 univ lugano luga...
  • 3 篇 seoul natl univ
  • 3 篇 seoul natl univ ...
  • 3 篇 shanghai jiao to...
  • 3 篇 tianjin univ col...
  • 3 篇 ecole polytech f...
  • 3 篇 univ victoria de...
  • 3 篇 coll william & m...
  • 2 篇 tu eindhoven ein...
  • 2 篇 natl res univ hi...
  • 2 篇 univ texas dept ...
  • 2 篇 univ calif irvin...
  • 2 篇 shanghai ai lab ...

作者

  • 28 篇 binder walter
  • 15 篇 rosa andrea
  • 10 篇 ansaloni danilo
  • 10 篇 moret philippe
  • 9 篇 moon soo-mook
  • 9 篇 villazon alex
  • 8 篇 rosales eduardo
  • 8 篇 vitek jan
  • 7 篇 wu mingyu
  • 6 篇 guerraoui rachid
  • 5 篇 chen haibo
  • 5 篇 basso matteo
  • 4 篇 lo ctd
  • 4 篇 franz michael
  • 4 篇 lee jaemok
  • 4 篇 zang binyu
  • 4 篇 spring jesper ho...
  • 4 篇 srisa-an w
  • 4 篇 zhang wei
  • 3 篇 zheng yudi

语言

  • 252 篇 英文
  • 20 篇 其他
  • 1 篇 中文
检索条件"主题词=Java virtual Machine"
273 条 记 录,以下是151-160 订阅
排序:
Reflexes: Abstractions for Integrating Highly Responsive Tasks into java Applications
收藏 引用
ACM TRANSACTIONS ON EMBEDDED COMPUTING SYSTEMS 2010年 第1期10卷 4-4页
作者: Spring, Jesper Honig Pizlo, Filip Privat, Jean Guerraoui, Rachid Vitek, Jan Ecole Polytech Fed Lausanne IC IIF LPD EPFL CH-1015 Lausanne Switzerland Purdue Univ Dept Comp Sci W Lafayette IN 47907 USA
Achieving submillisecond response times in a managed language environment such as java or C# requires overcoming significant challenges. In this article, we propose Reflexes, a programming model and runtime system inf... 详细信息
来源: 评论
Research on stack-allocation based JVM garbage collection
Research on stack-allocation based JVM garbage collection
收藏 引用
International Conference on Advanced Computer Theory and Engineering, ICACTE
作者: Xiaoliang Xu Jiang Shen College of Computer Science Hangzhou Dianzi University Hangzhou Zhejiang China
In order to reduce the costs of java virtual machine garbage collector, a stack-allocation based on garbage collection algorithm is proposed in this paper. The stack frame is improved to support the object storage, an... 详细信息
来源: 评论
java™ on the bare metal of wireless sensor devices: the squawk java virtual machine  06
Java™ on the bare metal of wireless sensor devices: the squ...
收藏 引用
Proceedings of the 2nd international conference on virtual execution environments
作者: Doug Simon Cristina Cifuentes Dave Cleal John Daniels Derek White Sun Microsystems Laboratories Menlo Park CA Sun Microsystems Laboratories Brisbane Australia Syntropy Limited Kent UK Sun Microsystems Laboratories Burlington MA
The Squawk virtual machine is a small javavirtual machine (VM) written mostly in java that runs without an operating system on a wireless sensor platform. Squawk translates standard class file into an internal pre-l... 详细信息
来源: 评论
Improving java performance and energy dissipation through efficient code caching
收藏 引用
DESIGN AUTOMATION FOR EMBEDDED SYSTEMS 2009年 第3期13卷 179-192页
作者: Sun, Yu Zhang, Wei So Illinois Univ Dept Elect & Comp Engn Carbondale IL 62901 USA
Traditional java code generation and instruction fetch path is not efficient, as java binary code is typically written into the data cache first, and then is loaded into the instruction cache through the shared L2 cac... 详细信息
来源: 评论
Client ahead-of-time compiler for embedded java platforms
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 2009年 第3期39卷 259-278页
作者: Hong, Sunghyun Kim, Jin-Chul Moon, Soo-Mook Shin, Jin Woo Lee, Jaemok Oh, Hyeong-Seok Choi, Hyung-Kyu Seoul Natl Univ Sch Elect Engn & Comp Sci Seoul 151742 South Korea
Many embedded java platforms execute two types of java classes: those installed statically on the client device and those downloaded dynamically from service providers at run time. For achieving higher performance, th... 详细信息
来源: 评论
Scala and Lift - Functional Recipes for the Web
收藏 引用
IEEE INTERNET COMPUTING 2009年 第3期13卷 88-92页
作者: Ghosh, Debasish Vinoski, Steve Anshinsoft Verivue
Today, there's significant interest in functional languages and frameworks that fit the Web better than imperative languages. We explore Scala, an OO-functional language on the java virtual machine, and Lift, a fr... 详细信息
来源: 评论
Optimizing Aspectual Execution Mechanisms for Embedded Applications
收藏 引用
ELECTRONIC NOTES IN THEORETICAL COMPUTER SCIENCE 2009年 第2期238卷 35-45页
作者: Hundt, Christine Glesner, Sabine Tech Univ Berlin Inst Software Technol & Theoret Comp Sci D-10587 Berlin Germany
Applications for small embedded mobile devices are becoming larger and more complex resulting in the need for advanced modularization mechanisms. Aspect-oriented modularization is a promising approach to solve this pr... 详细信息
来源: 评论
A java Software Stack for Resource Poor Sensor Nodes Towards Peer-to-Peer Jini
A Java Software Stack for Resource Poor Sensor Nodes Towards...
收藏 引用
4th International Conference on Embedded and Multimedia Computing
作者: Costa, Nuno Pereira, Antonio Serodio, Carlos Polytech Inst Leiria CIIC Super Sch Technol & Management P-2411901 Alto Do Vieiro Leiria Portugal CITAB UTAD University Quinta dos Prados P-5000 Vila Real Portugal
Sensor networks have been referred to as part of the background infrastructure required to achieve ubiquitous computing. This has recently promoted a considerable amount of attention from the research community that c... 详细信息
来源: 评论
Design Space Exploration for java Processors with Cross-Profiling
Design Space Exploration for Java Processors with Cross-Prof...
收藏 引用
6th International Conference on the Quantitative Evaluation of Systems
作者: Schoeberl, Martin Binder, Walter Moret, Philippe Villazon, Alex Vienna Univ Technol Inst Comp Engn Vienna Austria Univ Lugano Fac Informat Lugano Switzerland
Most processors are used in embedded systems, where the processor architectures are diverse due to optimizations for different application domains. The main challenge for embedded system processors is the right balanc... 详细信息
来源: 评论
Cross-Input Learning and Discriminative Prediction in Evolvable virtual machines  09
Cross-Input Learning and Discriminative Prediction in Evolva...
收藏 引用
7th International Symposium on Code Generation and Optimization
作者: Mao, Feng Shen, Xipeng Coll William & Mary Dept Comp Sci Williamsburg VA 23185 USA
Modern languages like java and C# rely on dynamic optimizations in virtual machines for better performance. Current dynamic optimizations are reactive. Their performance is constrained by the dependence on runtime sam... 详细信息
来源: 评论