码迷,mamicode.com
首页 >  
搜索关键字:nsis    ( 535个结果
POJ 2955?Brackets
Brackets Description We give the following inductive definition of a “regular brackets” sequence: the empty sequence is a regular brackets sequence, i ...
分类:其他好文   时间:2017-06-21 09:35:17    阅读次数:154
[CodeChef - GERALD07 ] Chef and Graph Queries
Read problems statements in Mandarin Chinese and Russian. Problem Statement Chef has a undirected graph G. This graph consists of N vertices and M edg ...
分类:其他好文   时间:2017-06-20 23:26:26    阅读次数:230
POJ 1915 Knight Moves(BFS+STL)
?? Knight Moves Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 20913 Accepted: 9702 Description Background Mr Somurolov, fabulous chess-ga ...
分类:其他好文   时间:2017-06-20 14:52:56    阅读次数:126
@转载 数据库ACID
一.事务 定义:所谓事务,它是一个操作序列,这些操作要么都执行,要么都不执行,它是一个不可分割的工作单位。 准备工作:为了说明事务的ACID原理,我们使用银行账户及资金管理的案例进行分析。 [sql] view plain copy print? // 创建数据库 create table acco ...
分类:数据库   时间:2017-06-20 12:28:09    阅读次数:190
459. Repeated Substring Pattern
https://leetcode.com/problems/repeated-substring-pattern/#/description Given a non-empty string check if it can be constructed by taking a substring o ...
分类:其他好文   时间:2017-06-13 23:48:42    阅读次数:219
sklearn数据变化
一.特征抽取 特征抽取sklearn.feature_extraction 模块提供了从原始数据如文本,图像等众抽取能够被机器学习算法直接处理的特征向量。 1.特征抽取方法之 Loading Features from Dicts 2.特征抽取方法之 Features hashing 2.特征抽取方 ...
分类:其他好文   时间:2017-06-13 12:39:41    阅读次数:231
怎样让索引仅仅能被一个SQL使用
有个徒弟问我,要创建一个索引,去优化一个SQL,可是创建了索引之后其它 SQL 也要用 这个索引,其它SQL慢死了。要优化的SQL又快。遇到这样的问题咋搞? 一般遇到这样的问题还是非常少的。处理的方法非常多。我简单的给大家介绍一种方法。 还是直接看我实验操作步骤吧。 在SCOTT账户里面创建一个測试 ...
分类:数据库   时间:2017-06-12 20:44:59    阅读次数:199
poj-2996 Help Me with the Game
Help Me with the Game Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 3210 Accepted: 2071 Description Your task is to read a picture of a c ...
分类:其他好文   时间:2017-06-12 11:48:44    阅读次数:229
poj2960 S-Nim
S-Nim Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 4361 Accepted: 2296 Description Arthur and his sister Caroll have been playing a game ...
分类:其他好文   时间:2017-06-11 10:25:30    阅读次数:124
606. Construct String from Binary Tree
https://leetcode.com/problems/construct-string-from-binary-tree/#/description You need to construct a string consists of parenthesis and integers from ...
分类:其他好文   时间:2017-06-09 12:37:11    阅读次数:136
535条   上一页 1 ... 37 38 39 40 41 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!