-
听说过‘三子棋’游戏吗?该程序是单机版的‘三子棋’游戏。规则很简单:下子阶段,组成’三‘时,可把对方的子变为无效子(下完后该子会被去掉)。行棋阶段,组成“三”时...
听说过‘三子棋’游戏吗?该程序是单机版的‘三子棋’游戏。规则很简单:下子阶段,组成’三‘时,可把对方的子变为无效子(下完后该子会被去掉)。行棋阶段,组成“三”时,可把对方的子直接去掉。谁最先无子谁就输-heard "three-game" game? The program is stand-alone version of the "three-game" game. Very simple rules : Now phase, composed of "three", the other side can void the son son (after the son will be removed). OK chess stage and formed a "3", the other side can direct the children removed. Who is the first one without a son who will lose
- 2022-10-23 14:00:03下载
- 积分:1
-
Modbus electronic controller is used on a common language. Through this agreemen...
Modbus 协议是应用于电子控制器上的一种通用语言。通过此协议,控制器相互之间、控制器经由网络(例如以太网)和其它设备之间可以通信。它已经成为一通用工业标准。有了它,不同厂商生产的控制设备可以连成工业网络,进行集中监控。-Modbus electronic controller is used on a common language. Through this agreement between controller, the controller through the network (such as Ethernet), and other equipment between the communication. It has become a common industry standard. With it, the different manufacturers can even control equipment for industrial network for centralized monitoring.
- 2022-02-20 06:23:11下载
- 积分:1
-
全排列算法,递归实现全排列,可以对任意字符实现全排列,但长度有限制...
全排列算法,递归实现全排列,可以对任意字符实现全排列,但长度有限制-Full-order algorithm, recursive realization of the entire array can be arbitrarily wide array of characters, but there are restrictions on the length of
- 2023-04-05 02:15:04下载
- 积分:1
-
Easy access to a repository of software that is simple and convenient features,...
简单的进出库仓库软件,功能简单方便,希望给新人学习参考-Easy access to a repository of software that is simple and convenient features, hoping to learn new information
- 2022-02-22 05:53:46下载
- 积分:1
-
compilation of how to prepare for 16
汇编编写的如何进行16位数据输出-compilation of how to prepare for 16-bit output!
- 2022-02-03 22:10:49下载
- 积分:1
-
教程智能卡和无接触。该教程是英文,并已163页,分为26股
教程智能卡和无接触。该教程是英文,并已163页,分为26股-Tutorials and contactless smart cards. The tutorial is in English, and has 163 pages divided into 26 shares
- 2022-03-14 16:55:19下载
- 积分:1
-
银行帐户
1.(帐户继承层次结构)创建账号,银行可能会用它来代表客户的银行账户的继承层次结构。所有客户在这家银行可以存款(即信用卡)资金投入到自己的帐户,并收回(即借记卡),资金从自己的账户。更具体的类型的帐户也是存在的。储蓄账户,比如,赚取其所持有的金钱利益。支票账户,比如,收取每笔交易的费用(如信用卡或借记卡)。活期账户,在另一方面,具有透支(负平衡)工具来取款。创建一个包含继承层次结构的基类账户,从账户类继承的派生类SavingsAccount,的CheckingAccount和CurrentAccount。基地classAccount应包括double类型来表示帐户余额中的一个数据成员。这个类应该提供接收一个初始的平衡,并用它来初始化数据成员的构造函数。的构造应验证的初始平衡,以确保它大于或等于0.0。如果不是,则平衡应设置为0.0和构造应显示一条错误信息,指出初始余额为无效。这个类应该提供三个成员函数。成员函数的信贷应该添加量的当前余额。成员函数借记应该退出账户资金,并确保扣款金额不超过该账户的余额。如果是这样,余额应保持不变,功能应打印信息“借方金额超过账户余额。”成员函数为getBalance应该回到当前余额。派生类SavingsAccount要继承的帐户上的功能,而且还包括一个double类型的数据成员指示分配给Account.SavingsAccount的构造的利息率(百分比)应该接收的初始平衡,以及用于SavingsAccount的兴趣的初始值率。 SavingsAccount应该提供的公共成员functioncalculateInterest返回一个双表示了兴趣账户所赚取的金额。成员函数calculateInterest应该由账户余额乘以利率确定这一数额。 [注:SavingsAccount应该继承的成员函数信用卡和借记卡作为是没有重新定义他们。]派生类的CheckingAccount应该继承基类的帐户,并包括一个double类型的附加数据成员,表示每transaction.CheckingAccount的构造所收取的费用应接收的初始平衡,以及一个参数,用来指示一费数额。类的CheckingAccount应该重新定义成员函数,信用和debitso它们从每当任一事务被成功地执行的帐户余额中减去费用。的CheckingAc
- 2022-02-13 11:42:52下载
- 积分:1
-
设计一个文件的合并和分割工具。
(1)要求图形界面,用户界面友好。
(2)可以将几个文件(能在硬盘中选择的)按照用户输入的大小分割成几个小文件,同样,...
设计一个文件的合并和分割工具。
(1)要求图形界面,用户界面友好。
(2)可以将几个文件(能在硬盘中选择的)按照用户输入的大小分割成几个小文件,同样,也可以将几个小文件 合并成一个大文件。文件名和存储路径可以由用户输入,也可以选择硬盘上的文件名和路径。
(3)可在工具中显示合并有关文件的信息和合并后各个小文件的有关信息,包括文件太小,文件所在位置,文件 名称,文件的所有者等信息。
-design of a document to the merger and segmentation tools. (1) requires a graphical interface, user friendly interface. (2) can be several documents (in the hard disk of choice) according to the size of user input is divided into several small files, as are several small can be merged into one document file. Name and storage paths can be input by the user, can also choose to drive on the file name and path. (3) The instrument shown in the merger of the information and documents after the merger of various small documents relevant information, including documents too small, the location of documents, document name, the owner of documents and other information.
- 2022-03-05 06:02:41下载
- 积分:1
-
Plane stress and strain source code, using FORTRAN language written in a very cl...
平面应力应变源程序,用FORTRAN语言写的,很经典的代码。-Plane stress and strain source code, using FORTRAN language written in a very classic code.
- 2022-01-31 10:35:37下载
- 积分:1
-
制作线程竞赛的实例。运行该程序时,能够产生一个带有三个跑道的界面,有三个黄色的圆形在竞赛谁跑得最快,到达终点后,程序结束运行。...
制作线程竞赛的实例。运行该程序时,能够产生一个带有三个跑道的界面,有三个黄色的圆形在竞赛谁跑得最快,到达终点后,程序结束运行。-threads contest produced examples. Run this program, to have a runway with three interfaces, three yellow circle in the competition, who ran the fastest arrival, the end of the program running.
- 2023-02-15 02:25:03下载
- 积分:1