码迷,mamicode.com
首页 >  
搜索关键字:hackthon programmer coworking    ( 483个结果
转:十大编程算法助程序员走上高手之路
原文来自于:http://www.techug.com/10-algorithm-help-programmer-grow-up算法一:快速排序算法快速排序是由东尼·霍尔所发展的一种排序算法。在平均状况下,排序n个项目要Ο(nlogn)次比较。在最坏状况下则需要Ο(n2)次比较,但这种状况并不常见。...
分类:编程语言   时间:2015-04-30 19:42:17    阅读次数:151
Sicily 14257. Myvim Plugin
14257. Myvim Plugin Constraints Time Limit: 1 secs, Memory Limit: 256 MB Description For every programmer, coding HTML & CSS is a very boring thing. For example, writing an html tag with id ...
分类:系统相关   时间:2015-04-30 09:03:49    阅读次数:284
闲的时候看看(怎么可能有闲的时候)
《程序猿幼崽上路指南》UNIX编程艺术UNIX网络编程代码大全// apache的源码《Pragmatic Programmer》、《The Art of UNIX Programming》、《Elements of Programming Style》和《The Productive Progra...
分类:其他好文   时间:2015-04-25 22:28:21    阅读次数:164
程序员能力矩阵 Programmer Competency Matrix
原文:http://sijinjoseph.com/programmer-competency-matrix/注意:每个层次的知识都是渐增的,位于层次n,也蕴涵了你需了解所有低于层次n的知识。计算机科学 Computer Science2n(Level 0)n2(Level 1)n(Level 2)...
分类:其他好文   时间:2015-04-24 19:00:54    阅读次数:135
Before You Refactor
Before You RefactorRajith AttapattuAT SOME POiNT, every programmer will need to refactor existing code. But before you do so, please think about the following, as this could save you and others a great...
分类:其他好文   时间:2015-04-18 16:12:46    阅读次数:138
Absolute positioning
The programmer specifies the position and the size of each widget in pixels. When you use absolute positioning, we have to understand the following li...
分类:其他好文   时间:2015-04-17 19:56:23    阅读次数:184
LeetCode # Longest Common Prefix #
我的Python 解答: """ Programmer : EOF Date : 2015.04.15 File : lcp.py E-mail : jasonleaster@gmail.com """ """ Varible Description: @ret_string : We store the string...
分类:其他好文   时间:2015-04-15 17:13:05    阅读次数:152
LeetCode # Add Two Numbers #
Python(我一直不能忍受我的解答不够简短QAQ): """ Programmer : EOF Date : 2015.04.14 File : atn.py E-mail : jasonleaster@gmail.com """ # Definition for singly-linked list. class ListN...
分类:其他好文   时间:2015-04-15 01:02:39    阅读次数:240
LeetCode # ZigZag Conversion #
我的Python解答: """ Programmer : EOF Date : 2015.04.14 File : zigzag.py E-mail : jasonleaster@gmail.com """ class Solution: def convert(self, s, nRows): leng...
分类:其他好文   时间:2015-04-14 18:02:44    阅读次数:160
[转]禅修程序员十诫
摘要:做一名禅修程序员意味着什么?那意味着,你要持守我从禅宗 习得的10条戒律,它们与计算机程序员的现代世界息息相关。 查看英文原文:The 10 rules of a Zen programmer 早晨,外面下着雨,我发觉自己正坐在办公桌上琢磨有关高效率工作(efficient working.....
分类:其他好文   时间:2015-04-13 18:02:09    阅读次数:155
483条   上一页 1 ... 32 33 34 35 36 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!