经典计算机操作系统教材第三版,详细内容可见亚马逊。 https://www.amazon.com/Computer-Systems-Programmers-Perspective-Engineering/dp/0134123832/ref=sr_1_2?ie=UTF8&qid=1541476471&sr=8-2&keywords=computer+systems+a+programmer's+perspective Computer systems: A Programmer’s Perspective explains the underlying elements common among all computer systems and how they affect general application performance. Written from the programmer’s perspective, this book strives to teach readers how understanding basic elements of computer systems and executing real practice can lead them to create better programs. Spanning across computer science themes such as hardware architecture, the operating system, and systems software, the Third Edition serves as a comprehensive introduction to programming. This book strives to create programmers who understand all elements of computer systems and will be able to engage in any application of the field--from fixing faulty software, to writing more capable programs, to avoiding common flaws. It lays the groundwork for readers to delve into more intensive topics such as computer architecture, embedded systems, and cyber security. This book focuses on systems that execute an x86-64 machine code, and recommends that programmers have access to a Linux system for this course. Programmers should have basic familiarity with C or C++. Personalize Learning with MasteringEngineering MasteringEngineering is an online homework, tutorial, and assessment system, designed to improve results through personalized learning. This innovative online program emulates the instructor’s office hour environment, engaging and guiding students through engineering concepts with self-paced individualized coaching With a wide range of activities available, students can actively learn, understand, and retain even the most difficult concepts.
2023-12-09 17:33:05 7.06MB 操作系统
1
代码开源,thinkphp5开发的fivecms系统,轻便简洁,易于操作。适合企业站博客类型。qq交流:570664785。
2023-12-08 09:03:44 5.98MB
1
用友U8每个模块的操作流程
2023-12-07 21:31:27 15KB 每个模块 操作流程
1
特别详细,而且里面的操作教程是傻瓜文件,每一段在做什么都有解释,输出结果图片很详细,需要自己手动改的窗口期教程里也有详细讲,没基础也能直接上手!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 我自己试过很好用!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2023-12-07 20:45:49 83KB r语言 课程资源 毕业设计
1
FreeRTOS工程示例代码,包括任务的创建、删除、挂起、恢复等;时间片调度临界段和开关中断;事件;定时器;消息队列;信号量;邮箱;动态内存管理等。
2023-12-04 11:22:22 58.4MB FreeRTOS 操作系统
1
Delphi XE Sqlite 数据库操作案例程序,本案例提供了一个非常好的Sqlite数据库操作原始全部代码,包含数据库连接、创建表、打开流量表格,为初学者提供很好的参考
2023-12-02 18:12:05 5.53MB sqlite delphi Database
1
C# XML操作代码大全(读XML,写XML,更新,删除节点,与dataset结合等)
2023-12-02 05:01:22 38KB C# XML 操作代码
1
1.研究FAT文件系统的物理布局。 2.掌握FAT文件系统中目录的结构与目录项定义。 3.掌握文件操作如建立目录,建立文件,删除文件,复制文件时,对FAT和目录的操作步骤。 4.合理设计文件系统布局与数据结构(直接用数组模拟磁盘布局或建立一个文件模拟磁盘布局)。 5.编制程序模拟FAT文件系统,加深理解文件系统的功能及实现机理。 实现功能 显示目录内容 dir <路径名> 路径下包含的所有目录与文件(除被隐藏的文件外) 创建目录 md <路径/目录名> 成功或失败提示 删除空目录 rd <路径/目录名> 成功或失败提示 改变当前目录 cd <路径/目录名> 改变命令提示符前显示的当前路径 创建文件 new <路径/文件名 文件内容> 成功或失败提示 删除文件 del <路径/文件名> 成功或失败提示 编辑文件 edit <路径/文件名 编辑内容> 成功或失败提示 查看文件 type <路径/文件名> 指定文件的内容 复制文件 copy <路径/文件名> <路径/文件名> 成功或失败提示 设置文件属性 attr <文件名> +r/-r/+h/ -h 成功或失败提示 退出系统 exit
2023-12-01 12:51:36 39KB 操作系统 java
1
高中学业水平考试样题 高中信息技术学业水平考试Excel必考的几个上机操作(含演示操作必看)
2023-12-01 11:28:57 32KB excel
1
C# 串口操作协议,包括详细的协议阐述、举例、截图及代码
2023-12-01 05:05:41 262KB 串口操作协议
1