yifengyou/The-design-and-implementation-of-a-64-bit-osPublic NotificationsYou must be signed in to change notification settings Fork235 Star1.2k master 1BranchTags Code Folders and files Name Last commit message Last commit date Latest commit ...
Thedesignandimplementationofa64bitos.zipMy**te 上传123.74 MB 文件格式 zip 《一个64位操作系统的设计与实现》是一本深入浅出的操作系统开发指南,涵盖了从基本概念到具体实现的全方位内容。书中系统地介绍了64位操作系统的设计原理和实现方法,着重讲解了内存管理、进程调度、文件系统等关键技术,并结合实际代码进行...
This book describes the design and implementation of the BSD operating system--previously known as the Berkeley version of UNIX. Today, BSD is found in nearly every variant of UNIX, and is widely used for Internet services and firewalls, timesharing, and multiprocessing systems. Readers involved ...
Design and Implementation of Real-time Multi-processing OS in CX-1 Micro Satellite The paper introduces embedded real-time, multi-processing operating system pSOS, and studies the application of the pSOS in the micro satellite software ba... K Zhang,H Zhao,H Liu - 《Chinese Journal of Quantum...
This paper describes the design and implementation of an application of the Results Space project into an Android powered mobile cell phone. Results Space is an NSF-sponsored project started in the fall of 2008 that is part of the Interaction Design Lab at the School of Information an...
Qu, Bo, and Z. Wu. "Design and Implementation of Tiny Educational OS." Recent Advances in Computer Science and Information Engineering. Springer Berlin Heidelberg, 2012. 437-442.B. Qu and Z. Z. Wu. Design and Implementation of Tiny Educational OS[ J]. Lecture Notes in Electrical ...
JNI为Java方法提供了一个接口来调用本地方法,要完成本地方法的调用,本地方法必须被调用的Java类声明为native,在编译声明有本地方法调用的Java类之后,它就被传给javah程序,javah将为本地方法产生一个头文件。然后头文件和本地方法代码可以被编译以形成可调用的本地方法。
进一步导出:DBMSs need to not only avoid random disk I/Os whenever possible, but, most importantly, preserve disk bandwidth. 还有一点是,在1980s,执行CPU指令和访存延迟基本上是一样的,而随着技术的发展,执行CPU指令的速度越来越快,访存延迟和CPU指令执行延迟比例越来越大,所以1990s有一波研究in-memory data...
图书标签:FreeBSDOS操作系统Unix计算机计算机科学BSD软件开发 The Design and Implementation of the FreeBSD Operating System 2024 pdf epub mobi 电子书 图书描述 As in earlier Addison-Wesley books on the UNIX-based BSD operating system, Kirk McKusick and George Neville-Neil deliver here the most comprehen...
Common object-oriented design interview questions with sample discussions, code, and diagrams. Solutions linked to content in thesolutions/folder. Note: This section is under development Question System design topics: start here New to system design?