咨询与建议

限定检索结果

文献类型

  • 168 篇 会议
  • 14 册 图书
  • 10 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 120 篇 工学
    • 103 篇 计算机科学与技术...
    • 90 篇 软件工程
    • 8 篇 电气工程
    • 7 篇 信息与通信工程
    • 3 篇 冶金工程
    • 2 篇 力学(可授工学、理...
    • 2 篇 材料科学与工程(可...
    • 2 篇 控制科学与工程
    • 2 篇 建筑学
    • 2 篇 土木工程
    • 2 篇 交通运输工程
    • 1 篇 矿业工程
    • 1 篇 生物工程
  • 18 篇 理学
    • 16 篇 数学
    • 2 篇 物理学
    • 2 篇 统计学(可授理学、...
    • 1 篇 生物学
  • 18 篇 管理学
    • 10 篇 图书情报与档案管...
    • 9 篇 管理科学与工程(可...
    • 2 篇 工商管理
  • 1 篇 教育学
    • 1 篇 教育学

主题

  • 15 篇 programming
  • 13 篇 software enginee...
  • 13 篇 computer languag...
  • 11 篇 languages
  • 10 篇 query languages
  • 10 篇 computer program...
  • 9 篇 database languag...
  • 9 篇 programming tech...
  • 8 篇 computer science
  • 8 篇 logic programmin...
  • 8 篇 programming lang...
  • 7 篇 programming prof...
  • 7 篇 application soft...
  • 7 篇 mathematical log...
  • 7 篇 databases
  • 7 篇 artificial intel...
  • 6 篇 object oriented ...
  • 6 篇 concurrent compu...
  • 6 篇 xml
  • 6 篇 parallel program...

机构

  • 4 篇 univ edinburgh e...
  • 2 篇 transnct univ li...
  • 2 篇 univ colorado bo...
  • 2 篇 transnat univ li...
  • 2 篇 hasselt univ has...
  • 2 篇 univ oslo oslo
  • 2 篇 ibm corp tj wats...
  • 2 篇 univ mons b-7000...
  • 2 篇 tu dortmund univ...
  • 2 篇 univ koblenz lan...
  • 2 篇 university of ok...
  • 1 篇 computing depart...
  • 1 篇 department of co...
  • 1 篇 polytech inst po...
  • 1 篇 univ oslo dept i...
  • 1 篇 poznan univ life...
  • 1 篇 the hong kong an...
  • 1 篇 xerox research c...
  • 1 篇 riken aics wako ...
  • 1 篇 school of comput...

作者

  • 4 篇 steffen bernhard
  • 3 篇 van den bussche ...
  • 2 篇 peshansky igor
  • 2 篇 procter adam
  • 2 篇 gelade wouter
  • 2 篇 krumrey marco
  • 2 篇 page rex
  • 2 篇 horváth zoltán
  • 2 篇 allwein gerard
  • 2 篇 zsók viktória
  • 2 篇 smyth steven
  • 2 篇 bosselmann steve
  • 2 篇 neven frank
  • 2 篇 becchi michela
  • 2 篇 harrison william...
  • 2 篇 anon
  • 2 篇 graves ian
  • 2 篇 laemmel ralf
  • 2 篇 wijsen jef
  • 2 篇 reichenbach chri...

语言

  • 188 篇 英文
  • 4 篇 其他
检索条件"任意字段=11th International Symposium on Database Programming Languages"
192 条 记 录,以下是71-80 订阅
排序:
Adaptive Data Parallelism for Internet Clients on Heterogeneous Platforms
Adaptive Data Parallelism for Internet Clients on Heterogene...
收藏 引用
11th international Conference on Generative programming and Component Engineering8th symposium on Dynamic languages
作者: Pignotti, Alessandro Welc, Adam Mathiske, Bernd Scuola Superiore Sant'Anna Italy Oracle Labs United States Adobe United States
Today's Internet is long past static web pages filled with HTML-formatted text sprinkled with an occasional image or animation. We have entered an era of Rich Internet Applications executed locally on Internet cli... 详细信息
来源: 评论
Tuning Static Data Race Analysis for Automotive Control Software
Tuning Static Data Race Analysis for Automotive Control Soft...
收藏 引用
11th IEEE international Working Conference on Source Code Analysis and Manipulation/IEEE international Conference on Software Maintenance/IEEE international symposium on Web Systems Evolution/VISSOFT/MESOCA
作者: Keul, Steffen Univ Stuttgart Dept Programming Languages ISTE Stuttgart Germany
Implementation of concurrent software systems is difficult and error-prone. Race conditions can cause intermittent failures, which are rarely found during testing. In safety-critical applications, the absence of race ... 详细信息
来源: 评论
Computer Simulation of an Arbitrary Acoustical Field in Rooms
Computer Simulation of an Arbitrary Acoustical Field in Room...
收藏 引用
Asia Modelling symposium (AMS) / 11th international Conference on Mathematical Modelling and Computer Simulation
作者: Chusov, Andrei A. Statsenko, Lubov G. Anisimov, Pavel N. Mirgoronskaya, Yulia V. Cherkasova, Nina A. Bernavskaya, Maya V. FEFU Dept Elect & Commun Vladivostok Russia Peter Great St Petersburg Polytech Univ Higher Sch Foreign Languages St Petersburg Russia
the work provides an algorithmic model of sound propagation in rooms with respect to the principles of the object-oriented programming paradigm, i.e. in terms of classes, their instances and relations in order to mode... 详细信息
来源: 评论
Loop-Aware Optimizations in PyPy's Tracing JIT
Loop-Aware Optimizations in PyPy's Tracing JIT
收藏 引用
11th international Conference on Generative programming and Component Engineering8th symposium on Dynamic languages
作者: Ardo, Hakan Bolz, Carl Friedrich Fijalkowski, Maciej Lund Univ Ctr Math Sci S-22100 Lund Sweden Univ Dusseldorf Dusseldorf Germany
One of the nice properties of a tracing just-in-time compiler (JIT) is that many of its optimizations are simple, requiring one forward pass only. this is not true for loop-invariant code motion which is a very import... 详细信息
来源: 评论
Evaluating LLM-Generated Persian Questions for Teaching Conditional programming Using Bloom's Taxonomy  11
Evaluating LLM-Generated Persian Questions for Teaching Cond...
收藏 引用
11th international symposium on Telecommunication, IST 2024
作者: Alidadi, Marzieh Taghiyareh, Fattaneh Shahhoseini, Narges University of Tehran Department of Electrical and Computer Engineering Tehran Iran
the use of Large Language Models (LLMs) to generate educational content is increasingly becoming popular, but we still need to learn more about their effectiveness in non-English languages, especially for professional... 详细信息
来源: 评论
An Agent Language with Destructive Assignment and Model-theoretic Semantics
An Agent Language with Destructive Assignment and Model-Theo...
收藏 引用
11th international Workshop on Computational Logic in Multi-Agent Systems
作者: Kowalski, Robert Sadri, Fariba Univ London Imperial Coll Sci Technol & Med Dept Comp London SW7 2AZ England
In this paper we present an agent language that combines agent functionality with an action theory and model-theoretic semantics. the language is based on abductive logic programming (ALP), but employs a simplified st... 详细信息
来源: 评论
Embedding Invertible languages with Binders A Case of the FliPpr Language  11
Embedding Invertible Languages with Binders A Case of the Fl...
收藏 引用
Haskell Conference
作者: Matsuda, Kazutaka Wang, Meng Tohoku Univ Sendai Miyagi Japan Univ Bristol Bristol Avon England
this paper describes a new embedding technique of invertible programming languages, through the case of the FliPpr language. Embedded languages have the advantage of inheriting host languages' features and support... 详细信息
来源: 评论
Secure Implementation of Meta-predicates
收藏 引用
11th international symposium on Practical Aspects of Declarative languages
作者: Moura, Paulo Dep. of Computer Science University of Beira Interior Portugal Center for Research in Advanced Computing Systems INESC-Porto Portugal
this paper identifies potential security loopholes in the implementation of support for meta-predicates Closing these loopholes depends on three conditions: a clear distinction between closures and goals, support for ... 详细信息
来源: 评论
Analyzing the Effect of Preprocessor Annotations on Code Clones
Analyzing the Effect of Preprocessor Annotations on Code Clo...
收藏 引用
11th IEEE international Working Conference on Source Code Analysis and Manipulation/IEEE international Conference on Software Maintenance/IEEE international symposium on Web Systems Evolution/VISSOFT/MESOCA
作者: Schulze, Sandro Juergens, Elmar Feigenspan, Janet Univ Magdeburg D-39106 Magdeburg Germany Tech Univ Munich Munich Germany
the C preprocessor cpp is a powerful and language-independent tool, widely used to implement variable software in different programming languages (C, C++) using conditional compilation. Preprocessor annotations can us... 详细信息
来源: 评论
A Data Flow Language for Hybrid Query and programming languages  12
A Data Flow Language for Hybrid Query and Programming Langua...
收藏 引用
11th international symposium on Functional and Logic programming (FLOPS)
作者: Rose, Kristoffer H. Villard, Lionel Sato, Naoto IBM Thomas J Watson Res Ctr Yorktown Hts NY 10598 USA IBM Res Tokyo Tokyo Japan
In this paper, we present trix, which formalizes the data flow mechanisms used in low level descriptions of algorithms that implement data base as well as programming constructs. We show that the data flow formalism p... 详细信息
来源: 评论