码迷,mamicode.com
首页 >  
搜索关键字:programming    ( 4669个结果
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
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
上下文菜单和Contextual Action Mode(学习Android Programming The Big Nerd Ranch Guide)
在Android Programming The Big Nerd Ranch Guide书中,讲解上下文菜单的实现,添加一个删除菜单。在Honeycomb发布前的设备里,上下文的action都是以悬浮的上下文菜单形式呈现。在之后的设备里,推荐用上下文的action bar的方式去呈现上下文的act...
分类:移动开发   时间:2014-09-11 04:30:01    阅读次数:405
Method Calling in Perl
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
一个坑:java.sql.ResultSet.getInt==》the column value; if the value is SQL NULL, the value returned is 0
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.Parameters:colum...
分类:数据库   时间:2014-09-10 10:49:10    阅读次数:275
what is "AOP"
Author:Hyphen 今天又接触到一个新名词--“AOP”,当我在电话听到这个词时,一头雾水,因为在学校里面学过OOA,OOD,当然还有OOP,就是没听过AOP. AOP:Aspect Oriented Programming,用中文表达就是:面向切面编程。 在做开发设计时,你有你的核心关注点,就是你要实现的主要功能,好比某项数据操作,这些具体的功能是相对独立的,但在实现这些核...
分类:其他好文   时间:2014-09-10 09:38:30    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!