咨询与建议

限定检索结果

文献类型

  • 17 篇 期刊文献
  • 13 篇 会议
  • 5 册 图书
  • 1 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 27 篇 工学
    • 21 篇 计算机科学与技术...
    • 15 篇 软件工程
    • 5 篇 电气工程
    • 2 篇 信息与通信工程
  • 5 篇 教育学
    • 5 篇 教育学
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...

主题

  • 36 篇 systems programm...
  • 4 篇 memory safety
  • 3 篇 languages
  • 3 篇 operating system...
  • 3 篇 programming
  • 3 篇 design
  • 3 篇 functional progr...
  • 2 篇 memory manipulat...
  • 2 篇 reliability
  • 2 篇 type systems
  • 2 篇 file
  • 2 篇 systems
  • 2 篇 data representat...
  • 2 篇 security
  • 2 篇 data structures
  • 2 篇 software
  • 2 篇 rust programming...
  • 2 篇 unix
  • 2 篇 c++ programming ...
  • 2 篇 programming lang...

机构

  • 2 篇 computer science...
  • 2 篇 univ edinburgh e...
  • 2 篇 univ melbourne m...
  • 2 篇 univ utrecht utr...
  • 2 篇 unsw sydney nsw
  • 2 篇 columbia univ de...
  • 2 篇 portland state u...
  • 1 篇 department of co...
  • 1 篇 univ cambridge c...
  • 1 篇 cornell univ. it...
  • 1 篇 institute of inf...
  • 1 篇 univ oviedo comp...
  • 1 篇 fraunhofer inst ...
  • 1 篇 univ napoli fede...
  • 1 篇 dept. of compute...
  • 1 篇 sun microsyst la...
  • 1 篇 carnegie mellon ...
  • 1 篇 univ british col...
  • 1 篇 xerox corp palo ...
  • 1 篇 bell laboratorie...

作者

  • 2 篇 o'connor liam
  • 2 篇 chen zilin
  • 2 篇 oey kevin andria...
  • 2 篇 keller gabriele
  • 2 篇 rizkallah christ...
  • 2 篇 jones mark p.
  • 2 篇 rojali
  • 1 篇 heiser gernot
  • 1 篇 schulzrinne henn...
  • 1 篇 wulf w.a.
  • 1 篇 geschke cm
  • 1 篇 wijesinha a. l.
  • 1 篇 brown christian
  • 1 篇 bryant randal e.
  • 1 篇 simon doug
  • 1 篇 marc e. fiuczyns...
  • 1 篇 satterthwaite eh
  • 1 篇 mclaughlin craig
  • 1 篇 sonnenschein m
  • 1 篇 mcdonald chris

语言

  • 35 篇 英文
  • 1 篇 其他
检索条件"主题词=Systems Programming"
36 条 记 录,以下是1-10 订阅
排序:
Evaluation of systems programming Exercises through Tailored Static Analysis  2025
Evaluation of Systems Programming Exercises through Tailored...
收藏 引用
56th Technical Symposium on Computer Science Education
作者: Natella, Roberto Univ Napoli Federico II Naples Italy
In large programming classes, it takes a significant effort from teachers to evaluate exercises and provide detailed feedback. In systems programming, test cases are not sufficient to assess exercises, since concurren... 详细信息
来源: 评论
systems programming FOR DATA COMMUNICATIONS ON MINICOMPUTERS
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 1980年 第4期10卷 283-305页
作者: PATEL, A PURSER, M Department of Computer Science Trinity College Dublin 2 Ireland
This paper examines some of the special considerations which apply to the development of such software for minicomputers. These are treated under the following general categories: loading and throughput the external i... 详细信息
来源: 评论
Introducing a High School Student to systems programming Via Bare Machine Computing  1
收藏 引用
Computing Conference
作者: Naraharisetti, D. N. Karne, R. K. Weymouth, J. Wijesinha, A. L. Marriotts Ridge High Sch Marriottsville MD 21104 USA Towson Univ Towson MD 21252 USA Morgan State Univ Baltimore MD 21251 USA
In this paper, we describe the use of bare machine software that runs without an operating system or kernel to introduce a high school student familiar with Java and Python to system internals and the fundamentals of ... 详细信息
来源: 评论
Implementing Malloc: Students and systems programming  18
Implementing Malloc: Students and Systems Programming
收藏 引用
49th ACM SIGCSE Technical Symposium on Computer Science Education (SIGCSE)
作者: Railing, Brian P. Bryant, Randal E. Carnegie Mellon Univ Pittsburgh PA 15213 USA
This work describes our experience in revising one of the major programming assignments for the second-year course Introduction to Computer systems, in which students implement a version of the malloc memory allocator... 详细信息
来源: 评论
Polymorphism and Page Tables systems programming From a Functional Programmer's Perspective  08
Polymorphism and Page Tables Systems Programming From a Func...
收藏 引用
13th ACM SIGPLAN International Conference on Functional programming
作者: Jones, Mark P. Portland State Univ Portland OR 97207 USA
With features that include lightweight syntax, expressive type systems, and deep semantic foundations, functional languages are now being used to develop an increasingly broad range of complex, real-world applications... 详细信息
来源: 评论
Polymorphism and page tables - systems programming from a functional programmer's perspective
收藏 引用
ACM SIGPLAN NOTICES 2008年 第9期43卷 265-265页
作者: Jones, Mark P. Portland State Univ Portland OR 97207 USA
With features that include lightweight syntax, expressive type systems, and deep semantic foundations, functional languages are now being used to develop an increasingly broad range of complex, real-world applications... 详细信息
来源: 评论
Bliss: A Language for systems programming
收藏 引用
Communications of the ACM 1971年 第12期14卷 780-790页
作者: Wulf, W.A. Russell, D.B. Habermann, A.N. Carnegie-Mellon University Computer Science Department Pittsburgh PA 15213 United States
A language, BLISS, is described. This language is designed so as to be especially suitable for use in writing production software systems for a specific machine (the PDP-10): compilers, operating systems, etc. Prime d... 详细信息
来源: 评论
A LINGUA FRANCA FOR CONCURRENT LOGIC programming
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 1992年 第3期18卷 225-236页
作者: TAYLOR, H Department of Computer Science 1-leriot-Walt University Edinburgh EH1 2H5 Scotland
Two of the more important concurrent logic programming languages with nonflat guards are GHC and Parlog. They balance the requirements of having clean semantics and providing good control facilities rather differently... 详细信息
来源: 评论
AN EXTENSION OF THE LANGUAGE-C FOR CONCURRENT programming
收藏 引用
PARALLEL COMPUTING 1986年 第1期3卷 59-71页
作者: SONNENSCHEIN, M Lehrstuhl für Informatik I RWTH Aachen D-5100 Aachen Fed. Rep. Germany
C is a well-known language for systems programming in UNIX-systems. Its concepts are very efficient rather than very safe and, therefore, an extension of C for concurrent programming has also to focus on an efficient ... 详细信息
来源: 评论
Learning memory management with C-Sim: A C-based visual tool
收藏 引用
COMPUTER APPLICATIONS IN ENGINEERING EDUCATION 2019年 第5期27卷 1217-1235页
作者: Garcia Perez-Schofield, Baltasar Garcia Rivera, Matias Ortin, Francisco Lado, Maria J. Univ Vigo Higher Sch Comp Sci Engn Campus As Lagoas Orense Spain Univ Oviedo Comp Sci Dept Oviedo Spain
Nowadays, Computer Science (CS) students must cope with continuous challenges related to programming skill acquisition. In some occasions, they have to deal with the internals of memory management (pointers, pointer a... 详细信息
来源: 评论