资源列表

« 1 2 ... .80 .81 .82 .83 .84 885.86 .87 .88 .89 .90 ... 915 »

[操作系统开发Operating-System-Experiment-III

说明:汇编与C语言混合编程,实现内核与引导程序分离-Assembly and C language mixed programming, kernel and boot program separation
<黄琪琪> 在 2024-10-07 上传 | 大小:567296 | 下载:0

[操作系统开发inf_tool-(2)

说明:USB inf-wizard driver generation tools to assist VC debugging
<wang> 在 2024-10-07 上传 | 大小:912384 | 下载:0

[操作系统开发caozuoxitong

说明:操作系统开发简介第2章大学教程 经典之作-operating system
<师英昭> 在 2024-10-07 上传 | 大小:2281472 | 下载:0

[操作系统开发esc32_keil-master

说明:esp32-keil stm32电调程序-esp32-keil stm32 BLDC driver
<黄永全> 在 2024-10-07 上传 | 大小:3135488 | 下载:0

[操作系统开发STM_UCOSII

说明:ucosII 在是stm32f103上的移植 -ucosII transplant on stm32f103
<周建琼> 在 2024-10-07 上传 | 大小:9230336 | 下载:0

[操作系统开发Shell

说明:linux shell implementation in C languages
<WhileOne> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[操作系统开发xp

说明:xp安装光盘引导扇区,用软碟通提取后简化,便于阅读-windows xp iso load
<shishiwu> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[操作系统开发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-07 上传 | 大小: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-07 上传 | 大小: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-07 上传 | 大小: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-07 上传 | 大小:45056 | 下载:0

[操作系统开发DSPforEmbeddedandRealTime-Systems

说明:DSP for Embedded and Real Time Systems,嵌入式实时系统的dsp开发-DSP for Embedded and Real Time Systems,DSP Software development for embedded systems
<chengxiaoyu> 在 2024-10-07 上传 | 大小:8589312 | 下载:0
« 1 2 ... .80 .81 .82 .83 .84 885.86 .87 .88 .89 .90 ... 915 »

源码中国 www.ymcn.org