码迷,mamicode.com
首页 >  
搜索关键字:functional programming    ( 5069个结果
Codeforces Round #625 (Div. 2, based on Technocup 2020 Final Round) A. Contest for Robots(思维题)
Polycarp is preparing the first programming contest for robots. There are nn problems in it, and a lot of robots are going to participate in it. Each ...
分类:其他好文   时间:2020-03-03 09:16:12    阅读次数:84
C# 实践 2 async 关键字
参考: https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/keywords/async https://docs.microsoft.com/zh-cn/dotnet/csharp/programming-guide/ ...
分类:Windows程序   时间:2020-03-02 19:03:05    阅读次数:94
LeetCode——55. 跳跃游戏
给定一个非负整数数组,你最初位于数组的第一个位置。 数组中的每个元素代表你在该位置可以跳跃的最大长度。 判断你是否能够到达最后一个位置。 示例 1: 示例 2: 动态规划 这里可以用动态规划 Dynamic Programming 来解,维护一个一维数组 dp,其中 dp[i] 表示达到i位置时剩余 ...
分类:其他好文   时间:2020-03-02 12:50:20    阅读次数:48
ciscn_2019_es_7
对于 SROP 技术只是了解过,实战还是第一次,记录一下原理以及 pwntools 相关工具的用法。 "4eriri ciscn_2019_es_7" "【技术分享】Sigreturn Oriented Programming攻击简介" "pwnlib.rop.srop" ...
分类:其他好文   时间:2020-03-02 10:25:28    阅读次数:122
CF #624 div2
A. Contest for Robots Polycarp is preparing the first programming contest for robots. There are 𝑛n problems in it, and a lot of robots are going to p ...
分类:其他好文   时间:2020-03-02 01:18:29    阅读次数:74
SAP ABAP, Fiori, Android和Hybris里的异步操作
ABAP 其实ABAP的编程范式相对其他语言比较简单,没有太多异步操作。除了STARTING NEW TASK可以实现异步调用。 Use ABAP Multi Thread programming to deal with a real performance issue: https://blog ...
分类:移动开发   时间:2020-03-01 12:26:39    阅读次数:78
搭建pytorch神经网络的常用两种方式
'''本节说明搭建pytorch神经网络的常用两种方式 相比快速搭建法 第一种可以个性化设置网络结构''' import torch import torch.nn.functional as F #方式1 用 class 继承了一个 torch 中的神经网络结构, 然后对其进行了修改 class ...
分类:其他好文   时间:2020-03-01 10:30:35    阅读次数:45
搭建pytorch神经网络的常用两种方式
'''本节说明搭建pytorch的常用两种方式 相比快速搭建法 第一种可以个性化设置网络结构''' import torch import torch.nn.functional as F #方式1 用 class 继承了一个 torch 中的神经网络结构, 然后对其进行了修改 class Net( ...
分类:其他好文   时间:2020-03-01 10:29:49    阅读次数:91
pytorch seq2seq闲聊机器人beam search返回结果
decoder.py """ 实现解码器 """ import heapq import torch.nn as nn import config import torch import torch.nn.functional as F import numpy as np import rando ...
分类:其他好文   时间:2020-02-29 22:47:07    阅读次数:103
什么是 Web API
[TOC] Web API:是指“使用HTTP协议通过网络调用的API”。 API:APPlication Programming Interface,是软件组件的外部接口。 Web API 的重要性 通过API才能使用的在线服务出现 移动应用与API API的经济学 各种各样的API模式 将已发布 ...
分类:Windows程序   时间:2020-02-27 18:51:42    阅读次数:71
5069条   上一页 1 ... 34 35 36 37 38 ... 507 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!