// ConsoleApplication1.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。// #include "pch.h"#include <iostream>#include <Windows.AI.MachineLearning.h>#include <coni ...
分类:
其他好文 时间:
2019-07-14 15:26:29
阅读次数:
74
参考 https://www.e-learn.cn/content/python/786199 1.安装anaconda 官网下载安装python3.7版 2.安装JAVA 官网下载安装 https://www.oracle.com/technetwork/java/javase/overview/ ...
分类:
其他好文 时间:
2019-07-13 13:38:08
阅读次数:
94
Dijkstra算法用于解决单源最短路径问题,通过逐个收录顶点来确保已收录顶点的路径长度为最短。 图片来自陈越姥姥的数据结构课程:https://mooc.study.163.com/learn/1000033001?tid=1000044001#/learn/content?type=detail ...
分类:
编程语言 时间:
2019-07-13 13:27:49
阅读次数:
131
ADesign Tutorial: Learn from Math 素数筛 BDesign Tutorial: Learn from Life 贪心,从大到小,一次取k个,统计每次的楼层最高 CDesign Tutorial: Make It Nondeterministic 模拟 ...
分类:
其他好文 时间:
2019-07-13 12:06:03
阅读次数:
104
1. asp.net mvc 与 api的区别 1. Asp.Net MVC用于创建返回视图和数据的Web应用程序,但Asp.Net Web API用于创建完整的HTTP服务,只需返回数据而不是视图的简单方法。 1. Web API有助于通过.NET Framework构建REST ful服务,它还 ...
分类:
其他好文 时间:
2019-07-12 12:40:16
阅读次数:
85
We often come across 'ablation study' in machine learning papers, for example, in this paper with the original R-CNN, it has a section of ablation stu ...
分类:
其他好文 时间:
2019-07-11 19:59:45
阅读次数:
164
黑客余弦先生在知道创宇的知道创宇研发技能表v3.1中提到了入门Python的一本好书《Learn Python the Hard Way(英文版链接)》。其中的代码全部是2.7版本。 如果你觉得英文版看着累,当当网有中文版,也有电子版可以选择。 我试着将其中的代码更新到Python 3。同时附上一些 ...
分类:
编程语言 时间:
2019-07-10 10:50:39
阅读次数:
169
1、下载最新的Visual Studio 2019或者Preview版本,新建项目,找到“WPF App(.Net Core)”模板。 2、输入项目名称“NetCore Learn WpfClient” 3、调试运行即可(Ctrl F5) 4、资源管理器,打开刚才项目所在文件夹,右键用VS Code ...
UnityLearn_Beginner_UnityTips Tutorial. Unity Tips Unity官方教程_BeginnerLevel https://learn.unity.com/tutorial/unity-tips#5c7f8528edbc2a002053b481 Snap: ...
分类:
编程语言 时间:
2019-07-05 22:41:47
阅读次数:
158