E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
timescale
FPGA中的简单并串,串并转换
如:`
timescale
1ns/1ps/////////////////////////////////
xl@666
·
2020-06-29 00:43
fpga
ofdm
【Unity】面试题目记录和解答
Q:Update和FixedUpdate的区别,
timescale
和dataltime的使用和对前者的影响A:https://blog.csdn.net/u014528558/article/details
PA_
·
2020-06-27 09:09
Unity3D
C#
fmp4格式解析
unsignedint(64)largesize;}unsignedint(8)version;bit(24)flags;unsignedint(32)reference_ID;unsignedint(32)
timescale
老姜大叔
·
2020-06-27 09:45
mp4
fmp4
Mp4V2调试经验记录
MP4FileHandlehFile,uint32_ttimeScale,MP4DurationsampleDuration,uint8_taudioTypeDEFAULT(MP4_MPEG4_AUDIO_TYPE));
timeScale
Chelios_Lee
·
2020-06-27 05:49
音视频技术
Timescale
& Duration in MP4 Format
mvhd(MovieHeader)TimescaleAtimevaluethatindicatesthetimescaleforthismovie—thatis,thenumberoftimeunitsthatpasspersecondinitstimecoordinatesystem.DurationAtimevaluethatindicatesthedurationofthemovieinti
FlyingPenguin
·
2020-06-27 03:00
计算MP4文件播放时长的方法
计算MP4文件的播放时长,可以通过在mvhdbox中去取得
timescale
和duration后计算得到:播放时长=duration/
timescale
单位为秒(s)。下面先介绍mvhd的结构。
tianyue168
·
2020-06-26 19:04
音视频编解码
设计MOORE型和MEALY型的可重叠101序列检测器
S13.连续收到两个有效位(10):S24.连续收到三个有效位(101):S35.状态转移表如下b)画出状态转移图c)HDL语言描述(verilog源代码)i.MOORE型输出只取决于当前的状态源文件:`
timescale
1ns
CQSeanLee
·
2020-06-26 19:22
数字逻辑
modelsim独立仿真教程
我的设计文件:counter.v`
timescale
1ns/1nsmodulecounter(count,clk,reset);output[7:0]count;inputclk,reset;reg[7
syjbbd
·
2020-06-26 17:47
FPGA
[verilog]ALU的实现
博客地址转至https://xisynotz.xyz`
timescale
1ns/1ps//////////////////////////////////////////////////////////
saber_jk
·
2020-06-26 06:28
verilog
mealy状态机序列检测器设计
`
timescale
1ns/1psmodulemealy(inputwireclk,inputwirerst_n,inputwireA
yx-Q
·
2020-06-26 04:18
FPGA
TimescaleDB 学习目录
1、时序数据库分析-TimescaleDB时序数据库介绍2、时序数据库-
Timescale
在Windows上的安装3、TimescaleDB的结构初识4、TimescaleDB数据库的介绍5、TimescaleDB
殇莫忆
·
2020-06-25 03:26
TimescaleDB
*FPGA* vivado 2017.4 ILA使用例程
在这里举例加在代码中使用,硬件平台:XilinxAX70201.打开vivado,新建项目(选择对应的芯片型号)2.添加源文件,编写RTL代码`
timescale
1ns/1ps/////////////
儿时的窗
·
2020-06-25 02:21
FPGA
FPGA串口收发(一):串口发送 - 源代码与仿真测试
串口发送的数据:0->A(1010)->C(1100)->0时钟40MHz,波特率1152001、源文件uart_tx.v`
timescale
1ns/1ps///////////////////////
nomil9
·
2020-06-24 17:37
FPGA
FPGA串口收发(三):接收数据,再转发出去
把并行数据D8传给串口输出模块,串行输出数据11011000时钟40MHz,波特率1152001、源文件uart_rx.vuart_tx.v2、仿真文件testbenchtb_uart_rx_tx.v`
timescale
1ns
nomil9
·
2020-06-24 17:37
FPGA
FPGA串口收发(二):串口接收 - 源代码与仿真测试
时钟40MHz,波特率1152001、源文件uart_rx.v`
timescale
1ns/1ps/////////////////////////////////////////////////////
nomil9
·
2020-06-24 17:37
FPGA
PostgresSQL+postgis+timescaledb 集群搭建部署图
官方PostgresSQL集群部署架构图各组件说明VIP:虚拟IP,用于连接集群数据库Pgpoll:pg连接池,有负载均衡的作用PostgreSQL:数据库,整个集群的核心插件说明
timescale
:一个时序插件
小兔爷
·
2020-06-24 12:45
Verilog例子整理(转载)
【例5.6】用fork-join并行块产生信号波形`
timescale
10ns/1nsmodulewave2;regwave;parametercycle=5;initialforkwave=0;#(cycle
jliang981
·
2020-06-24 04:46
verilog
3-8译码器的几种Verilog HDL代码描述方法
以低电平输出为例:第一种:case语句`
timescale
10ns/1nsmoduledecode3_8(data_out,data_in,enable);input[2:0]data_in;inputenable
jerrylwb_2011
·
2020-06-23 21:33
ffmpeg封装h264裸流为mp4文件,视频播放速度特别慢-解决
计算实际帧率时,需要从mp4的moovbox中的mvhd中取得
timescale
和duration,将两者相除得到文件总时长,再从stszbox中取得sample总数,即总帧数sample_count,
ShellCollector
·
2020-06-23 20:08
视频编解码
Verilog极简教程
文章目录教程说明运行环境RTL:模块声明与例化(Module)RTL:常数RTL:变量(wire,reg)RTL:运算符RTL:函数(function)RTL:存储器(SRAM)RTL:存储器(ROM)TB:仿真精度(
timescale
不忘出芯
·
2020-06-23 17:51
一起学Verilog
iOS CMTimeMake 和 CMTimeMakeWithSeconds 学习
CMTimeMakeCMTimeCMTimeMake(int64_tvalue,//表示当前视频播放到的第几桢数int32_ttimescale//每秒的帧数);value=[slidervalue];
timescale
weixin_33712881
·
2020-06-21 10:33
Mips架构32位CPU实现(31条指令)Verilog
CPU模块设计cpu模块主要是将各个模块组合正在一起数据通路图:详见代码:`
timescale
1ns/1psmodulecpu(inputclk,//时钟沿信号inputrst,//复位信号output
xiaoju233
·
2020-06-21 05:00
Verilog
预置初值的计数器
`
timescale
1ns/1ps////////////////////////////////////////////////////////////////////////////////////
Connor_Jiao
·
2020-06-16 13:00
计算音频长度
AVURLAssetassetWithURL:[NSURLURLWithString:bodiesModel.url]];CMTimetime=[avUrlduration];intseconds=ceil(time.value/time.
timescale
码农淏
·
2020-04-10 02:13
Verilog-数字序列检测器
1、检测数字序列110112、代码`
timescale
1ns/1psmoduledigit_sequence_detect(inputclk,inputrstn,inputdata_in,outputdetect
笑着刻印在那一张泛黄
·
2020-04-09 19:00
自定义一个视屏播放器
AVPlayer可以自定义视屏播放器的样式其中主要是理解CMTime的用法,CMTime是一个结构体,它有2个属性很重要,一个是value:表示总共有多少帧,一个是
timeScale
这个表示每秒钟多少帧
狒狒James_Leo
·
2020-04-03 21:48
AXI4 & AXI4-stream 相关笔记
代码如下:`
timescale
1ns/1ps/////////////////////////////////////////////////////////////////
edger330
·
2020-04-02 19:21
iOS开发直播视频的奇怪问题
1.CMTime的nan与0AVPlayer.currentItem.duration中,value=0,
timescale
=0时。
左方
·
2020-03-23 05:33
[技术干货] 时序数据库timescaleDB安装
cmake3.4以上的版本TimescaleDB目前只支持PostgreSQL9.6.3+,10.9+或11.4+一、postgresql11部署1、安装cmake解压cmake-v3.8.2.zip[root@
Timescale
Zabbix_Z大叔
·
2020-03-22 16:50
数据库
DB
编译安装
Unity高速碰撞下位置偏移的处理
发现问题在使用Unity的物理碰撞时,会用到该方法:voidOnCollisionEnter2D(Collision2Dcoll){//代码}在该代码加入:Time.
timeScale
=0.001f;会发现在高速碰撞的时候
巨芋
·
2020-03-12 00:49
Unity3D 暂停游戏并出现暂停菜单
canvas.enabled;Pause();}}publicvoidPause(){Time.
timeScale
=Time.
timeScale
==0?1:0;}
醉杀楚天白
·
2020-03-10 01:46
Unity基础-常用工具类
Time类Time.deltaTime增量时间Time.time时间Time.
timeScale
时间缩放Invoke();InvokeRepeating();Input模块获得键盘GetKeyXXX获得鼠标信息
沉麟
·
2020-03-01 12:06
“噩梦射手小结”
Input.GetKey("w")|Input.GetKey("s")|Input.GetKey("a")|Input.GetKey("d")){GetComponent().Play("Move");}3,Time.
timeScale
怪蜀黍耶
·
2020-02-16 16:41
AVFoundation视频处理的时间CMTime
定义的一种时间数据类型typedefstruct{CMTimeValuevalue;//64位有符号整型变量,作为分子CMTimeScaletimescale;//32位有符号整型变量,作为分母//value/
timescale
竹与豆
·
2020-02-12 18:43
iOS CMTimeMake 和 CMTimeMakeWithSeconds 学习
CMTimeMakeCMTimeCMTimeMake(int64_tvalue,//表示当前视频播放到的第几桢数int32_ttimescale//每秒的帧数);value=[slidervalue];
timescale
TomatosX
·
2020-02-08 08:15
Unity3d的Time.
timeScale
对Coroutine的影响
*****************更新*******************今天发现原来UnityEngine里有自带的unscaletime的WaitForSecondsRealtimePaste_Image.png所以要用的真实事件的Coroutine,直接用官方的就好啦!***************原文如下:原文地址:https://blogs.unity3d.com/cn/2015/12
CappuccinoBx
·
2020-02-05 19:26
verilog条件编译
`
timescale
1ns/1ps`defineSIM_USE//定义SIM_USE,如果取消定义,注释此句即可modulexxx(inputi_clk,inputi_rst_n,outputxxx);
小翁同学
·
2020-01-15 11:00
【unity】Time中各不同
*我是分割线*************");Debug.Log("time:"+Time.time);Debug.Log("deltatime"+Time.deltaTime);Debug.Log("
timeScale
黒可乐
·
2020-01-07 01:16
Time类与Mathf类讲解
Paste_Image.pngvoidUpdate(){if(Input.GetMouseButtonDown(0)){Time.
timeScale
=0;print("Time.time"+Time.time
_凉笙
·
2020-01-03 06:29
Vivado Turtorial 02 —— 使用vivado中波形仿真
1.编写如下源代码`
timescale
1ns/1psmoduletop(inputclk,inputrst,outputtest_clk,input[1:0]switch,output[3:0]r,g,
Craftor
·
2019-12-27 04:44
timescale
简介
最近看到这个开源时序数据库,基于postgrSQL,github已经2600多颗星,适合传感器采集�数据的存储以及分析,项目上应该能用得到,以下是官网的介绍,翻译一下.�官网地址�概述TimescaleDB是一款针对快速获取和复杂查询而优化的开源时间序列数据库。它使用“标准的SQL”语句,并且像传统的关系数据库那样容易使用,像nosql那样可扩展.与这两种替代品(��关系数据库与NoSQL)相比,
卓_然
·
2019-12-15 11:27
cocos creator 2.0.9 龙骨暂停与播放
_armatureDisplay.
timeScale
=0},9);//9秒后暂停this.scheduleOnce(function(){self._armatureDisplay.t
人气小哥
·
2019-12-13 21:33
【论文】
timescale
-2017
TimescaleDB:SQLmadescalablefortime-seriesdata基于postgresql有一个hypertable层,负责分布式和查询优化等背景RDBMS写性能不行,Nosql基于coloum查询没那么缝补,包括Influxdb当where中带某一列colume范围或者string列,需要权标扫描。数仓等查询性能和不能更新。用了postgresql的分区表,完成分区。no
梦想家
·
2019-11-05 14:25
数据库
044-赛灵思-0FPGA-简单实用
`
timescale
1ns/1psmoduleLED(inputSW,outputL);assignL=SW;endmodule约束文件:xd
Y_principal
·
2019-09-09 09:24
006-硬件部分
transformer中pos embedding原理
TensorFlow代码如下defget_position_encoding(length,hidden_size,min_
timescale
=1.0,max_
timescale
=1.0e4):"""Returnpositionalencoding.Calculatesthepositionencodingasamixofsineandcosinefunctionswithgeometricall
eruiwen1624
·
2019-08-23 08:48
uvm sequence/sequencer example
命令:vcs-full64-sverilog-
timescale
=1ns/1ps-R-ntb_optsuvm-1.1uvm_seq_exam.svimportuvm_pkg::*;`include"uvm_macro.svh"typedefseq0
Poisson_Lee
·
2019-07-08 10:44
音视频开发-CMTime的运用
@fieldvalueThevalueoftheCMTime.value/
timescale
=se
CaicaiNo.1
·
2019-06-28 13:06
音视频开发
Verilog设计四进位比较器的代码
主电路`
timescale
1ns/1ps/////////////////////////////////////////////////////////////////////////////////
User20190527
·
2019-06-02 13:22
verilog实现pwm
====```verilog`
timescale
1ns/1psmodulepwm(inputSys_clk,//24Mhz,42nsinputSys_reset,outputPwm_o//T=1ms/1us
Mr.zhang_FPGA
·
2019-05-08 19:51
verilog
仿真
pwm
verilog实现二进制计数器,约翰逊(Johnson)计数器,环形计数器
====a)异步复位b)同步复位inputclk,rst_n;output[3:0]o_cnt;```verilog`
timescale
1ns/1psmoduleSyn_co
Mr.zhang_FPGA
·
2019-05-07 12:31
verilog
仿真
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他