最新 最热

论文的 research 和 survey

转自https://blog.csdn.net/yq_forever/article/details/78915687

2020-11-13
1

CodeForces - 1176A Divide it! (模拟+分类处理)

You can perform any of the following operations with this number an arbitrary (possibly, zero) number of times:

2020-10-28
0

2019.8.15乘兴打Codeforces Round #569 (Div. 2)小记B. Nick and Array

B. Nick and Array time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Nick had received an awesome arr...

2020-09-28
1

科研解读 | ACP-高温天气对土壤湿度的敏感性:WRF模式的个例研究

本成果以“Sensitivity of high-temperature weather to initial soil moisture: a case study using the WRF model”为题,发表在大气科学顶级期刊SCI一区期刊Atmospheric Chemistry and Physics上。......

2020-09-21
0

C++核心准则T.43: 定义别名时,using比typedef更好

Improved readability: With using, the new name comes first rather than being embedded somewhere in a declaration. Generality: using can be used for template ali...

2020-09-10
1

说说 C# 8 using 新特性

在 .NET 运行时 GC 会负责清理内存,但是我们有时候需要手动清理资源(比如非托管资源不再使用的时候),在以前对于实现了 IDisposable 接口的对象,我们会使用 using 语句来清理掉。例如如下代码:...

2020-09-08
1

Try 和异常

Try 以及异常在c#中是很重要的内容,很多开发人员其实并不是很了解try 和异常。在这篇文章中我将会各大家具体讲解一下Try和异常。

2020-09-08
1

通过你的移动浏览器使用 Confluence 6

这个页面是关于 Confluence 移动浏览 的内容,主要说明通过你移动设备的浏览器来访问 Confluence。

2020-09-07
1

C++核心准则T.12:声明局部变量类型时,概念比auto更好

auto is the weakest concept. Concept names convey more meaning than just auto.

2020-08-27
1

C到C++

前言:大年初一一动不动,初二按兵不动,初三纹丝不动,初四巍然不动,初五依然不动,初六原地不动,初七继续不动,及时能动?钟南山说动才能动,不动不代表在家嗑瓜子,数腿毛,我们要用学习来丰富自己。01头文件C风格#include<stdio.h>#inc...

2020-08-19
1