咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是11-20 订阅
排序:
Rule-based assignment of comments to AST nodes in C++ programs  12
Rule-based assignment of comments to AST nodes in C++ progra...
收藏 引用
5th Balkan Conference in Informatics, BCI 2012
作者: Cséri, Tamás Szugyi, Zalán Porkoláb, Zoltán Dept. of Programming Languages and Compilers Faculty of Informatics Eötvös Loránd University Péter sétány 1/C H-1117 Budapest Hungary
Comments are essential components of programming languages: they preserve the developer's intentions, help the maintainers to understand hidden concepts, and may act as a source of automatic documentation generati... 详细信息
来源: 评论
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... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Visualization of C++ Template Metaprograms
Visualization of C++ Template Metaprograms
收藏 引用
IEEE International Workshop on Source Code Analysis and Manipulation
作者: Zoltán Borók-Nagy Viktor Májer Jozsef Mihalicza Norbert Pataki Zoltan Porkolab Dept. of Programming Languages and Compilers Eötvös Loránd University 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... 详细信息
来源: 评论
Towards more sophisticated access control  11
Towards more sophisticated access control
收藏 引用
11th Symposium on programming languages and Software Tools and 7th Nordic Workshop on Model Driven Software Engineering, SPLST 2009 and NW-MODE 2009
作者: Mihalicza, József Pataki, Norbert Porkoláb, Zoltán Sipos, Adam Dept. of Programming Languages and Compilers Faculty of Informatics Eötvös Lorand University Pázmany Péter Sétány 1/C BudapestH-1117 Hungary
Encapsulation and information hiding play a crucial role in object-oriented software development. While assisting the creation of abstractions they minimize the dependences among distinct modules. Modern languages hav... 详细信息
来源: 评论
An XML based General Document Algebra supporting conflict resolving in cooperative text editions - HypereiDoc revisited  11
An XML based General Document Algebra supporting conflict re...
收藏 引用
11th Symposium on programming languages and Software Tools and 7th Nordic Workshop on Model Driven Software Engineering, SPLST 2009 and NW-MODE 2009
作者: Hernáth, Zsolt Bauer, Péter Porkoláb, Zoltán Dept. of Information Systems Faculty of Informatics Eötvös Lorand University Pázmany Péter Sétány 1/C BudapestH-1117 Hungary Dept. of Programming Languages and Compilers Faculty of Informatics Eötvös Lorand University Pázmany Péter Sétány 1/C BudapestH-1117 Hungary
HypereiDoc [1] is an XML based framework that has been designed to support multi-layered processing of epigraphical, papyrological or similar texts in a cooperative, and distributed manner for modern critical editions... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Autonomous applications - Towards a better data integration model
Autonomous applications - Towards a better data integration ...
收藏 引用
9th East-European Conference on Advances in Databases and Information Systems, ADBIS 2005
作者: Benczúr, András Hernáth, Zsolt Porkoláb, Zoltán Eötvös Loránd University Faculty of Informatics Dept. of Information Systems Pazmany Peter setany 1/C H-1117 Budapest Hungary Eötvös Loránd University Faculty of Informatics Dept. of Programming Languages and Compilers Pazmany Peter setany 1/C H-1117 Budapest Hungary
One of the most important and critical part of integrating already existing standalone applications is to design and implement a common data model and the corresponding data access layer which makes both data sources ... 详细信息
来源: 评论