搜索资源列表
_4_3
- 定义一个类Stock,记录一只股票的基本信息,信息包括交易日序号(OrderofTradeDate)(表示本月的第几个交易日,用整数表示)、当日最高价(HighestPrice)、当日最低价(LowestPrice)、当日开盘价(OpeningPrice)和当日收盘价( closing quotation price)。尽量发挥想象力,为该类设计构造函数、析构函数和成员函数。在主函数中建立两个股票对象,分别存储该股票昨天和今天的信息, 以当日收盘价计算股票今天的涨幅(Increase)[(今
bank
- 银行定期储蓄管理系统, 该系统存贮以下信息:1.每笔存款的储户信息和办理该笔存款的营业员信息,这些信息存放于存款文件中。其中,储户信息包括:帐号,姓名,密码,地址,储种(定期1年、3年、5年),本金,收储日期,是否已挂失和挂失日期,营业员信息包括:接待该储户的营业员的姓名与工号。2.每笔取款的储户信息和办理该笔取款的营业员信息,这些信息存放于取款文件中。-Bank fixed deposit management system, which store the following informa
StockTradingSystem
- 股票交易系统,能显示当日股价,以及用户登录操作相关功能-Stock trading system that can display the date, price, and user logon operation
fruit
- measuring Date quality using fuzzy interpreter, the type of file is .fis.
programita
- Its a matlab scr ipt that downloads stock historical data from yahoo finance,intersects the date fields and for those dates makes a CSV file for the Closing Price.
DERIVESTsuite
- This a suite of tools to solve automatic numerical differentiation problems in one or more variables. All of these methods also produce error estimates on the result. A pdf file is also provided to explain the theory behind these tools.Author: John
CPPstock-stratage
- 功能说明: 1.目前只支持单个股票交易账号登录,账号类型暂时只支持上海深圳A、上海B和深圳B的股票账户。 2.在满足买入、卖出条件时,程序只进行委托下单操作。判断成交与否以及挂单不能成交时挂多久才进行撤单、买不到指定数量的股票或卖不出指定数量时要怎样处理等操作还需要进一步提供需求才能继续完善程序。即目前本程序只保证下单成功,不保证一定成交。 3.如果单笔下单超过1000000股则分笔下单。 4.支持查看从股票池选择的股票列表的实时行情、持仓信息、资金信息、当日委托和成交记录。