首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏今天也有在好好摸鱼(雾

    记录 | 元素周期表的开源网页

    需求:元素周期表的网页 Literature Review(网上冲浪) 在全球最大的同性交友网站上搜索了一番之后,我锁定了如下项目: kadinzhang/Periodicity 实现(使用) 首先分析源码 挂上VPS 由于我懒得给apache2配置二级域名与泛解析,所以想要直接在目录下新加一个文件夹直接解析,即:gyrojeff.top/periodicity/ 但是新的问题又产生了(烦),如果直接把dist 后记 初次使用Vue,感觉这种设计模式是一种好文明((以后有时间一定学,以及,互联网真的是太伟大了(确信) 注:此项目使用的开源协议为MIT协议 之所以要放到自己的服务器上其实是因为原网站periodicity.io 配置了二级域名呢((( 地址:https://periodicity.gyrojeff.top/ 本文作者:博主: gyrojeff    文章标题:记录 | 元素周期表的开源网页 本文地址:https

    1.3K10发布于 2021-05-21
  • 来自专栏拓端tecdat

    动量和马科维茨Markowitz投资组合(Portfolio)模型实现

    *************************** weight.limit = data.frame(last(pric obj = portfoli(data$prices, periodicity **************************************************************** obj = portfolio(data$prices, periodicity

    99520编辑于 2022-03-11
  • 来自专栏拓端tecdat

    R语言动量和马科维茨Markowitz投资组合(Portfolio)模型实现

    *********************************** weight.limit = data.frame(last(pric obj = portfoli(data$prices, periodicity 的平均输入假设 #***************************************************************** obj = portfolio(data$prices, periodicity

    1K20发布于 2020-11-30
  • 来自专栏杨丝儿的小站

    SP Module 6 Speech Synthesis – Waveform Generation and Connected Speech

    way of making synthetic speech, but we need to take care about how we do it. discontinuity cause pops periodicity

    54820编辑于 2022-11-24
  • 来自专栏全栈程序员必看

    LTE系统信息块SIB:LTE system information blocks-MIB,SIB-1,2,3,4,5,6,7,8,9,10,11

    liblte_rrc_si_window_length_text[sib1->si_window_length]) + " "; for(i=0; i<sib1->N_sched_info; i++) { tmp_msg += "si_periodicity [" + to_string(i) + "]="; tmp_msg += to_string(liblte_rrc_si_periodicity_text[sib1->sched_info[i].si_periodicity

    1.5K30编辑于 2022-11-08
  • 来自专栏杨丝儿的小站

    SP Module 2 – Acoustics of Consonants and Vowels

    consonant and the onset of voicing, the vibration of the vocal folds, or, according to other authors, periodicity

    35930编辑于 2022-11-10
  • 来自专栏时空探索之旅

    IJCAI 2025 | 时间序列(Time Series)论文总结

    LLM-TPF: Multiscale Temporal Periodicity-Semantic Fusion LLMs for Time Series Forecasting 11. Liu, Xianghua Ying, Bowei Xing, Ruohao Guo, Ji Shi 关键词:多元时间序列预测,频域增强 10 LLM-TPF: Multiscale Temporal Periodicity-Semantic

    1.1K10编辑于 2025-07-24
  • 来自专栏hank

    ZCU106的超低延时gstreamer编解码命令

    omxh265enc num-slices=8 periodicity-idr=240 cpb-size=500 gdr-mode=horizontal \ initial-delay

    1.5K20发布于 2021-04-27
  • 来自专栏杨丝儿的小站

    SP Module 3 – Digital Speech Signals

    After frequency domain, the next steps involve finding, in the frequency domain, some evidence of the periodicity

    45930编辑于 2022-11-10
  • 来自专栏程序源代码

    【程序源代码】Log4J 日志分割

    ."); break; default: LogLog.warn("Unknown periodicity for appender [" + name + "]."); } } int computeCheckPeriod Calendar.MONTH, 1); break; default: throw new IllegalStateException("Unknown periodicity

    1.6K10发布于 2020-04-26
  • 来自专栏杨丝儿的小站

    SP Module 4 the Source-Filter Model

    Voice sounds different from unvoiced sounds, has repeating pattern, in periodicity.

    51330编辑于 2022-11-10
  • 来自专栏时空探索之旅

    AAAI 2026 | 时空数据(Spatial-temporal)论文总结[上](时空预测,轨迹挖掘,自动驾驶等)

    HyperD: Hybrid Periodicity Decoupling Framework for Traffic Forecasting7. Prediction 作者:Hang Zhou; Wentao Yu; Yang Wei; Guangyu Li; Sha Xu; Chen Gong 关键词:联邦交通预测,隐私保护 6 HyperD: Hybrid Periodicity

    20310编辑于 2026-03-10
  • 来自专栏NewBeeNLP

    【ICLR2020】Transformer Complex-order:一种新的位置编码方式

    简单看一下文本分类任务的消融性分析结果: 增加可学习初相之后效果比设置初相为 0 差: "The negative effect of initial phases may be due to periodicity

    1K20发布于 2020-08-26
  • 来自专栏码匠的流水账

    聊聊rocketmq的DailyRollingFileAppender

    "); break; default: SysLogger.warn("Unknown periodicity

    59710发布于 2018-09-17
  • 来自专栏javascript趣味编程

    Palabos Tutorial3/3:compute the permeability of a 3D Porous Zone

    . // Switch off periodicity. 143. lattice.periodicity().toggleAll(false); 144. 145.

    1.2K10发布于 2020-11-03
  • 来自专栏javascript趣味编程

    Palabos Tutorial 1/3: First steps with Palabos

    lattice.periodicity().toggleAll(true); // Use periodic boundaries. 65. 66. They can only be imposed on the outer bound of a block-lattice, through a call to the method periodicity The argument true to the method collideAndStream or to the method stream is used to implement periodicity lattice.periodicity().toggleAll(true); // Set periodic boundaries. 9. 10.

    1.8K20发布于 2020-11-03
  • 来自专栏CSDNToQQCode

    对函数的理论说明(数学转换代码)

    周期性(Periodicity):函数在一定范围内以某个常数为周期重复。 对称性(Symmetry):关于某个轴或点对称的性质。

    79550编辑于 2023-10-11
  • 来自专栏SAP ERP管理实践

    SAP框架协议

    这里给每个工厂定义Creation profile, creation profile决定了发布计划行的生成规则 General parameters: Changed or next date Creation periodicity

    1.7K20发布于 2019-08-06
  • 来自专栏科学最Top

    基于视觉智能的时间序列基础模型

    RealTS的核心思想是将时间序列的基础知识分解为两个关键组成部分:趋势(Trend)和周期性(Periodicity)。其定义了多个时间序列生成模式,采用随机生成方式产生训练数据。

    33710编辑于 2024-09-18
  • 来自专栏拓端tecdat

    R语言乘法GARCH模型对高频交易数据进行波动性预测

    Intraday periodicity and volatility persistence in financial markets.

    1.8K20发布于 2021-06-15
领券