码迷,mamicode.com
首页 >  
搜索关键字:water    ( 3290个结果
NPU_ACM2018数据结构课程部分题目代码
Water Problem 单点修改 区间修改 差分 BZOJ1798区间加乘 HDU4027 区间加等差数列区间求和 区间加等比数列区间求和 ...
分类:其他好文   时间:2018-05-10 23:40:31    阅读次数:208
[LeetCode] Swim in Rising Water 在上升的水中游泳
On an N x N grid, each square grid[i][j] represents the elevation at that point (i,j). Now rain starts to fall. At time t, the depth of the water ever ...
分类:其他好文   时间:2018-05-10 00:01:21    阅读次数:476
python离散特征编码
离散特征编码分两种,特征具有大小意义,特征不具有大小意义。 1、特征不具备大小意义的直接独热编码 2、特征有大小意义的采用映射编码 [python] view plain copy import pandas as pd df = pd.DataFrame([ ['green', 'M', 10.1 ...
分类:编程语言   时间:2018-05-08 23:52:05    阅读次数:308
Ember恶意软件数据集的使用教程
2018年4月份,网络安全公司Endgame发布了一款名为EMBER的大型开源数据集。EMBER是一个包含了100多万种良性和恶意PE文件(Windows可执行文件)集合,这是一种常见的恶意软件隐藏格式。同时,针对该数据集,该公司同时在github上发布了如何使用该数据集的一个教程贴。在该教程的指引 ...
分类:其他好文   时间:2018-05-08 21:02:33    阅读次数:611
mysql使用Navicat 导出和导入数据库
系统环境: Win7 x64软件准备:Navicat Premium_11.2.7简体中文版下载网址:http://www.cr173.com/soft/419023.html 现在我就向大家介绍 mysql 使用 Navicat 导出和导入数据。 1、导出数据库: 打开Navicat ,在我们要导 ...
分类:数据库   时间:2018-05-08 17:32:25    阅读次数:172
LeetCode第[42]题(Java):Trapping Rain Water
题目:接雨水 难度:hard 题目内容: Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able t ...
分类:移动开发   时间:2018-05-08 00:52:22    阅读次数:264
TortoiseGit之配置密钥
TortoiseGit 使用扩展名为ppk的密钥,而不是ssh-keygen生成的rsa密钥。使用命令ssh-keygen -C "邮箱地址" -t rsa产生的密钥在TortoiseGit中不能用。而基于git的开发必须要用到rsa密钥,因此需要用到TortoiseGit的putty key ge ...
分类:其他好文   时间:2018-05-07 22:54:01    阅读次数:211
cordova-plugin-local-notifications发送Android本地消息
原文:cordova-plugin-local-notifications发送Android本地消息 1.GitHub源代码地址: https://github.com/katzer/cordova-plugin-local-notifications 2.参数说明: https://github.... ...
分类:移动开发   时间:2018-05-07 22:49:39    阅读次数:265
嵌入式CISC模型机设计
一、 课程设计的题目和内容 题目:设计一台嵌入式CISC模型计算机 采用定长CPU周期、联合控制方式,并运行能完成一定功能的机器语言源程序进行验证,机器语言源程序功能如下: 任意输入5个整数,输出最小负数的绝对值。 二、 系统的总体设计 2.1 CISC模型机数据通路框图 CISC模型机数据通路框图 ...
分类:其他好文   时间:2018-05-07 21:40:09    阅读次数:247
CodeForces 343D water tree(树链剖分)
Mad scientist Mike has constructed a rooted tree, which consists of n vertices. Each vertex is a reservoir which can be either empty or filled with wa ...
分类:其他好文   时间:2018-05-07 14:46:05    阅读次数:155
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!