登录
首页 » Others » BYQCKZJ1a

BYQCKZJ1a

于 2019-01-18 发布 文件大小:141KB
0 242
下载积分: 1 下载次数: 0

代码说明:

  12路交流,24路开关,4路温度等直流测控。主机板的印制板图(12-way AC, 24-way switch, 4-way temperature DC measurement and control. Printed Board Drawing of Main Board)

文件列表:

BYQCKZJ1a.DDB, 1370112 , 2004-12-13

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

发表评论

0 个回复

  • qianrushi
    嵌入式系统体系结构及嵌入式处理器,以及使用,并介绍了嵌入式操作系统的开发 (Embedded systems architecture and embedded processor,and the use of,and introduced the development of embedded operating systems)
    2009-05-30 13:57:39下载
    积分:1
  • os_xiti4-8
    钟毓秀操作系统课后习题答案,有详细的计算题答案4-8章(Operating after-school exercise钟毓秀answer questions have detailed answers to the calculation of Chapter 4-8)
    2008-03-29 17:04:34下载
    积分:1
  • TrustedGRUB-1.1.5.tar
    支持可信启动链,支持TPM/TCM。在GRUB的stage1, stage1.5, stage2对关键加载数据进行扫描,并记录到TPM/TCM芯片中。需要BIOS提供0x1A中断实现。(supports trusted booting, support TPM/TCM。This software measures key data in stage1, stage1.5, stage2, and record into TPM/TCM chip. needs 0x1A interrupt functions implemented in BIOS.)
    2014-05-29 14:22:10下载
    积分:1
  • 1196084华工课程设计
    华南理工大学操作系统课程设计文件哈哈哈哈哈哈(hua nan li gong da xue cao zuo xi tong ke cheng she ji)
    2021-02-18 19:09:44下载
    积分:1
  • nachos
    Java语言实现nachos系统的基本功能,使用伯克利大学指导书要求。(Java language nachos basic functions of the system, using the instructions Berkeley requirements.)
    2020-11-09 09:19:47下载
    积分:1
  • 2440uCos2-src-images-20100609
    用ADS开发的2440程序,并且有UCOS2操作系统(With the the ADS development of 2440 program)
    2013-05-11 16:48:06下载
    积分:1
  • OS
    说明:  包含操作系统全部试验以及实验报告,稍微修改下就可以了(Contains the operating system all the tests and lab reports, a slight modification can be the next)
    2010-05-26 11:29:03下载
    积分:1
  • clock页面置换算法
    clock页面置换算法 用CLOCK置换算法仿真请求分页系统 1、设计目的:用高级语言编写和调试一个内存分配程序,加深对内存分配算法的理解。 2、设计要求: 1) 实现请求分页存储管理方式的页面置换算法:CLOCK算法 2) 内存物理块数固定为15个,对多个作业采用可变分配全局置换的策略分配物理块 3) 作业数量与作业大小(10-20页)可在界面进行设置 4) 所有作业按RR算法进行调度,时间片长度为1秒 5) 可为每个作业随机产生引用的页面串,也可以人工输入引用的页面串,页面串长度50---100,要求必须包括作业所有的页面,可作为样例数据保存 6) 可读取样例数据(要求存放在外部文件中)进行作业数量、作业大小、页面串长度的初始化 7) 要求采用可视化界面,模拟内存分配和使用情况图,可在运行过程中随时暂停,查看当前内存物理块使用情况。 8) 每次全部作业运行结束后,要求打印出访问命中率 (clock page replacement algorithm)
    2013-05-12 10:42:56下载
    积分:1
  • ucore-lab1
    Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统做准备。proj1 提供了一个非常小的bootloader,整个bootloader 的大小小于512 个字节,这样才能放到硬盘的主引导扇区中。通过分析和实现这个bootloader,读者可以了解到:基于分段机制的存储管理、设备管理的基本概念、PC 启动bootloader 的过程、bootloader 的文件组成、编译运行bootloader 的过程、调试bootloader 的方法、在汇编级了解栈的结构和处理过程、中断处理机制、通过串口/并口/CGA 输出字符的方法。文件中包括源代码、实验指导书和实验报告。(Ucore is a small operating system for learning, the " Sparrow" contains the virtual memory management, process management, processor scheduling, synchronization mutually exclusive, inter-process communication, file system and other major kernel functions, the total amount of kernel code ( C+ asm) no more than 5K lines. Fully embodies the " small" the guiding ideology. This is ucore experiment 1: the system software boot process. Purpose: the operating system is a software, but also need some mechanism to load and run it. Here we will adopt another more simple software-bootloader to complete these tasks. To this end, we need to be able to complete a switch to the x86 protected mode and display the characters bootloader, the operating system to start to prepare for the future. proj1 provides a very small bootloader, the bootloader is less than 512 bytes in size, so as to put the hard disk master boot sector. Through the analysis and to achieve this bootloader, the read)
    2011-06-07 14:36:34下载
    积分:1
  • oscj7e-src
    操作系统概念一书第七版中用到的源码,包括project等等。(Source codes for book Operating System Concepts, including projects in this book and so on)
    2020-10-12 23:17:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载