咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

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

主题

  • 36 篇 systems programm...
  • 4 篇 programming
  • 4 篇 memory safety
  • 3 篇 languages
  • 3 篇 operating system...
  • 3 篇 design
  • 3 篇 functional progr...
  • 3 篇 unix
  • 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 篇 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 篇 univ cambridge c...
  • 1 篇 cornell univ. it...
  • 1 篇 institute of inf...
  • 1 篇 univ oviedo comp...
  • 1 篇 department of co...
  • 1 篇 fraunhofer inst ...
  • 1 篇 techviser portol...
  • 1 篇 univ napoli fede...
  • 1 篇 dept. of compute...
  • 1 篇 sun microsyst la...
  • 1 篇 carnegie mellon ...
  • 1 篇 univ british col...
  • 1 篇 xerox corp palo ...

作者

  • 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 篇 mashey john r.
  • 1 篇 mclaughlin craig
  • 1 篇 sonnenschein m

语言

  • 35 篇 英文
  • 1 篇 其他
检索条件"主题词=Systems Programming"
36 条 记 录,以下是31-40 订阅
排序:
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... 详细信息
来源: 评论
Rust's Memory Safety Model: An Evaluation of Its Effectiveness in Preventing Common Vulnerabilities
收藏 引用
Procedia Computer Science 2023年 227卷 119-127页
作者: Oey Kevin Andrian Santoso Catherine Kwee William Chua Ghinaa Zain Nabiilah Rojali Computer Science Department School of Computer Science Bina Nusantara University Jakarta 11480 Indonesia
Ensuring safe program operation is crucial for systems programming, and memory safety is a significant aspect of this. This paper assesses the memory safety strategies used in Rust and C++ programming languages. Rust ... 详细信息
来源: 评论
ADDING CLASSES TO THE C-LANGUAGE - AN EXERCISE IN LANGUAGE EVOLUTION
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 1983年 第2期13卷 139-161页
作者: STROUSTRUP, B Bell Laboratories 600 Mountain Avenue Murray Hill New Jersey 07974 U.S.A.
The C language is a fine tool for writing compact and efficient programs. It is relatively easy to produce good compilers for, and the number of tools available for supporting program- ming in C is large, especially i... 详细信息
来源: 评论
A heathkit method for building data management programs  71
A heathkit method for building data management programs
收藏 引用
Proceedings of the 1971 international ACM SIGIR conference on Information storage and retrieval
作者: Earl Hunt Gary Kildall University of Washington Naval Postgraduate School Monterey California
One of the difficulties faced in implementing information management and retrieval systems is that each case seems to present its own special complexities. As a result information retrieval systems typically fall behi... 详细信息
来源: 评论
Teaching operating systems and machine architecture—more on the hands-on laboratory approach  81
Teaching operating systems and machine architecture—more on...
收藏 引用
Proceedings of the twelfth SIGCSE technical symposium on Computer science education
作者: Malcolm G. Lane Department of Statistics and Computer Science West Virginia University Morgantown West Virginia
The “hands-on” laboratory approach to teaching operating systems has been used at West Virginia University since August 1971 [3, 6, 8]. In 1977 a Digital Equipment Corporation (DEC) PDP-11/34 system replaced the IBM... 详细信息
来源: 评论
Type-safe casting
收藏 引用
Software: Practice and Experience 1999年 第11期28卷
作者: Wilson C. Hsieh Marc E. Fiuczynski Przemysław Pardyak Brian N. Bershad Dept. of Computer Science Univ. of Utah 50 S Central Campus Drive Room 3190 SLC UT 84112 U.S.A. Dept. of Computer Science and Engineering Univ. of Washington Box 352350 Seattle WA 98102 U.S.A.
Many modern extensible systems, such as Java and the SPIN operating system, depend on type safety for memory protection. Unfortunately, current type-safe languages do not support systems programming well, because they... 详细信息
来源: 评论