码迷,mamicode.com
首页 >  
搜索关键字:programming    ( 4669个结果
【翻译习作】 Windows Workflow Foundation程序开发
《Programming Windows Workflow Foundation: Practical WF Techniques and Examples using XAML and C#》中文翻译
分类:Windows程序   时间:2014-07-26 00:30:56    阅读次数:305
Unity and C#: Game Loop (Awake, Start, Update)
IntroductionThe central component of any game, from a programming standpoint, is thegame loop.It allows the game to run smoothly regardless of a user'...
分类:其他好文   时间:2014-07-25 19:10:22    阅读次数:352
JSON
JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language,Standard ECMA-262 3rd Edition - December 1999的...
分类:Web程序   时间:2014-07-25 14:03:41    阅读次数:388
Swift Programming Language ——实例方法(Instance Methods)和类型方法(Type Methods)
方法是与某些特定类型相关联的函数。类、结构体、枚举都可以定义实例方法;实例方法为给定类型的实例封装了具体的任务与功能。类、结构体、枚举也可以定义类型方法;类型方法与类型本身相关联。类型方法与 Objective-C 中的类方法(class methods)相似。   结构体和枚举能够定义方法是 Swift 与 C/Objective-C 的主要区别之一。在 Objective-C 中,类是唯一...
分类:其他好文   时间:2014-07-25 11:11:42    阅读次数:278
动态规划:从新手到专家
前言本文翻译自TopCoder上的一篇文章:Dynamic Programming: From novice to advanced,并非严格逐字逐句翻译,其中加入了自己的一些理解。水平有限,还望指摘。前言_我们遇到的问题中,有很大一部分可以用动态规划(简称DP)来解。 解决这类问题可以很大地提升你...
分类:其他好文   时间:2014-07-25 02:34:54    阅读次数:284
R语言学习笔记
參考:W.N. Venables, D.M. Smith and the R DCT: Introduction to R -- Notes on R: A Programming Environment for Data Analysis andGraphics,2003. http://baye...
分类:其他好文   时间:2014-07-25 02:26:54    阅读次数:319
Swift编程语言的相关资料
苹果官方Swift文档《The Swift Programming Language》苹果开发人员Swift文档及介绍网友整理的Swift中文文档《Apple Swift编程语言新手教程》中文版Apple官方Swift教程(Github协作翻译中)Apple Swift编程语言新手教程极客学院《一小...
分类:编程语言   时间:2014-07-24 22:22:42    阅读次数:309
Swift编程语言的相关资料
苹果官方Swift文档《The Swift Programming Language》苹果开发人员Swift文档及介绍网友整理的Swift中文文档《Apple Swift编程语言新手教程》中文版Apple官方Swift教程(Github协作翻译中)Apple Swift编程语言新手教程极客学院《一小...
分类:编程语言   时间:2014-07-24 21:39:42    阅读次数:308
HDU4870:Rating(DP)
Problem Description A little girl loves programming competition very much. Recently, she has found a new kind of programming competition named "TopTopTopCoder". Every user who has registered in "To...
分类:其他好文   时间:2014-07-24 10:27:14    阅读次数:301
【足迹C++primer】52、转换和继承,虚函数
转换和继承,虚函数 Understanding conversions between base and derived classes is essential to understanding how object-oriented programming works in C++. 理解基类和派生类之间的转换是必不可少的 理解面向对象编程在。 Like built-i...
分类:编程语言   时间:2014-07-24 10:26:53    阅读次数:488
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!