登录
首页 » 操作系统 » 人们有大量的背景知识来应对日常生活中的情况。

人们有大量的背景知识来应对日常生活中的情况。

于 2022-01-26 发布 文件大小:13.17 kB
0 132
下载积分: 2 下载次数: 1

代码说明:

People have vast background knowledge to cope with everyday situations. We don t have to be told everything explicitly because we can call on the background knowledge. We use `default knowledge to handle situations where knowledge is incomplete. This is called common sense reasoning. -People have vast background knowledge to cope with everyday situations. We don t have to be told everything explicitly because we can call on the background knowledge. We use `default knowledge to handle situations where knowledge is incomplete. This is called common sense reasoning.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ucos的源代码程序,可以好好研究一下,尤其是进程控制用的一张二维表,简直是经典...
    ucos的源代码程序,可以好好研究一下,尤其是进程控制用的一张二维表,简直是经典-uCOS program source code, you can look good, especially the process of controlling a two-dimensional form, it is a classic
    2022-01-26 01:30:56下载
    积分:1
  • 课程设计《页面置换算法》,内含设计文档。 设计要求为:业共有320条指令,即它的地址空间为32页,目前它的所有页都还未调入内存。再模拟过程中,...
    操作系统课程设计《页面置换算法》,内含设计文档。 设计要求为:作业共有320条指令,即它的地址空间为32页,目前它的所有页都还未调入内存。再模拟过程中,如果所访问的指令已在内存,则显示其物理地址,并转下一条指令。如果所访问的指令还未装入内存,则发生缺页,此时需要记录缺页的次数,并将相应页调入内存。如果4个内存块均已装入该作业,则需要进行页面置换,最后显示其物理地址,并转向下一条指令。在所有320条指令执行完毕后,请计算并显示作业运行过程中发生的缺页率。 实现方法为:最佳置换算法(OPT)、先进先出(FIFO)算法和最近最久未使用(LRU)算法。-err
    2023-03-14 22:50:04下载
    积分:1
  • 跨平台获取cpu信息linux,windows,mac
    跨平台获取cpu信息linux,windows,mac 之前的ccpuid V1.01版只支持Windows和Linux平台。现在的V1.02版增加对Mac OS X平台的支持,还做了这些改进——支持纯C、增加CPUF常数、x86平台判断。
    2023-07-17 09:45:03下载
    积分:1
  • 设备管理主要包括设备的分配和回收、同时实现设备独立性。假定模拟中有A(3台)、B(2台)、C三种设备,采用安全分配方式。...
    设备管理主要包括设备的分配和回收、同时实现设备独立性。假定模拟系统中有A(3台)、B(2台)、C三种设备,采用安全分配方式。-Device Manager includes equipment distribution and recovery, while achieving device independence. Simulation system assumes that there are A (3 units), B (2 units), C three kinds of equipment, the introduction of safety distribution.
    2022-09-18 15:10:03下载
    积分:1
  • 的内存跟踪文件,用API函数来实现,对于学习有很大的价值....
    操作系统的内存跟踪文件,用API函数来实现,对于学习操作系统有很大的价值.-operating system memory tracking files, API function to achieve, learning operating system is of great value.
    2022-04-17 21:02:52下载
    积分:1
  • 讲的很详细,希望对大家有用,一共有三部分
    讲的很详细,希望对大家有用,一共有三部分-Talked about in great detail and hope for all of us, a total of three parts
    2022-02-25 14:04:31下载
    积分:1
  • UCOS在我的MIPS CPU上的移植 1. 这是UCOS在我的MIPS CPU上的移植代码, 编译工具使用标准的MIPS GCC. 2. 所有CPU相...
    UCOS在我的MIPS CPU上的移植 1. 这是UCOS在我的MIPS CPU上的移植代码, 编译工具使用标准的MIPS GCC. 2. 所有CPU相关的代码全在start.S中,相关函数说明如下: -UCOS in my MIPS CPU on one transplant. This is uCOS MIPS CPU in my code the transplant, the compiler uses the standard tools for MIPS GCC.2. All CPU-related code-wide in start.S, the correlation function as follows :
    2022-06-17 17:03:59下载
    积分:1
  • 一个简单的例子,为多线程和信号
    此示例实现阅读室模型。假设有 8 个席位,在阅览室里,在等候室 5 个座位。Readers" 的行动会像这样: 1) 一位读者在前台服务注册他的信息,他进入阅览室之前。他在他离开后注销。前台服务只能处理一个 time.2 的一位读者) 如果一个读者发现阅读房间里满是,他会在等待 room.3 等) 如果在候诊室里没有席位,他将 leave.*The 主线程将启动 20 个读取器线程。读取器线程将重复上述行为。读者的行为记录打印在屏幕上和写到一个文件中。
    2022-01-22 03:57:30下载
    积分:1
  • 书  名: unix和shell程序设计权威教程 出 版 社: 清华大学出版社   者: [美]佛努丹,吉尔伯格著 本书介绍了unix...
    书  名: unix和shell程序设计权威教程 出 版 社: 清华大学出版社 作  者: [美]佛努丹,吉尔伯格著 本书介绍了unix操作系统和shell编程两个部分的知识。前一部分全面讲解了unix操作系统,包括unix操作系统、vi和ex编辑器、文件系统与文件操作权限、以及各种unix实用程序;后一部分深入介绍了各种类型的unix shell编程,涵盖了korn shell、c shell等主要的shell类型。本书采用可视化讲解方法,全书包含大量的图、表、代码清单、脚本和代码示例,可有效帮助读者理解所介绍的内容;各章章末还配备了相应的复习题、练习题和上机实习等资料,以帮助读者巩固所学的知识。 -Title : unix shell design and authoritative guide publishers : Tsinghua University Press Author : [U.S.] Naodan Dover, Jierbage book, the book on the unix operating system and shell programming two parts of the knowledge. First part of a comprehensive account of unix operating systems, including unix operating system, and ex vi editor. file system and file manipulation authority, and various unix utilities; latter part of the in-depth briefings on the various types of unix shell programming, covering the korn shell. c shell, and other major type of shell. The book on the visual method, the book contains a large number of graphs, charts, code lists, scripts and code examples, ca
    2022-07-12 03:10:45下载
    积分:1
  • CSharp 动态加载Dll动态链接库,看看CSharp是怎样完成的.
    CSharp 动态加载Dll动态链接库,看看CSharp是怎样完成的.-CSharp dynamic loading Dll dynamic link library, look at what is CSharp completed.
    2022-01-26 02:31:51下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载