首页 > 2014年11月29日 > 全部分享
poj 3348 Cows 凸包 求多边形面积 计算几何 难度:0 Source:CCC207
CowsTime Limit:2000MSMemory Limit:65536KTotal Submissions:7038Accepted:3242DescriptionYour friend to the south is interested in building fences and tu...
分类:其他   时间:2014-11-29 06:45:38    收藏:0  评论:0  赞:0  阅读:643
Leetcode-Binary Tree Inorder Traversal
Given a binary tree, return the inorder traversal of its nodes' values. For example:Given binary tree {1,#,2,3}, 1 \ 2 / 3return [1,3,2]...
分类:其他   时间:2014-11-29 06:45:28    收藏:0  评论:0  赞:0  阅读:261
Leetcode-Unique Binary Search Trees II
Given n, generate all structurally unique BST's (binary search trees) that store values 1...n. For example,Given n = 3, your program should return all...
分类:其他   时间:2014-11-29 06:45:18    收藏:0  评论:0  赞:0  阅读:292
[iOS基础控件 - 5.1] UIScrollView
A.需要掌握UIScrollView 是一个能够滚动的视图控件,可以用来展示大量内容,如手机的“设置”1.常见属性2.常用代理方法3.缩放4.UIScrollView和UIPageControl的分页5.NSTime的使用B.UIScrollView概念与使用练习:显示大图,以原始尺寸显示一张图片,...
分类:移动平台   时间:2014-11-29 06:44:18    收藏:0  评论:0  赞:0  阅读:479
Leetcode-Min Stack
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Push element x onto stack.pop() -- Removes...
分类:其他   时间:2014-11-29 06:44:08    收藏:0  评论:0  赞:0  阅读:309
json数据相对于xml数据.
JSON is a valid subset of JavaScript, Python, and YAMLJSON parsing is generally faster than XML parsing.JSON is a more compact format, meaning it weig...
分类:Web开发   时间:2014-11-29 06:43:49    收藏:0  评论:0  赞:0  阅读:377
Leetcode-Intersection of Two Linked Lists
Write a program to find the node at which the intersection of two singly linked lists begins.For example, the following two linked lists: A: ...
分类:其他   时间:2014-11-29 06:41:48    收藏:0  评论:0  赞:0  阅读:246
【原创】Linux环境下的图形系统和AMD R600显卡编程(3)——AMD显卡简介
早期的显卡仅用于显示,后来显卡中加入了2D加速部件,这些部件用于做拷屏,画点,画线等操作。随着游戏、三维模拟以及科学计算可视化等需要,对3D的需求逐渐增加,早期图形绘制工作由CPU来完成,要达到真实感和实时效果,只能绘制一些简单的线框模型,上世纪80年代,斯坦福大学的Jim Clark教授率先提.....
分类:系统服务   时间:2014-11-29 06:40:58    收藏:0  评论:0  赞:0  阅读:463
[Database] Deadlock avoidance protocol
如何避免Deadlock,如果我们能提前知道各个Process对于资源的需求情况,我们就可以用Banker's algorithm (银行家算法) 来解决问题。可是这在现在中不好实现,因为很难提前知道对于资源的需求情况。此时可以用一下两种方法来解决问题。1. Wait - die Protocol2...
分类:数据库技术   时间:2014-11-29 06:40:49    收藏:0  评论:0  赞:0  阅读:283
Linux中的权限管理命令-chmod
linux中删除一个权限的前提条件是对文件所在的目录有写权限。删除一个文件的前提条件不是对这个文件有写权限,对文件有写权限只能修改文件的内容。
分类:系统服务   时间:2014-11-29 06:40:08    收藏:0  评论:0  赞:0  阅读:271
key-value 内存数据库 : memcached vs redis
Memcached:高性能的分布式缓存数据库key-value存储方式(hashmap)不支持数据持久化,服务器关闭后数据全部被丢失C开发的,基于libevent库,在大多数linux,bsd,solaris,以及windows等os上都可用客户端实现软件的语言非常多:C/C++, PHP, Jav...
分类:数据库技术   时间:2014-11-29 06:39:59    收藏:0  评论:0  赞:0  阅读:551
一路的前端编辑器
记得刚刚开始接触前端工作的时候,跟许多人一样一开始都会选择DW,DW以完善的代码提示及友好的所见及所得的辅助功能一直是广大前端教学者的首选工具。在使用DW一年中也一直觉得DW是个很好的前端工具,直到同事推荐我使用另一个前端工具—sublime,当时就有些犹豫需不需要换一个工具了,百度几翻搜搜,都会听...
分类:其他   时间:2014-11-29 06:39:38    收藏:0  评论:0  赞:0  阅读:331
uva 12356 Army Buddies 树状数组解法 树状数组求加和恰为k的最小项号 难度:1
Nlogonia is fighting a ruthless war against the neighboring country of Cubiconia. The Chief General of Nlogonia's Army decided to attack the enemy wit...
分类:编程语言   时间:2014-11-29 06:39:28    收藏:0  评论:0  赞:0  阅读:442
[iOS基础控件 - 5.2] 查看大图、缩放图片代码(UIScrollView制作)
原图: 900 x 1305 拖曳滚动:缩放: 主要代码: 1 // 2 // ViewController.m 3 // ImageZoom 4 // 5 // Created by hellovoidworld on 14/11/28. 6 // Copyright (c) 2014年 ...
分类:移动平台   时间:2014-11-29 06:39:18    收藏:0  评论:0  赞:0  阅读:332
【大型网站技术实践】初级篇:借助Nginx搭建反向代理服务器
一、反向代理:Web服务器的“经纪人”1.1 反向代理初印象 反向代理(Reverse Proxy)方式是指以代理服务器来接受internet上的连接请求,然后将请求转发给内部网络上的服务器,并将从服务器上得到的结果返回给internet上请求连接的客户端,此时代理服务器对外就表现为一个服务器。 ....
分类:Web开发   时间:2014-11-29 06:39:08    收藏:0  评论:0  赞:0  阅读:457
将linux默认python升级到2.7.4版本
第一步:下载python2.7.4版本源码:wgethttp://python.org/ftp/python/2.7.4/Python-2.7.4.tgz解压文件[aa@localhost ~]$ tar jxvf Python-2.7.4.tar.bz2[niuxl@localhost ~]$ c...
分类:编程语言   时间:2014-11-29 06:38:48    收藏:0  评论:0  赞:0  阅读:454
团队项目M1阶段个人反思
郑培蕾: 作为项目的PM,我前期的工作还是有很大的缺陷的,因为没有在开发之前对项目进行一个合理的评估,所以后来分配任务的时候就很不科学,而且任务分配的比较粗糙,没有细化到每个人每天应该做什么,这就导致我们在后来的工作中因为联网部分造成项目卡顿,这是项目最终失败一个很重要的原因;其次是我们团队内部成....
分类:其他   时间:2014-11-29 06:38:38    收藏:0  评论:0  赞:0  阅读:403
Arcgis Android 基本概念 - 浅谈
MapView MapView 是 Android 中 ViewGroup的子类,也是 ArcGIS Runtime SDK for Android 中的地图容器,与很多 ArcGIS API 中的 Map、MapControl类作用是一样的。 MapView 可以添加一个或多个图层,图层只有添.....
分类:移动平台   时间:2014-11-29 06:38:25    收藏:0  评论:0  赞:0  阅读:358
Leetcode-binary Tree Zigzag Level Order Traversal
Given a binary tree, return the zigzag level order traversal of its nodes' values. (ie, from left to right, then right to left for the next level and ...
分类:其他   时间:2014-11-29 06:37:38    收藏:0  评论:0  赞:0  阅读:182
[转]CentOS 下搭建maven仓库
摘要linux下使用nexus搭建maven仓库原文:http://my.oschina.net/u/255289/blog/3071431:下载maven和nexus,并解压。wgethttp://apache.fayea.com/apache-mirror/maven/maven-3/3.1.1...
分类:其他   时间:2014-11-29 06:37:08    收藏:0  评论:0  赞:0  阅读:256
1233条   上一页 1 ... 52 53 54 55 56 ... 62 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!