搜索:lab1
找到约 8 项符合「lab1」的查询结果
结果 8
https://www.eeworm.com/dl/663/266202.html
VHDL/FPGA/Verilog
vcs tutorial lab1
vcs tutorial lab1,very good
https://www.eeworm.com/dl/633/462401.html
Java编程
the lab1 from trimester one 2008
the lab1 from trimester one 2008
https://www.eeworm.com/dl/663/488704.html
VHDL/FPGA/Verilog
lab1 report, with codelab1 report, with code
lab1 report, with codelab1 report, with code
https://www.eeworm.com/dl/663/337196.html
VHDL/FPGA/Verilog
lab1——FPGA这个文件中体统了如何如何使用verilog Hdl以及如何使其在FPGA开发板上实现
lab1——FPGA这个文件中体统了如何如何使用verilog Hdl以及如何使其在FPGA开发板上实现
https://www.eeworm.com/dl/694/292008.html
并行计算
lab1为多线程计算圆周率的程序 lab2为多线程计算矩阵乘法的程序 有实验报告和说明文档
lab1为多线程计算圆周率的程序
lab2为多线程计算矩阵乘法的程序
有实验报告和说明文档
https://www.eeworm.com/dl/fpga/doc/18063.html
教程资料
如何如何使用verilog Hdl以及如何使其在FPGA开发板上实现
lab1——FPGA这个文件中体统了如何如何使用verilog Hdl以及如何使其在FPGA开发板上实现
https://www.eeworm.com/dl/502038.html
汇编编程
16进制转十进制
DATAS SEGMENT
w dw 0
keybuf db 255
     db 0
     db 255 dup(0)      ;定义键盘输入需要的缓冲区
DATAS ENDS
STACKS SEGMENT
db 200 dup(?)
STACKS ENDS
CODES SEGMENT
ASSUME CS:CODES,DS:DATAS,SS:STACKS
START:
MOV AX,DATAS
MOV DS,AX
mov dx, ...