Coder Social home page Coder Social logo

equipmentsmgr's Introduction

EquipmentMGR 使用说明

项目&源码

EquipmentsMGR项目是缘于C语言小组课程设计而产生的、按照指导书给予的要求而设计补充并实现的一个用于简单管理设备信息的程序。

项目使用Visual Studio 2019Dev C++开发,在项目根目录有vs项目文件"EquipmentsMGR.sln",在源代码根目录有dev配置文件"EqupimentsMGR.dev",对应工具可以直接打开有关项目配置文件进行本地项目管理和开发。

开发者:@ChaseOne1
贡献者:@ikun666123 @XLiu666233 @black775825 @T-thinker

程序使用

开始

  1. 拖入文件启动
    1. 当拥有一个规范写入了设备信息的文件,您可以将其拖动至程序图标上使程序进行这些设备信息的录入(录入后程序将在您使用程序内置功能“删除设备信息”前一直保持管理这些数据)。等待程序录入外部数据完成后,程序将进入主界面。
  2. 直接启动
    1. 直接双击程序打开,等待程序录入外部数据后,程序将进入主界面。

程序启动后,若同级目录下无"Equipments_Info.txt"文件,将自动创建用于储存设备数据。

使用外部录入功能需要规范文件内信息的格式:每行写入一条设备信息,按照设备种类 设备名称 设备编号 购入日期 报废日期 购入价格格式写入,其中若设备未报废则“报废日期”处填写"0"。
若文件中某处出现错误,则此条及之后的所有信息将不会被录入!
具体实例请参考"Resources"文件夹内的"data.txt"。

使用

主界面(菜单) Menu

按照程序提示进行操作即可,设备信息数据将会保存在同级目录的"Equipments_Info.txt"内,请勿随意修改,否则将引起未知错误!

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.