DesignEngineer
DesignEngineer
全部文章
分类
基本知识(1)
语言(2)
归档
标签
去牛客网
登录
/
注册
DesignEngineer的博客
全部文章
(共3篇)
频率周期转换
物理中频率的单位是赫兹(Hz). 1秒中的周期性变动重复次数. 1hz=1s 1Ghz = 1000Mhz 1Mhz = 1000Khz 1Khz = 1000hz 1s = 1000ms 1ms = 1000us 1us = 1000ns 以50Mhz为例进行周期换算 1/(50 000 000 ...
2022-03-30
0
8655
牛客网Verilog刷题记录
VL1 四选一多路选择器 module mux4_1( input [1:0] d1,d2,d3,d0, input [1:0] sel,  ...
2022-03-22
0
703
perl
#!/usr/bin/perl #This will print "Hello,World" print "Hello,world\n"; chmod 777 hello.pl ./hello.pl
2022-03-12
0
208