码迷,mamicode.com
首页 >  
搜索关键字:functions    ( 1849个结果
phpcms程序二次开发记录
1. phpcms/base.php 中的 pc_base 类 静态类,主要加载各个文件使用。2. pc_base 中 load_sys_func 等带 sys的函数,基本都是加载 lib下文件。 func加载functions下; class 加载 class下3. pc_base 中 函数一般....
分类:Web程序   时间:2014-06-29 00:47:37    阅读次数:321
Swift 初见
http://numbbbbb.gitbooks.io/-the-swift-programming-language-/chapter1/02_a_swift_tour.html本页内容包括:简单值(Simple Values)控制流(Control Flow)函数和闭包(Functions an...
分类:其他好文   时间:2014-06-28 18:55:25    阅读次数:279
设计模式
设计模式--6大原则--开闭原则摘要: 开闭原则(Open Closed Principle)开闭原则的核心是:软件实体应当对扩展开放,对修改关闭,也就是:软件系统中包含的各种组件,例如模块(Modules)、类(Classes)以及功能(Functions)等等,应该在不修改现有代码的基础上,引入...
分类:其他好文   时间:2014-06-28 16:17:37    阅读次数:281
Functions & Closures
【Functions】1、不带返回值的函数: 2、通过tuple返回元素 返回的tuple可按如下方式使用: 3、External Parameter: External parameter的使用: 4、Shorthand external parameter: 5、Defa...
分类:其他好文   时间:2014-06-19 09:30:45    阅读次数:247
里氏替换原则(Liskov Substitution Principle)
里氏替换原则(Liskov Substitution Principle)表述为 "使用基类对象指针或引用的函数必须能够在不了解衍生类的条件下使用衍生类的对象。(Functions that use pointers or references to base classes must be abl...
分类:其他好文   时间:2014-06-19 07:24:20    阅读次数:297
devm_kzalloc and kmalloc
Move resources allocated using unmanaged interface to managed devminterfaceSo today let’s talk about devm functions as that is what I have been upto t...
分类:其他好文   时间:2014-06-18 10:18:24    阅读次数:651
开放封闭原则(Open Closed Principle)
开放封闭原则(Open Closed Principle)表述为 "软件实体(类、模块、函数等)应对扩展开放,但对修改封闭。(Software entities (classes, modules, functions, etc.) should be open for extension, but...
分类:其他好文   时间:2014-06-17 21:14:56    阅读次数:268
The Swift Programming Language 中文版---Swift 初见
Swift 初见本页内容包括:简单值(Simple Values)控制流(Control Flow)函数和闭包(Functions and Closures)对象和类(Objects and Classes)枚举和结构体(Enumerations and Structures)接口和扩展(Proto...
分类:其他好文   时间:2014-06-16 06:21:56    阅读次数:294
Recursive functions and algorithms
http://en.wikipedia.org/wiki/Recursion_(computer_science)#Recursive_functions_and_algorithmsA commoncomputer programmingtactic is to divide a problem ...
分类:其他好文   时间:2014-06-15 22:47:35    阅读次数:197
C++ 异步 IO(二) 服务器端多进程
通过多线程或多进程可以减弱阻塞IO的负面作用。/* For sockaddr_in */#include /* For socket functions */#include #include #include #include #include #define MAX_LINE 16384char...
分类:编程语言   时间:2014-06-10 08:36:26    阅读次数:290
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!