-
it create a polynomail and display it in the way that satisfy our habite.addito...
用于创建多项式并以符合我们习惯的方式显示。还提供了多项式相加的功能-it create a polynomail and display it in the way that satisfy our habite.additonally it provide the function to add two polynomails
- 2022-12-10 08:15:03下载
- 积分:1
-
专家抽取系统1是用Delphi 6开发的一个biddi…
专家抽取系统1.0 是用Delphi6.0 开发的一款用于招投标,评审过程中从专家库中抽取专家的软件。可以将抽取结果导入到Excel或Word文档中-experts Extraction System 1.0 is developed using Delphi 6.0 for one of the bidding, The accreditation process from a pool of experts from a software expert. The results can be taken into the Word or Excel document
- 2022-03-09 18:49:08下载
- 积分:1
-
旅行商问题, 旅行商问题,旅行商问题。
旅行商问题, 旅行商问题,旅行商问题。-Traveling salesman problem, traveling salesman problem, traveling salesman problem.
- 2022-03-23 03:13:03下载
- 积分:1
-
生产者与消费者演示
生产者与消费者演示-producers and consumers demo
- 2022-06-15 17:22:25下载
- 积分:1
-
课程管理系统!有很强的排课功能,表多,联系多,是应付老师的首选,因为一看就是自己做的!...
课程管理系统!有很强的排课功能,表多,联系多,是应付老师的首选,因为一看就是自己做的!-course management system. A strong Course Scheduling functions, tables, links, is the first choice to meet the teacher, because one can do for myself is!
- 2022-05-08 01:48:56下载
- 积分:1
-
数据结构各章的全国各大院校的考研习题 对广大考研学生来说非常有用...
数据结构各章的全国各大院校的考研习题 对广大考研学生来说非常有用-data structure of the national chapter of the major institutions in taking tests for the majority of the questions the students taking tests is very useful
- 2022-08-21 16:23:21下载
- 积分:1
-
深度优先搜索二叉树
深度优先搜索二叉树-depth-first search Binary Tree
- 2023-05-06 11:50:03下载
- 积分:1
-
C++ 控制MYSQL数据库 源码
利用C++对MYSQL进行数据读,写,及修改. 需要有mysql.h 头文件
数据库结名为person, 表名为 mm, 表结构如下:
字段 类型
device_id int
sav_value int
sav_date datetime
- 2022-04-11 07:39:31下载
- 积分:1
-
轻量级数据库,动态DLL,不需要安装直接使用。
轻量级数据库,动态DLL,不需要安装直接使用。-small database, link DLL,and need not intall any program。
- 2022-07-15 07:22:54下载
- 积分:1
-
从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对...
从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对划分后的前一部分和后一部分递归调用.
算法平均时间复杂度: O(nlogn)
-Any check from the array element p (can be random access, and now to take the first example). To P as the main element of the array to be divided, the first part is less than P, the latter part of the final division is greater than p. Department store p , and then were divided into the first part and the latter part of recursive calls. algorithm the average time complexity: O (nlogn)
- 2022-03-12 12:50:19下载
- 积分:1