码迷,mamicode.com
首页 >  
搜索关键字:programming    ( 4669个结果
《Programming in Lua 3》读书笔记(二十六)
PartⅣ The C API...
分类:其他好文   时间:2014-09-09 21:34:29    阅读次数:276
《Programming in Lua 3》读书笔记(二十八)
Memory Management...
分类:其他好文   时间:2014-09-09 21:33:29    阅读次数:203
《Programming in Lua 3》读书笔记(二十七)
Threads and States...
分类:其他好文   时间:2014-09-09 21:33:09    阅读次数:290
Detecting a return-oriented programming exploit
A method and apparatus for detecting a Return-Oriented Programming exploitation. At a computer device, a mechanism to detect a control transfer of a c...
分类:其他好文   时间:2014-09-09 19:43:29    阅读次数:219
Functional programming
In computer science, functional programming is a programming paradigm, a style of building the structure and elements of computer programs, that treat...
分类:其他好文   时间:2014-09-09 11:07:08    阅读次数:225
Data Structures and Algorithms with JavaScript
Book DescriptionAs an experienced JavaScript developer moving to server-side programming, you need to implement classic data structures and algorithms...
分类:编程语言   时间:2014-09-07 18:33:05    阅读次数:263
Spring3.0 AOP 具体解释
一、什么是 AOP。AOP(Aspect Orient Programming),也就是面向切面编程。能够这样理解,面向对象编程(OOP)是从静态角度考虑程序结构,面向切面编程(AOP)是从动态角度考虑程序执行过程。二、AOP 的作用。经常通过 AOP 来处理一些具有横切性质的系统性服务,如事物管理...
分类:编程语言   时间:2014-09-05 21:03:02    阅读次数:317
UVA - 11291 Smeech (模拟)
Description Problem B: Smeech Professor Octastichs has invented a new programming language, Smeech. An expression in Smeech may be a positive or negative integer, or may be of the form (pe1e2) wh...
分类:其他好文   时间:2014-09-05 18:14:51    阅读次数:222
敏捷软件开发——重构篇
代码往往会腐化。 随着一个又一个新特性的添加,处理一个有一个的错误,代码的结构逐渐退化。 如果对此置之不理的话, 这种退化最终会导致纠结不清,难于维护的混乱代码。     xp(极限编程 eXtreme Programming)团队通过经常性的代码重构来扭转这种退化。重构就是在不改变 代码行为的前提下,进行一系列小的修改,旨在改进系统结构。每个改造都是微不足道的,几乎不值得去做, 但是所有...
分类:其他好文   时间:2014-09-04 23:46:10    阅读次数:484
Python-Epoll
原文:http://scotdoyle.com/python-epoll-howto.htmlAsynchronous Socket Programming Examples with epollPrograms usingepolloften perform actions in this seq...
分类:编程语言   时间:2014-09-04 20:45:30    阅读次数:379
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!