文件名称:DaiKuan
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 359kb
- 下载次数:
- 0次
- 提 供 者:
- 苏**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C#语言程序设计
签订贷款合同时,需选择好贷款额、贷款年限和贷款年利率
提示:使用构造函数,贷款额、贷款年限和贷款年利率作为参数
可以方便地得到以下信息:
贷款额
贷款年数、贷款月数
贷款年利率、贷款月利率
月付款额
每月余额
提示:使用方法或属性来实现。各月余额可用索引器实现。
贷款月数=贷款年数×12
贷款月利率=贷款年利率/12
月付款额=贷款额×月利率/(1-power((1+月利率),-贷款月数))
各月余额为:
0月余额:贷款额
以后每月余额=上月余额×(1+月利率)-月付款额
-C# programming
A loan contract, need to choose good loan specified amount, loan fixed number of year and loan annual rate
Tip: use structure function, loan specified amount, loan fixed number of year and loan annual interest rate as parameters
Can easily get the following information:
Loan specified amount
Years loan, loan months
Annual interest rate loans, loans month
Month payment
Monthly balance
Tip: use the method or property to achieve. R in the balance available indexers realize.
Loan months = loan × 12 years
Loan month = loan annual rate/12
Month payment = loan specified amount × month/(1- power ((1+ monthly interest rate),- loan months).
Produced balance for:
0 month balance: loan specified amount
A month after the balance = last month balance... (1+ month)- month payment
签订贷款合同时,需选择好贷款额、贷款年限和贷款年利率
提示:使用构造函数,贷款额、贷款年限和贷款年利率作为参数
可以方便地得到以下信息:
贷款额
贷款年数、贷款月数
贷款年利率、贷款月利率
月付款额
每月余额
提示:使用方法或属性来实现。各月余额可用索引器实现。
贷款月数=贷款年数×12
贷款月利率=贷款年利率/12
月付款额=贷款额×月利率/(1-power((1+月利率),-贷款月数))
各月余额为:
0月余额:贷款额
以后每月余额=上月余额×(1+月利率)-月付款额
-C# programming
A loan contract, need to choose good loan specified amount, loan fixed number of year and loan annual rate
Tip: use structure function, loan specified amount, loan fixed number of year and loan annual interest rate as parameters
Can easily get the following information:
Loan specified amount
Years loan, loan months
Annual interest rate loans, loans month
Month payment
Monthly balance
Tip: use the method or property to achieve. R in the balance available indexers realize.
Loan months = loan × 12 years
Loan month = loan annual rate/12
Month payment = loan specified amount × month/(1- power ((1+ monthly interest rate),- loan months).
Produced balance for:
0 month balance: loan specified amount
A month after the balance = last month balance... (1+ month)- month payment
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验一\c#实验一.doc
......\代码\221000316_贷款计数器.csproj
......\....\221000316_贷款计数器.suo
......\....\bin\Debug\我的代码.exe
......\....\...\.....\我的代码.pdb
......\....\...\.....\我的代码.vshost.exe
......\....\...\.....\我的代码.vshost.exe.manifest
......\....\Form1.cs
......\....\Form1.Designer.cs
......\....\Form1.resx
......\....\obj\Debug\221000316_贷款计数器.csproj.FileListAbsolute.txt
......\....\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
......\....\...\.....\GenerateResource-ResGen.read.1.tlog
......\....\...\.....\GenerateResource-ResGen.write.1.tlog
......\....\...\.....\TempPE\Properties.Resources.Designer.cs.dll
......\....\...\.....\我的代码.csproj.FileListAbsolute.txt
......\....\...\.....\我的代码.csproj.GenerateResource.Cache
......\....\...\.....\我的代码.exe
......\....\...\.....\我的代码.Form1.resources
......\....\...\.....\我的代码.pdb
......\....\...\.....\我的代码.Properties.Resources.resources
......\....\Program.cs
......\....\...perties\AssemblyInfo.cs
......\....\..........\Resources.Designer.cs
......\....\..........\Resources.resx
......\....\..........\Settings.Designer.cs
......\....\..........\Settings.settings
......\....\UpgradeLog.XML
......\....\_UpgradeReport_Files\UpgradeReport.css
......\....\....................\UpgradeReport.xslt
......\....\....................\UpgradeReport_Minus.gif
......\....\....................\UpgradeReport_Plus.gif
......\实验一报告.doc
......\代码\obj\Debug\TempPE
......\....\bin\Debug
......\....\obj\Debug
......\....\bin
......\....\obj
......\....\Properties
......\....\_UpgradeReport_Files
......\代码
实验一