资源列表

« 1 2 ... .20 .21 .22 .23 .24 14325.26 .27 .28 .29 .30 ... 14958 »

[汇编语言BCD

说明: 按键显示不同的显示变化 需要配置成独立按键 LED1 EQU 21H LED2 EQU 22H LED3 EQU 23H ORG 00H JMP START START:MOV DPTR,#TABLE MOV LED3,#10H 显示 H 符号 MAIN: MOV A,P3 MOV B,#10H DIV AB MOV LED1,A MOV LED2,B- 按键显示不同的显示变化
<yoauni> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[汇编语言8kaiguan

说明:org 00h mov p2,#0FFh 屏蔽数码管位端口 main: mov p3,#0ffh 复位按键端口 mov a,p3 读键值 swap a 半字节交换 mov p1,a 输出读入的键值 jmp main -org 00h mov p2,#0FFh 屏蔽数码管位端口 main: mov p3,#0ffh 复位按键端口 mov a,p3
<yoauni> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[汇编语言password

说明:通信字验证实验 汇编语言编写 回显为* 通过测试-Communication word verification experiment
<林磊> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[编译器/词法分析userpos

说明:calculate user s position in GN-calculate user s position in GNSS
<Viku> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[并行运算EmailDemo

说明:一个用来验证邮箱java代码,代码量不多,但比较实用,-Validation email mail format Java code
<tan> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[汇编语言Greay

说明:利用matlab进行图片处理,用于图像灰度化和边缘检测以及二值化-Matlab image processing for image gray and edge detection and binarization
<fangyangyang> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[书籍源码1

说明:线段树示例,完成Mayor s posters-To segment tree example, the completion of the Mayor' s posters
<juxuny> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[汇编语言miaobiao

说明:基于89c51单片机开发的简易秒表程序 是用汇编语言编写的-Based on the 89c51 microcontroller developed simple stopwatch program is written in assembly language
<曹明坤> 在 2024-11-20 上传 | 大小:1kb | 下载:1

[书籍源码xxhj

说明:遍历先序后继二叉树,并查找指定结点的下一个结点-Find a the preorder successor to binary tree node
<周欣羽> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[易语言编程fifo

说明:This VHDL code for FIFO that is used in a NOC router-This is VHDL code for FIFO that is used in a NOC router
<Anish Goel> 在 2024-11-20 上传 | 大小:1kb | 下载:1

[易语言编程router

说明:This VHDL code for router used in FPGA based system -This is VHDL code for router used in FPGA based system
<Anish Goel> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[易语言编程sch_meml

说明:This code for scheduler used in FPGA based router-This is code for scheduler used in FPGA based router
<Anish Goel> 在 2024-11-20 上传 | 大小:1kb | 下载:0
« 1 2 ... .20 .21 .22 .23 .24 14325.26 .27 .28 .29 .30 ... 14958 »

源码中国 www.ymcn.org