码迷,mamicode.com
首页 >  
搜索关键字:life in programming    ( 6263个结果
C语言的起源
1960年出现了一种面向问题的高级语言ALGOL 60 。 1963年英国剑桥大学推出了CPL(Combined Programming Language)语言,后来经简化为BCPL语言。 1970年美国贝尔(Bell)实验室的K.Thompson以BCPL语言为基础,设计了一种类似于BCPL的语言...
分类:编程语言   时间:2014-09-14 00:07:06    阅读次数:196
C++ Lambda 表达式使用详解
转载自: http://www.codeceo.com/article/cpp-lambda.htmlC++ 11 对LB的支持,对于喜欢Functional Programming的人来说,无疑是超好消息。它使得C++进入了和C#,JavaScript等现代流行的程序设计语言所代表的名人堂。不熟悉...
分类:编程语言   时间:2014-09-13 18:29:45    阅读次数:235
AVR之BOOTLOADER技术详解(转)
源: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程序内部运行机制(1)API和SDK
Windows操作系统提供了各种各样的函数,以方便我们开发Windows应用程序。这些函数是Windows操作系统提供给应用程序编程的接口(Application Programming Interface)简称为API函数。 MSDN可以说是为微软开发人员提供的一套帮助系统,其中包含大量的开...
分类:Windows程序   时间:2014-09-13 00:44:54    阅读次数:336
Qt 网络编程
目录承载管理(Bearer management)控制系统连接状态的API进程间通信(Inter-Process Communication in Qt)Qt程序的进程间通信网络编程(Network Programming)介绍Qt上的网络编程加密套接字协议层—SSL(Secure Sockets ...
分类:其他好文   时间:2014-09-12 18:48:53    阅读次数:185
【Python笔记】Python的几个高级语法概念浅析:lambda表达式 && 闭包 && 装饰器
本文主要记录自己对几个高级语法概念的理解:匿名函数、lambda表达式、闭包、装饰器。 这几个概念并非Python特有,但本文只限于用Python做说明。 1. 匿名函数 匿名函数(anonymous function)是指未与任何标识符绑定的函数,多用在functional programming languages领域,典型应用场合: 1) 作为参数传给高阶函数(higher-or...
分类:编程语言   时间:2014-09-12 13:36:13    阅读次数:344
《The Story of My Life》Introductiom - Historical and Literary Context - Education of the Deaf and Blind
At the time the Story of My Life was published, the idea of a disabled person as an active member of society was radical. Through there were institute...
分类:其他好文   时间:2014-09-12 01:11:42    阅读次数:268
Programming pages of Jasper Neumann
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
POJ 2492 A Bug's Life
题目来源:http://poj.org/problem?id=2492 A Bug's Life Time Limit: 10000MS   Memory Limit: 65536K Total Submissions: 28494   Accepted: 9286 Description Background  ...
分类:其他好文   时间:2014-09-11 19:22:22    阅读次数:154
oracle密码过期处理方法
首先进行判断是不是真的过期了 输入语句: select * from dba_profiles where profile=‘DEFAULT‘ and resource_name=‘PASSWORD_LIFE_TIME‘;? 如果显示 PROFILE? --------------------------------------------...
分类:数据库   时间:2014-09-11 17:37:52    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!