-
自动取款机(ATM)
标题:自动取款机(ATM) 说明:这说明了ATM的功能.. 这是一个计算机化的ATM软件,接受credi卡的详细信息,FRM的用户和处理事务。管理员可以查看报告.. 等每月每周的错误报告。 从Planet-Source-Code.com...此文件来家里数百万行源代码 您可以查看评论验证码/和或表决时:http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=57576&lngWId=1 笔者也保留了一定的版权这段代码...请通过审查所有版权条件在上面的URL观察他们的要求和法律。
- 2022-08-02 16:01:53下载
- 积分:1
-
sphe8202l.rar
8202s和8202l的区别表,很实用
sphe8202l.rar
8202s和8202l的区别表,很实用-sphe8202l.rar 8202s and the distinction Table 8202l, very practical
- 2022-05-23 22:31:55下载
- 积分:1
-
快速排序,基本思想:通过一趟排序将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录继续进行排序,以达到整个...
快速排序,基本思想:通过一趟排序将待排序记录分割成独立的两部分,其中一部分记录的关键字均比另一部分记录的关键字小,则可分别对这两部分记录继续进行排序,以达到整个序列有序。-quick sort, the basic idea : The trip will rank ordering records to be separated into two independent parts, part of the keyword record than another part of the record of the keyword small, will each of the two parts to continue sorting records, in order to achieve an orderly sequence as a whole.
- 2022-02-10 13:56:41下载
- 积分:1
-
这是几种滤波器的MATLAB的M文件源码,可以实现特定的滤波器设计...
这是几种滤波器的MATLAB的M文件源码,可以实现特定的滤波器设计-This is the filter paper MATLAB M source, can achieve a specific filter design
- 2022-03-10 12:44:18下载
- 积分:1
-
The topic of software engineers, the first set of the second set of the third se...
软件工程师专题,第一套 第二套 第三套 第四套 第五套 -The topic of software engineers, the first set of the second set of the third set to a fifth set of the fourth ... ...
- 2022-10-23 19:00:03下载
- 积分:1
-
计算机软件开发文档编写指南,简要说明项目的各项主要工作,介绍所开发软件的功能、性能等。若不编写可行性研究报告,则应在本节给出较详细的介绍...
计算机软件开发文档编写指南,简要说明项目的各项主要工作,介绍所开发软件的功能、性能等。若不编写可行性研究报告,则应在本节给出较详细的介绍-Computer software development guidelines for the preparation of documents, a brief description of the major work items on the development of software features, performance. If the preparation of feasibility studies should be given in this section a more detailed introduction
- 2023-07-16 10:55:03下载
- 积分:1
-
LPC2000系列处理器USB ISP Bootloader 使用说明
LPC2000系列处理器USB ISP Bootloader 使用说明-ARM USB ISP Bootloader
- 2022-01-30 13:21:15下载
- 积分:1
-
本文档为英特尔处理器,第一卷。它包含详细…
this the documentation for intel processors, first volume. it contains detailed specification and instrucion set - for hardcore programers on assembly-this is the documentation for intel processors, first volume. it contains detailed specification and instrucion set- for hardcore programers on assembly
- 2022-01-23 10:46:03下载
- 积分:1
-
学生教务系统
学生教务管理小系统,该系统地功能包括,:包括学生增加信息,查询信息和信息删除。只是大一期间在校实习做的一个小代码,用于教学使用,不用在实际的生活中。
- 2022-12-30 09:00:05下载
- 积分:1
-
图书管理系统
1、问题描述: 对一个有N本书籍的图书馆进行计算机管理,通过该系统实现对该图书图的基本功能的管理,包括:增加新书、借书、还书、查询书籍等操作。 2、功能要求: 1)本系统采用一个包含N个数据的结构体数组,每个数据的结构应当包括:书号、书名、作者姓名、借书证号、借还标志、借还书日期等。 2)本系统显示这样的菜单: 请选择系统功能项: a. 增加新书 b. 书籍查询 (1) 按书号查询 (2) 按书名查询 (3) 按作者查询 c. 借还书 (1)借书 (2)还书 d. 退出系统 3)执行一个具体的功能之后,程序将重新显示菜单。也可以通过判断“借书日期”的内容是否为’
- 2022-01-28 15:06:45下载
- 积分:1