登录
首页 » 电子书 » RPG MAKER XP的帮助文件,介绍ruby的使用以及RGSS1.0脚本系统。

RPG MAKER XP的帮助文件,介绍ruby的使用以及RGSS1.0脚本系统。

于 2022-03-24 发布 文件大小:416.20 kB
0 111
下载积分: 2 下载次数: 1

代码说明:

RPG MAKER XP的帮助文件,介绍ruby的使用以及RGSS1.0脚本系统。-RPG MAKER XP’s help files to introduce the use of ruby as well as RGSS1.0 script system.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • 罗云彬的《Win32 汇编程序设计》随源码光盘,压缩包中为ISO格式...
    罗云彬的《Win32 汇编程序设计》随书源码光盘,压缩包中为ISO格式-"Win32 compilation of program design" With the book source discs, compressed format for ISO
    2022-03-31 20:55:52下载
    积分:1
  • 理解算法的概念。 理解什么是程序,程序与算法的区别和内在联系。 掌握算法的计算复杂性概念。 掌握算法渐近复杂性的数学表述。 掌握用C++语言描述...
    理解算法的概念。 理解什么是程序,程序与算法的区别和内在联系。 掌握算法的计算复杂性概念。 掌握算法渐近复杂性的数学表述。 掌握用C++语言描述算法的方法。-To understand the concept of the algorithm. Understand what are the procedures and processes and algorithm differences and interlinkages. Grasp the concept of computational complexity of the algorithm. To master the complexity of the mathematical algorithm is asymptotic expression. Master with the C++ language to describe the algorithm approach.
    2022-01-24 18:47:19下载
    积分:1
  • on a high
    一本关于高速数字电路设计的书,非常好,值得一看-on a high-speed digital circuit design, the book is very good, an eye-catcher
    2022-01-30 10:14:15下载
    积分:1
  • 01_正则表达式简介 01_正则表达式简介
    01_正则表达式简介 01_正则表达式简介-regex
    2022-09-07 22:45:04下载
    积分:1
  • 图论中最小生成树Kruskal算法 及画图程序 M
    图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵,不构成边的两顶点之间的权用inf表示。显示最小生成树的边及顶点, Wt为最小生成树的权,Pp(:,1:2)为最小生成树边的两顶点,Pp(:,3)为最小生成树的边权,Pp(:,4)为最小生成树边的序号 附图,红色连线为最小生成树的图 例如 n=6 w=inf*ones(6) w(1,[2,3,4])=[6,1,5] w(2,[3,5])=[5,3] w(3,[4,5,6])=[5,6,4] w(4,6)=2 w(5,6)=6 [a,b]=mintreek(n,w) -Graph theory Kruskal minimum spanning tree algorithm and Paint program M-function format [Wt, Pp] = mintreek (n, W): n for the map Vertices, W for weighted graph adjacency matrix, does not constitute the edge of the two vertices of between the right to express with inf. Show the minimum spanning tree of edges and vertices, Wt right for the Minimum Spanning Tree, Pp (:, 1:2) for the minimum spanning tree edges of the two vertices, Pp (:, 3) for the minimum spanning tree of the right side, Pp ( :, 4) For the minimum spanning tree graph edge serial number, red connection for the minimum spanning tree of graph such as n = 6 w = inf* ones (6) w (1, [2,3,4]) = [ 6,1,5]
    2022-01-30 21:32:39下载
    积分:1
  • 概论:程序设计的基本概念与基本 1 . 方法;怎样才能学好这门基础课 2. 程序的基本结构 3. 编程关键:逻辑思维与问题求解 人是怎样让计算...
    概论:程序设计的基本概念与基本 1 . 方法;怎样才能学好这门基础课 2. 程序的基本结构 3. 编程关键:逻辑思维与问题求解 人是怎样让计算机帮助自己解题的 4. 数据的组织方式一:数组 5. 模块化:函数与函数调用 6. 分治思想:递归算法及其实现 7. 逻辑指代与物理指代:指针 8. 数据的组织方式二:结构 9. 蒙特卡洛法 10.贪心法 11.动态规划 12. 数据的组织方式三:链表与树 13.数据的组织方式四:文件,数据的 永久存储与重复使用 14.面向对象程序设计的概念及特点-Introduction: the basic concepts of program design and basic one. Methods how to learn this basic course 2. The basic structure of the procedure 3. Programming key: logical thinking and problem solving is how to make computers help themselves solve problems 4. Data one organization: the array 5. Modularized: function and function call 6. divided Thought: recursive algorithm and its realization 7. logical and physical anaphora anaphora: pointer 8. data organization II: the structure of 9. montecalvo Lofa 10. Greedy 11. Dynamic Programming 12. data organization III: List and Tree 13. data organized in a manner that four: documents, data, permanent storage and re-use 14. object-oriented programming concepts a
    2022-01-30 18:41:53下载
    积分:1
  • Core Java 2 Volume I
    Core Java 2 Volume I
    2022-03-10 07:33:56下载
    积分:1
  • Undocumented Windows NT 中文版CHM格式,包括源代码,讲得比较有深度...
    Undocumented Windows NT 中文版CHM格式,包括源代码,讲得比较有深度-Undocumented Windows NT Chinese version CHM format, including source code, has stood out depth
    2022-06-01 19:06:01下载
    积分:1
  • O Reilly原版,为数不多介绍Python网络平台
    O Reilly原版书,为数不多介绍Python网络平台-Twisted的专著-O Reilly original book, one of the few network platform Python introduction of monographs-Twisted
    2022-02-13 01:45:04下载
    积分:1
  • Very good to see you. I am very appreciative of this page things. Hope that we m...
    很不错的,看看吧。 我很欣赏这个网页里的东西。 希望大家好好交流。-Very good to see you. I am very appreciative of this page things. Hope that we make the exchange.
    2023-04-25 02:15:02下载
    积分:1
  • 696518资源总数
  • 104552会员总数
  • 3今日下载