码迷,mamicode.com
首页 >  
搜索关键字:points    ( 1654个结果
ASP.NET
细说ASP.NET的各种异步操作key points:异步的HttpHandlerASP.NET异步页的实现方式ASP.NET MVC(2.0)中的异步方式
分类:Web程序   时间:2015-09-20 17:26:42    阅读次数:133
Session
Session,有没有必要使用它?key points:Session对并发访问的影响Session的缺点总结不使用Session的替代方法替换现有代码中的Session的解决方案
分类:其他好文   时间:2015-09-19 16:46:17    阅读次数:122
Form
细说 Form (表单)key points:关于成功控件的说明post和get的区别包含多个提交按钮的表单的提交在表单中上传文件用ajax方式提交表单用C#模拟表单提交(HttpWebRequest、WebResponse)
分类:其他好文   时间:2015-09-19 15:04:57    阅读次数:146
POJ 1806 Currency Exchange
Description:Several currency exchange points are working in our city. Let us suppose that each point specializes in two particular currencies and perf...
分类:其他好文   时间:2015-09-16 12:06:49    阅读次数:214
Max Points on a Line
/*** Definition for a point.* struct Point {* int x;* int y;* Point() : x(0), y(0) {}* Point(int a, int b) : x(a), y(b) {}* };*/class Solution {public...
分类:其他好文   时间:2015-09-12 14:45:12    阅读次数:128
codeforces 251A Points on Line(二分or单调队列)
DescriptionLittle Petya likes points a lot. Recently his mom has presented himnpoints lying on the lineOX. Now Petya is wondering in how many ways he ...
分类:其他好文   时间:2015-09-11 12:15:44    阅读次数:314
HDU 1541 Stars (树状数组)
Problem DescriptionAstronomers often examine star maps where stars are represented by points on a plane and each star has Cartesian coordinates. Let t...
分类:编程语言   时间:2015-09-10 19:31:42    阅读次数:147
Currency Exchange
Currency ExchangeTime Limit:1000MSMemory Limit:30000KTotal Submissions:23346Accepted:8450DescriptionSeveral currency exchange points are working in ou...
分类:其他好文   时间:2015-09-09 16:20:15    阅读次数:167
[LintCode] Invert Binary Tree 翻转二叉树
Givennpoints on a 2D plane, find the maximum number of points that lie on the same straight line.ExampleGiven 4 points:(1,2),(3,6),(0,0),(1,3).The max...
分类:其他好文   时间:2015-09-08 06:57:23    阅读次数:171
[CareerCup] 7.6 The Line Passes the Most Number of Points 经过最多点的直线
7.6 Given a two-dimensional graph with points on it, find a line which passes the most number of points.这道题给了我们许多点,让我们求经过最多点的一条直线。给之前那道7.5 A Line Cut ...
分类:其他好文   时间:2015-09-03 00:43:18    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!