资源列表
Operating-System-Experiment-IV
- 【实验题目】 在FAT12盘中的引导操作系统 【实验目的】 1. 熟悉从FAT12盘中加载内核的过程 2. 编写符合FAT12格式的引导程序 3. 掌握从文件系统中找文件并装载进内在的方法。-【Subject】 Boot the operating system in the FAT12 disk 【Purpose】 1. Familiar with the process the FAT12 disk loading kernel 2. Write a b
Operating-System-Experiment-III
- 汇编与C语言混合编程,实现内核与引导程序分离-Assembly and C language mixed programming, kernel and boot program separation
inf_tool-(2)
- USB inf-wizard driver generation tools to assist VC debugging
caozuoxitong
- 操作系统开发简介第2章大学教程 经典之作-operating system
esc32_keil-master
- esp32-keil stm32电调程序-esp32-keil stm32 BLDC driver
STM_UCOSII
- ucosII 在是stm32f103上的移植 -ucosII transplant on stm32f103
Shell
- linux shell implementation in C languages
xp
- xp安装光盘引导扇区,用软碟通提取后简化,便于阅读-windows xp iso load
lesson5
- proteus单片机仿真 数码管 #include <reg51.h> unsigned char code Tab[] {0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90} void Delay() { unsigned char i,j for(i 0 i<255 i++) for(j 0 j<255 j++) } void main() { uns
lesson6
- proteus单片机仿真-数码管(动态) #include<reg51.H> unsigned char code Tab[] {0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90} unsigned char Dat[] {0,0,0,0} unsigned char tmp,i,j unsigned char s 0 void delay(int n) { int i for(i 0
lesson7
- proteus单片机仿真-有源蜂铃器 #include<reg51.h> sbit Buzzer P0^0 void main(void) { int i,n n 60 while(1) { Buzzer 1 for(i 1 i<n i++) Buzzer 0 for(i 1 i<n i++) } }-Proteus single-chip microcomputer simu
lesson8
- proteus单片机仿真 继电器 #include<reg51.h> sbit S1 P3^2 sbit S2 P3^3 sbit Relay P0^0 void main() { while(1) { if(S1 0) Relay 1 if(S2 0) Relay 0 } }-Proteus single-chip microcomputer simulation- relay # include <