搜索资源列表
xml_example
- Example to support XML files using MSXML. ========================================= XML (Extensible Markup Language) is a commonly used basis for representing a huge range of structured data file formats. The specification is maintained by
学籍管理系统C语言版
- 学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函数里完成。原理是,先检查文件指针是否在末尾,若否,则在内存开辟一个单位长度,在文件中读取单位长度数据入该空间中,并彼此构成链表。采取带参数的主函数,以保证保存文件的多样性。 对链表的操作:可分为插入(建立),删除,查找,修改,排序。五大基本功能。分别用五个函数完成。这里不一一描述。其中,删除,查找,修改都是要用到查找一个数据的操作。所以,
RW_SEGY.rar
- 用C语言编写的读写微机格式SGY/SEGY文件的程序源代码,已经测试通过了。只需要自行添加处理命令就可以实现对数据处理。这是了解学习读写SGY文件,以及SGY文件格式非常好的例子!!(内含测试SGY数据),Using C language to read and write PC format SGY/SEGY files of source code has been tested passed. Only need to add their own to deal with an order
编写C++电话本程序
- Descr iption: 电话本 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 ,Descr iption: phone book prepared C++ Procedures to accomplish the followi
F2812EzDSP_SampleCPP
- The C++ version of the IQmath librray requires the C header file and is built on top of the C functions and definitions. See "Building A Project" section of this Read Me file on how to include the above files in a user C++ program/project.
goods_management
- 用Turbo C写的用于管理记录货物出入仓库的软件,先要读取一个记录货物出入数据的txt文件,然后利用此软件可进行增减删改-Turbo C was used for the management of records of goods out of warehouse software, first read a data record of the goods from txt file, and then use this software can increase or decrease
t_direct_decon
- tsint.f90 Generates and writes a set of synthetic seismic traces that are read by the t_direct_decon.f90 code. The synthetic data is composed of 10 traces of 1000 samples, with a multiple of period p=200 samples, and reflection coefficient c=
PeopleManage
- 南京航空航天大学C++课程设计,基于dos界面的人事管理系统。可视化界面菜单。显示,添加,删除,查找,排序功能一应俱全。可实现文件读写功能。附说明文档,健壮性良好。密码输入事先可退格操作。特色函数附说明。-Nanjing University of Aeronautics and Astronautics, C++ curriculum design, dos-based personnel management system interface. Visual interface menu.
51kbt
- 《5+1库表通》是面向中小型企、事业单位的通用数据库和制表软件。因它的数据类型有:日期(D)、数值(N)、字符(C)、明细(M)和图像(P)五种,加上报表中需用的只读型(R),故而称做“5+1库表通”。 在数据库系统中,只需使用其中的“创建”、“转换”或“复制结构”功能,建立适当的数据文件,就可以对这些文件进行相关操作,借以完成某项管理工作的信息处理。-" 5+1 libraries table links" is for small and medium enterp
huahaisoftV2.0
- 1、后台管理员:admin;密码:admin 2、内有20位学生帐号;帐号:1,密码1;帐号:2,密码2…… 3、练习模式也要登陆,但不记录分数。 4、考试模式需在后台设置试卷后,一考试帐号只能参加一次。 5、本系统可批量导入试题,但asp的ADO读取EXCEL数据时同一列数据遇到不同数据类型时中断,并不是以空记录中断,填写导入的EXCEL时请保持相同的数据类型;遇到此问题时可以用ACCESS软件打开数据库,然后在“文件”-》“获取外部数据”-》“导入”,然后选择EXCEL文件导
huahaisoft_v2.0
- huahaisoft 考试系统v2.0介绍 1、后台管理员:admin;密码:admin 2、2.0增加了多选题、简答题。 3、练习模式也要登陆,但不记录分数。 4、考试模式需在后台设置试卷后,一考试帐号只能参加一次。 5、本系统可批量导入试题,但asp的ADO读取EXCEL数据时同一列数据遇到不同数据类型时中断,并不是以空记录中断,填写导入的EXCEL时请保持相同的数据类型;遇到此问题时可以用ACCESS软件打开数据库,然后在“文件”-》“获取外部数据”-》“导入”,然后选
cjglxt
- 使用C语言编写,具有文件读取功能的简单的成绩管理系统,可以实现教师和学生的密码登录,查询修改成绩等功能。-Using the C language, functions with a simple file read performance management system, teachers and students can log on password, query modification results and other functions.
StudentsScoresOrderingInC
- 用C语言编写一程序,读入全班的成绩并存入一文件中,计算、存储并输出成绩排名、平均成绩与均方差,查询某个学生的成绩与排名。-A program written in C, and read the results into a class file, computing, storage and output performance ranking, grade point average and standard deviation, a student query results and ra
StuInfMana
- 学生成绩管理系统 c++实现 系统可以实现如下功能: 1.录入:可以录入学生基本信息(姓名、学号)学生各门课程的成绩(五门) 2.查询:可以查询任意学生任意一门功课的成绩 可以查询全班最高和最低分数 可以查询全班任意一门课程的平均分 3.删除:可以删除任意学生的成绩信息 4.修改:可以修改任意一个学生的信息 要求:根据以上功能说明,设计学生成绩信息、系统的存储结构、设计程序完成功能。根据要存入一个数据文件中永久保存。 提示: 1.数据的存
Csharp--student-managing-system-
- 用C#实现一个简单的学生管理系统,里面有详细说明,和一个报告可以参考!请仔细看里面的说明.txt文件-Using C# to implement a simple student management system, which is described in detail, and a report can refer to! Please carefully read the instructions inside. Txt file
Csharp_SQL-student-system
- 用C#实现一个简单的学生管理系统,这个是SQL的功能齐全,里面有详细说明,和一个报告可以参考!请仔细看里面的说明.txt文件-Using C# to implement a simple student management system, this is the SQL full-featured, there are detailed instructions, and a report can refer to! Please carefully read the instructions
2343
- (1) 问题描述 学生成绩管理系统要求有以下功能 a成绩的输入b成绩统计c总成绩统计d学生数据添加,修改与删除e学生数据的读取与存储 (2) 程序要求 数据要存到文件中 (3) 程序设计说明 本程序定义了student结构,含有学号,姓名,及成绩信息,主菜单通过switch语句实现,存储到文件采用文件流的方式读入文件 -(1) Descr iption of the problem of student achievement management system r
class
- This scr ipt in C++ is to help learn and exam how to read data from files. A counter is used to read from a file and write it back.-This scr ipt in C++ is to help learn and exam how to read data from files. A counter is used to read from a file and
CMS
- 【安装方法】 1、下载安装包,将安装包下载解压后,将全部文件和目录上传到网站空间. 备注:如果主机是linux或者unix,请按以下操作,windows主机平台则可以忽略此项,主机采用什么系统,请咨询主机空间提供商。 A、用FTP上传时必须采用二进制方式,如何设置二进制,请在网上参考下相关FTP软件说明 B、将每个目录下的pics子目录设为可读写(777) C、将news、photo、down、page模块下的class、html目录设为可读写(如果不需要生成静态网页
store-inventory-management-system
- Visual C++实现一个小型商店库存管理系统。该软件能够进行对入库和出库货物信息的管理,包括添加、修改、删除和查询,并且可以将货物信息保存在文件中,方便读取,另外还设置了用户登录界面,方便管理。-Visual C++ achieve a small store inventory management system. The software is able to manage inbound and outbound cargo information, including add, mo