码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
asp.net C# 控制台模拟红绿灯(交通信号灯)
一、需求分析 通过控制台输入绿灯,黄灯,红灯显示时间,然后倒计时,周而复始。 二、运行效果 1、输入显示时间 2、绿灯,黄灯,红灯,倒计时周而复始 三、实现代码 using System; using System.Collections.Generic; using System.Linq; us ...
分类:Windows程序   时间:2019-10-30 22:32:06    阅读次数:212
07 动画系统
Mecanim动画(新版动画) 选中一个动画在右侧的属性面板中可以查看动画的种种属性, 动画类型:None:无任何动画 Legacy:旧版Animation动画 Generic:一般动画(非人型动画) Humanoid:人型动画 人型动画设置: 人型动画最重要的表示骨骼的设置,没有与之相匹配的骨骼, ...
分类:其他好文   时间:2019-10-29 09:31:23    阅读次数:89
Unity HTCVR 设备手柄控制
using System.Collections; using System.Collections.Generic; using UnityEngine; using HTC.UnityPlugin.Vive; using UnityEngine.SceneManagement; public c... ...
分类:编程语言   时间:2019-10-28 21:09:38    阅读次数:114
unity json序列化和反序列化
using Newtonsoft.Json; using System.Collections.Generic; using UnityEngine; public class JsonDe : MonoBehaviour { public class Produc { public string ...
分类:编程语言   时间:2019-10-28 14:26:18    阅读次数:166
fine-tuning
转自https://blog.csdn.net/weixin_42137700/article/details/82107208 在实践中,由于数据集不够大,很少有人从头开始训练网络。常见的做法是使用预训练的网络(例如在ImageNet上训练的分类1000类的网络)来重新fine-tuning(也叫 ...
分类:其他好文   时间:2019-10-26 18:49:59    阅读次数:98
unity 四边形多点矫正
using System.Collections; using System.Collections.Generic; using System.Threading; using UnityEngine; [System.Serializable] public class fangkuai{ pu ...
分类:编程语言   时间:2019-10-26 17:26:31    阅读次数:90
不是知道什么的寻路算法
using System; using System.Collections.Generic; public class PathGraph { public int[] m_Vertices; public int m_VertexNum; public int m_EdgeNum; public... ...
分类:编程语言   时间:2019-10-25 20:33:20    阅读次数:99
.NET 泛型集合数据写CSV文件
1.功能类 using System;using System.Collections.Generic;using System.ComponentModel;using System.IO;using System.Linq;using System.Reflection;using System ...
分类:Web程序   时间:2019-10-25 18:24:14    阅读次数:92
C# 网页图片采集
博客原文地址:https://www.cnblogs.com/qq260250932/p/5361043.html using System; using System.Collections.Generic; using System.Linq; using System.Text; using  ...
分类:Windows程序   时间:2019-10-25 13:43:17    阅读次数:114
库存管理系统
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:其他好文   时间:2019-10-24 23:23:19    阅读次数:136
7184条   上一页 1 ... 51 52 53 54 55 ... 719 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!