-
水管工游戏
本游戏结合面向对象的开发模式,参考原版的任天堂公司水管工游戏,争取能够实现原游戏的基本功能,并在此基础之上我们再对其进行一些功能的扩展,如能够支...
水管工游戏
本游戏结合面向对象的开发模式,参考原版的任天堂公司水管工游戏,争取能够实现原游戏的基本功能,并在此基础之上我们再对其进行一些功能的扩展,如能够支持多的玩家在网上进行联机对战(此项功能有望再下次阶段实现)。-plumbing game this game based on object-oriented development model, the reference to the original Nintendo plumbing games for the original game can achieve the basic functions, and on this basis we held over for the expansion of certain functions, such as to support multi-player online multiplayer experience (this functions of the next phase is expected to again achieve).
- 2022-06-26 09:44:12下载
- 积分:1
-
英语单词接龙游戏
英语单词接龙游戏-English word word games
- 2022-07-15 23:17:36下载
- 积分:1
-
c语言之函数篇,从基础学起,让你彻底精通c语言的应用。
c语言之函数篇,从基础学起,让你彻底精通c语言的应用。-function of c language,learn form base,lead you to be well up to application of c language
- 2022-08-09 00:44:35下载
- 积分:1
-
用Wilson方法计算结构动力反应(无阻尼)
用Wilson方法计算结构动力反应(无阻尼)-Wilson calculated using the structure of dynamic response (without damping)
- 2022-08-15 16:59:35下载
- 积分:1
-
seg2
seg2-segy格式转换工具,利用c++编写的,希望对相关的人有用-seg2- SEGY format conversion tools, the use of c prepared in the hope that the right of use
- 2022-03-21 17:23:54下载
- 积分:1
-
(1) 使用所学过的组件设计一友好的登记表, 设计方式可以Applet 或Application。
(2) 该表可以为学生入学登记表或邮件用户登记表。...
(1) 使用所学过的组件设计一友好的登记表, 设计方式可以Applet 或Application。
(2) 该表可以为学生入学登记表或邮件用户登记表。
(3) 要求将所学过的所有组件在表中体现,并通过事件处理对组件进行相关操作。
(4) 表中的输入信息要求存放于一文本文件中。
(5) 通过数据输出的方式,将文本中的输入信息读出后显示到屏幕上。
-(1) use the learned component to design a friendly registration form, design ways to Applet or Application. (2) The enrollment form for registration form or mail the user registration form. (3) requiring that all of the components studied reflected in the table and, through the event handling of the components related to operation. (4), enter the information requirements in the table stored in a text file. (5) The data output by the way, the text in the input information read out after the show to the screen.
- 2023-08-20 03:55:03下载
- 积分:1
-
Bus labviewCAN the basis of examples of the use of exercises, is the basis of La...
labviewCAN总线使用的基础实例练习,是初学labview的基础。-Bus labviewCAN the basis of examples of the use of exercises, is the basis of LabVIEW beginner.
- 2022-06-19 11:50:08下载
- 积分:1
-
国外嵌入式面试常见试题,快要毕业的朋友们,学习嵌入式的同志们,进来看看。...
国外嵌入式面试常见试题,快要毕业的朋友们,学习嵌入式的同志们,进来看看。-Embedded foreign common interview questions, about to graduate from friends, learning embedded Comrades, come take a look at.
- 2022-01-25 23:23:29下载
- 积分:1
-
线路微机保护的界面,用标准C写成的很好的欢迎大家共同学习,...
线路微机保护的界面,用标准C写成的很好的欢迎大家共同学习,
- 2022-08-10 19:05:35下载
- 积分:1
-
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(...
设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
(3) 重载运算符“+”、“-”、“*”和“/”
2. 设计有理数类rational_number
数据成员:
int numerator(分子)
int denominator(分母)
成员函数
(1)构造函数rational_number ()和rational_number (int x, int y)
(2)拷贝构造函数
友元重载运算符“+”、“-”、“*”和“/”
3. 分别使用以上两个类,完成有理数的加、减、乘、除运算;验证其加运算、乘运算的交换律。
-Rational Design category rational_number
- 2023-03-17 02:25:04下载
- 积分:1