转载自: http://www.codeceo.com/article/cpp-lambda.htmlC++ 11 对LB的支持,对于喜欢Functional Programming的人来说,无疑是超好消息。它使得C++进入了和C#,JavaScript等现代流行的程序设计语言所代表的名人堂。不熟悉...
分类:
编程语言 时间:
2014-09-13 18:29:45
阅读次数:
235
源:http://blog.csdn.net/zhenhua10/article/details/6442412 ATmega128具备引导加载支持的用户程序自编程功能(In-System Programming by On-chipBoot Program),它提供了一个真正的由MCU本身自动下....
分类:
其他好文 时间:
2014-09-13 11:55:35
阅读次数:
488
Windows操作系统提供了各种各样的函数,以方便我们开发Windows应用程序。这些函数是Windows操作系统提供给应用程序编程的接口(Application Programming Interface)简称为API函数。 MSDN可以说是为微软开发人员提供的一套帮助系统,其中包含大量的开...
目录承载管理(Bearer management)控制系统连接状态的API进程间通信(Inter-Process Communication in Qt)Qt程序的进程间通信网络编程(Network Programming)介绍Qt上的网络编程加密套接字协议层—SSL(Secure Sockets ...
分类:
其他好文 时间:
2014-09-12 18:48:53
阅读次数:
185
//register.html
insert item here!
User:
Password:
interesting:
Reading
writing
sport
exercise
claming
//LoginServlet
import javax.servlet.Servlet;
publi...
分类:
其他好文 时间:
2014-09-12 15:10:03
阅读次数:
214
本文主要记录自己对几个高级语法概念的理解:匿名函数、lambda表达式、闭包、装饰器。
这几个概念并非Python特有,但本文只限于用Python做说明。
1. 匿名函数
匿名函数(anonymous function)是指未与任何标识符绑定的函数,多用在functional
programming languages领域,典型应用场合:
1) 作为参数传给高阶函数(higher-or...
分类:
编程语言 时间:
2014-09-12 13:36:13
阅读次数:
344
http://programming.sirrida.de/Discussion topicsBit permutationsDownload source filesList of function descriptionsOnline source code generator for bit ...
分类:
Web程序 时间:
2014-09-11 23:40:02
阅读次数:
320
在Android Programming The Big Nerd Ranch Guide书中,讲解上下文菜单的实现,添加一个删除菜单。在Honeycomb发布前的设备里,上下文的action都是以悬浮的上下文菜单形式呈现。在之后的设备里,推荐用上下文的action bar的方式去呈现上下文的act...
分类:
移动开发 时间:
2014-09-11 04:30:01
阅读次数:
405
This is notes from reading the "object oriented perl programming".Elements of the @_ array are special in that they are not copies of the actual argum...
分类:
其他好文 时间:
2014-09-10 22:28:51
阅读次数:
252