登录
首页 » Visual C++ » BankSystem

BankSystem

于 2020-09-18 发布 文件大小:19KB
0 279
下载积分: 1 下载次数: 11

代码说明:

  用c#实现模拟银行系统 控制台界面 实现取款 存款 之类的一些基本操作 (With c# console interface for analog banking system deposits, withdrawals and the like to achieve some of the basic operations)

文件列表:

BankSystem
..........\bin
..........\...\Debug
..........\...\.....\ConsoleApplication1.exe,16384,2011-11-03
..........\...\.....\ConsoleApplication1.pdb,17920,2011-11-03
..........\...\.....\ConsoleApplication1.vshost.exe,5632,2011-11-03
..........\ConsoleApplication1.csproj,2007,2011-11-03
..........\ConsoleApplication1.sln,926,2011-11-03
..........\cust.cs,1483,2011-11-03
..........\obj
..........\...\ConsoleApplication1.csproj.FileList.txt,182,2011-11-03
..........\...\Debug
..........\...\.....\ConsoleApplication1.exe,16384,2011-11-03
..........\...\.....\ConsoleApplication1.pdb,17920,2011-11-03
..........\...\.....\TempPE
..........\Program.cs,3825,2011-11-03
..........\Properties
..........\..........\AssemblyInfo.cs,1197,2011-11-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MeteoMarker
    采用SHP文件组织的气象图形标绘程序,地图分球面和平面两种方式,可以标绘点、线、面等气象图形,可以设置颜色、线宽、填充色等多种样式。(SHP files using graphical meteorological organizations plotting procedures, sub-spherical and planar map in two ways, you can plot point, line, surface, such as weather graphics, you can set color, line width, fill color and many other styles.)
    2009-03-29 18:47:09下载
    积分:1
  • 001
    windows的API函数的归纳电子书,系统全面的介绍了百分之九十的API函数。(windows into the API function of e-books, systematic and comprehensive introduction to the 90 of the API function.)
    2009-04-10 15:11:54下载
    积分:1
  • CharTerminal
    说明:  简单的串口通讯例子,有主机,目标机组成,发送数据,接受数据(Simple example of serial communication, a host, target composition, send data, receive data)
    2011-04-10 18:48:55下载
    积分:1
  • HuffmanTree
    该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。 (4) P:打印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。 (5) T:打印哈夫曼树(Tree printing)。将已在 中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中。 (The system should have the following features: (1) I: initialization (Initialization). Read from the terminal character set size n, and n and n characters right value, establishes a Huffman tree, and save it in the file hfmTree in. (2) E: encoding (Encoding). Has been built using the Huffman tree (if not in memory, reads from the file hfmTree), the text of the document ToBeTran encoded, and then putting the result in the CodeFile file. (3) D: decoding (Decoding). Huffman tree has been built using the file CodeFile the code will be decoded, the result is stored in the file TextFile. (4) P: Printing code files (Print). CodeFile in a compact format the document displayed on the terminal, one per line 50 code. While this character in the form of written documents CodePrin encoded file in. (5) T: Print Huffman tree (Tree printing). Would have been in the Huffman tree in an intuitive way (tree or recessed table form) displayed on the terminal, but this form of characters written to the file )
    2013-06-21 13:45:16下载
    积分:1
  • vcpeerYou
    守候远程控制VC++源码,任意开源。已在XP下编译通过并运行。(Waiting for remote control of VC++ source code, any open-source. Has been compiled by and run under XP.)
    2009-09-26 21:39:30下载
    积分:1
  • drawcli
    drawcli ole图形图像,VC++学习很好的例子程序(drawcli ole graph drawing example , ole container and drawing line, circle etc.)
    2017-10-30 13:27:49下载
    积分:1
  • code
    在给定字符串中找出单词( “单词”由小写字母字符大写字母和构成,其他非字母字符视为单词的间隔, 如、问空格号、数字等等;另外单个字母不算单词);找到单词后,按照长度进行降序排序, (排序时如果长度相同,则按出现的顺序进行排列),然后输出到一个新的字符串中;如果某个单词重复出现多次, 则只输出一次;如果整个输入的字符串中没有找到单词,请输出空串。输出的单词之间使用一个“空格”隔开, 最后一个单词后不加空格。(Identify the word (" word" character from the uppercase and lowercase letters constituted, other non-alphabetic characters as word spacing, such as asking a space number, number, etc. another is not a single letter word) in a given string find words after descending order according to length, (if the same length, the order stated that appears when sorting arranged), and then output to a new string If a word is repeated several times, only output once If the entire input string is not found in word, outputs an empty string. Used between the output of a word " space" separated, no spaces after the last word.)
    2014-02-23 00:19:04下载
    积分:1
  • ershisimaibo
    二十四脉波整流,地铁DC1500直流供电系统(Twenty-four pulse rectifier, a DC-powered system subway DC1500)
    2014-04-26 16:16:20下载
    积分:1
  • c++3
    本程序是关于异常处理的相关程序以及如何处理的事例(This procedure is on the exception handling procedures and how to deal with cases)
    2008-05-18 14:38:54下载
    积分:1
  • cSharpgooglemap
    如何在winform中使用google map的例子(how to use google map in micirosoft winform)
    2011-10-25 15:24:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载