搜索资源列表
P1口流水灯程序pcb
- P1口流水灯程序,pcb-P1 lights procedures pcb
pcbchenhu
- 经典的pcb制作实例 很好的参考材料呀! 有兴趣的可以下载-PCB production of the classic examples of good reference material! Interested parties can download
os_2
- 本程序需要用到数据结构中队列的概念完成。用指针指出下一个进程的PCB首地址,最后一个进程中指针为“0”。该调度算法是从后备队列中选择一个或若干个估计运行时间最短的作业,将其调入内存运行。当要求运行时间不为0时,将PCB加入队列(按优先数大小插入,且置队首标志);若要求运行时间为0,则把它的状态修改为“结束”(),并退出队列。-the procedures need to resort to queue data structure to complete the concept. Using i
stc12 eeprom
- 本演示程序在STC-ISP Ver 3.0A.PCB 的下载编程工具上测试通过,EEPROM 的数据 在P1 口上显示, 如果要在程序中使用或在文章中引用该程序,请在程序中或文章中
CY7C68013_FlashChipReader
- Full Project Flash NAND Chips (TSOP-48) Reader OrCAD schematic circuit + Protel Altium PCB Design + Windows API, basic on C# Host USB Application + uVision4 (Keil) CY7C68013 design.
3.DS18B20Temperaturesensor
- DS18B20精确到0.1度,有proteus和PCB,可以设置上下限温度,蜂鸣器输出。-DS18B20, accurate to 0.1 degrees, proteus and PCB, can set upper temperature, buzzer output.
Basketball-scoreboard-curriculum-
- 篮球记分器 课程设计 内涵protel原理图 pcb、源程序。c语言 ,很完善.-Basketball scoreboard curriculum design content protel schematic pcb, source. c language, it is perfect.
dian1
- 电子琴的原理图,即PCB图等,还附带了单片机C51的程序,能够较好的实现电子琴功能-Electronic organ schematic diagram, PCB figure, etc., also comes with a microcontroller C51 program, can better realize the electronic organ function
systemopeator_1
- 编写程序完成单处理器系统的进程调度,要求采用时间片轮转法调度策略。具体内容: 1、确定PCB内容及其组织方式。 2、要求模拟进程空闲(新)、就绪、运行、阻塞和完成5个状态。 3、实现进程创建、进程调度、进程阻塞和进程唤醒4个原语。 4、编写主函数对整个系统进程测试。 -Write a program to complete the single processor systems process scheduling, requires round-robin schedul
jinchengkongzhi
- 1、利用简单的结构和控制方法模拟进程结构、进程状态和进程控制,使学生掌握作为操作系统分配资源的基本单位的进程相关的概念。定义PCB(可以采用静态结构或动态结构),在实验中只需建立PCB,用它代表完整的进程。 2、定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)、进程阻塞(b)、唤醒进程(w)、调度进程(p)、时间片