├── .gitattributes ├── .gitignore ├── README.md ├── 定时器 └── 第二次实验 │ ├── 1 │ ├── 200.c │ ├── 200.uvgui.11477 │ ├── 200.uvgui.nbzz │ ├── 200.uvopt │ ├── 200.uvproj │ ├── LED8.c │ ├── Listings │ │ ├── 200.lst │ │ ├── 200.m51 │ │ ├── LED8.lst │ │ └── STARTUP.lst │ ├── Objects │ │ ├── 200 │ │ ├── 200.build_log.htm │ │ └── 200.lnp │ ├── STARTUP.A51 │ └── led8.h │ ├── 2 │ ├── 5wei.uvgui.11477 │ ├── 5wei.uvgui.nbzz │ ├── 5wei.uvopt │ ├── 5wei.uvproj │ ├── LED8.c │ ├── Listings │ │ ├── 5wei.m51 │ │ ├── LED8.lst │ │ ├── STARTUP.lst │ │ └── wuwei.lst │ ├── Objects │ │ ├── 5wei │ │ ├── 5wei.build_log.htm │ │ └── 5wei.lnp │ ├── STARTUP.A51 │ ├── led8.h │ └── wuwei.c │ ├── 3 │ ├── 24xiaoshi.c │ ├── 24xiaoshi.uvgui.nbzz │ ├── 24xiaoshi.uvopt │ ├── 24xiaoshi.uvproj │ ├── LED8.c │ ├── Listings │ │ ├── 24xiaoshi.lst │ │ ├── 24xiaoshi.m51 │ │ ├── LED8.lst │ │ └── STARTUP.lst │ ├── Objects │ │ ├── 24xiaoshi │ │ ├── 24xiaoshi.build_log.htm │ │ └── 24xiaoshi.lnp │ ├── STARTUP.A51 │ └── led8.h │ ├── 4 │ ├── LED8.c │ ├── Listings │ │ ├── LED8.lst │ │ ├── STARTUP.lst │ │ ├── xuehao.lst │ │ └── xuehao.m51 │ ├── Objects │ │ ├── xuehao │ │ ├── xuehao.__i │ │ ├── xuehao.build_log.htm │ │ └── xuehao.lnp │ ├── STARTUP.A51 │ ├── led8.h │ ├── xuehao.c │ ├── xuehao.uvgui.11477 │ ├── xuehao.uvgui.nbzz │ ├── xuehao.uvopt │ └── xuehao.uvproj │ ├── 2_微机实验指导书2022.pdf │ └── 新建文本文档.txt ├── 实验三.docx ├── 第三次实验 └── 第三次实验 │ ├── 1 │ ├── 200自动循环.txt │ ├── 200计数.c │ ├── 200计数.uvgui.11477 │ ├── 200计数.uvgui.nbzz │ ├── 200计数.uvopt │ ├── 200计数.uvproj │ ├── LED8.c │ ├── Listings │ │ ├── 200计数.lst │ │ ├── 200计数.m51 │ │ ├── LED8.lst │ │ └── STARTUP.lst │ ├── Objects │ │ ├── 200计数 │ │ ├── 200计数.__i │ │ ├── 200计数.build_log.htm │ │ ├── 200计数.lnp │ │ └── LED8.__i │ ├── STARTUP.A51 │ └── led8.h │ ├── 2 │ ├── LED8.c │ ├── Listings │ │ ├── LED8.lst │ │ ├── STARTUP.lst │ │ ├── key16.lst │ │ ├── 行列键盘.lst │ │ └── 行列键盘.m51 │ ├── Objects │ │ ├── 行列键盘 │ │ ├── 行列键盘.build_log.htm │ │ └── 行列键盘.lnp │ ├── STARTUP.A51 │ ├── key16.c │ ├── led8.h │ ├── 行列键盘.c │ ├── 行列键盘.uvgui.11477 │ ├── 行列键盘.uvgui.nbzz │ ├── 行列键盘.uvopt │ └── 行列键盘.uvproj │ ├── 3 │ ├── LED8.c │ ├── Listings │ │ ├── LED8.lst │ │ ├── STARTUP.lst │ │ ├── 学号移位.lst │ │ └── 学号移位.m51 │ ├── Objects │ │ ├── LED8.__i │ │ ├── 学号移位 │ │ ├── 学号移位.__i │ │ ├── 学号移位.build_log.htm │ │ └── 学号移位.lnp │ ├── STARTUP.A51 │ ├── led8.h │ ├── 学号移位.c │ ├── 学号移位.uvgui.11477 │ ├── 学号移位.uvgui.nbzz │ ├── 学号移位.uvopt │ └── 学号移位.uvproj │ └── 4 │ ├── LED8.c │ ├── Listings │ ├── LED8.lst │ ├── STARTUP.lst │ ├── key16.lst │ ├── 时钟走时.lst │ └── 时钟走时.m51 │ ├── Objects │ ├── LED8.__i │ ├── key16.__i │ ├── 时钟走时 │ ├── 时钟走时.__i │ ├── 时钟走时.build_log.htm │ └── 时钟走时.lnp │ ├── STARTUP.A51 │ ├── jianpan.txt │ ├── key16.c │ ├── led8.h │ ├── 时钟走时.c │ ├── 时钟走时.uvgui.11477 │ ├── 时钟走时.uvgui.nbzz │ ├── 时钟走时.uvopt │ └── 时钟走时.uvproj ├── 第四次实验 └── 第四次实验 │ ├── 1 │ ├── Listings │ │ ├── STARTUP.lst │ │ ├── 读取ADC.lst │ │ └── 读取ADC键位.m51 │ ├── Objects │ │ ├── 读取ADC键位 │ │ ├── 读取ADC键位.build_log.htm │ │ └── 读取ADC键位.lnp │ ├── STARTUP.A51 │ ├── STC15Fxxxx.H │ ├── 读取ADC.c │ ├── 读取ADC键位.uvgui.11477 │ ├── 读取ADC键位.uvgui.nbzz │ ├── 读取ADC键位.uvopt │ └── 读取ADC键位.uvproj │ ├── 2 │ ├── LED8.c │ ├── Listings │ │ ├── LED8.lst │ │ ├── NTC.lst │ │ ├── STARTUP.lst │ │ ├── serial.lst │ │ ├── 电压温度.lst │ │ └── 电压温度.m51 │ ├── NTC.c │ ├── Objects │ │ ├── 电压温度 │ │ ├── 电压温度.build_log.htm │ │ └── 电压温度.lnp │ ├── STARTUP.A51 │ ├── adc.h │ ├── gdef.h │ ├── led8.h │ ├── serial.c │ ├── serial.h │ ├── serialchart电压温度.txt │ ├── 电压温度.c │ ├── 电压温度.uvgui.11477 │ ├── 电压温度.uvgui.nbzz │ ├── 电压温度.uvopt │ └── 电压温度.uvproj │ ├── 3 │ ├── LED8.c │ ├── Listings │ │ ├── LED8.lst │ │ ├── NTC.lst │ │ ├── STARTUP.lst │ │ ├── serial.lst │ │ ├── 电压温度.lst │ │ └── 电压温度.m51 │ ├── NTC.c │ ├── Objects │ │ ├── LED8.__i │ │ ├── NTC.__i │ │ ├── serial.__i │ │ ├── 电压温度 │ │ ├── 电压温度.__i │ │ ├── 电压温度.build_log.htm │ │ └── 电压温度.lnp │ ├── STARTUP.A51 │ ├── adc.h │ ├── gdef.h │ ├── led8.h │ ├── serial.c │ ├── serial.h │ ├── serialchart温度曲线.txt │ ├── 串口动图.m │ ├── 电压温度.c │ ├── 电压温度.uvgui.11477 │ ├── 电压温度.uvgui.nbzz │ ├── 电压温度.uvopt │ └── 电压温度.uvproj │ ├── 4 │ ├── LED8.c │ ├── Listings │ │ ├── LED8.lst │ │ ├── STARTUP.lst │ │ ├── serial.lst │ │ ├── 移位学号.lst │ │ └── 移位学号.m51 │ ├── Objects │ │ ├── LED8.__i │ │ ├── serial.__i │ │ ├── 移位学号 │ │ ├── 移位学号.__i │ │ ├── 移位学号.build_log.htm │ │ └── 移位学号.lnp │ ├── STARTUP.A51 │ ├── gdef.h │ ├── led8.h │ ├── serial.c │ ├── serial.h │ ├── 移位学号.c │ ├── 移位学号.uvgui.11477 │ ├── 移位学号.uvgui.nbzz │ ├── 移位学号.uvopt │ └── 移位学号.uvproj │ ├── 5 │ ├── LED8.c │ ├── Listings │ │ ├── LED8.lst │ │ ├── STARTUP.lst │ │ ├── serial.lst │ │ ├── 时钟信号.lst │ │ └── 时钟信号.m51 │ ├── Objects │ │ ├── LED8.__i │ │ ├── serial.__i │ │ ├── 时钟信号 │ │ ├── 时钟信号.__i │ │ ├── 时钟信号.build_log.htm │ │ └── 时钟信号.lnp │ ├── STARTUP.A51 │ ├── gdef.h │ ├── led8.h │ ├── serial.c │ ├── serial.h │ ├── 时钟信号.c │ ├── 时钟信号.uvgui.11477 │ ├── 时钟信号.uvgui.nbzz │ ├── 时钟信号.uvopt │ └── 时钟信号.uvproj │ ├── 4.zip │ ├── ex4.zip │ ├── ex4 │ ├── lab10 │ │ ├── 1.uvgui.86139 │ │ ├── 1.uvgui.nobody │ │ ├── 1.uvgui.xmqm │ │ ├── 1.uvopt │ │ ├── 1.uvproj │ │ ├── Listings │ │ │ ├── 1.m51 │ │ │ └── main.lst │ │ ├── Objects │ │ │ ├── 1.build_log.htm │ │ │ └── 1.lnp │ │ ├── README │ │ ├── STC15Fxxxx.H │ │ ├── Test.ipynb │ │ ├── main.c │ │ └── test.py │ ├── lab11&12 │ │ ├── 2.uvgui.nobody │ │ ├── 2.uvgui.xmqm │ │ ├── 2.uvopt │ │ ├── 2.uvproj │ │ ├── LED8.c │ │ ├── Listings │ │ │ ├── 2.m51 │ │ │ ├── LED8.lst │ │ │ ├── NTC.lst │ │ │ ├── VddNTC.lst │ │ │ └── serial.lst │ │ ├── NTC.c │ │ ├── Objects │ │ │ ├── 2 │ │ │ ├── 2.build_log.htm │ │ │ ├── 2.lnp │ │ │ └── VddNTC.__i │ │ ├── README │ │ ├── VddNTC.c │ │ ├── adc.h │ │ ├── gdef.h │ │ ├── led8.h │ │ ├── serial.c │ │ └── serial.h │ └── lab13 │ │ ├── 4.uvgui.11477 │ │ ├── 4.uvgui.86139 │ │ ├── 4.uvgui.nobody │ │ ├── 4.uvgui.xmqm │ │ ├── 4.uvopt │ │ ├── 4.uvproj │ │ ├── LED8.c │ │ ├── Listings │ │ ├── 4.m51 │ │ ├── LED8.lst │ │ ├── main.lst │ │ ├── rotatenumber.lst │ │ └── serial.lst │ │ ├── Objects │ │ ├── 4 │ │ ├── 4.build_log.htm │ │ ├── 4.lnp │ │ └── main.__i │ │ ├── README │ │ ├── gdef.h │ │ ├── led8.c.txt │ │ ├── led8.h │ │ ├── main.c │ │ ├── serial.c │ │ └── serial.h │ └── 第四次实验.zip ├── 红绿灯 ├── 1.c ├── Listings │ ├── 1.lst │ └── 红绿灯.m51 ├── Objects │ ├── 红绿灯 │ ├── 红绿灯.build_log.htm │ └── 红绿灯.lnp ├── 红绿灯.uvgui.11477 ├── 红绿灯.uvopt └── 红绿灯.uvproj ├── 跑马灯 ├── 2.c ├── Listings │ ├── 2.lst │ └── 跑马灯.m51 ├── Objects │ ├── 跑马灯 │ ├── 跑马灯.build_log.htm │ └── 跑马灯.lnp ├── STARTUP.A51 ├── 跑马灯.uvgui.11477 ├── 跑马灯.uvopt └── 跑马灯.uvproj ├── 软件-ascii ├── 1.a51 ├── Listings │ ├── 1.lst │ └── 数据传输.m51 ├── Objects │ ├── 数据传输 │ ├── 数据传输.build_log.htm │ └── 数据传输.lnp ├── 数据传输.uvgui.11477 ├── 数据传输.uvopt └── 数据传输.uvproj ├── 软件-bcd-16进制 ├── 1.a51 ├── Listings │ ├── 1.lst │ └── 数据传输.m51 ├── Objects │ ├── 数据传输 │ ├── 数据传输.build_log.htm │ └── 数据传输.lnp ├── bcd.uvgui.11477 ├── bcd.uvopt ├── bcd.uvproj ├── 数据传输.uvgui.11477 └── 数据传输.uvopt ├── 软件-数值运算 ├── 1.a51 ├── Listings │ ├── 1.lst │ └── 数值运算.m51 ├── Objects │ ├── 数值运算 │ ├── 数值运算.build_log.htm │ └── 数值运算.lnp ├── 数值运算.asm ├── 数值运算.uvgui.11477 ├── 数值运算.uvopt └── 数值运算.uvproj ├── 软件-数据传输 ├── 1.a51 ├── Listings │ ├── 1.lst │ └── 数据传输.m51 ├── Objects │ ├── 数据传输 │ ├── 数据传输.build_log.htm │ └── 数据传输.lnp ├── 数据传输.uvgui.11477 ├── 数据传输.uvopt └── 数据传输.uvproj └── 软件实验(假) ├── 1.a51 ├── Listings ├── 1.lst └── 软件实验.m51 ├── Objects ├── 软件实验 ├── 软件实验.build_log.htm └── 软件实验.lnp ├── 软件实验.uvgui.11477 ├── 软件实验.uvopt └── 软件实验.uvproj /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ZJU-COSE---Microcomputer-principle-and-interface-technology 2 | 浙江大学光电学院《微机原理与接口技术》实验代码 3 | -------------------------------------------------------------------------------- /定时器/第二次实验/1/200.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/200.c -------------------------------------------------------------------------------- /定时器/第二次实验/1/200.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/200.uvgui.11477 -------------------------------------------------------------------------------- /定时器/第二次实验/1/200.uvgui.nbzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/200.uvgui.nbzz -------------------------------------------------------------------------------- /定时器/第二次实验/1/200.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/200.uvopt -------------------------------------------------------------------------------- /定时器/第二次实验/1/200.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/200.uvproj -------------------------------------------------------------------------------- /定时器/第二次实验/1/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/LED8.c -------------------------------------------------------------------------------- /定时器/第二次实验/1/Listings/200.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/Listings/200.lst -------------------------------------------------------------------------------- /定时器/第二次实验/1/Listings/200.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/Listings/200.m51 -------------------------------------------------------------------------------- /定时器/第二次实验/1/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/Listings/LED8.lst -------------------------------------------------------------------------------- /定时器/第二次实验/1/Listings/STARTUP.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/Listings/STARTUP.lst -------------------------------------------------------------------------------- /定时器/第二次实验/1/Objects/200: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/Objects/200 -------------------------------------------------------------------------------- /定时器/第二次实验/1/Objects/200.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/Objects/200.build_log.htm -------------------------------------------------------------------------------- /定时器/第二次实验/1/Objects/200.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/Objects/200.lnp -------------------------------------------------------------------------------- /定时器/第二次实验/1/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/STARTUP.A51 -------------------------------------------------------------------------------- /定时器/第二次实验/1/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/1/led8.h -------------------------------------------------------------------------------- /定时器/第二次实验/2/5wei.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/5wei.uvgui.11477 -------------------------------------------------------------------------------- /定时器/第二次实验/2/5wei.uvgui.nbzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/5wei.uvgui.nbzz -------------------------------------------------------------------------------- /定时器/第二次实验/2/5wei.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/5wei.uvopt -------------------------------------------------------------------------------- /定时器/第二次实验/2/5wei.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/5wei.uvproj -------------------------------------------------------------------------------- /定时器/第二次实验/2/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/LED8.c -------------------------------------------------------------------------------- /定时器/第二次实验/2/Listings/5wei.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/Listings/5wei.m51 -------------------------------------------------------------------------------- /定时器/第二次实验/2/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/Listings/LED8.lst -------------------------------------------------------------------------------- /定时器/第二次实验/2/Listings/STARTUP.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/Listings/STARTUP.lst -------------------------------------------------------------------------------- /定时器/第二次实验/2/Listings/wuwei.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/Listings/wuwei.lst -------------------------------------------------------------------------------- /定时器/第二次实验/2/Objects/5wei: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/Objects/5wei -------------------------------------------------------------------------------- /定时器/第二次实验/2/Objects/5wei.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/Objects/5wei.build_log.htm -------------------------------------------------------------------------------- /定时器/第二次实验/2/Objects/5wei.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/Objects/5wei.lnp -------------------------------------------------------------------------------- /定时器/第二次实验/2/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/STARTUP.A51 -------------------------------------------------------------------------------- /定时器/第二次实验/2/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/led8.h -------------------------------------------------------------------------------- /定时器/第二次实验/2/wuwei.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2/wuwei.c -------------------------------------------------------------------------------- /定时器/第二次实验/2_微机实验指导书2022.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/2_微机实验指导书2022.pdf -------------------------------------------------------------------------------- /定时器/第二次实验/3/24xiaoshi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/24xiaoshi.c -------------------------------------------------------------------------------- /定时器/第二次实验/3/24xiaoshi.uvgui.nbzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/24xiaoshi.uvgui.nbzz -------------------------------------------------------------------------------- /定时器/第二次实验/3/24xiaoshi.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/24xiaoshi.uvopt -------------------------------------------------------------------------------- /定时器/第二次实验/3/24xiaoshi.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/24xiaoshi.uvproj -------------------------------------------------------------------------------- /定时器/第二次实验/3/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/LED8.c -------------------------------------------------------------------------------- /定时器/第二次实验/3/Listings/24xiaoshi.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/Listings/24xiaoshi.lst -------------------------------------------------------------------------------- /定时器/第二次实验/3/Listings/24xiaoshi.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/Listings/24xiaoshi.m51 -------------------------------------------------------------------------------- /定时器/第二次实验/3/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/Listings/LED8.lst -------------------------------------------------------------------------------- /定时器/第二次实验/3/Listings/STARTUP.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/Listings/STARTUP.lst -------------------------------------------------------------------------------- /定时器/第二次实验/3/Objects/24xiaoshi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/Objects/24xiaoshi -------------------------------------------------------------------------------- /定时器/第二次实验/3/Objects/24xiaoshi.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/Objects/24xiaoshi.build_log.htm -------------------------------------------------------------------------------- /定时器/第二次实验/3/Objects/24xiaoshi.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/Objects/24xiaoshi.lnp -------------------------------------------------------------------------------- /定时器/第二次实验/3/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/STARTUP.A51 -------------------------------------------------------------------------------- /定时器/第二次实验/3/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/3/led8.h -------------------------------------------------------------------------------- /定时器/第二次实验/4/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/LED8.c -------------------------------------------------------------------------------- /定时器/第二次实验/4/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/Listings/LED8.lst -------------------------------------------------------------------------------- /定时器/第二次实验/4/Listings/STARTUP.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/Listings/STARTUP.lst -------------------------------------------------------------------------------- /定时器/第二次实验/4/Listings/xuehao.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/Listings/xuehao.lst -------------------------------------------------------------------------------- /定时器/第二次实验/4/Listings/xuehao.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/Listings/xuehao.m51 -------------------------------------------------------------------------------- /定时器/第二次实验/4/Objects/xuehao: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/Objects/xuehao -------------------------------------------------------------------------------- /定时器/第二次实验/4/Objects/xuehao.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/Objects/xuehao.__i -------------------------------------------------------------------------------- /定时器/第二次实验/4/Objects/xuehao.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/Objects/xuehao.build_log.htm -------------------------------------------------------------------------------- /定时器/第二次实验/4/Objects/xuehao.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/Objects/xuehao.lnp -------------------------------------------------------------------------------- /定时器/第二次实验/4/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/STARTUP.A51 -------------------------------------------------------------------------------- /定时器/第二次实验/4/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/led8.h -------------------------------------------------------------------------------- /定时器/第二次实验/4/xuehao.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/xuehao.c -------------------------------------------------------------------------------- /定时器/第二次实验/4/xuehao.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/xuehao.uvgui.11477 -------------------------------------------------------------------------------- /定时器/第二次实验/4/xuehao.uvgui.nbzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/xuehao.uvgui.nbzz -------------------------------------------------------------------------------- /定时器/第二次实验/4/xuehao.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/xuehao.uvopt -------------------------------------------------------------------------------- /定时器/第二次实验/4/xuehao.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/4/xuehao.uvproj -------------------------------------------------------------------------------- /定时器/第二次实验/新建文本文档.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/定时器/第二次实验/新建文本文档.txt -------------------------------------------------------------------------------- /实验三.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/实验三.docx -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/200自动循环.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/200自动循环.txt -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/200计数.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/200计数.c -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/200计数.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/200计数.uvgui.11477 -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/200计数.uvgui.nbzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/200计数.uvgui.nbzz -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/200计数.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/200计数.uvopt -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/200计数.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/200计数.uvproj -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/LED8.c -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/Listings/200计数.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/Listings/200计数.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/Listings/200计数.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/Listings/200计数.m51 -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/Listings/LED8.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/Listings/STARTUP.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/Listings/STARTUP.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/Objects/200计数: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/Objects/200计数 -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/Objects/200计数.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/Objects/200计数.__i -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/Objects/200计数.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/Objects/200计数.build_log.htm -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/Objects/200计数.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/Objects/200计数.lnp -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/Objects/LED8.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/Objects/LED8.__i -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/STARTUP.A51 -------------------------------------------------------------------------------- /第三次实验/第三次实验/1/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/1/led8.h -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/LED8.c -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/Listings/LED8.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/Listings/STARTUP.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/Listings/STARTUP.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/Listings/key16.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/Listings/key16.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/Listings/行列键盘.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/Listings/行列键盘.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/Listings/行列键盘.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/Listings/行列键盘.m51 -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/Objects/行列键盘: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/Objects/行列键盘 -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/Objects/行列键盘.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/Objects/行列键盘.build_log.htm -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/Objects/行列键盘.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/Objects/行列键盘.lnp -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/STARTUP.A51 -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/key16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/key16.c -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/led8.h -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/行列键盘.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/行列键盘.c -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/行列键盘.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/行列键盘.uvgui.11477 -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/行列键盘.uvgui.nbzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/行列键盘.uvgui.nbzz -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/行列键盘.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/行列键盘.uvopt -------------------------------------------------------------------------------- /第三次实验/第三次实验/2/行列键盘.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/2/行列键盘.uvproj -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/LED8.c -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/Listings/LED8.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/Listings/STARTUP.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/Listings/STARTUP.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/Listings/学号移位.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/Listings/学号移位.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/Listings/学号移位.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/Listings/学号移位.m51 -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/Objects/LED8.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/Objects/LED8.__i -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/Objects/学号移位: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/Objects/学号移位 -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/Objects/学号移位.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/Objects/学号移位.__i -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/Objects/学号移位.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/Objects/学号移位.build_log.htm -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/Objects/学号移位.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/Objects/学号移位.lnp -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/STARTUP.A51 -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/led8.h -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/学号移位.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/学号移位.c -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/学号移位.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/学号移位.uvgui.11477 -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/学号移位.uvgui.nbzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/学号移位.uvgui.nbzz -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/学号移位.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/学号移位.uvopt -------------------------------------------------------------------------------- /第三次实验/第三次实验/3/学号移位.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/3/学号移位.uvproj -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/LED8.c -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/Listings/LED8.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/Listings/STARTUP.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/Listings/STARTUP.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/Listings/key16.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/Listings/key16.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/Listings/时钟走时.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/Listings/时钟走时.lst -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/Listings/时钟走时.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/Listings/时钟走时.m51 -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/Objects/LED8.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/Objects/LED8.__i -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/Objects/key16.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/Objects/key16.__i -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/Objects/时钟走时: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/Objects/时钟走时 -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/Objects/时钟走时.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/Objects/时钟走时.__i -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/Objects/时钟走时.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/Objects/时钟走时.build_log.htm -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/Objects/时钟走时.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/Objects/时钟走时.lnp -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/STARTUP.A51 -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/jianpan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/jianpan.txt -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/key16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/key16.c -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/led8.h -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/时钟走时.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/时钟走时.c -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/时钟走时.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/时钟走时.uvgui.11477 -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/时钟走时.uvgui.nbzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/时钟走时.uvgui.nbzz -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/时钟走时.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/时钟走时.uvopt -------------------------------------------------------------------------------- /第三次实验/第三次实验/4/时钟走时.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第三次实验/第三次实验/4/时钟走时.uvproj -------------------------------------------------------------------------------- /第四次实验/第四次实验/1/Listings/STARTUP.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/1/Listings/STARTUP.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/1/Listings/读取ADC.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/1/Listings/读取ADC.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/1/Listings/读取ADC键位.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/1/Listings/读取ADC键位.m51 -------------------------------------------------------------------------------- /第四次实验/第四次实验/1/Objects/读取ADC键位: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/1/Objects/读取ADC键位 -------------------------------------------------------------------------------- /第四次实验/第四次实验/1/Objects/读取ADC键位.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/1/Objects/读取ADC键位.build_log.htm -------------------------------------------------------------------------------- /第四次实验/第四次实验/1/Objects/读取ADC键位.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/1/Objects/读取ADC键位.lnp -------------------------------------------------------------------------------- /第四次实验/第四次实验/1/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/1/STARTUP.A51 -------------------------------------------------------------------------------- /第四次实验/第四次实验/1/STC15Fxxxx.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/1/STC15Fxxxx.H -------------------------------------------------------------------------------- /第四次实验/第四次实验/1/读取ADC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/1/读取ADC.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/1/读取ADC键位.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/1/读取ADC键位.uvgui.11477 -------------------------------------------------------------------------------- /第四次实验/第四次实验/1/读取ADC键位.uvgui.nbzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/1/读取ADC键位.uvgui.nbzz -------------------------------------------------------------------------------- /第四次实验/第四次实验/1/读取ADC键位.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/1/读取ADC键位.uvopt -------------------------------------------------------------------------------- /第四次实验/第四次实验/1/读取ADC键位.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/1/读取ADC键位.uvproj -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/LED8.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/Listings/LED8.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/Listings/NTC.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/Listings/NTC.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/Listings/STARTUP.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/Listings/STARTUP.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/Listings/serial.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/Listings/serial.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/Listings/电压温度.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/Listings/电压温度.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/Listings/电压温度.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/Listings/电压温度.m51 -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/NTC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/NTC.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/Objects/电压温度: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/Objects/电压温度 -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/Objects/电压温度.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/Objects/电压温度.build_log.htm -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/Objects/电压温度.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/Objects/电压温度.lnp -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/STARTUP.A51 -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/adc.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/gdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/gdef.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/led8.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/serial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/serial.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/serial.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/serialchart电压温度.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/serialchart电压温度.txt -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/电压温度.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/电压温度.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/电压温度.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/电压温度.uvgui.11477 -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/电压温度.uvgui.nbzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/电压温度.uvgui.nbzz -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/电压温度.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/电压温度.uvopt -------------------------------------------------------------------------------- /第四次实验/第四次实验/2/电压温度.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/2/电压温度.uvproj -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/LED8.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/Listings/LED8.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/Listings/NTC.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/Listings/NTC.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/Listings/STARTUP.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/Listings/STARTUP.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/Listings/serial.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/Listings/serial.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/Listings/电压温度.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/Listings/电压温度.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/Listings/电压温度.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/Listings/电压温度.m51 -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/NTC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/NTC.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/Objects/LED8.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/Objects/LED8.__i -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/Objects/NTC.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/Objects/NTC.__i -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/Objects/serial.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/Objects/serial.__i -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/Objects/电压温度: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/Objects/电压温度 -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/Objects/电压温度.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/Objects/电压温度.__i -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/Objects/电压温度.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/Objects/电压温度.build_log.htm -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/Objects/电压温度.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/Objects/电压温度.lnp -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/STARTUP.A51 -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/adc.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/gdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/gdef.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/led8.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/serial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/serial.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/serial.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/serialchart温度曲线.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/serialchart温度曲线.txt -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/串口动图.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/串口动图.m -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/电压温度.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/电压温度.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/电压温度.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/电压温度.uvgui.11477 -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/电压温度.uvgui.nbzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/电压温度.uvgui.nbzz -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/电压温度.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/电压温度.uvopt -------------------------------------------------------------------------------- /第四次实验/第四次实验/3/电压温度.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/3/电压温度.uvproj -------------------------------------------------------------------------------- /第四次实验/第四次实验/4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4.zip -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/LED8.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/Listings/LED8.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/Listings/STARTUP.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/Listings/STARTUP.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/Listings/serial.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/Listings/serial.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/Listings/移位学号.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/Listings/移位学号.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/Listings/移位学号.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/Listings/移位学号.m51 -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/Objects/LED8.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/Objects/LED8.__i -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/Objects/serial.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/Objects/serial.__i -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/Objects/移位学号: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/Objects/移位学号 -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/Objects/移位学号.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/Objects/移位学号.__i -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/Objects/移位学号.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/Objects/移位学号.build_log.htm -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/Objects/移位学号.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/Objects/移位学号.lnp -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/STARTUP.A51 -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/gdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/gdef.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/led8.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/serial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/serial.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/serial.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/移位学号.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/移位学号.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/移位学号.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/移位学号.uvgui.11477 -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/移位学号.uvgui.nbzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/移位学号.uvgui.nbzz -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/移位学号.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/移位学号.uvopt -------------------------------------------------------------------------------- /第四次实验/第四次实验/4/移位学号.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/4/移位学号.uvproj -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/LED8.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/Listings/LED8.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/Listings/STARTUP.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/Listings/STARTUP.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/Listings/serial.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/Listings/serial.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/Listings/时钟信号.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/Listings/时钟信号.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/Listings/时钟信号.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/Listings/时钟信号.m51 -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/Objects/LED8.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/Objects/LED8.__i -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/Objects/serial.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/Objects/serial.__i -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/Objects/时钟信号: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/Objects/时钟信号 -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/Objects/时钟信号.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/Objects/时钟信号.__i -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/Objects/时钟信号.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/Objects/时钟信号.build_log.htm -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/Objects/时钟信号.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/Objects/时钟信号.lnp -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/STARTUP.A51 -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/gdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/gdef.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/led8.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/serial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/serial.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/serial.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/时钟信号.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/时钟信号.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/时钟信号.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/时钟信号.uvgui.11477 -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/时钟信号.uvgui.nbzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/时钟信号.uvgui.nbzz -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/时钟信号.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/时钟信号.uvopt -------------------------------------------------------------------------------- /第四次实验/第四次实验/5/时钟信号.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/5/时钟信号.uvproj -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4.zip -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/1.uvgui.86139: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab10/1.uvgui.86139 -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/1.uvgui.nobody: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab10/1.uvgui.nobody -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/1.uvgui.xmqm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab10/1.uvgui.xmqm -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/1.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab10/1.uvopt -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/1.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab10/1.uvproj -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/Listings/1.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab10/Listings/1.m51 -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/Listings/main.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab10/Listings/main.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/Objects/1.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab10/Objects/1.build_log.htm -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/Objects/1.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab10/Objects/1.lnp -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/README: -------------------------------------------------------------------------------- 1 | 来自官方例程12-ADC键盘扫描数码管显示键值和调整时间 2 | 更改了displayRTC函数 和 LED[7]显示方式 -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/STC15Fxxxx.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab10/STC15Fxxxx.H -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/Test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab10/Test.ipynb -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab10/main.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab10/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab10/test.py -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/2.uvgui.nobody: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/2.uvgui.nobody -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/2.uvgui.xmqm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/2.uvgui.xmqm -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/2.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/2.uvopt -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/2.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/2.uvproj -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/LED8.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/Listings/2.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/Listings/2.m51 -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/Listings/LED8.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/Listings/NTC.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/Listings/NTC.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/Listings/VddNTC.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/Listings/VddNTC.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/Listings/serial.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/Listings/serial.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/NTC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/NTC.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/Objects/2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/Objects/2 -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/Objects/2.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/Objects/2.build_log.htm -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/Objects/2.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/Objects/2.lnp -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/Objects/VddNTC.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/Objects/VddNTC.__i -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/README -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/VddNTC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/VddNTC.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/adc.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/gdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/gdef.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/led8.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/serial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/serial.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab11&12/serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab11&12/serial.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/4.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/4.uvgui.11477 -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/4.uvgui.86139: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/4.uvgui.86139 -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/4.uvgui.nobody: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/4.uvgui.nobody -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/4.uvgui.xmqm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/4.uvgui.xmqm -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/4.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/4.uvopt -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/4.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/4.uvproj -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/LED8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/LED8.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/Listings/4.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/Listings/4.m51 -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/Listings/LED8.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/Listings/LED8.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/Listings/main.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/Listings/main.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/Listings/rotatenumber.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/Listings/rotatenumber.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/Listings/serial.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/Listings/serial.lst -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/Objects/4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/Objects/4 -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/Objects/4.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/Objects/4.build_log.htm -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/Objects/4.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/Objects/4.lnp -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/Objects/main.__i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/Objects/main.__i -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/README: -------------------------------------------------------------------------------- 1 | 融合了原来的学号移动程序和5、6程序 2 | 3 | 注意点:中断初始化记得ES = 1; -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/gdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/gdef.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/led8.c.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/led8.c.txt -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/led8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/led8.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/main.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/serial.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/serial.c -------------------------------------------------------------------------------- /第四次实验/第四次实验/ex4/lab13/serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/ex4/lab13/serial.h -------------------------------------------------------------------------------- /第四次实验/第四次实验/第四次实验.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/第四次实验/第四次实验/第四次实验.zip -------------------------------------------------------------------------------- /红绿灯/1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/红绿灯/1.c -------------------------------------------------------------------------------- /红绿灯/Listings/1.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/红绿灯/Listings/1.lst -------------------------------------------------------------------------------- /红绿灯/Listings/红绿灯.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/红绿灯/Listings/红绿灯.m51 -------------------------------------------------------------------------------- /红绿灯/Objects/红绿灯: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/红绿灯/Objects/红绿灯 -------------------------------------------------------------------------------- /红绿灯/Objects/红绿灯.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/红绿灯/Objects/红绿灯.build_log.htm -------------------------------------------------------------------------------- /红绿灯/Objects/红绿灯.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/红绿灯/Objects/红绿灯.lnp -------------------------------------------------------------------------------- /红绿灯/红绿灯.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/红绿灯/红绿灯.uvgui.11477 -------------------------------------------------------------------------------- /红绿灯/红绿灯.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/红绿灯/红绿灯.uvopt -------------------------------------------------------------------------------- /红绿灯/红绿灯.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/红绿灯/红绿灯.uvproj -------------------------------------------------------------------------------- /跑马灯/2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/跑马灯/2.c -------------------------------------------------------------------------------- /跑马灯/Listings/2.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/跑马灯/Listings/2.lst -------------------------------------------------------------------------------- /跑马灯/Listings/跑马灯.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/跑马灯/Listings/跑马灯.m51 -------------------------------------------------------------------------------- /跑马灯/Objects/跑马灯: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/跑马灯/Objects/跑马灯 -------------------------------------------------------------------------------- /跑马灯/Objects/跑马灯.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/跑马灯/Objects/跑马灯.build_log.htm -------------------------------------------------------------------------------- /跑马灯/Objects/跑马灯.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/跑马灯/Objects/跑马灯.lnp -------------------------------------------------------------------------------- /跑马灯/STARTUP.A51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/跑马灯/STARTUP.A51 -------------------------------------------------------------------------------- /跑马灯/跑马灯.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/跑马灯/跑马灯.uvgui.11477 -------------------------------------------------------------------------------- /跑马灯/跑马灯.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/跑马灯/跑马灯.uvopt -------------------------------------------------------------------------------- /跑马灯/跑马灯.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/跑马灯/跑马灯.uvproj -------------------------------------------------------------------------------- /软件-ascii/1.a51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-ascii/1.a51 -------------------------------------------------------------------------------- /软件-ascii/Listings/1.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-ascii/Listings/1.lst -------------------------------------------------------------------------------- /软件-ascii/Listings/数据传输.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-ascii/Listings/数据传输.m51 -------------------------------------------------------------------------------- /软件-ascii/Objects/数据传输: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-ascii/Objects/数据传输 -------------------------------------------------------------------------------- /软件-ascii/Objects/数据传输.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-ascii/Objects/数据传输.build_log.htm -------------------------------------------------------------------------------- /软件-ascii/Objects/数据传输.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-ascii/Objects/数据传输.lnp -------------------------------------------------------------------------------- /软件-ascii/数据传输.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-ascii/数据传输.uvgui.11477 -------------------------------------------------------------------------------- /软件-ascii/数据传输.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-ascii/数据传输.uvopt -------------------------------------------------------------------------------- /软件-ascii/数据传输.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-ascii/数据传输.uvproj -------------------------------------------------------------------------------- /软件-bcd-16进制/1.a51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-bcd-16进制/1.a51 -------------------------------------------------------------------------------- /软件-bcd-16进制/Listings/1.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-bcd-16进制/Listings/1.lst -------------------------------------------------------------------------------- /软件-bcd-16进制/Listings/数据传输.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-bcd-16进制/Listings/数据传输.m51 -------------------------------------------------------------------------------- /软件-bcd-16进制/Objects/数据传输: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-bcd-16进制/Objects/数据传输 -------------------------------------------------------------------------------- /软件-bcd-16进制/Objects/数据传输.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-bcd-16进制/Objects/数据传输.build_log.htm -------------------------------------------------------------------------------- /软件-bcd-16进制/Objects/数据传输.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-bcd-16进制/Objects/数据传输.lnp -------------------------------------------------------------------------------- /软件-bcd-16进制/bcd.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-bcd-16进制/bcd.uvgui.11477 -------------------------------------------------------------------------------- /软件-bcd-16进制/bcd.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-bcd-16进制/bcd.uvopt -------------------------------------------------------------------------------- /软件-bcd-16进制/bcd.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-bcd-16进制/bcd.uvproj -------------------------------------------------------------------------------- /软件-bcd-16进制/数据传输.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-bcd-16进制/数据传输.uvgui.11477 -------------------------------------------------------------------------------- /软件-bcd-16进制/数据传输.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-bcd-16进制/数据传输.uvopt -------------------------------------------------------------------------------- /软件-数值运算/1.a51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数值运算/1.a51 -------------------------------------------------------------------------------- /软件-数值运算/Listings/1.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数值运算/Listings/1.lst -------------------------------------------------------------------------------- /软件-数值运算/Listings/数值运算.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数值运算/Listings/数值运算.m51 -------------------------------------------------------------------------------- /软件-数值运算/Objects/数值运算: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数值运算/Objects/数值运算 -------------------------------------------------------------------------------- /软件-数值运算/Objects/数值运算.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数值运算/Objects/数值运算.build_log.htm -------------------------------------------------------------------------------- /软件-数值运算/Objects/数值运算.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数值运算/Objects/数值运算.lnp -------------------------------------------------------------------------------- /软件-数值运算/数值运算.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数值运算/数值运算.asm -------------------------------------------------------------------------------- /软件-数值运算/数值运算.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数值运算/数值运算.uvgui.11477 -------------------------------------------------------------------------------- /软件-数值运算/数值运算.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数值运算/数值运算.uvopt -------------------------------------------------------------------------------- /软件-数值运算/数值运算.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数值运算/数值运算.uvproj -------------------------------------------------------------------------------- /软件-数据传输/1.a51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数据传输/1.a51 -------------------------------------------------------------------------------- /软件-数据传输/Listings/1.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数据传输/Listings/1.lst -------------------------------------------------------------------------------- /软件-数据传输/Listings/数据传输.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数据传输/Listings/数据传输.m51 -------------------------------------------------------------------------------- /软件-数据传输/Objects/数据传输: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数据传输/Objects/数据传输 -------------------------------------------------------------------------------- /软件-数据传输/Objects/数据传输.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数据传输/Objects/数据传输.build_log.htm -------------------------------------------------------------------------------- /软件-数据传输/Objects/数据传输.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数据传输/Objects/数据传输.lnp -------------------------------------------------------------------------------- /软件-数据传输/数据传输.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数据传输/数据传输.uvgui.11477 -------------------------------------------------------------------------------- /软件-数据传输/数据传输.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数据传输/数据传输.uvopt -------------------------------------------------------------------------------- /软件-数据传输/数据传输.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件-数据传输/数据传输.uvproj -------------------------------------------------------------------------------- /软件实验(假)/1.a51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件实验(假)/1.a51 -------------------------------------------------------------------------------- /软件实验(假)/Listings/1.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件实验(假)/Listings/1.lst -------------------------------------------------------------------------------- /软件实验(假)/Listings/软件实验.m51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件实验(假)/Listings/软件实验.m51 -------------------------------------------------------------------------------- /软件实验(假)/Objects/软件实验: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件实验(假)/Objects/软件实验 -------------------------------------------------------------------------------- /软件实验(假)/Objects/软件实验.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件实验(假)/Objects/软件实验.build_log.htm -------------------------------------------------------------------------------- /软件实验(假)/Objects/软件实验.lnp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件实验(假)/Objects/软件实验.lnp -------------------------------------------------------------------------------- /软件实验(假)/软件实验.uvgui.11477: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件实验(假)/软件实验.uvgui.11477 -------------------------------------------------------------------------------- /软件实验(假)/软件实验.uvopt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件实验(假)/软件实验.uvopt -------------------------------------------------------------------------------- /软件实验(假)/软件实验.uvproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreaming-zh/ZJU-COSE---Microcomputer-principle-and-interface-technology/HEAD/软件实验(假)/软件实验.uvproj --------------------------------------------------------------------------------