一种跨平台、面向对象的动态类型编程语言。Ruby 体现了表达的一致性和简单性,它不仅是一门编程语言,更是表达想法的一种简练方式。
上传时间: 2016-03-06
上传用户:hj_18
【下载说明】这里提供的是《》一书的CHm格式电子书下载。【内容简介】Ruby has been readily adopted by programmers in Japan and has had much documentation written for it in Japanese. As programmers outside of Japan learn about the benefits of Ruby, there is a growing need for documentation in English. The first book I wrote for O Reilly, Ruby Pocket Reference, was in Japanese. Since then Ruby has changed significantly. To meet the needs of non-Japanese programmers, we translated, updated, and expanded Ruby Pocket Reference into Ruby in a Nutshell.
标签: programmers has adopted readily
上传时间: 2014-01-14
上传用户:kikye
功能:编写的计算皮亚诺相关系数 开发语言:Ruby 调用:correlate(x,y) 其中,x,y为需要计算相关度的向量 调用示例: a = [3, 6, 9, 12, 15, 18, 21] b = [1.1, 2.1, 3.4, 4.8, 5.6] c = [1.9, 1.0, 3.9, 3.1, 6.9] c1 = correlate(a,a) # 1.0 c2 = correlate(a,a.reverse) # -1.0 c3 = correlate(b,c) # 0.8221970228 puts c1#,c2,c3
上传时间: 2013-12-18
上传用户:skfreeman
O Reilly Ruby Cookbook source code
标签: Cookbook Reilly source Ruby
上传时间: 2014-01-24
上传用户:erkuizhang
programing in Ruby, it s very useful for new
标签: programing Ruby in
上传时间: 2016-04-01
上传用户:bjgaofei
关于Ruby的资料,对初学者很有用,英文版的
标签: Ruby
上传时间: 2016-04-01
上传用户:mhp0114
Ruby programing classical book
标签: programing classical Ruby book
上传时间: 2014-01-14
上传用户:aa54
Ruby语言教程,Ruby是一种动态语言,语法简单,就象当年的 BASIC 一样,非常容易上手, 适合初学者。对于编程高手来说,Ruby里有许多深奥之处,等待你去发掘。
上传时间: 2014-01-21
上传用户:z754970244
Programming Ruby.pdf
标签: Programming Ruby
上传时间: 2016-05-12
上传用户:chenlong
Ruby on Rails e-book for new leaners
上传时间: 2014-01-19
上传用户:cuibaigao