资源列表

« 1 2 ... .56 .57 .58 .59 .60 861.62 .63 .64 .65 .66 ... 915 »

[操作系统开发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++)
<吴空其> 在 2024-10-06 上传 | 大小:38912 | 下载:0

[操作系统开发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(i
<吴空其> 在 2024-10-06 上传 | 大小:89088 | 下载: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
<吴空其> 在 2024-10-06 上传 | 大小:43008 | 下载:0

[操作系统开发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 simu
<吴空其> 在 2024-10-06 上传 | 大小:45056 | 下载:0

[操作系统开发lesson9

说明: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} sbit JDQ P1^0 sbit Buzzer P3^0 void so
<吴空其> 在 2024-10-06 上传 | 大小:48128 | 下载:0

[操作系统开发lab3-final

说明:MIT JOS LAB3调试好的代码,在linux-ubuntu 通过qemu测试,实验得分满分。-MIT JOS LAB3 debugged code, linux-ubuntu by qemu test, test scores out.
<谢巍> 在 2024-10-06 上传 | 大小:1799168 | 下载:0

[操作系统开发os

说明:这是电子科技大学的操作系统课件,内容全面,分享给需要参加电子科技大学研究生入学考试的同学-this is Operating system handout.
<陈长虹> 在 2024-10-06 上传 | 大小:19672064 | 下载:0

[操作系统开发nemu

说明:用c语言实现一个简单的IA32x86模拟器,主要分为四个模块——监视器、CPU、段页式机制、I/O-Using c language to achieve a simple IA32x86 simulator, mainly divided into four modules- monitors, CPU, paragraph-page mechanism, I/O
<叶一乐> 在 2024-10-06 上传 | 大小:2330624 | 下载:0

[操作系统开发Demand-paging-storage

说明:请求分页管理,多种算法实现,包括FIFO、LRU、LFU、Clock方式-Demand paging storage
<admin> 在 2024-10-06 上传 | 大小:8824832 | 下载:0

[操作系统开发rtems-4.11.0

说明:实时操作系统RTEMS源码,是开发RTEMS非常重要的资料-RTEMS source real-time operating system, is very important information to develop RTEMS
<王宏毅> 在 2024-10-06 上传 | 大小:18115584 | 下载:0

[操作系统开发caozuoxitongandshiyanbaogao

说明:文件系统模拟,操作系统大实验,MFC界面-File system simulation, operating system experiment
<wu> 在 2024-10-06 上传 | 大小:5863424 | 下载:0

[操作系统开发regbit

说明:regbit.exe 实用小工具,可以转换10进制和16进制,bit位来显示,可以单独修改某个bit。一直在用很好用。推荐给大家-regbit.exe it is a good tool. it is used to change OCT to HEX. I urally use it.it is very good.
<rain> 在 2024-10-06 上传 | 大小:60416 | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 861.62 .63 .64 .65 .66 ... 915 »

源码中国 www.ymcn.org