文件名称:DaiKuan
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:359.25kb
-
已下载: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
实验一/代码/bin/Debug/我的代码.pdb
实验一/代码/bin/Debug/我的代码.vshost.exe
实验一/代码/bin/Debug/我的代码.vshost.exe.manifest
实验一/代码/Form1.cs
实验一/代码/Form1.Designer.cs
实验一/代码/Form1.resx
实验一/代码/obj/Debug/221000316_贷款计数器.csproj.FileListAbsolute.txt
实验一/代码/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
实验一/代码/obj/Debug/GenerateResource-ResGen.read.1.tlog
实验一/代码/obj/Debug/GenerateResource-ResGen.write.1.tlog
实验一/代码/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
实验一/代码/obj/Debug/我的代码.csproj.FileListAbsolute.txt
实验一/代码/obj/Debug/我的代码.csproj.GenerateResource.Cache
实验一/代码/obj/Debug/我的代码.exe
实验一/代码/obj/Debug/我的代码.Form1.resources
实验一/代码/obj/Debug/我的代码.pdb
实验一/代码/obj/Debug/我的代码.Properties.Resources.resources
实验一/代码/Program.cs
实验一/代码/Properties/AssemblyInfo.cs
实验一/代码/Properties/Resources.Designer.cs
实验一/代码/Properties/Resources.resx
实验一/代码/Properties/Settings.Designer.cs
实验一/代码/Properties/Settings.settings
实验一/代码/UpgradeLog.XML
实验一/代码/_UpgradeReport_Files/UpgradeReport.css
实验一/代码/_UpgradeReport_Files/UpgradeReport.xslt
实验一/代码/_UpgradeReport_Files/UpgradeReport_Minus.gif
实验一/代码/_UpgradeReport_Files/UpgradeReport_Plus.gif
实验一/实验一报告.doc
实验一/代码/obj/Debug/TempPE
实验一/代码/bin/Debug
实验一/代码/obj/Debug
实验一/代码/bin
实验一/代码/obj
实验一/代码/Properties
实验一/代码/_UpgradeReport_Files
实验一/代码
实验一
实验一/代码/221000316_贷款计数器.csproj
实验一/代码/221000316_贷款计数器.suo
实验一/代码/bin/Debug/我的代码.exe
实验一/代码/bin/Debug/我的代码.pdb
实验一/代码/bin/Debug/我的代码.vshost.exe
实验一/代码/bin/Debug/我的代码.vshost.exe.manifest
实验一/代码/Form1.cs
实验一/代码/Form1.Designer.cs
实验一/代码/Form1.resx
实验一/代码/obj/Debug/221000316_贷款计数器.csproj.FileListAbsolute.txt
实验一/代码/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
实验一/代码/obj/Debug/GenerateResource-ResGen.read.1.tlog
实验一/代码/obj/Debug/GenerateResource-ResGen.write.1.tlog
实验一/代码/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll
实验一/代码/obj/Debug/我的代码.csproj.FileListAbsolute.txt
实验一/代码/obj/Debug/我的代码.csproj.GenerateResource.Cache
实验一/代码/obj/Debug/我的代码.exe
实验一/代码/obj/Debug/我的代码.Form1.resources
实验一/代码/obj/Debug/我的代码.pdb
实验一/代码/obj/Debug/我的代码.Properties.Resources.resources
实验一/代码/Program.cs
实验一/代码/Properties/AssemblyInfo.cs
实验一/代码/Properties/Resources.Designer.cs
实验一/代码/Properties/Resources.resx
实验一/代码/Properties/Settings.Designer.cs
实验一/代码/Properties/Settings.settings
实验一/代码/UpgradeLog.XML
实验一/代码/_UpgradeReport_Files/UpgradeReport.css
实验一/代码/_UpgradeReport_Files/UpgradeReport.xslt
实验一/代码/_UpgradeReport_Files/UpgradeReport_Minus.gif
实验一/代码/_UpgradeReport_Files/UpgradeReport_Plus.gif
实验一/实验一报告.doc
实验一/代码/obj/Debug/TempPE
实验一/代码/bin/Debug
实验一/代码/obj/Debug
实验一/代码/bin
实验一/代码/obj
实验一/代码/Properties
实验一/代码/_UpgradeReport_Files
实验一/代码
实验一
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.