登录
首页 » 汇编语言 » 要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分; 程序可接受输入人名及相应的电话号码,并把它们加入电话号码...

要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分; 程序可接受输入人名及相应的电话号码,并把它们加入电话号码...

于 2023-06-23 发布 文件大小:66.21 kB
0 92
下载积分: 2 下载次数: 1

代码说明:

要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分; 程序可接受输入人名及相应的电话号码,并把它们加入电话号码表中; 凡有新的输入后,程序应按人名对电话号码表重新排序; 程序可接受需要查找电话号码的人名,并从电话号码表中查出其电话号码,再在屏幕上以如下格式显示出来。 -Require the establishment of a process to deposit the telephone number of the table 50, each including the name (20 characters) and telephone number (8 characters) in two parts program acceptable to enter the names and corresponding telephone numbers and telephone numbers to join them in the table where a new input, the program should list the names of the telephone number to re-sort procedures acceptable to the need to find phone numbers names, phone numbers from their telephone numbers found in the table, and then on the screen in the following format displayed.

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

发表评论

0 个回复

  • 求两位数字的加,减,乘,除,虽然程序简单 但是写的很好,可以参考一下。8086测试通过
    求两位数字的加,减,乘,除,虽然程序简单 但是写的很好,可以参考一下。8086测试通过-seeking two figures, plus or minus, multiplication and addition, although the procedures are simple but very well written and can reference. The test 8086
    2022-03-17 16:47:29下载
    积分:1
  • 基于DSP2407的快速傅里叶变换程序,来源合众达DSP例程
    基于DSP2407的快速傅里叶变换程序,来源合众达DSP例程-fast fourier transform BASED ON DSP
    2022-02-05 18:27:34下载
    积分:1
  • //float abnormal control
    //浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /*---------------------------------------------------------- 打开指定的浮点异常 关闭指定的浮点异常-//float abnormal control-# define FPUEM_INVALIDOP 0x01# define FPUEM_DENORMALOP 0x02# define FPUEM_ZERODIVIDE 0x04# define FPUEM_OVERFLOW 0x08# define FPUEM_UNDERFLOW 0x10# define FPUEM_PRECISON 0x20# define __FORCE_INLINE __ __inline /*---------------------------------------------------------- designated open abnormal closure of the floating-point designated float anomalies
    2023-05-15 01:00:03下载
    积分:1
  • #include <iostream> #include <stack> #define MAX_SIZE...
    非递归的快速排序算法-#include #include #define MAX_SIZE 11 using namespace std typedef int elem typedef std::stack Stack int partition(elem*pData, int low, int high) void swap(elem& a, elem& b) void qsort(elem* pData, int low, int high) int partition(elem*pData, int low, int high) { elem key = pData[low] while(low < high) { while(low < high && pData[high] >= key) high-- swap(pData[low], pData[high]) while(low < high && pData[low]
    2022-05-08 16:41:43下载
    积分:1
  • Win32写的端口映射器,构思精巧,效率极高。
    Win32汇编写的端口映射器,构思精巧,效率极高。-Win32 compilation was made for the port mapping, the idea of delicate, extremely efficient.
    2023-03-20 12:45:04下载
    积分:1
  • 抓取CPUID的程序反的源代码,CPUID可以用来读取一些CPU的相关信息...
    抓取CPUID的程序反汇编的源代码,CPUID可以用来读取一些CPU的相关信息-Crawling procedure CPUID disassemble the source code, CPUID can be used to read some CPU related information
    2022-05-24 09:25:20下载
    积分:1
  • 8051 procedures first set mileage value, and can show that the set value, in the...
    8051程序 要先设定里程值,并能显示设定值,在开始按钮按下去后,里程值转换成记数初值,并开始计算里程-8051 procedures first set mileage value, and can show that the set value, in the beginning by this button, mileage converted into preliminary count, and began calculating mileage
    2022-02-06 06:22:05下载
    积分:1
  • 电子琴
    汇编电子琴-An asembly electronic piano.
    2022-01-26 02:27:48下载
    积分:1
  • 分类统计字符个数 程序源代码,实现了一个小功能,初级学习者...
    分类统计字符个数 汇编程序源代码,实现了一个小功能,初级学习者-Number of disaggregated statistical character assembler source code, to achieve a small function, primary learners
    2022-04-22 07:43:55下载
    积分:1
  • 这是读写AT24C02串行E2PROM读写这是24…
    这是AT24C02串行E2PROM的读写 -This is the read and write AT24C02 serial E2PROM This is the read and write AT24C02 Serial E2PROM
    2022-03-02 21:06:24下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载