-
uboot源码
U-Boot,全称 Universal Boot Loader,是遵循GPL条款的开放源码项目。U-Boot的作用是系统引导。U-Boot从FADSROM、8xxROM、PPCBOOT逐步发展演化而来。其源码目录、编译形式与Linux内核很相似。
- 2022-03-02 11:51:47下载
- 积分:1
-
account
设计一个名为Account类。这个类包含:
(1)一个名为id的int型数据域,表示账户的身份号(默认值为0)。
(2)一个名为balance的double型数据域,表示账户余额(默认值为0)。
(3)一个名为annualInterestRate的double型数据域,保存当前年利率(默认值为0)。
(4)一个无实参构造函数,创建一个默认账户。
(5)id、balance和annualInterestRate的访问器和更改器函数。
(6)一个名为getMonthlyInterestRate()的函数,返回月利率。
(7)一个名为withDraw的函数,从账户中支取指定金额。
(8)一个名为deposit的函数,向账户中存入指定金额。
画出类的UML图,实现类。编写一个测试程序,它创建一个Account对象,其ID为1122,账户余额为20000,年利率为4.5 。使用withDraw函数取出2500美元,使用deposit函数存入3000美元,然后输出账户余额、月利率和账户创建时间。(Design a class named Account. This class includes: (a) a named data type int id field that indicates the account identification number (default is 0). (2) a double-called balance of data fields, which means that the account balance (default is 0). (3) a double type named annualInterestRate of data fields, save the current interest rate (default is 0). (4) a no-argument constructor creates a default account. (5) id, balance and annualInterestRate access control and change control functions. (6) a named getMonthlyInterestRate () function returns a monthly rate. (7) a function named withDraw, drawn from the account specified amount. (8) a function called deposit to the account into a designated amount. Draw a UML class diagram, the implementation class. Write a test program that creates an Account object, its ID is 1122, the account balance is 20,000, an interest rate of 4.5 . Use withDraw function out $ 2,500, $ 3,000 deposit with deposit function, and then outputs the account balance, m)
- 2013-06-01 13:21:54下载
- 积分:1
-
c语言经典程序
c语言经典程序105例
案例一 贪吃蛇游戏 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算、、、
- 2022-08-04 01:27:50下载
- 积分:1
-
vcmatlab
vc代码通过调用matlab生成的DLL文件实现VC和matlab的混合编程(vc code matlab generated by calling the DLL file to achieve a mixture of VC and matlab programming)
- 2009-04-17 12:41:21下载
- 积分:1
-
magnet_test_code
matlab自动代码生成的源程序,和飞思卡尔mc9s12dg128集成(matlab code)
- 2013-08-21 14:24:05下载
- 积分:1
-
LPC1788开发板示例程序
说明: LPC1788单片机的开发板程序,仅供参考,所有的程序都是可用(Lpc1788 MCU development board program, for reference only, all programs are available)
- 2020-10-13 01:22:43下载
- 积分:1
-
monndis
一个通过hook ndis层来达到监控的工具,代码不错(a tool for hook ndis)
- 2021-01-24 23:18:43下载
- 积分:1
-
数值实验
针对复合材料层合板的非线性振动系统数值分析MATLAB代码分析(Stitching Composite Material Layered Non - Linear Ballistic System Integrity Value Analysis MATLAB Alternative Analysis)
- 2018-06-28 17:54:42下载
- 积分:1
-
二叉树
说明: 这是一个二叉树程序,包含删除等功能,希望帮助到大家(This is a binary tree program, including deletion and other functions, I hope to help you.)
- 2020-06-24 08:40:01下载
- 积分:1
-
ARM-M3 上实现LCD触摸屏的使用
ARM-M3 上实现LCD触摸屏的使用。使用ARM芯片,利用库函数的方式,连接lcd触摸屏,并且使用显示内容。
- 2022-02-11 22:00:26下载
- 积分:1