搜索资源列表
szrmb
- 值转人民币大写C++源代码,public domain免费软件,和一般的转换程序比已充分考虑到各种情况和习惯读法。此代码针对C++ Builder平台编写并调试通过,但已仔细设计以便于需要时移植到其它平台。 -value of the RMB capital to C source code, free public domain software, and a general conversion ratio has taken full account of all th
socktsoft
- 用C++开发的一个股票软件的源代码,行情快车是一款非常不错的股票软件,大家可以去网上下载软件并对照源代码学习-C development of a stock of the software source code, trading Express is a very good software stock, we can go online and download the software source code control study
200308211128435699
- 这是一个用C++编写的"数值转人民币大写程序"的源代码.-This is a C + + compiled by the "numerical yuan of capital transfer procedures," the source code.
iso8583报文源代码
- iso8583报文源代码,编写语言c,希望对大家有帮助。,iso8583 message source code language c, we would like to help.
atmdemo
- C 模拟ATM自动取款机源代码(TXT文件存储) C语言模拟ATM自动取款机的源代码,利用TXT存储用户信息,每个用户都会被存到user.txt文本中,另外系统生成4个文件(存款记录、取款记录、转账记录、余额)!实现存、娶转、查功能!对密码输入次数进行了限制,错误三次就退出程序!对用户密码进行简单的加密!程序生成控制台程序,主要为了展现事务逻辑处理,C语言爱好者请不要错过哦。 -C simulation source code for ATM automated teller machi
ClanguagesourceATMmachineATM
- 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
I8583
- 8583报文发送及解析。C#源码。符合银行标准。-8583 packets sent and the analytical. C# source code. Comply with banking standards.
iso8583
- This package contains the following source code files: - demo.c Demo application source, with message packing/unpacking example - benchmark.c Benchmark source, to benchmark pack/unpack operations - dl_c_iso8583_v0_0_
14160_12395930618QVQ
- 基于C++Builder 6的医药类单据打印系统,主要是Access + FastReport + VCLSkin的一些综合应用,重点功能是FastReport中实现人民币中文大写、空行补齐,页面小计(SubTotal)等…… 本打印程序开发过程中使用了FastRepot和VCLSkin组件,源程序在编译时需要在工程(Project)的选项(Options)中更改一下Include和Lib的路径,指向你的FastReport的安装目录。否则会提示找不到头文件等编译错误。 -Ba
sondjddj
- 利用 Microsoft Visual C++开发软件编程实现了银行储蓄管理系统的编译,该系统具有信息的添加、删除、查找、修改、保存和显示等功能。编写此系统,我们要利用C++得最要主要功能:派生、继承和多态。这样有的源代码可以重复使用,可以减少空间和调用的时间。定义类把每类数据都封装起来,这样机完整又保密性,使得程序清晰明朗,易检查。-Using Microsoft Visual C++ Development Software Programming management system of
Barber
- C++ source code for market statistics
bank
- C#网上银行在线安全支付源码,需要安装SQL 2005数据库-source code about bankpay
BankSimulation
- 这是用c++模拟银行工作人员为顾客服务的的源代码,包括工作窗口控制,顾客等待的容忍度等-This is simulated using c++ bank customer service staff for the source code, including the work of the window control, customer waiting tolerance, etc.
chengxu
- 用C++编写的股票分析软件中的5档源码,用于定义、标记、显示股票分析软件的版面-Written in C++, 5-stock analysis software source code files, used to define, mark, shows the layout of the stock analysis software
Bank-savings-system
- 个人编写,访真银行活期储蓄系统,拥有开户、销户、存款、取款、转帐、查询等功能。VC++6.0开发,是基于客户端与服务器程序开发。运用TCP/IP协议socket通信技术。压缩文件中包含:源代码、可执行文件、使用文档、系统和功能架构文档、另有PPT演试文稿。内容规范,是学习C++软件开发的好材料-Personal writing, current savings visit real banking system, with accounts, closing accounts, deposits
code-of-Stock-software
- 一套股票分析的C++源代码,目前只简化了 行情显示部分-A stock analysis of c++ source code,currently only simplified the market shows partial
Bank-event-driven
- 经典C/C++源码,放在word中,银行事件驱动模拟程序的。程序完整,中间有明确的注释-Classic C / C + + source code, on the word, the Bank of event-driven simulation program. Integrity of the process, in the middle there is a clear comment
QNettTSSu
- 接收证券行情数据接口的Visual C源代码,配合上上mystock,可非常好了解股票软件源码的内部源代码 -Visual C source code to receive the securities market data interface with on mystock on, can be very good understanding of the internal of the stock software source source code
cs_ctp
- 上期CTP平台期货行情数据接收代码 C#原码-The futures market to data reception last CTP platform code c# source code
MyAutoTrader_v1.0.3
- 上期CTP API C++ 源代码 单合约版 下载文件名AutoTrader_ctp_c++源代码.rar 填入经纪公司代码,实盘帐号,密码即可完成行情接收,指标计算,实盘下单连续开平仓。 功能简要介绍如下: 自动保存订阅合约TICK数据到\Bin\TickData下,文件名:合约名称_日期.txt 自动保存下单数据到\Bin\AutoTrade下,文件名:日期.txt MD线程只负责TICK行情接收和缓存,根据TICK数据生成1分钟K线 TRADE线程负责下单及响应,可连续开平仓,本人实盘测试