Skip to content

yirenershi/loan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

load

A small tool used to calculate load interest.
This ia a standard C project.

1. make a config file

line 1 is load ceiling
line 2 is load time(month)
line 3 is interest rate of year

2. run the program

3. the result save in <debj.txt> and <debx.txt>

贷款计算器

这是一个用来计算贷款还款额的小工具。
基于C语言实现。
和支付宝内部集成的房贷计算器相比,可以设置还款时间为任意月数(房贷计算器不可以)。

1、创建一个配置文件《cfg.txt》

第一行是贷款总额
第二行是还款年限
第三行是年利率

2、运行程序

3、结果保存在《debj.txt》和《debx.txt》中

debj.txt 等额本金
debx.txt 等额本息

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages