Git Product home page Git Product logo

cal_the_money's Introduction

定期投資計算工具

這是一個工具,可以計算在固定的投資金額與固定的月利率下,經過特定月數後的總投資回報。

功能

  • 自動從 setting.xml 中讀取投資參數。
  • 計算固定投資與月利率下的最終回報。
  • 輸出結果至 result.txt 檔案。

使用方式

  1. 確保您已有 setting.xml 設定檔。
  2. setting.xml 中設定以下參數:
    • money: 一個月要投資的金額(例如:1000)。
    • interest: 每個月的利息率(例如:10 表示 10%)。
    • month: 要投資的月份(例如:1 表示 1 個月)。
<data>
    <money>1000</money>
    <interest>10</interest>
    <month>1</month>
</data>

執行已轉換為 exe 的程式。 程式將根據設定的參數計算最終的投資回報,並將結果保存到 result.txt 檔案中。 您可以打開 result.txt 查看計算結果。

注意事項

確保 setting.xml 的格式正確,且所有的值都是整數。 如果修改了 setting.xml 設定,需重新執行程式來獲取新的計算結果。

cal_the_money's People

Contributors

lkjo avatar

Watchers

 avatar

Forkers

testststststts

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.