咨询与建议

限定检索结果

文献类型

  • 20 篇 会议
  • 2 册 图书

馆藏范围

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

日期分布

学科分类号

  • 17 篇 工学
    • 17 篇 计算机科学与技术...
    • 16 篇 软件工程
    • 1 篇 机械工程
    • 1 篇 光学工程
    • 1 篇 建筑学
    • 1 篇 土木工程
  • 5 篇 管理学
    • 3 篇 图书情报与档案管...
    • 2 篇 管理科学与工程(可...
  • 3 篇 理学
    • 2 篇 数学
    • 1 篇 物理学

主题

  • 3 篇 static analysis
  • 2 篇 programming
  • 2 篇 software enginee...
  • 2 篇 visualization
  • 2 篇 programming tech...
  • 2 篇 programming lang...
  • 1 篇 program debuggin...
  • 1 篇 object oriented ...
  • 1 篇 surveys
  • 1 篇 runtime
  • 1 篇 access control
  • 1 篇 theory of comput...
  • 1 篇 libraries
  • 1 篇 software enginee...
  • 1 篇 deep learning
  • 1 篇 pipeline process...
  • 1 篇 instruments
  • 1 篇 trees (mathemati...
  • 1 篇 generative adver...
  • 1 篇 debugging

机构

  • 3 篇 eötvös loránd un...
  • 2 篇 dept. of program...
  • 2 篇 dept. of program...
  • 1 篇 dept. programmin...
  • 1 篇 ericsson hungary...
  • 1 篇 eötvös loránd un...
  • 1 篇 dept. of informa...
  • 1 篇 dept. of biomedi...
  • 1 篇 dept. of program...
  • 1 篇 eötvos loränd un...
  • 1 篇 eötvös loránd un...
  • 1 篇 dept. of program...
  • 1 篇 dept. of program...
  • 1 篇 dept. of program...
  • 1 篇 nng ltd. hungary
  • 1 篇 eötvös loránd un...
  • 1 篇 ericsson ltd.
  • 1 篇 eotvos loránd un...
  • 1 篇 radboud universi...
  • 1 篇 eötvös loránd un...

作者

  • 12 篇 porkoláb zoltán
  • 4 篇 mihalicza józsef
  • 3 篇 porkolab zoltan
  • 2 篇 pataki norbert
  • 2 篇 hernáth zsolt
  • 2 篇 zoltán horváth
  • 2 篇 norbert pataki
  • 1 篇 szalay richard
  • 1 篇 zoltan porkolab
  • 1 篇 alwahab dhulfiqa...
  • 1 篇 zoltán porkoláb
  • 1 篇 krupp daniel
  • 1 篇 szekeres imre
  • 1 篇 sipos ádám
  • 1 篇 benczúr andrás
  • 1 篇 krupp dániel
  • 1 篇 antyipin artyom
  • 1 篇 borók-nagy zoltá...
  • 1 篇 kristóf umann
  • 1 篇 tariq emad ali

语言

  • 21 篇 英文
  • 1 篇 其他
检索条件"机构=dept. of Programming Languages and Compilers"
22 条 记 录,以下是1-10 订阅
排序:
Central European Functional programming School  1
收藏 引用
丛书名: Lecture Notes in Computer Science
1000年
作者: Zoltán Horváth
来源: 评论
Low level conditional move optimization
Low level conditional move optimization
收藏 引用
作者: Antyipin, Artyom Attila, Ǵobi Kozsik, Tamás Dept. Programming Languages and Compilers Eötvös Lorand University Budapest Hungary
The high level optimizations are becoming more and more sophisticated, the importance of low level optimizations should not be underestimated. Due to the changes in the inner architecture of modern processors, some op... 详细信息
来源: 评论
A survey of tagged union type usage in modern C++ projects  7
A survey of tagged union type usage in modern C++ projects
收藏 引用
7th International Conference on Software and System Engineering, ICoSSE 2024
作者: Spaits, Gabor Umann, Kristof Porkolab, Zoltan Eötvös Loránd University Dept. of Programming Languages and Compilers Budapest Hungary
Insoftware development, there are various problems for which union types are a suitable solution. In \mathbf{C}, and in the earlier \mathrm{C}++ versions only untagged unions were available. \mathbf{C}++17 introduced ... 详细信息
来源: 评论
Towards Better Symbol Resolution for C/C++ Programs: A Cluster-Based Solution  17
Towards Better Symbol Resolution for C/C++ Programs: A Clust...
收藏 引用
17th IEEE International Working Conference on Source Code Analysis and Manipulation, SCAM 2017
作者: Szalay, Richard Porkolab, Zoltan Krupp, Daniel Eotvos Lorand University Faculty of Informatics Dept. of Programming Languages and Compilers Hungary Ericsson Ltd. Sweden
Resolving symbol references is an important part of many application areas from development environments to various static analyser tools, especially when it is used for code comprehension purposes. Different occurren... 详细信息
来源: 评论
Type-preserving heap profiler for C++
Type-preserving heap profiler for C++
收藏 引用
27th IEEE International Conference on Software Maintenance, ICSM 2011
作者: Mihalicza, József Porkoláb, Zoltán Gábor, Ábel Eötvos Loränd University Faculty of Informatics Dept. of Programming Languages and Compilers Hungary NNG Ltd. Hungary
Memory profilers are essential tools to understand the dynamic behaviour of complex modern programs. They help to reveal memory handling details: the wheres, the whens and the whats of memory allocations. Most heap pr... 详细信息
来源: 评论
Debugging C++ template metaprograms  06
Debugging C++ template metaprograms
收藏 引用
5th International Conference on Generative programming and Component Engineering, GPCE'06. Co-located with the 21st International Conference on Object-Oriented programming, Systems, languages, and Applications, OOPSLA 2006
作者: Porkoláb, Zoltán Mihalicza, József Sipos, Ádám Eötvös Loránd University Dept. of Programming Languages and Compilers Pazmany Peter setany 1/C H-1117 Budapest Hungary
Template metaprogramming is an emerging new direction in C++ programming for executing algorithms in compilation time. Despite all of its already proven benefits and numerous successful applications, it is yet to be a... 详细信息
来源: 评论
Visualization of C++ template metaprograms
Visualization of C++ template metaprograms
收藏 引用
IEEE Working Conference on Source Code Analysis and Manipulation
作者: Borók-Nagy, Zoltán Májer, Viktor Mihalicza, József Pataki, Norbert Porkoláb, Zoltán Dept. of Programming Languages and Compilers Eötvös Loránd University Faculty of Informatics Pazmany Peter Setany 1/C H-1117 Budapest Hungary
Template metaprograms have become an essential part of today's C++ programs: with proper template definitions we can force the C++ compiler to execute algorithms at compilation time. Among the application areas of... 详细信息
来源: 评论
Functional programming with C++ template metaprograms
Functional programming with C++ template metaprograms
收藏 引用
3rd Central European Functional programming School, CEFP 2009
作者: Porkoláb, Zoltán Eötvös Loránd University Faculty of Informatics Dept. of Programming Languages and Compilers Pazmany Peter setany 1/C H-1117 Budapest Hungary
Template metaprogramming is an emerging new direction of generative programming. With the clever definitions of templates we can force the C++ compiler to execute algorithms at compilation time. Among the application ... 详细信息
来源: 评论
Embedding a proof system in Haskell
Embedding a proof system in Haskell
收藏 引用
3rd Central European Functional programming School, CEFP 2009
作者: Dévai, Gergely Eötvös Loránd University Faculty of Informatics Dept. of Programming Languages and Compilers Pazmany Peter setany 1/C H-1117 Budapest Hungary
This article reports about a work-in-progress project that aims at embedding a proof system [4] in the Haskell programming language. The goal of the system is to create formally verified software using the correctness... 详细信息
来源: 评论
High-level C++ implementation of the read-copy-update pattern  14
High-level C++ implementation of the read-copy-update patter...
收藏 引用
14th IEEE International Scientific Conference on Informatics, INFORMATICS 2017
作者: Marton, Gabor Szekeres, Imre Porkolab, Zoltan Eötvös Loránd University Faculty of Informatics Dept. of Programming Languages and Compilers H-1117 Pazmany Peter setany 1/C Budapest Hungary
Concurrent programming with classical mutex/lock techniques does not scale well when reads are way more frequent than writes. Such situation happens in operating system kernels among other performance critical multith... 详细信息
来源: 评论