码迷,mamicode.com
首页 >  
搜索关键字:copyright    ( 4271个结果
VS2015编译gdal库 debug
E:\Visual Studio 2015\install\VC>E:\Visual Studio 2015\install\VC>E:\Visual Studio 2015\install\VC>E:\Visual Studio 2015\install\VC>E:\Visual Studio 2 ...
分类:其他好文   时间:2019-08-23 13:11:45    阅读次数:80
1073 Scientific Notation
Scientific notation is the way that scientists easily handle very large numbers or very small numbers. The notation matches the regular expression [+- ...
分类:其他好文   时间:2019-08-22 12:41:56    阅读次数:68
【Flutter学习】基本组件之弹窗和提示(SnackBar、BottomSheet、Dialog)
一,概述 Flutter中的操作提示主要有这么几种 SnackBar、BottomSheet、Dialog,因为 Dialog样式比较多,放最后讲好了 二,介绍 SnackBar SnackBar的源码相对简单 构造函数 const SnackBar({ Key key, @required thi ...
分类:其他好文   时间:2019-08-18 10:11:41    阅读次数:1137
1069 The Black Hole of Numbers
For any 4-digit integer except the ones with all the digits being the same, if we sort the digits in non-increasing order first, and then in non-decre ...
分类:其他好文   时间:2019-08-17 18:00:35    阅读次数:1440
Duilib的圆环形 滚动条 实现(网易云信版本)
/** @file CircleProgress.h* @brief 圆环型滚动条控件,圆环中间可以有文本(如85%)* @copyright (c) 2019-2022, NetEase Inc. All rights reserved* @author Xuhuajie* @date 2019/ ...
分类:其他好文   时间:2019-08-14 16:46:42    阅读次数:236
【题解】51Nod 1594 莫比乌斯反演
先咕了(等我学会Markdown code ...
分类:其他好文   时间:2019-08-09 23:59:39    阅读次数:209
什么是泛型?泛型的基本原理与使用优势。
1. 什么是泛型? 泛型将接口的概念进一步延伸,“泛型”的字面意思就是广泛的类型。类、接口和方法代码可以应用于非常广泛的类型,代码与它们能够操作的数据类型不再绑定在一起,同一套代码可以用于多种数据类型,这样不仅可以复用代码,降低耦合性,而且还提高了代码的可读性以及安全性。讲起来优点抽象,我们看个实际 ...
分类:其他好文   时间:2019-08-08 22:58:05    阅读次数:122
CentOS7 reset脚本,用于初始化新的虚拟机
能用,有待完善CentOS7测试哈哈#!/bin/bash#**************************************************************#Author:28#QQ:599503252#Date:2019-08-01#FileName:reset.sh#URL:https://blog.51cto.com/14012942#Description:Th
分类:其他好文   时间:2019-08-08 18:53:23    阅读次数:92
BCrypt BCryptPasswordEncoder
package org.linlinjava.litemall.core.util.bcrypt; // Copyright (c) 2006 Damien Miller <djm@mindrot.org> // // Permission to use, copy, modify, and dis... ...
分类:Web程序   时间:2019-08-08 00:15:44    阅读次数:125
Project Euler
[TOC] Solutions to Project Euler "Website" Written by dgklr, often by using python / c++ P125 Answer: Running Time: cpp / Copyright (c) dgklr / includ ...
分类:其他好文   时间:2019-08-06 12:31:34    阅读次数:87
4271条   上一页 1 ... 23 24 25 26 27 ... 428 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!