<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:
其他好文 时间:
2020-07-18 11:29:22
阅读次数:
61
verilog之时钟信号的编写2 1、时钟信号的特点 时钟信号除了可以根据时序一个个变化列举出来,还可以利用其循环的变化的特点,使用循环执行语句always来实现。这种方法实现的时钟信号可以一直执行且不需要关注每个变化点的延时。 2、基于begin-end块的时钟信号 initial begin c ...
分类:
其他好文 时间:
2020-07-17 09:38:10
阅读次数:
92
1 <html lang="en"> 2 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maxim ...
分类:
Web程序 时间:
2020-07-16 18:24:38
阅读次数:
73
verilog之简单时钟信号的编写 1、数字时钟信号 在数字电路中,时钟信号是重要的一类信号,一般作为激励源驱动时序电路。掌握时钟信号的编写,对于时序电路的仿真具有重要意义。所有的时序电路都需要设置时钟信号来确认时序。这里先写一个已知时间间隔的简易时钟信号。 2、基于begin-end的编写 ini ...
分类:
其他好文 时间:
2020-07-15 23:38:36
阅读次数:
138
# Copyright 2017 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in com ...
分类:
其他好文 时间:
2020-07-15 23:06:39
阅读次数:
144
一、效果图: 应用: 二、上代码 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> ...
分类:
Web程序 时间:
2020-07-15 16:05:09
阅读次数:
104
效果图 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user ...
分类:
Web程序 时间:
2020-07-14 18:34:16
阅读次数:
252
三层架构:Helper层 public int count(string sql) { SqlConnection conn = new SqlConnection("Data Source=.;Initial Catalog=DB_class;User ID=sa;Pwd=123;"); conn ...
分类:
其他好文 时间:
2020-07-14 18:04:51
阅读次数:
66
This week we are reading about the beginnings of Islam, and the simultaneous expansion of Christianity in the West. You may notice that the two overla ...
分类:
其他好文 时间:
2020-07-14 13:02:46
阅读次数:
101
熟悉Spring Boot、Spring Cloud等框架 熟悉MySQL、Oracle、ES、Redis等数据库 nginx负载均衡算法,及其差异1.轮询2.ip_hash3.加权4.5.6. mysql或oracle查看数据库正在执行的sql的思路或方法SELECT SE.SID,OPNAME, ...
分类:
其他好文 时间:
2020-07-14 00:57:56
阅读次数:
113