stock

所属分类:金融证券系统
开发工具:Unix_Linux
文件大小:490KB
下载次数:114
上传日期:2009-12-30 14:07:34
上 传 者abcdefghu
说明:  Linux gtk开发的股票分析软件源码,据说是钱龙软件的前身。已经调试通过,安装gtk和mysql就可以使用。
(Linux gtk development of the stock analysis software source code, the software is said to be the predecessor of Qian. Have to debug through, install gtk and mysql can be used.)

文件列表:
stock\m130\data\shase\day\000901.Day (240, 2006-01-12)
stock\m130\data\shase\day\399901.Day (240, 2006-01-12)
stock\m130\data\shase\day\582024.Day (16832, 2009-12-22)
stock\m130\data\shase\day\600050.day (16832, 2009-12-22)
stock\nametbl.sha (23952, 2009-05-24)
stock\nametbl.szn (23104, 2009-05-24)
stock\stock-0.0.9\acconfig.h (32, 2009-12-16)
stock\stock-0.0.9\areatotal.c (5135, 2009-12-16)
stock\stock-0.0.9\areatotal.c~ (5032, 2000-08-10)
stock\stock-0.0.9\areatotal.o (6680, 2009-12-16)
stock\stock-0.0.9\calculator.c (13526, 2009-12-15)
stock\stock-0.0.9\calculator.c~ (13486, 2000-08-10)
stock\stock-0.0.9\calculator.o (8028, 2009-12-16)
stock\stock-0.0.9\cfgfile.c (7457, 2009-12-16)
stock\stock-0.0.9\cfgfile.c~ (7456, 2009-12-16)
stock\stock-0.0.9\cfgfile.o (7852, 2009-12-16)
stock\stock-0.0.9\checkhis.c (19055, 2009-12-16)
stock\stock-0.0.9\checkhis.c~ (18852, 2009-12-15)
stock\stock-0.0.9\checkhis.o (16636, 2009-12-16)
stock\stock-0.0.9\checknow.c (17007, 2009-12-16)
stock\stock-0.0.9\checknow.c~ (16804, 2000-08-10)
stock\stock-0.0.9\checknow.o (13808, 2009-12-16)
stock\stock-0.0.9\choicestock.c (11745, 2009-12-16)
stock\stock-0.0.9\choicestock.c~ (11515, 2000-08-10)
stock\stock-0.0.9\choicestock.o (11868, 2009-12-16)
stock\stock-0.0.9\config.h (2458, 2008-11-10)
stock\stock-0.0.9\connect.c (2660, 2000-08-10)
stock\stock-0.0.9\connect.o (4200, 2009-12-16)
stock\stock-0.0.9\data.c (8999, 2009-12-15)
stock\stock-0.0.9\data.c~ (8995, 2009-12-15)
stock\stock-0.0.9\data.o (4680, 2009-12-16)
stock\stock-0.0.9\dataman.c (8208, 2009-12-16)
stock\stock-0.0.9\dataman.c~ (8206, 2009-12-16)
stock\stock-0.0.9\dataman.o (9456, 2009-12-16)
stock\stock-0.0.9\draw.c (69025, 2009-12-16)
stock\stock-0.0.9\draw.c~ (69406, 2009-12-16)
stock\stock-0.0.9\draw.h (548, 2000-08-10)
stock\stock-0.0.9\draw.o (57860, 2009-12-16)
stock\stock-0.0.9\gmclient.h (14636, 2009-12-15)
stock\stock-0.0.9\gmclient.h~ (14631, 2000-08-10)
... ...

stock v0.0.1 readme by wu yanping ================================================================== stock v0.0.1 Home Page: http://wyp99999.yeah.net/index.html Author: wu yanping E-mail: wyp99999@yeah.net ================================================================== This program is released under the GNU >= 2.0 licensing agreement. FILES ------------------------------------------------------------------------------- Makefile -- makefiles to compile the stock README -- this file areatotal.c calculator.c checkhis.c checknow.c choicestock.c data.c dataman.c draw.c -- draw stock area moduel gmclient.h -- include file jszb.c -- keys.c -- keyborad operate program main.c -- main program menu.c misc.c -- gtk misc lib showhqwin.c stkfile.c system.c -- system set program tblman.c -- stock name table manage moduel stocksql.c -- stock mysql operate class moduel stockclient.c -- stock Tcp/Ip class moduel tcp_client.c -- ============================================================ Requirements * Gtk+ (I'm not sure what the minimum version is. I use 1.2.2) * mysql-3.22.22 or high * The Standard Template Library (If you have a recent version of gcc, you probably have it) ============================================================== Installation ---------------------------------------------------------------- 1) % tar -zxvf stock-0.0.1.tar.gz 2) % cd stock-0.0.1 3) % make 4) # make install (NOTE: you must* become superuser to do this) 6) 运行./stock 5) 进入系统设置模块(system set),配置数据库设置,设置好 hostname:主机名 username:用户名 passowrd:密码 port:端口 default 0 unix_socket:mysql.sock位址 6) 进入系统设置模块(system set),创建数据库. 7) 进入程序系统工具执行股票代码导入,先导入上海nametbl.sha 然后导入深圳nametbl.szn.最后保存股票代码表. 8) 接着就可执行数据管理,选择数据来源路径(钱龙) /ml30/data 执行安装数据 9) 如需要F10数据,直接拷贝F10资料到 /data/xx/base note:1.本程序现兼容钱龙数据 2.日线数据注意扩展名需是 .Day(D 大写) 版本变动: -------------------------------------------------------------------- v-0.0.9 在单进程的模式下实现基于TCP/ip的网络数据传输, 更新了显示中的一些BUG. v-0.0.7 增加了分时线显示,股票明细数据,分笔成交数据 的显示,建立基本的网络通讯类. v-0.0.5 改变数据读取方式,由文件读取方式 改为数据库读取方式,现支持的数据库为MYSQL 将所有的K线数据,股票代码表均转换为MYSQL数据库表. v-0.0.3 增加技术指标分析函数,增 加常用的十几种指标,包括 MACD,DMA,RSI,KDJ..等. v-0.0.2 新增功能:配置库读写,股票软件系统,设置配置处理. v-0.0.1 stockv0.0.1版本, ------------------------------------------------------------------------------- Note: This is a not fully functional BETA release. I'm sure it has bugs, so please submit bug reports with enough information so that I can re-create the crash. Thank you. ---------------------------------------- wu yanping wyp99999@yeah.net

近期下载者

相关文件


收藏者