最近在学unity,把官方教程中的项目做完以后,干脆就保存在csdn上好了,如果有朋友卡在哪了,可以直接对照,说真的即使是官方教程也有疏漏的地方,存在一些细微的小毛病,做出来以后能加入自己的理解,也是件挺有意思的事情吧,该项目教程可以在unityhub中的学习页面找到,这个是我做好的,解压后通过unityhub-项目-打开-选择该文件夹即可 注:需要unityhub和VS,前者用来打开项目,后者用来编辑脚本,请自行下载
2023-12-17 14:42:03 654.78MB unity 课程资源 ruby
1
最近笔者学了一些PHP和Ruby的东西,就将Java、.Net、PHP、Ruby的应用做个比较。
2023-12-13 18:55:25 32KB 职场管理
1
Summary The Well-Grounded Rubyist, Third Edition is a beautifully written tutorial that begins with your first Ruby program and takes you all the way to sophisticated topics like reflection, threading, and recursion. Ruby masters David A. Black and Joe Leo distill their years of knowledge for you, concentrating on the language and its uses so you can use Ruby in any way you choose. Updated for Ruby 2.5. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Designed for developer productivity, Ruby is an easy-to-learn dynamic language perfect for creating virtually any kind of software. Its famously friendly development community, countless libraries, and amazing tools, like the Rails framework, have established it as the language of choice for high-profile companies, including GitHub, SlideShare, and Shopify. The future is bright for the well-grounded Rubyist! About the Book In The Well-Grounded Rubyist, Third Edition, expert authors David A. Black and Joseph Leo III deliver Ruby mastery in an easy-to-read, casual style. You'll lock in core principles as you write your first Ruby programs. Then, you'll progressively build up to topics like reflection, threading, and recursion, cementing your knowledge with high-value exercises to practice your skills along the way. What's Inside Basic Ruby syntax Running Ruby extensions FP concepts like currying, side-effect-free code, and recursion Ruby 2.5 updates About the Reader For readers with beginner-level programming skills, as well as more advanced programmers interested in Ruby and experienced Rubyists looking to review the foundations of their practice. About the Authors David A. Black is an internationally known Ruby developer and author, and a cofounder of Ruby Central. Ruby teacher and advocate Joseph Leo III is the founder of Def Method and lead organizer of the Gotham Ruby Conference. Table of Contents PART 1 RUBY FOUNDATIONS Chapter 1. Bootstrapping your Ruby literacy Chapter 2. Objects, methods, and local variables Chapter 3. Organizing objects with classes Chapter 4. Modules and program organization Chapter 5. The default object (self), scope, and visibility Chapter 6. Control-flow techniques PART 2 BUILT-IN CLASSES AND MODULES Chapter 1. Built-in essentials Chapter 2. Strings, symbols, and other scalar objects Chapter 3. Collection and container objects Chapter 4. Collections central: Enumerable and Enumerator Chapter 5. Regular expressions and regexp-based string operations Chapter 6. File and I/O operations PART 3 RUBY DYNAMICS Chapter 1. Object individuation Chapter 2. Callable and runnable objects Chapter 3. Callbacks, hooks, and runtime introspection Chapter 4. Ruby and functional programming
2023-12-13 15:24:33 4.52MB Ruby
1
电影数据库API :oncoming_fist: 经过测试 Ruby包装器。 使用OpenStruct为电影数据库API提供简单直观的界面。 获取您的API密钥。 入门 在Rails应用内安装 将此行添加到您的应用程序的Gemfile中: gem 'themoviedb-api' 安装外部Rails应用 gem install themoviedb - api 初始配置 如果在Rails应用程序中使用此gem,则可以在初始化程序中设置以下参数。 Tmdb :: Api . key ( "KEY_HERE" ) 您可以使用以下方法更改返回数据的语言: Tmdb :: Api . language ( "en" ) 默认语言是英语。 通过在调用的方法中将语言指定为附加参数,可以临时覆盖一个请求的全局语言。 # Example Tmdb :: Movie . detail ( 550 ,
2023-12-10 21:03:02 351KB Ruby
1
RUBY ON RAILS入门经典 pdf 电子书 花钱买的和大家共享
2023-10-19 00:18:21 46.87MB RUBY ON RAILS
1
pdflib 7 的中文参考手册,综合版,包括 Cobol、C、C++、Java、Perl、PHP、Python、RPG、Ruby 和 Tcl。
2023-10-13 09:00:18 3.03MB pdflib
1
Programming+Ruby中文版++(第二版).pdf 不错的ruby 入门学习 从语法到开发实战
2023-10-01 00:26:43 54.66MB rails ruby 入门
1
很好的一本书,找到中文版,与大家分享。 作为极其流行的Ruby on Rails Web开发框架的底层引擎,Ruby已经广为人知,而它本身是一种极其强大的全能型编程语言。Ruby关注的焦点是减轻开发的负担,以及提供完全的面向对象环境。   《Ruby从入门到精通》讲解了Ruby关键内容(如类、对象、项目、模板和程序库)以及Ruby的其他方面(如数据库访问)。另外,《Ruby从入门到精通》深入介绍了Ruby on Rails。《Ruby从入门到精通》附录也提供了重要的参考信息,为经验丰富的程序员提供了Ruby快速入门
2023-09-30 23:58:17 46.89MB Ruby
1
ruby中文文档ruby中文文档
2023-05-02 02:44:02 994KB ruby
1
迅雷支持 高性能并行SVM-用于Ruby :fire: 使用 GPU 和多核 CPU 实现卓越性能 有关支持向量机的精彩介绍,请查看。 安装 将此行添加到您的应用程序的Gemfile中: gem 'thundersvm' 在 Mac 上,还要安装 OpenMP: brew install libomp 入门 准备数据 x = [ [ 1 , 2 ] , [ 3 , 4 ] , [ 5 , 6 ] , [ 7 , 8 ] ] y = [ 1 , 2 , 3 , 4 ] 训练模型 model = ThunderSVM :: Regressor . new model . fit ( x , y ) 使用ThunderSVM::Classifier进行分类,使用ThunderSVM::Model进行其他模型 作出预测 model . predict ( x ) 将模型保存到文件
2023-04-21 20:07:01 19KB Ruby
1