登录
首页 » Windows开发 » 这是一个很没有用链表进操作的学生信息管理系统,对文件操作和函数有很大提高,是编程初学者很好的借鉴程序...

这是一个很没有用链表进操作的学生信息管理系统,对文件操作和函数有很大提高,是编程初学者很好的借鉴程序...

于 2022-02-04 发布 文件大小:196.76 kB
0 77
下载积分: 2 下载次数: 1

代码说明:

这是一个很没有用链表进操作的学生信息管理系统,对文件操作和函数有很大提高,是编程初学者很好的借鉴程序-This is a useless list of students into the operation of information management systems, operation and function of the document have greatly improved, and is programmed from a very good program for beginners

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

发表评论

0 个回复

  • 数电中通过软件模拟实现脉搏测试仪的实现,完整的实验报告,有设计过程和结果...
    数电中通过软件模拟实现脉搏测试仪的实现,完整的实验报告,有设计过程和结果-Number of electric pulse through the implementation of software tester Analog implementation of a complete test report, there is the design process and results
    2023-07-18 00:35:04下载
    积分:1
  • 使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输...
    使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输入的文件A存在后对文件A进行处理,生成另外一个文件B,要求文件B显式包含文件A的所有内容,并且不改变文件A中的已经有的内容。 c) 系统在文件A不存在的情况下,可以发现B中保留的A的内容被修改过。这种修改包括删除/增加A的某行信息,在A的内容中增加/删除/修改某个字符。-use JAVA following a function of the system) system will accept user input a name, the name of the paper document may contain A Chinese and English characters such as newline characters enter. B) System user input in identifying the existence of a document after document A pair of processed produce another document B, B requested documents Explicit document contains all the elements of A and A does not change the document has some content. C) A system in the document did not exist circumstances, it can be found B of A to retain the content has been modified. Such changes include the deletion/A increased to a certain line of information in the contents of A Increase/delete/change certain characters.
    2022-03-22 01:16:46下载
    积分:1
  • 算风速2004年冬季(2003年12月~2004年2月)全省平均气温比常年同期偏高1.7℃,是1961年以来的第三个最暖的冬天,偏暖程度仅次于1999年冬季和2...
    算风速2004年冬季(2003年12月~2004年2月)全省平均气温比常年同期偏高1.7℃,是1961年以来的第三个最暖的冬天,偏暖程度仅次于1999年冬季和2002年冬季,也是1991年以来出现的第13个偏暖的冬季。尤其是2月份,全省平均气温为4.4-9.4℃,比常年同期异常偏高3-5℃,大部分地区为建站以来同期最高值。2月13日是季内最暖的一天,全省最高气温为18.6-25.5℃。-2004 winter (December 2003-February 2004), the province"s average temperature than in a normal year high of 1.7 C, since 1961 is the third warmest winter, second only to warmer winter 1999 and winter 2002, but also in 1991 the first since 13 the warmer winter months. Particularly in February, the province"s average temperature of 4.4-9.4 C, in addition to the same period of abnormal High 3-5 C, the most severe since the same period of highest value. February 13 is a quarter of the warmest day, the province"s highest temperature of 18.6-25.5 C.
    2022-02-21 12:57:37下载
    积分:1
  • 采用MFC编写的一个很简单的地图编辑器,详细见源代码
    采用MFC编写的一个很简单的地图编辑器,详细见源代码-MFC prepared to adopt a very simple map editor, in detail see the source code
    2022-03-23 02:17:59下载
    积分:1
  • 支持向量机的C语言,广泛应用于模式识别领域,一个更大的参考价值…
    支持向量机的C语言程序,广泛应用在模式识别领域中,有较大的参考价值-SVM C language, widely used in the field of pattern recognition, a larger reference value
    2022-07-19 17:43:46下载
    积分:1
  • 这是一个学习简单WIN32 Dynamic
    这是一个学习简单WIN32 Dynamic-link library编程的代码 希望对大家有所帮助.
    2023-03-02 12:30:03下载
    积分:1
  • 在DSP上实现了的G729算法。这个可以用到ip电话当中。
    在DSP上实现了的G729算法。这个可以用到ip电话当中。
    2022-02-21 12:12:36下载
    积分:1
  • 1.在内存中辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将...
    1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等.-1.making a virtual diskete memory as file storyge,in this district it can implement a simple single user file system .when quit this simple file system ,it shoud save the virtual file system to diskete,then it can be resumed to virtual diskete district in the memory.3.we can choose location hint map to manage the idle space or orther means.if we choose locationhint map to manage file saving space,and adopt show linking distribution mode,we can combine location hint map into FAT table.4.file directory confiuration adopts multilevel directory confiuration.to simplify,it doesn t use index dot,evrery term shoud include file name,physical dress and lenght.
    2022-07-20 06:41:57下载
    积分:1
  • A very simple clear clipboard application by MFC
    This application is very simple,it only can clear your clipboard.
    2022-03-13 13:36:58下载
    积分:1
  • 控制进程的封装类源代码
    控制进程的封装类源代码-process control package type source code
    2022-09-26 12:30:03下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载