-
凸包算法的实现,用的控制台程序,不过已经能够说明问题了...
凸包算法的实现,用的控制台程序,不过已经能够说明问题了-convex hull algorithm for the realization of the console procedures, but has been able to illustrate the problem
- 2022-03-23 12:33:00下载
- 积分:1
-
员工培训管理系统。本系统要完成的主要功能是:1.进入系统钱需要身份验证,用户名,密码。输入争取后方可进入。2.管理员可以根据需要定义员工,工作以及部门信息。3....
员工培训管理系统。本系统要完成的主要功能是:1.进入系统钱需要身份验证,用户名,密码。输入争取后方可进入。2.管理员可以根据需要定义员工,工作以及部门信息。3.管理员可以定义课程、书籍、教授以及培训的资源信息。4.管理员可以保存员工的培训成绩及员工经过培训之后对该课程和领域的评价。5.依据不同的要求,可以在数据库中对信息进行查询和编辑。-Staff training management system. To complete the system are the main functions: 1. Necessary money into the system authentication, user name, password. Before it can enter into the fight. 2. The administrator can be the definition of necessary staff, as well as the information department. 3. The administrator can define the curriculum, books, professor of information and training resources. 4. The administrator can save the training of its staff after a score and staff training in the areas of curriculum and assessment. 5. In accordance with different requirements, you can on the information in the database query and editing.
- 2022-01-26 19:56:20下载
- 积分:1
-
一个简单的文件系统模拟算法
一个简单的文件系统模拟算法-a simple file system simulation algorithm
- 2022-09-29 23:35:03下载
- 积分:1
-
A simple VC++ programming and database link, you can choose the data source
一个简单的VC++ 与数据库链接的编程,可以自行选择数据源-A simple VC++ programming and database link, you can choose the data source
- 2022-03-01 19:54:35下载
- 积分:1
-
opencv存储数据结构
资源描述
介绍opencv特有的数据结构cvmat,对了解opencv的存储和读取数组和图片的格式有很大帮助
- 2022-07-24 21:06:18下载
- 积分:1
-
achieved using the binary tree traversal sequence which read and storage, will b...
用c实现的二叉树的中序遍历的读取与存储,能体现出向左倒的二叉树的打印界面,界面简单。-achieved using the binary tree traversal sequence which read and storage, will be shown left one of the binary tree Print interface that simple.
- 2023-05-12 02:45:03下载
- 积分:1
-
University Database Management System using Microsoft Access.
University Database Management System using Microsoft Access.
- 2022-05-15 17:41:01下载
- 积分:1
-
[问题描述]
将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N...
[问题描述]
将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N)
[输入]
待排序记录个数,各关键字的值。
[输出]
关键字从正负分开,正数在前
[存储结构]
待排序记录顺序存储。
[算法的基本思想]
快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前。
#include
using namespace std
#define MAXNUM 100//设文件的最长可能长度
void sort(int* keys, const int len)//排序
-[Problem Description] N keyword to the integer sequence the entire record. keyword so that all non-negative Records with the keyword for the negative record, at least require the use of the additional space and time complexity of the algorithm is O (N) [imported] to be sort record number, The value of the keyword. [Output] keyword separate from the pluses and minuses are several former [storage structure] scheduling records to be stored sequence. [Algorithm for the basic idea] quick sort algorithm each time a record for any keyword as a standard, The remaining records will be divided into two groups, N-keyword
- 2022-03-17 21:15:57下载
- 积分:1
-
using Java to write the data structure of the stiffness This algorithm is counti...
用JAVA 写的数据结构 PILE 的算法,这种算法是法国大学老师算PILE 的一种方法.-using Java to write the data structure of the stiffness This algorithm is counting France braced University teachers a way.
- 2022-03-21 13:26:30下载
- 积分:1
-
system Note : This application is a database system developed VFP data acquisiti...
系统说明:这是一个应用VFP数据库系统开发的数据采集系统。-system Note : This application is a database system developed VFP data acquisition system.
- 2022-05-08 23:07:24下载
- 积分:1