登录
首页 » 数据结构 » 这是一个用面向对象方法实现多项式四则运算的源程序,算法高效,用到很多数据结构。压缩包里面只是源程序文件,在vc中运行。...

这是一个用面向对象方法实现多项式四则运算的源程序,算法高效,用到很多数据结构。压缩包里面只是源程序文件,在vc中运行。...

于 2022-01-26 发布 文件大小:3.52 kB
0 164
下载积分: 2 下载次数: 1

代码说明:

这是一个用面向对象方法实现多项式四则运算的源程序,算法高效,用到很多数据结构。压缩包里面只是源程序文件,在vc中运行。-This is an object-oriented method polynomial four Operational source, efficient algorithm that uses a lot of data structure. Compressed only source files inside the vc run.

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

发表评论

0 个回复

  • 北大ACM1003(Hangover)
    北大ACM1003(Hangover)-North ACM1003 (Hangover)
    2022-02-03 12:26:03下载
    积分:1
  • 外部合并排序内存分配
    应用背景外部排序是一个类排序算法,可以处理大量的数据。外部排序时,需要做数据排序不适合在主存储器的计算设备(通常是内存),相反,他们必须驻留在较慢的外部存储器(通常一个硬盘驱动器)。外部排序通常采用混合排序合并策略。在排序阶段,数据块足够小在主内存中进行读取、排序和写入到一个临时的文件。在合并阶段,排序的子文件合并成一个单一的较大文件。关键技术大多数外部排序例程是基于归并排序。他们通常打破一个大的数据文件转化为一个较短的,排序的运行。这些可以通过反复读取数据文件中的一段数据,生成内存,它与普通的快速排序,排序,排序后的数据写入磁盘。经过排序的运行已产生,一个合并算法是用来将排序文件组合成更长的排序文件。最简单的方案是使用双向合并:合并排序2排序文件到一个文件,然后合并2等等,直到有一个大的排序文件。一个更好的计划是一种多路归并算法:它可能合并也许128更短的运行起来。
    2023-05-07 15:35:02下载
    积分:1
  • 彩电故障信息共享系统 本程序使用Visual C++6.0编程制作信息共享系统,实现信息管理共享的自动化。由此实现了信息的增加、删除、修改、查看等功能,并且...
    彩电故障信息共享系统 本程序使用Visual C++6.0编程制作信息共享系统,实现信息管理共享的自动化。由此实现了信息的增加、删除、修改、查看等功能,并且进而实现信息的安全管理,使信息的管理更加人性化,规范化。从而提高故障排除效率,提高信息利用率,有助于进一步提高了生产效率。-TV fault information sharing system of the present procedures using Visual C 6.0 programming produced information sharing system, Sharing information management automation. This realization of the information to add, delete, modify, check, and other functions, and thereby achieve information security management, information management more humane and standardized. Improve troubleshooting efficiency, improve utilization of information and help further enhance the efficiency of production.
    2022-12-10 18:10:03下载
    积分:1
  • 一种基于访问流的库索引优化方法该方法通过集成业务流程模型与模型,抽取了流程活动中包含的访问操作和流程的控制形成访问流,分析了访问流中...
    一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中数据访问操作的频度,为频繁数据访问操作所对应的数据项创建索引,达到改善数据访问性能的目的。实验结果表明,该方法提高了数据查询的速度。-A novel method called data-access-flow based index optimization (DAFIO) is proposed to provide automatic index select for databasein order to improve the data access performance. By integrating the data model and process model of the IT systems and getting data access flow, theDAFIO method can analyze the data access flow to find those data item which are accessed frequently, and then create indexes for these frequentitems. The experiment results show that the novel method is effective to improve the data access performance.
    2023-04-15 10:50:04下载
    积分:1
  • VC做的药库管理系统,源程序和库都有。包括登陆框,连接库,操作库。...
    VC做的药库管理系统,源程序和数据库都有。包括登陆框,连接数据库,操作数据库。-VC do Drug Storehouse management systems, source code and databases are. Including landing box, connect to the database, the database.
    2023-04-30 13:00:02下载
    积分:1
  • 这次毕业设计的内容,计算机库所需的翻译…
    计算机数据库方面的有关内容,对需要毕业设计的外文翻译的同学有用-Computer database of the contents of the graduation project required the translation of foreign language students useful
    2022-02-26 23:31:38下载
    积分:1
  • 这是我学习与算法时编的关于队列操作的程序,对学习的朋友有帮助...
    这是我学习数据结构与算法时编的关于队列操作的程序,对学习数据结构的朋友有帮助-This my learning algorithm and data structure when the series of the operation of the queue on procedures for the study of the data structure to help friends! !
    2022-01-22 01:33:55下载
    积分:1
  • 为了方便大家学习,上传了一本的电子书供大家参考...
    为了方便大家学习数据结构,上传了一本数据结构的电子书供大家参考-In order to facilitate them to learn from the data structure, the upload of a data structure of the e-books for your reference
    2023-04-17 02:15:05下载
    积分:1
  • objectlist, provides a full suite of Chain Functions
    链表类,提供了全套的链表处理函数-objectlist, provides a full suite of Chain Functions
    2022-03-26 18:14:41下载
    积分:1
  • An introduction to Data Access Objects
    An introduction to Data Access Objects
    2022-02-22 02:49:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载