码迷,mamicode.com
首页 >  
搜索关键字:some    ( 6613个结果
02 Architecture Overview
本章提要---------------------------------------------arthiecture, and some componentconnect to oracle这一章, 概念性的东西多一些---------------------------------------...
分类:其他好文   时间:2014-07-23 20:36:45    阅读次数:288
Git本地分支版本过低导致的push错误 error: failed to push some refs to ... 及后续amend
今天在用git的时候遇到了一个问题。在想远程分支push的时候,出现了下面的错误: ! [remote rejected] master -> refs/for/master (change 144 closed) error: failed to push some refs to ... 检查了一下发现是因为本地分支的版本相比远程分支的版本低。 解决的过程中有如下问题: 1、(不建议...
分类:其他好文   时间:2014-07-23 17:06:51    阅读次数:251
Evaluate Reverse Polish Notation
Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: ["2", "1", "+", "3", "*"] -> ((2 + 1) * 3) -> 9 [...
分类:其他好文   时间:2014-07-23 11:37:06    阅读次数:216
A Simple Problem with Integers
DescriptionYou haveNintegers,A1,A2, ... ,AN. You need to deal with two kinds of operations. One type of operation is to add some given number to each ...
分类:其他好文   时间:2014-07-23 11:31:26    阅读次数:269
HDU 4861(多校)1001 Couple doubi
Problem Description DouBiXp has a girlfriend named DouBiNan.One day they felt very boring and decided to play some games. The rule of this game is as following. There are k balls on the desk. Every...
分类:其他好文   时间:2014-07-23 00:05:27    阅读次数:344
NYOJ-927 The partial sum problem
The partial sum problem 时间限制:1000 ms  |  内存限制:65535 KB 难度:2 描述One day,Tom’s girlfriend give him an array A which contains N integers and asked him:Can you choose some integers from the N ...
分类:其他好文   时间:2014-07-22 18:01:38    阅读次数:250
UVa 10534 Wavio Sequence (最长递增子序列 DP 二分)
Wavio Sequence  Wavio is a sequence of integers. It has some interesting properties. ·  Wavio is of odd length i.e. L = 2*n + 1. ·  The first (n+1) integers of Wavio sequence makes a strictly i...
分类:其他好文   时间:2014-07-22 14:36:14    阅读次数:248
UVA - 11478 Halum (最短路应用+二分)
Description   Problem H Halum Time Limit : 3 seconds     You are given a directed graph G(V,E) with a set of vertices and edges. Each edge (i,j) that connects some ...
分类:其他好文   时间:2014-07-22 00:11:35    阅读次数:225
poj 1789 Truck History 最小生成树
Description Advanced Cargo Movement, Ltd. uses trucks of different types. Some trucks are used for vegetable delivery, other for furniture, or for bricks. The company has its own code describing each...
分类:其他好文   时间:2014-07-21 22:38:48    阅读次数:286
POJ 2739 Sum of Consecutive Prime Numbers
Sum of Consecutive Prime Numbers Description Some positive integers can be represented by a sum of one or more consecutive prime numbers. How many such representations does a given positive ...
分类:其他好文   时间:2014-07-21 22:18:12    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!