搜索资源列表
关于操作系统进程调度实验报告
- 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.用P,V原语操作实现进程互斥.-process scheduling process manage
实验三圆的中点转换算法
- 课堂上老师要求做的实验三。实现圆的中点转换算法。-class, the teacher asked to do the experiment three. Circle the midpoint conversion algorithm.
AD转换1
- AD转换,模数转换实验,汇编程序代码 包含DA转换.-AD converter, analog-digital conversion experiments, compiled code contains DA conversion.
几个实用8086微机实验程序
- 几个实用8086环境下的微机实验程序,由时钟,交通灯控制,ADDA转换等几个程序-several practical environment under the 8086 Computer experimental procedure, by the clock, control of traffic lights, ADDA transfer several programs
单片机实验实训指导书
- 目 录 实验 实验一:WAVE软件使用 实验二:常用指令的使用练习 实验三:循环程序 实验四:查表程序 实验五:数制转换程序 实验六 实用子程序:(编程器的使用) 实验七:中断/定时程序 实验八:输入检测与输出显示程序 课设 一、课程设计目的和意义 二、实验电路系统的结构和使用方法 三、设计参考题目介绍和设计提示性思考题 四、设计任务书及要求 五、课程设计报告格式及要求 六、考核办法 七、课程设计内容及学时安排 -a
ad_zhuanhuan
- 接口技术实验中 A/D D/A转换实验.包括多种状态.编译通过.-Interface Technology Experiment A / D D / A conversion experiments. Including many forms. Compile.
C++程序设计语言实验四
- 实验七:C++编程入门 一、实验内容 1. 理解继承与组合。 2. 学会使用多态特性。 3. 使用文件。 4. 异常处理。 二、实验题目 1. 创建一个class Counted,包含一个int类型的成员变量id和一个static int类型的成员变量count。默认构造函数的开头为“Counted() : id(count ++) {”。要求: a) 构造函数输出id值并且输出“it’s being created”; b) 析构函数也输出id值并且输出“it is bein
PCF8591.rar
- 我自己完成的PCF8591模数与数模转换实验,希望对大家有所帮助,I have completed PCF8591 modulus and the digital-analog conversion experiments, we want to help
luoyaxing
- 接口与通信实验报告,报告上有代码。 实验的题目如下: 8253定时/计数器实验、 8255并行接口实验、 数字式时钟(电子钟)、 D/A(数/模)转换实验、 A/D(模/数)转换实验、 -Interface with the communication experiment report, there are code. Experiments are as follows: 8253 timer/counter experiments, the expe
ADC0832
- 在C51单片机上编写的ADC0832模数转换实验-failed to translate
tongxinjiekou
- 接口与通讯实验报告(内有代码) 1、8253定时/计数器实验 2、8255并行接口实验 3、数字式时钟(电子钟) 4、D/A(数/模)转换实验 5、A/D(模/数)转换实验 -Interface and communication lab report (which contains code) 1,8253 timer/counter experiment 2,8255 Parallel Interface Experiment 3, digital clock (cl
lpc2142ad
- lpc2142实验板单通道AD转换实验的源程序。-lpc2142 experimental single-channel AD converter board source experiment
TTTLC5620L
- TLC5620 DAC转换实验程序该实验程序使用TLC5620中A、B、C、D四个通道中的前两个通道分别输出周期相等、幅度均为为3.3V的三角波和方波,5620的输出经过LM358双运方的反相跟随后增强了带负载能力并且使得输出的信号电压位于 -TLC5620 DAC conversion of the experimental procedure of the experimental procedure using the TLC5620 in A, B, C, D, four chan
ADC
- C8051F340单片机 的AD转换实验,实现了模数转换功能-C8051F340 single chip microcontroller AD conversion experiments, analog-to-digital conversion
[TEST56]AN1-AD8-1602
- pic16f887+1602ad转换实验 c语言
实验28:DA数模转换
- 基于stm51 单片机的数模转换程序可以实现从数字量到模拟量的转换程序 改程序是基于51单片机的程序(Stm51 microcontroller based digital to analog conversion process, you can achieve from digital to analog conversion process Change the program is based on 51 single-chip procedures)
21. ADC模数转换实验
- ADC数模装换,可在tftlcd上显示,大家可参考下(ADC digital analog mount, can be displayed on the TFTLCD)
19-PCF8591 AD转换实验
- 19-PCF8591 AD转换实验(19-PCF8591 AD conversion experiment)
20-PCF8591 DA转换实验
- 20-PCF8591 DA转换实验(20-PCF8591 DA conversion experiment)
数据结构-单链表-实验报告
- 1.实验目的及要求 1.1实验目的: (1)掌握线性表的顺序存储结构; (2)验证单链表及其基本操作的实现; (3)进一步理解算法与程序的关系,能够将单链表算法转换为对应的程序。 1.2 实验要求: (1)用头插法(或尾插法)建立带头结点的单链表; (2)对已建立的单链表实现插入、删除、查找等基本操作。(1 the purpose and requirements of the experiment 1.1 the purpose of the experiment: