码迷,mamicode.com
首页 >  
搜索关键字:functional programming    ( 5069个结果
UVA之1330 - City Game
【题目】 Bob is a strategy game programming specialist. In his new city building game the gaming environment is as follows: a city is built up by areas, in which there are streets, trees, factories and...
分类:其他好文   时间:2014-05-22 13:09:50    阅读次数:247
对学习C++的一些忠告
1.把C++当成一门新的语言学习(和C没啥关系!真的。); 2.看《Thinking In C++》,不要看《C++变成死相》; 3.看《The C++ Programming Language》和《Inside The C++ Object Model》,不要因为他们很难而我们自己是初学者所以就不看; 4.不要被VC、BCB、BC、MC、TC等词汇所迷惑——他们都是集成开发环境,而我们要学...
分类:编程语言   时间:2014-05-22 09:45:21    阅读次数:287
Linux System Programming 学习笔记(五) 进程管理
1. 进程是unix系统中两个最重要的基础抽象之一(另一个是文件)A process is a running programA thread is the unit of activity inside of a processthe virtualization of memory is ass...
分类:系统相关   时间:2014-05-20 12:33:05    阅读次数:407
以下是几个告诉你到哪里去的指南
注册成为开发者“App Distribution Guide”中的“Managing Accounts”会教你如何成注册苹果开发者。学会设计漂亮的应用界面“iOS Human Interface Guidelines”教你如何设计出遵循iOS用户界面惯例的应用。学习语言“Programming wi...
分类:其他好文   时间:2014-05-19 19:25:03    阅读次数:306
Spring中的AOP
什么是AOP? (以下内容来自百度百科) 面向切面编程(也叫面向方面编程):Aspect Oriented Programming(AOP),通过预编译方式和运行期动态代理实现程序功能的统一维护的一种技术。是软件开发中的一个热点,也是Spring框架中的一个重要内容。利用AOP可以对业务逻辑的各个部...
分类:编程语言   时间:2014-05-19 17:37:38    阅读次数:523
【qt学习006】Dialogs and MainWindows 小结
学习《c++GUI Programming with Qt 4》已有一段时间,非常享受这本书的阅读过程,内容简洁清晰,让人一目了然。马上要学习更难的内容,所以先做个总结,然后再继续前进。总结的形式尽量简洁,以代码为主,再将一些我认为重要的笔记作为注释添加在代码中。内容大多是摘抄自书本,但也有一些地方...
分类:Windows程序   时间:2014-05-19 09:56:17    阅读次数:525
In-App Purchase Programming Guide----(六) ----Working with Subscriptions
Working with SubscriptionsApps that use subscriptions have some additional behaviors and considerations. Because subscriptions incorporate an element ...
分类:移动开发   时间:2014-05-18 19:49:05    阅读次数:548
C 语言实现多态的原理:函数指针
C语言实现多态的原理:函数指针 何为函数指针?答案:C Programming Language. 可以查阅下,从原理上来讲,就是一个内存地址,跳过去执行对应的代码段。 既然如此,在运行时决定跳到哪个地方去执行特定的代码即可。 一个简单的版本: 以音频解码器作为例子:AAC 解码器,Mpeg解码器,以及其他类型的解码器。 那手动的多态可能会这样实现: U32 audioHandle...
分类:其他好文   时间:2014-05-18 14:27:14    阅读次数:309
Linux System Programming 学习笔记(四) 高级I/O
1.Scatter/Gather I/Oa single system call to read or write data between single data stream and multiple buffersThis type of I/O is so named because the...
分类:系统相关   时间:2014-05-17 14:17:55    阅读次数:571
学习C++的50条忠告
1.把C++当成一门新的语言学习(和C没啥关系!真的。); 2.看《Thinking In C++》,不要看《C++变成死相》; 3.看《The C++ Programming Language》和《Inside The C++ Object Model》,不要因为他们很难而我们自己是初学者...
分类:编程语言   时间:2014-05-17 14:10:38    阅读次数:293
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!