-
experimental data structure report
数据结构实验报告-experimental data structure report
- 2022-10-04 06:20:03下载
- 积分:1
-
使用VC ODBC连接Access数据库,简单!
用VC odbc连接Access数据库,简单!
- 2022-07-25 16:18:23下载
- 积分:1
-
C语言常用算法源代码,数据结构原理实现,
对学习应用有参考价值。...
C语言常用算法源代码,数据结构原理实现,
对学习应用有参考价值。-C language source code commonly used algorithms and data structures to achieve the principle of learning about the application of a reference value.
- 2022-02-01 16:31:45下载
- 积分:1
-
人力资源管理系统
人事工资管理系统是非常通用的管理信息系统,是企事业单位实现办公自动化的前提和基础。 后台数据库使用SQL Server,前台开发工具使用Visual C++。 本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势
- 2022-03-06 07:32:11下载
- 积分:1
-
基于算法的标题设置教案ACM算法。文件算法设计
ACM算法题集
基础算法教案.doc
算 法 设 计 题 集.doc
算法题集.doc-ACM algorithm based on algorithms title set lesson plans. Doc algorithm design problem sets. Doc title set algorithm. Doc
- 2023-06-06 15:10:03下载
- 积分:1
-
本文章首先简要介绍了一维与二维情况下的最接近点对问题与所涉及到的解决算法.然后,把最接近点对问题延伸至三维,提出了自己的解决思想,并提供了相关伪代码,以供参考....
本文章首先简要介绍了一维与二维情况下的最接近点对问题与所涉及到的解决算法.然后,把最接近点对问题延伸至三维,提出了自己的解决思想,并提供了相关伪代码,以供参考.请各位朋友多提建议!-err
- 2023-06-26 16:35:04下载
- 积分:1
-
用链表来实现的一个学生成绩管理管理系统,操作简单,清晰明了。...
用链表来实现的一个学生成绩管理管理系统,操作简单,清晰明了。-With a list to achieve the management of student achievement management system that is simple, clear.
- 2022-01-26 03:13:41下载
- 积分:1
-
严蔚敏编写的《数据结构》第2章的答案,全部为源码
严蔚敏编写的《数据结构》第2章的答案,全部为源码-the answers of chapter two of a book called ‘Data Structures’ writen by Yan Wei Min
- 2022-11-03 03:35:03下载
- 积分:1
-
库存管理系统使用 Powerbuilder 10.5
库存管理系统(IMS)是数据库软件,它使用的PowerBuilder10.5开发IMS的功能如下: - 1.拉手主项数据2.多个专卖店3.处理好厂商和客户主数据4.控制transactionsfor例如接受者在商店和问题,从门店的库存5.有很多reportscovers所有交易
- 2022-05-27 15:28:33下载
- 积分:1
-
程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带...
程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的长度。 结果输出: input.txt output.txt 6 50 5 2 3 13 8 80 20 -program storage problem : There n procedures (1,2, ..., n) to be stored in the length of the L tape. I kept in the proceedings on the tape length is Li, 1 i n storage procedures to seek to establish that n procedures on tape storage of a program that allows the tape to store as much as possible the procedure. Programming tasks : to the n procedures stored in the tape length, calculated programming on tape can store up to the number of procedures. Data input : from the document input.txt given input data. The first line is a positive integer n, said the document number. Following a visit, n is an integer, said procedures stored on tape length. Results output : input.txt output.txt 6 50 5 2 3 13 8 80 20
- 2023-01-10 04:30:04下载
- 积分:1