⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 股票分析源代码
💻
字号:
2007-03-31 release 2.1.0	1. Modify interface to more usable.	2. add AX_PREFIX_CONFIG_H([hbstock_config_inner.h]) micro in configure.ac	2007-03-04 release 2.0.9	1. show add date in self config stock.	2. add cluster feature in self config stock. set is_cluster = false	3. change showing sequnce nuber	4. change write mode to append mode of writing pfl_self file.2007-02-07  gettextize  <bug-gnu-gettext@gnu.org>	* Makefile.am (SUBDIRS): Add po.	(EXTRA_DIST): Add m4/ChangeLog.	* configure.ac (AC_OUTPUT): Add po/Makefile.in.2007-12-04 release 2.0.8	1. show self config stock.2006-10-26 release 2.0.0	1. 2.x is not compatible with 1.x	2. change namespace hbstock to hbstock2	3. stock_data.h change :		1) change string date to char day[LEN_DATE];		2) define : 		const int LEN_DATE = 16;		const int LEN_CODE = 16;	4. stock_selector.h change :		1) define :		enum PeriodType {SHORTLINE,MIDDLELINE,LONGLINE};		2) struct SelectorData change :		change :		string code to char code[LEN_CODE];		string date to char day[LEN_DATE];		add PeriodType period_type;		3) class SelectorPriority change :		bool set_priority(const unsigned int& i_index,const float& f_priority);		bool set_weigh(const unsigned int& i_index,const float& f_weigh);		bool get_priority(const unsigned int& i_index,float& f_priority) const;		bool get_weigh(const unsigned int& i_index,float& f_weigh) const;		void init_priority(const unsigned int& i_size,const float& f_priority=100);		void init_priority(const float& f_priority=100);		to :		bool set_priority(const unsigned int i_index,const float f_priority);		bool set_weigh(const unsigned int i_index,const float f_weigh);		bool get_priority(const unsigned int i_index,float f_priority) const;		bool get_weigh(const unsigned int i_index,float f_weigh) const;		void init_priority(const unsigned int i_size,const float f_priority=100);		void init_priority(const float f_priority=100);		4) class StockSelector Change :		add : 			virtual PeriodType get_period_type() const = 0;			virtual bool pre_exec_select() = 0;			virtual bool post_exec_select(VectSelectorData& vect_selector_data) = 0;		change :			virtual bool exec_select(SelectorData& data,const string code,const char* p_ch_date=0) = 0;		to :			virtual bool exec_select(SelectorData& data,const char* p_ch_code,const char* p_ch_date=0) = 0;2006-08-22 release 1.1.6    1. change gettext from 0.14.5 to 0.15	2. change libiconv from 1.10 to 1.11	2006-07-22 release 1.1.5    1. Modify app_config and release it to sourceforge.net    2. remove field that don't used in struct hbstock::SelectorData2006-03-31 release 1.1.2    Modify stock_kline.cpp to add div_data2004-10-23 release 1.0	finish the basic function

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -