文件名称:moneycalculator
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-12-04
- 文件大小:
- 55kb
- 下载次数:
- 0次
- 提 供 者:
- ste****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
简单贷款计数器
① 签订贷款合同时,需选择好贷款额、贷款年限和贷款年利率
提示:使用构造函数,贷款额、贷款年限和贷款年利率作为参数
② 可以方便地得到以下信息:
• 贷款额
• 贷款年数、贷款月数
• 贷款年利率、贷款月利率
• 月付款额
• 每月余额
提示:使用方法或属性来实现。各月余额可用索引器实现。
贷款月数=贷款年数×12
贷款月利率=贷款年利率/12
月付款额=贷款额×月利率/(1-power((1+月利率),-贷款月数))
各月余额为:
0月余额:贷款额
以后每月余额=上月余额×(1+月利率)-月付款额
-① simple counter when the loan signing of the loan contract, the need to choose a good loan amount, loan period and loan interest rates Hint: use the constructor, loan amount, loan period and loan interest rates as a parameter ② can easily get the following information: • Loan Amount • the number of years the loan, the loan months • Loan interest rate, monthly payment loans monthly rate • • Monthly Balance Tip: Use methods or properties to achieve. Indexers are available each month to achieve balance. Loans Loans months = 12 years = monthly rate loan interest rate loans/December monthly loan payments = interest rate/(1-power ((1+ monthly rate),- loans months)) amounted to more than a month each: 0 Month Balance: loan amount after a month on month balance balance = (1+ monthly rate)- Monthly Payments
① 签订贷款合同时,需选择好贷款额、贷款年限和贷款年利率
提示:使用构造函数,贷款额、贷款年限和贷款年利率作为参数
② 可以方便地得到以下信息:
• 贷款额
• 贷款年数、贷款月数
• 贷款年利率、贷款月利率
• 月付款额
• 每月余额
提示:使用方法或属性来实现。各月余额可用索引器实现。
贷款月数=贷款年数×12
贷款月利率=贷款年利率/12
月付款额=贷款额×月利率/(1-power((1+月利率),-贷款月数))
各月余额为:
0月余额:贷款额
以后每月余额=上月余额×(1+月利率)-月付款额
-① simple counter when the loan signing of the loan contract, the need to choose a good loan amount, loan period and loan interest rates Hint: use the constructor, loan amount, loan period and loan interest rates as a parameter ② can easily get the following information: • Loan Amount • the number of years the loan, the loan months • Loan interest rate, monthly payment loans monthly rate • • Monthly Balance Tip: Use methods or properties to achieve. Indexers are available each month to achieve balance. Loans Loans months = 12 years = monthly rate loan interest rate loans/December monthly loan payments = interest rate/(1-power ((1+ monthly rate),- loans months)) amounted to more than a month each: 0 Month Balance: loan amount after a month on month balance balance = (1+ monthly rate)- Monthly Payments
(系统自动生成,下载前可以参看下载内容)
下载文件列表
moneycalculator\moneycalculator\bin\Debug\moneycalculator.exe
...............\...............\...\.....\moneycalculator.pdb
...............\...............\...\.....\moneycalculator.vshost.exe
...............\...............\...\.....\moneycalculator.vshost.exe.manifest
...............\...............\Form1.cs
...............\...............\Form1.Designer.cs
...............\...............\Form1.resx
...............\...............\moneycalculator.csproj
...............\...............\moneycalculator.suo
...............\...............\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
...............\...............\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
...............\...............\...\...\.....\GenerateResource.read.1.tlog
...............\...............\...\...\.....\GenerateResource.write.1.tlog
...............\...............\...\...\.....\moneycalculator.csproj.FileListAbsolute.txt
...............\...............\...\...\.....\moneycalculator.csproj.GenerateResource.Cache
...............\...............\...\...\.....\moneycalculator.csprojResolveAssemblyReference.cache
...............\...............\...\...\.....\moneycalculator.exe
...............\...............\...\...\.....\moneycalculator.Form1.resources
...............\...............\...\...\.....\moneycalculator.pdb
...............\...............\...\...\.....\moneycalculator.Properties.Resources.resources
...............\...............\Program.cs
...............\...............\...perties\AssemblyInfo.cs
...............\...............\..........\Resources.Designer.cs
...............\...............\..........\Resources.resx
...............\...............\..........\Settings.Designer.cs
...............\...............\..........\Settings.settings
...............\moneycalculator.sln
...............\moneycalculator.suo
...............\moneycalculator.v11.suo
...............\...............\obj\x86\Debug\TempPE
...............\...............\...\...\Debug
...............\...............\bin\Debug
...............\...............\obj\x86
...............\...............\bin
...............\...............\obj
...............\...............\Properties
...............\moneycalculator
moneycalculator