CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 银行

搜索资源列表

  1. callnum_2.0V

    0下载:
  2. 排号系统,可用于银行,有服务器和客户机(柜台机,叫号机),功能强大,不断更新。-Queuing system can be used for banks, server and client (the counter machine, called the Unit), a powerful, constantly updated.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:26432
    • 提供者:hnc_0525
  1. bank3

    0下载:
  2. 本压缩文件是有关银行排队机的代码,有客户端、服务器。使用socket()进行编程。-This compressed file is about the bank Queue code, a client, server. Using the socket () for programming.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6694
    • 提供者:马彩红
  1. src

    0下载:
  2. 某银行反洗钱系统,包括数据采集,大额交易和可疑交易分析以及生成人民银行要求上报文件的程序。代码为ec,内含详细设计说明书。-A bank anti-money laundering system, including data collection, analysis of large and suspicious transactions and report generation requirements of the People' s Bank files. Code for th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:262503
    • 提供者:kevin
  1. ATM

    0下载:
  2. C语言模拟的银行ATM机系统!实现存、取、转、查功能!对密码输入次数进行了限制,错误三次就退出程序!对用户密码进行简单的加密! -C language simulation system of the bank ATM machine! Achieve deposit, withdraw, transfer, check functional! Enter the password to limit the number of times, the error three times to ex
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1325564
    • 提供者:张叁
  1. powerforward

    0下载:
  2. 一种高度精密的机电一体化设备,利用磁卡或智能IC卡储存用户信息并通过加密键盘(EPP)输入密码然后通过银行内部网络验证并进行各种交易的金融自助设备-One kind of highly precise integration of machinery equipment, then confirms and carries on each kind of transaction using the magcard or the intelligent IC card storage user i
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:377748
    • 提供者:skr
  1. AES-MAC

    0下载:
  2. 银行加密标准规范,资料很好, 确实对学习加解密很重要-the spec of encryptor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:192860
    • 提供者:张印
  1. BjMwCpuPurchase1.0

    1下载:
  2. 1. 符合《中国金融集成电路(IC)卡规范》、《中国金融集成电路(IC)卡应用规范》。 2. 数据文件支持二进制文件、定长记录文件、变长记录文件、循环定长记录文件。 3. 支持符合银行规范的电子钱包、电子存折功能。 4. 支持DES、Triple DES等加密算法,并支持用户特有的安全加密算法的下载。 5. 支持线路加密、线路保密功能,防止通信数据被非法窃取或篡改。 6. 可用作安全保密模块,使用过程密钥实现加密、解密。 -1 in line with the
  3. 所属分类:加密解密

    • 发布日期:2017-02-26
    • 文件大小:215987
    • 提供者:ly
  1. Gmpk

    0下载:
  2. 实现密钥的安全控制和管理是整个应用系统安全的关键,《密钥管理系统》设计遵循《中国金融集成电路(IC)卡规范(1.0)》和《银行IC卡联合试点密钥管理系统总体方案》,整个系统遵循以下设计原则:-Achieve key security control and management of the entire application system security key, " Key management system" designed to follow the "
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-17
    • 文件大小:5116961
    • 提供者:ly
  1. 0401-2

    0下载:
  2. 椭圆曲线密码体制及其在电子银行中的应用,对椭圆曲线的加解密应用具有很好参考价值-Elliptic curve cryptography and its application in e-banking, a good reference value of the elliptic curve encryption and decryption application
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2949350
    • 提供者:like_jin
  1. C_Program1

    0下载:
  2. C语言程序,包括数据加密,使用比较运算符,统计大写字母和小写字母的数量,信息管理,银行储蓄- c language program , including data encryption, the use of comparison operators , the statistics the number of uppercase and lowercase letters , information management, the bank savings
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3386
    • 提供者:金星
  1. Bank-Queuing-System

    0下载:
  2. 客户到银行办理业务,需要取号排队等候。客户分为VIP客户、理财客户、一般客户三种类型。不同类型客户,取得不同的排队序号凭证,进入不同序列排队等候。当服务窗口出现空闲时,按既定策略从三种类型客户中选取客户接受服务。 选取客户接受服务的策略如下: (1)三种类型客户的服务优先顺序从高到低依次为:VIP客户、理财客户、一般客户; (2)相同类型的客户采取先来先服务的原则; (3)当一般客户连续5次未被选中时,下一次优先选取一般客户接受服务。 -Customers to the ba
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:173015
    • 提供者:宋阳
  1. china_bank_Signature

    0下载:
  2. 中国银行网上银行支付需要签名,中国银行提供的DEMO没有php环境的-Bank of China online banking to pay need to be signed, the Bank of China to provide the DEMO php environment
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:115146
    • 提供者:xiang
  1. bank

    0下载:
  2. 一个银行系统,j2ee架构,有完整的开发需求和测试资料,完整的源程序.-Software engineering course to do a banking system, j2ee architecture, a complete development needs and the test data, the complete source code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:74663
    • 提供者:pinglen
  1. simplejavabank

    0下载:
  2. 一个银行系统,j2ee架构,有完整的开发需求和测试资料,完整的源程序.-Software engineering course to do a banking system, j2ee architecture, a complete development needs and the test data, the complete source code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:75673
    • 提供者:pinglen
  1. BankCase

    0下载:
  2. 银行代码,对技术上有很大的帮助,好好研究,对自己很有好处-Bank codes, is technically a great help, good research is very good on their own
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:377513
    • 提供者:王萌
  1. banksysFinal

    0下载:
  2. 使用C++语言编写银行排号系统,开发环境为Redhat Linux-Bank queuing system with C++ language development environment for Redhat Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-29
    • 文件大小:1547740
    • 提供者:李俊
  1. tpmt

    0下载:
  2. VC++ MFC银行管理模拟系统(Access),使用的access数据库。-VC++ MFC bank management simulation system (Access), use the access database.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-10
    • 文件大小:1205537
    • 提供者:左杰
  1. BankOperation

    0下载:
  2. 银行存取款系统,数据库记录客服详细资料,地址,联系方式,密码等。-Bank deposit or the system。Database records service details, address, contact information, passwords, etc
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:5873160
    • 提供者:tan
  1. ATM

    0下载:
  2. 用visual C++编写的模拟银行ATM机的程序-imitate how ATM in a bank works using Visual C++ language
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:182620
    • 提供者:章羽辰
  1. Design-of-collection-system-Ver-2.0

    0下载:
  2. 实现银行催债管理系统的服务,代码完整可靠,提供设计的详细方案-Bank debt payment management system service, complete and reliable code provide detailed program design
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-07
    • 文件大小:126683
    • 提供者:liyufei
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com