React简单时间输入 一个简单的时间输入,以灵活的格式接受时间。 它支持12小时制和24小时制。 安装 npm install react-simple-time-input --save 用法 import React , { useState } from 'react' import SimpleTimeInput from 'react-simple-time-input' function MyComponent ( ) { const [ time , setTime ] = useState ( '14:00' ) const valueChanged = newValue => { setTime ( newValue ) alert ( `Time changed to ${ newValue } ` ) } return (
2023-02-27 17:58:29 299KB JavaScript
1
Simple Waypoint System 。Used by hundreds of developers, Simple Waypoint System allows you to create paths right within the editor, then tell any game object to follow your path via our movement scripts.
2023-02-23 15:59:20 27.32MB unity game sws
1
简单的C语言编译器 用C ++ Project编写的简单C语言编译器分多个阶段完成,每个阶段都基于前一个阶段。 编译器的约束在每个阶段程序文件的注释中。
2023-02-19 04:43:11 292KB C++
1
simple-p5-video-test
2023-02-17 10:54:41 5.45MB JavaScript
1
本文为读文章笔记,受所学所知限制,如有出错,恭请指正。 A Simple Framework for Contrastive Learning of Visual Representations 作者: Ting Chen, Simon Kornblith, Mohammad Norouzi, Geoffrey Hinton 本文提出一种简洁有效的设计的无监督设计,并且以7%的margin刷新了SOTA。 摘要直译:这篇文章提出了SimCLR, 一种简单的、用于视觉表征对比学习的框架。作者们简化了最近刚提出的对比自监督学习算法,并且不需要特别的架构或者J记忆库。为了探究是什么使得对比预测
2023-02-05 23:33:47 227KB al ar AS
1
DFT的matlab源代码D3色散模型 dftd3简单直接替换。 该程序提供了DFT-D3色散校正的小型且易于使用的实现(请参阅和了解详细信息)。 它主要基于程序,并从中的实施中借用了一两个想法。 安装 conda包装 这个项目是为conda软件包管理器打包的,可以在conda-forge频道上找到。 要安装conda软件包管理器,我们建议安装程序。 如果conda-forge频道尚未启用,请使用以下命令将其添加到您的频道中 conda config --add channels conda-forge 启用conda-forge频道后,可以使用以下方法安装该项目: conda install simple-dftd3 可以使用以下命令列出平台上可用的所有版本: conda search simple-dftd3 --channel conda-forge 现在您可以使用s-dftd3 。 从源头建造 要从此存储库中的源代码构建该项目,您需要 支持Fortran 2008的Fortran编译器 版本0.53或更高版本 构建系统后端,即1.7版或更高版本 可选的依赖项是 BLAS(通过-
2023-02-03 17:11:58 359KB 系统开源
1
经典的密码和网络攻防的书!适合专业和非专业的本科与研究生阅读!
2023-01-06 15:01:55 4.08MB 密码学
1
TF Model building/training/evaluating for simple nlp task just by params configuration, training/evaluating monitor and params configure GUI with streamlit.
2022-12-19 14:28:29 493KB 人工智能 深度学习/机器学习
1
简单-短信-发送者-接收者 用于发送和接收短信的简单安卓应用 这是一个基本的 android 应用程序,它允许您向(当前硬编码的)电话号码发送 SMS 消息,并且接收到的消息显示在 textView 中。
2022-12-15 10:42:01 114KB Java
1
样本游戏服务器 tcp游戏echo服务器,客户端发送服务器指定格式的数据格式,服务器获取对应的协议号,走不同的逻辑函数 开始 # Server from core import server s = server . Server (( "127.0.0.1" , 8000 ), 5 ) @ s . route ( "hello_world" ) def hello_world ( request ): request . client . send ({ "c" : "hello world." }) if __name__ == '__main__' : s . serve_forever () # Client import socket from core . server import Server protocol = Server .
2022-12-14 21:55:34 12KB Python
1