CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 金融证券系统 搜索资源 - File

搜索资源列表

  1. c_bank

    0下载:
  2. 一个c语言编写的一个简单的银行系统, 提供存款、取款、转帐的功能,主要有数据验证、文件操作-a language of a simple banking system, deposits, withdrawals, transfers of functions, data validation, file manipulation
  3. 所属分类:金融证券系统

    • 发布日期:2008-10-13
    • 文件大小:2.93kb
    • 提供者:袁波
  1. SurperEA超强的暴力EA

    32下载:
  2. 超强的暴力EA。里面包括mq4源文件及编译后ex4文件。EA自动交易的mq4、 ex4文件复制至experts\下即可使用,请先测试后再在真实帐号应用。-Super violence EA. Which includes the mq4 source file and compiled ex4 file. MQ4 EA automated trading, ex4 file copied to the experts \ can use, please test and then in a re
  3. 所属分类:金融证券系统

    • 发布日期:2013-08-14
    • 文件大小:8.74kb
    • 提供者:peter.cong
  1. Close All Trades MT4一键平仓脚本

    4下载:
  2. MT4一键平仓脚本 只要一点就可以清除所有持仓单 这样可以省却了交易单太多一一手工平仓的困饶,并且一键平仓的效率也是非常值得肯定的,现在发出来给大家使用,具体安装方法将脚本文件复制至到平台安装目录下experts\scr ipts内即可! 然后打开MT4在导航--脚本--清除持仓单 就可以应用了 -MT4 scr ipt as long as a key to open all the positions that you can remove a single transaction s
  3. 所属分类:金融证券系统

    • 发布日期:2017-03-21
    • 文件大小:633byte
    • 提供者:桂文鹏
  1. DAY2EXCEL.rar

    0下载:
  2. 使用VBA实现日线文件转换到EXCEL中,Use VBA to achieve on-line file conversion in the EXCEL
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-27
    • 文件大小:61.05kb
    • 提供者:magzine
  1. tdx_day

    1下载:
  2. 从通达信日线文件读取数据,以此编写自己的股票应用程序-Letter from the accessible data file is read daily in order to write your own stock application
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-22
    • 文件大小:41.57kb
    • 提供者:lyf898
  1. HQDemo 演示实时采集股市行情的解决方案

    1下载:
  2. 这是一款用于演示实时采集股市行情的解决方案的程序,其中数据源为内存映射文件-This is a stock market to demonstrate real-time collection solution procedures, which data source is memory-mapped file
  3. 所属分类:金融证券系统

    • 发布日期:2012-10-19
    • 文件大小:181.13kb
    • 提供者:xingjilvxing
  1. StockTest

    2下载:
  2. 读取大智慧股票软件中的日线数据进行分析的源代码。代码仅有读取数据部分,选择数据文件目录后可显示日线数据-Read great wisdom on the stock software line analysis of the data source. Code only read data section, select the data file directory can be displayed on-line data
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-24
    • 文件大小:326.72kb
    • 提供者:huang
  1. ClanguagesourceATMmachineATM

    0下载:
  2. C语言模拟ATM机源代码 画了界面!实现存、取、转、查等功能!利用文件存取! 对密码输入次数加限制,对密码进行了简单的加密! 用C语言处理了复杂的业务逻辑!-C language simulation source code draws ATM machine interface! Achieve deposit, withdraw, transfer, search and other features! Using file access! Increase the
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-10
    • 文件大小:1.57mb
    • 提供者:skysoul
  1. 3

    0下载:
  2. java 模拟银行ATM机存取款,对本地文件进行读写-Java simulation bank deposit and ATM machine, the local file for reading and writing
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-05-12
    • 文件大小:2.8mb
    • 提供者:张平
  1. MainFrame

    0下载:
  2. 解析银行表文件,银行表文件为银行通用的大概70M的一个文件-Table file to resolve the banks, the banks form a common document for the bank of a document about 70M
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-04
    • 文件大小:6kb
    • 提供者:wang
  1. Finance_2008

    0下载:
  2. This application i made for handle simple finance this project using VB 6.0, SQL Server 2000 with report using html page. You should load this components: -Kewlbuttonz -Ms Rich Textbox Control -Ms Windows Common COntrols 6.0 -Ms Win
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-08
    • 文件大小:521.35kb
    • 提供者:boenk
  1. account

    0下载:
  2. 当我们首次去银行开帐户时,银行卡里存放入一个初始金额(5元或10元)。在存折上有银行帐号和帐户余额。当向指定的银行帐号存钱时,余额会增加;当在指定的银行帐号取钱时,余额会减少。银行帐户一经开户,除非用户取消,否则银行应该保留用户的帐号以及和帐号对应的身份信息(这个程序中不考虑用户身份的认证)。将每个用户的帐号上的重要信息存放在一个文件名为inout.txt的文件中。为了可以随时随地查询用户的帐户里的余额信息,将帐户中的相关信息以二进制格式读写文件。经过分析知道,要对用户的帐户信息进行通用(添加、
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-26
    • 文件大小:668.16kb
    • 提供者:薇薇
  1. tzmt4api_h

    0下载:
  2. MT4API header file in delphi source code
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-07
    • 文件大小:1.14kb
    • 提供者:Monarch
  1. webinar111606

    0下载:
  2. contains MATLAB scr ipts and data that were used in the webinar "Using MATLAB to Develop Asset-Pricing Models." The slides from the webinar are also included. The scr ipts examine the Fama & French model for a number of companies with recent IPOs to
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-05-09
    • 文件大小:2.18mb
    • 提供者:wz
  1. final.c

    0下载:
  2. the file contains the method for data conversion.iput is sample ratio.output is the converted data.input should be given in file
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-14
    • 文件大小:4.45kb
    • 提供者:ely
  1. yinhang

    0下载:
  2. 这是一个有关于文件操作综合应用——银行账户管理的源码,,压缩包里有具体说明-This is a comprehensive application on file operations- the bank account management source, compression bag with specific instructions
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-02
    • 文件大小:1.42kb
    • 提供者:李浩
  1. CZoomView_demo3

    0下载:
  2. 打开文件读取数据绘制股票价格柱形图 可进行图像放大、缩小功能-Open the file for reading a column chart stock prices can be drawn image zoom function
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-05-10
    • 文件大小:1.97mb
    • 提供者:tlwfg
  1. Positives

    0下载:
  2. Example file, contains link to pos image
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-15
    • 文件大小:5.93kb
    • 提供者:thang
  1. bank

    0下载:
  2. 银行信息管理 3个.h文件和一个.main文件-Bank Information Management 3. H file and a. Main file
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-05-19
    • 文件大小:5.2mb
    • 提供者:hutingting
  1. Bank-savings-system

    0下载:
  2. 个人编写,访真银行活期储蓄系统,拥有开户、销户、存款、取款、转帐、查询等功能。VC++6.0开发,是基于客户端与服务器程序开发。运用TCP/IP协议socket通信技术。压缩文件中包含:源代码、可执行文件、使用文档、系统和功能架构文档、另有PPT演试文稿。内容规范,是学习C++软件开发的好材料-Personal writing, current savings visit real banking system, with accounts, closing accounts, deposits
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-05-04
    • 文件大小:1.07mb
    • 提供者:dongxingfeng
« 12 3 4 »
搜珍网 www.dssz.com