登录
首页 » 文件处理 » (0)输入若干条记录 (1)显示所有记录 (2)按姓名查找记录 (3)删除记录 (4)插入一条记录 (5)保存文件 (6)按序号显示记录...

(0)输入若干条记录 (1)显示所有记录 (2)按姓名查找记录 (3)删除记录 (4)插入一条记录 (5)保存文件 (6)按序号显示记录...

于 2022-03-13 发布 文件大小:264.93 kB
0 138
下载积分: 2 下载次数: 1

代码说明:

(0)输入若干条记录 (1)显示所有记录 (2)按姓名查找记录 (3)删除记录 (4)插入一条记录 (5)保存文件 (6)按序号显示记录 (7)按姓名排序 (8)复制文件 (9)退出程序 -(0) Enter the number of records (1) show all records (2) by name to find records (3) delete records (4) insert a record (5) Save the file (6) showed, by serial number records (7) to sort by name (8) to copy the files (9) exit procedures

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

发表评论

0 个回复

  • 一个用C++Builder编写的合成分割器的源可以完好合成,但有些类型的还没能完好合成,请高手们多指教!...
    一个用C++Builder编写的文件合成分割器的源文件,文本文件可以完好合成,但有些类型的文件还没能完好合成,请高手们多指教!-a C Builder synthesis document prepared by the division of the source files, text files can sound synthesis, but some type of document can not intact synthesis, 19:56 Nearly weekend!
    2022-03-10 10:06:09下载
    积分:1
  • 一个比较好的C程序,这是我们的课程设计得了优的程序!
    一个比较好的C程序,这是我们的课程设计得了优的程序!-a better C, this is the course we had a better design procedures!
    2022-10-13 08:35:03下载
    积分:1
  • 打开一个8位图像得并且,显示一个8位图像,
    打开一个8位图像得文件并且,显示一个8位图像,-opened an eight images in the document and, showing an eight images,
    2022-02-02 09:16:51下载
    积分:1
  • 操作的程序使用C语言编写,使用的huffm…
    本程序使用C语言进行文件操作,使用哈夫曼算法进行编码压缩-procedures for the use of the C language for file manipulation, the use of Huffman coding compression algorithm
    2022-05-20 20:40:15下载
    积分:1
  • Pendulum.cpp
    #include"stdafx.h" #include < iostream > #include < conio.h > #include < locale.h > #include < stdio.h > #include < math.h > 使用命名空间 std ; 作废双时间 (双 L、 双 P 双 G) void main) { setlocale (LC_ALL,"RUS") ; 双 L,T; 双 P = 3.14 ;/ / КОНСТАНТА 双 G = 9.8 ;/ / КОНСТАНТА //ДЛЯ ЗАДАННЫХ ЗНАЧЕНИЙ L = 100 ; T=time(L,P,G) ; cout «"Время колебаний при L ="«L «"равно:"«T; _getch() ; //ДЛЯ ЗНАЧЕНИЙ ВВОДИМЫХ С КЛАВИАТУРЫ system("cls") ; cout «"Dведите L ="; cin» L; T=time(L,P,G) ; cout «"Время колебаний при L ="«L «"равно:"«T; _getch() ; 返回 0 ; } 作废双时间 (双 L、 双 P 双 G) { 双 M; 双 P = 3.14 ;/ / КОНСТАНТА 双 G = 9.8 ;/ / КОНСТАНТА M=2*P*sqrt(L/G) ;/ / ПЕРИОД КОЛЕБАНИЙ 返回 M; }
    2022-03-13 01:33:14下载
    积分:1
  • 字符串解析类,可以在UNIX下使用,能够通过固定的字符解析
    字符串解析类,可以在UNIX下使用,能够通过固定的字符解析-String analytic category, can be used under UNIX, the character through a fixed analysis
    2022-01-26 03:45:37下载
    积分:1
  • 一个读取和写入ini配置的例子。从list1中读出数据写入到ini,再从ini写入到list2。...
    一个读取和写入ini配置文件的例子。从list1中读出数据写入到ini文件,再从ini文件写入到list2。-Ini to read and write a configuration file example. List1 in读出数据from written to ini file, ini file from the write to list2.
    2022-01-22 01:10:49下载
    积分:1
  • 针对Excel表格操作的编程实现:通过本及配套示例源码你可以更加灵活的控制Excel表格,其中包括创建新Excel、写入表格数据、读取表格数据(包...
    针对Excel表格文件操作的编程实现:通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel 文件转换为按指定分隔符分隔的其它文本格式的文件 -Excel spreadsheet file for the programming operation: Through this article and associated sample source code you can be more flexible control of Excel spreadsheet file, including creating a new Excel file, write the form data, read the form data (including the original hand-built their own Excel files add rows, columns of data an accurate reading), delete the existing Excel table, the table specified in the rows, columns, cell query, insert, replace and other operations, but also can be generated Excel files into a specified separator delimited text format files of other
    2022-01-24 08:50:17下载
    积分:1
  • PGM 筛选器
    在加载一个结构的元素和原始的照片。铂族金属的格式。 然后选择该筛选器,并应用,然后保存生成的图像。 阅读的 Readme.txt 文件 (在葡萄牙 LeiaMe.txt)
    2022-03-21 21:03:31下载
    积分:1
  • htmltrim, collate html source code
    htmltrim,整理html的源代码-htmltrim, collate html source code
    2022-09-18 20:40:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载