ARTOOLKIT流程入门,流程很简单。
2023-03-26 13:33:54 37KB artoolkit
1
简单二十一点 使用Unity3D制作的单人二十一点游戏 卡片资产由 使用Unity 2018.1.0f2 Personal(64bit)制作 去做 动画片 音乐与声音 界面改进 Double Down选项 分割期权
2023-03-10 21:09:47 1.53MB C#
1
基于VGG Simple手写体数字识别的研究与FPGA实现 vivado的工程 大家自行学习
2023-03-07 10:16:46 35.47MB FPGA vivado 手写体数字识别
1
在 MATLAB 中实现的简单轻量级相机图像处理管道。 首先运行 DEMO.m 这是用于从智能手机图像去噪数据集 (SIDD) 的原始 RGB 图像渲染 sRGB 图像的代码https://www.eecs.yorku.ca/~kamel/sidd/ 此代码对 CodaLab 上真实图像去噪挑战的参与者有帮助: NTIRE 2019 真实图像去噪挑战赛 - 赛道 1:Raw-RGB https://competitions.codalab.org/competitions/21258 NTIRE 2019实像去噪挑战-音轨2:sRGB https://competitions.codalab.org/competitions/21266 享受!
2023-03-02 15:15:02 69.03MB matlab
1
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