·博主是根据b站up主诺十一2020的教程进行的学习~ https://www.bilibili.com/video/BV1V4411W787?p=1 1.对角色的移动做了如下的编码 1 using System.Collections; 2 using System.Collections.Gen ...
分类:
其他好文 时间:
2020-09-18 01:21:38
阅读次数:
29
将特性插入,就是插入一个标志?然后再类typeof中存在一(字段?方法?)对多(特性) 当调用特性的方法的时候就是调用想对应类的 方法; using System; using System.Collections.Generic; using System.Linq; using System.T ...
分类:
其他好文 时间:
2020-09-18 01:20:53
阅读次数:
25
前期准备:安装微软Excel,需要调用excel类库,Microsoft.Excel XXX Object Library 1 sing System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.T ...
using System; using System.IO; using System.Text; using System.Collections.Generic; using System.Security.Cryptography.X509Certificates; using System. ...
package LeetCode_758 import java.util.* import kotlin.collections.HashSet /** * 758. Bold Words in String * (Prime) * Given a set of keywords words an ...
分类:
其他好文 时间:
2020-09-17 18:53:02
阅读次数:
31
实现效果:运行时右上角随固定范围的轨迹飘落花瓣和心形。 1.canvas内新建图片,素材图拉进去以后设置好合适的大小,做成预制体。创建空物体,将空物体中心点移动到画布右上角的点对齐,脚本控制物体的随机出现与定时销毁。 using System.Collections; using System.Co ...
分类:
编程语言 时间:
2020-09-17 17:39:46
阅读次数:
37
由于语料短,训练时间也短,模型性能不好,以下演示过程。 语料链接: 数据格式如图(先英文,再空格,再繁体中文): 以下代码运行在Google Colab上。 导包: 1 import os 2 import sys 3 import math 4 from collections import Co ...
分类:
其他好文 时间:
2020-09-17 16:27:41
阅读次数:
29
Pytorch: import torchfrom torch import nnfrom torch.nn import initimport numpy as npimport sysfrom collections import OrderedDictdef load_data_fashion ...
分类:
其他好文 时间:
2020-09-17 16:24:38
阅读次数:
33
项目背景iWebExcel是一款基于HTML5的在线协同数据填报和分析的整体解决方案,通过集成SpreadJS纯前端表格控件,实现表格模板在线设计、数据填报、数据统计、数据管理、数据呈现等多种功能,适用于多版本复杂Excel模型的快速线上应用。iWebExcel支持多部门、多层级协同参与,并基于工作流引擎实现任务自动分发、流转自驱动、跨模板数据自动汇总分析。同时能够整合内外部ERP系统数据源,实现
分类:
Web程序 时间:
2020-09-17 13:55:06
阅读次数:
110
测试窗体为: 直接上代码: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using ...
分类:
数据库 时间:
2020-09-17 12:31:54
阅读次数:
43