码迷,mamicode.com
首页 >  
搜索关键字:life in programming    ( 6263个结果
每一个不曾起舞的日子
Every single day without dancing is one day we betrayed of life....
分类:其他好文   时间:2015-01-02 16:03:05    阅读次数:171
【目录】python
python入门学习(一)入门学习(二)入门学习(三)入门学习(四)入门学习(五)入门学习(六)入门学习(七)入门学习(八)入门学习(九)入门学习(十)Head First Python(五)An Introduction to Interactive Programming in Python(w...
分类:编程语言   时间:2015-01-02 14:35:35    阅读次数:141
A general messagebox src code paragraph for debug in Gtk+ programming
#define debug_msg_box() \{ \ GtkWidget *msg_dlg = gtk_message_dialog_new(NULL, \ GTK_DIALOG_DESTROY_WITH_PARENT, \ GT...
分类:其他好文   时间:2015-01-02 10:54:12    阅读次数:110
Intro to Parallel Programming课程笔记001
Intro to Parallel Programming   How do you dig a hole faster?   GPU理念 很多很多简单计算单元; 清洗的并行计算模型; 关注吞吐量而非延迟;     CPU: HOST GPU:DEVICE       A Typical GPU Program          1,CPUallocates(分配)...
分类:其他好文   时间:2015-01-02 09:50:16    阅读次数:279
iOS Block详解3
——译自Apple Reference Library《Blocks Programming Topic》简介块对象是C语言的句法和运行时特性。它类似于标准C函数,但可以将代码、变量绑定到堆(heap)、栈(stack)。一个块还维护了一系列的状态,这些状态或数据影响着执行的结果。可以把块组成函数表...
分类:移动开发   时间:2014-12-31 17:52:31    阅读次数:241
oc的语法基础(一)
发现之前的知识细节忘掉的很多,所以从现在开始要对之前的知识进行梳理一下,从oc开始 一.oc的语言点 1.c语言的超集,允许在oc中使用c语言源代码,编译器兼容c语言程序 2.具备完善的面向对象特征 3.包含一个运行时系统 4.类库丰富 二.面向对象编程 1.面向对象编程 OOP   (Object Oriented Programming) 2.面向对象的编程有:...
分类:其他好文   时间:2014-12-31 11:25:11    阅读次数:199
Python PCV [分享]
1. Reference:https://github.com/jesolem/PCV2. 介绍PCV is a pure Python library for computer vision based on the book "Programming Computer Vision with P...
分类:编程语言   时间:2014-12-31 09:58:22    阅读次数:318
[LeetCode#5]Longest Palindromic Substring
The problem: (The code of dynamic programming is very concise and elegant. You must learn it!)Given a stringS, find the longest palindromic substring ...
分类:其他好文   时间:2014-12-30 13:16:09    阅读次数:171
[LeetCode#22]Generate Parentheses
The problem: (This prolem include many programming skills in using recursion!!)Givennpairs of parentheses, write a function to generate all combinatio...
分类:其他好文   时间:2014-12-30 13:10:18    阅读次数:174
The life of an HTML HTTP request
https://developer.mozilla.org/en-US/docs/The_life_of_an_HTML_HTTP_requesthttp://www.html5rocks.com/en/tutorials/internals/howbrowserswork/http://talig...
分类:Web程序   时间:2014-12-30 07:02:48    阅读次数:168
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!