码迷,mamicode.com
首页 >  
搜索关键字:tasks    ( 2110个结果
哥德巴赫猜想的实现方式
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApplication3{ class P ...
分类:其他好文   时间:2019-10-05 00:40:58    阅读次数:125
Paper | Dynamic Residual Dense Network for Image Denoising
[toc] 发表于2019 Sensors。 摘要 Deep convolutional neural networks have achieved great performance on various image restoration tasks. Specifically, the res ...
分类:Web程序   时间:2019-10-03 23:36:34    阅读次数:145
c#语言特性7.x
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Language._7._0 { public ... ...
分类:编程语言   时间:2019-10-03 16:17:22    阅读次数:96
C#基本总结
一、为字段赋值的两种方式:1. 通过属性的形式,2. 通过构造函数 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; ...
分类:Windows程序   时间:2019-10-02 00:59:30    阅读次数:121
AtCoder AGC032E Modulo Pairing (二分、贪心结论)
题目链接 https://atcoder.jp/contests/agc032/tasks/agc032_e 题解 猜结论好题。 结论是: 按$a_i$从小到大排序之后,一定存在一种最优解,使得以某个位置为界,两边分别首尾匹配,且满足左边的每一对的和都$ include include includ ...
分类:其他好文   时间:2019-09-28 17:45:33    阅读次数:82
arcgis api for js 3.X版本加载矢量json文件,并缩放至图层
esriLoader.loadModules( [ 'esri/tasks/FeatureSet', 'esri/layers/FeatureLayer', 'esri/geometry/Point', 'esri/geometry/Polygon', 'esri/geometry/Extent',... ...
分类:Windows程序   时间:2019-09-28 10:53:31    阅读次数:214
falsk 使用celery后台执行任务
falsk 使用celery后台执行任务 1.基础环境搭建 doc:https://flask.palletsprojects.com/en/1.0.x/patterns/celery/ mkdir celery_tasks __init__.py 实例化celery from celery imp ...
分类:其他好文   时间:2019-09-28 00:46:00    阅读次数:99
MySQL于C#交互练习代码
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using MySql.Data.MySqlClient; name... ...
分类:数据库   时间:2019-09-27 21:06:55    阅读次数:134
Excel表格
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using org.in2bits.MyXls; namespace... ...
分类:其他好文   时间:2019-09-23 22:37:14    阅读次数:116
AtCoder AGC004E Salvage Robots (DP)
题目链接 https://atcoder.jp/contests/agc004/tasks/agc004_e 题解 本题的难度不在于想到大体思路,而在于如何把代码写对。。 首先我们可以不让机器人动,让出口和边界一起动。 然后设$dp[l][r][u][d]$表示出口往四个方向分别动了最多$l,r,u ...
分类:其他好文   时间:2019-09-21 19:07:50    阅读次数:81
2110条   上一页 1 ... 28 29 30 31 32 ... 211 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!