Welcome![Sign In][Sign Up]
Location:
Search - gupiao

Search list

[GUI Developgupiao

Description: 是一个股票系统,和大家一起分享.下载就可以用.-is a stock system, and share with everyone. It can be downloaded.
Platform: | Size: 321393 | Author: 小冉 | Hits:

[GUI Developgupiao

Description: 是一个股票系统,和大家一起分享.下载就可以用.-is a stock system, and share with everyone. It can be downloaded.
Platform: | Size: 321536 | Author: 小冉 | Hits:

[Delphi VCL200411313555631

Description: 一个比较初级的用delphi进行股票类软件编写的-The use of a relatively junior stock delphi software prepared
Platform: | Size: 185344 | Author: no name | Hits:

[Finance-Stock software systemStock

Description: 股票接收源码。使用Delphi程序写成的。-Stock receiving source. The use of procedures written in Delphi.
Platform: | Size: 177152 | Author: aaa | Hits:

[Finance-Stock software systemgupiao

Description: 课程设计做的个人股票管理系统,可以模拟现实生活中的股票买卖等功能-Curriculum design to do the personal stock management system that can simulate real-life features such as stock trading
Platform: | Size: 113664 | Author: jack | Hits:

[Windows Developgupiao

Description: 怎么注册这么费劲。。。 -How such a laborious registration. . .
Platform: | Size: 2908160 | Author: WM | Hits:

[JSP/Javagupiao

Description: 股票交易系统源码 股票交易系统源码.rar 股票交易系统源码.rar -Stock trading system stock trading system source code
Platform: | Size: 284672 | Author: 287693892 | Hits:

[AI-NN-PRgupiao-fenxi-soft

Description: 股票行情分析 股票行情分析软件。-gupiao fenxi soft
Platform: | Size: 9884672 | Author: 张辉 | Hits:

[WEB Codegp

Description: 股票社区asp源代码,虚拟显示交易,方便初学者模拟交易。-gupiao fenxi soft
Platform: | Size: 714752 | Author: 张辉 | Hits:

[Industry researchgu

Description: 股票超级必杀技,很牛的 大家可用看一看,很强大-gupiao
Platform: | Size: 65536 | Author: ren | Hits:

[Internet-NetworkGuPiao

Description: 一个股票预警软件,可设置预警成交价,当该股到达该价位时,软件可以通过消息提示或机器喇叭报警,实时显示大盘信息,只需输入股票代码和预警价位即可开始预警-A stock warning software, it can make a alarm when the stock rice to the expected price.
Platform: | Size: 612352 | Author: aj3423 | Hits:

[Finance-Stock software systemgupiao

Description: 自动监控鼎砥模拟炒股平台某些高手的买卖情况。delphi中的IE编程。-Automatic monitoring Ding Di simulation platform for stocks trading conditions in some master. delphi programming in IE.
Platform: | Size: 207872 | Author: shenwen | Hits:

[.netgupiao

Description: 股票服务端,显示买卖,数量,编号等各种功能,还需继续开发-Stock server, display the sale, quantity, number, and other functions, need to continue to develop
Platform: | Size: 373760 | Author: 伍义 | Hits:

[OtherGupiao

Description: 股票系统的简单模拟,实现股票的绘制曲线,提供保存功能-The stock system, a simple simulation, drawing curves on the stock to provide preserved function
Platform: | Size: 1328128 | Author: pig | Hits:

[Finance-Stock software systemgupiao

Description: 编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买 / 卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买 / 卖 ) 3. 委托撤消: 输入:要撤消的委托号。 输出:若成功,显示该委托信息,其中委托包括数据项:委托序号、股票编码、价格、数量、 B/S (买 / 卖 ) ;否则显示“ not found ”失败信息。 委托输入格式 : 1 股票编码 价格 数量 买卖 查询输入格式 : 2 股票编码 委托撤销 : .3 委托号 退出: 0 如: 1 0038 20 1000 b orderid: 0001 1 0278 18 2000 s orderid: 0002 1 0003 8 5000 b orderid: 0003 -编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买/卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买/卖 ) 3. 委托撤消: 输入:要撤消的委托号。 输出:若成功,显示该委托信息,其中委托包括数据项:委托序号、股票编码、价格、数量、 B/S (买/卖 ) ;否则显示“ not found ”失败信息。 委托输入格式 : 1 股票编码 价格 数量 买卖 查询输入格式 : 2 股票编码 委托撤销 : .3 委托号 退出: 0 如: 1 0038 20 1000 b orderid: 0001 1 0278 18 2000 s orderid: 0002 1 0003 8 5000 b orderid: 0003
Platform: | Size: 216064 | Author: martinwok | Hits:

[Othergupiao

Description: E语言股票完整操作实例,可以分析涨幅,和现实K线图,还有日线图-E linguistic stocks examples of complete operations, gains can be analyzed, and the reality of K diagram, there are daily charts, etc.
Platform: | Size: 3072 | Author: haibao | Hits:

[JSP/Javagupiao

Description: 比较经典的JAVA股票项目源代码.很好的实例很全的解析- classic JAVA stock program source code
Platform: | Size: 502784 | Author: 小朋友 | Hits:

[Data structsgupiao

Description: 股票信息系统的 1、基本功能: (1)添加记录 先判断链表是否已经存在。若不存在,需首先自动新建一个链表,然后再添加一条或多条记录。 (2)显示记录 显示当前所有记录。 (3)查询记录 按名称查找,并显示该记录。 (4)代号的排序 按代号的字母顺序排序,涉及到冒泡等排序算法。 (5)删除记录 实现逐条删除和删除全部记录两种功能。 (6)更新记录 修改已存在记录的信息(提示:需首先判断该记录是否存在)。 (7)按关系类别显示记录 只显示指定公司的记录。 (8)保存记录 存储所有记录到某个文件(.txt)或缺省文件(shares.txt)。 (9)读入记录 从某个文件(.txt)或缺省文件(shares.txt)读入所有记录。首先判断当前是否有记录在进行操作,若有,进行存储或放弃存储,然后释放内存空间,之后才能从文件读入记录。 (10)退出 - Stock Information System 1, the basic functions: (1) Add record First determine whether the list already exists. If not exist, automatically create a new list to be first, and then add one or more records. (2) Display Record Show all current records. (3) query record Search by name, and displays the record. (4) the sort code Sorted in alphabetical order by code, such as involving bubble sort algorithm. (5) Delete records To achieve one by one remove, and delete all records two functions. (6) to update records Modify the existing record information (hint: the need to first determine whether the record exists.) (7) types of relationships shown by recording Select only the company s records. (8) record keeping Store all records to a file (. Txt) or the default file (shares.txt). (9) read into the record From a file (. Txt) or the default file (shares.txt) read all records. First, determine whether the current record during the operation, if so, stor
Platform: | Size: 1024 | Author: 兰锋 | Hits:

[Software Engineeringperson-gupiao-manage

Description:   该系统要求建立一个时间段内某股民的投资情况管理系统,并具有排序、查找、计算、显示等功能。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些算法思想的应用。-person gupiao manage system
Platform: | Size: 286720 | Author: 裴安山 | Hits:

[Software Engineeringpeople-gupiao-manage-system

Description:   该系统要求建立一个时间段内某股民的投资情况管理系统,并具有排序、查找、计算、显示等功能。通过此课题,熟练掌握文件、数组、指针的各种操作,以及一些算法思想的应用。-gupiao manage system
Platform: | Size: 545792 | Author: 裴安山 | Hits:
« 12 3 »

CodeBus www.codebus.net