没有合适的资源?快使用搜索试试~ 我知道了~
本资源,使用的是C语言编程实现的一维最邻近点对问题,代码能够完全运行,达到预期所需结果。
资源推荐
资源详情
资源评论
// 一维最邻近点对问题
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
//#include "stdafx.h"
#include <ctime>
#include <iostream>
using namespace std;
const int L=100;
//点对结构体
struct Pair
{
float d;//点对距离
float d1,d2;//点对坐标
};
float Random();
int input(float s[]);//构造S
float Max(float s[],int p,int q);
float Min(float s[],int p,int q);
template <class Type>
void Swap(Type &x,Type &y);
template <class Type>
int Partition(Type s[],Type x,int l,int r);
Pair Cpair(float s[],int l,int r);
int main()
{
srand((unsigned)time(NULL));
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
//#include "stdafx.h"
#include <ctime>
#include <iostream>
using namespace std;
const int L=100;
//点对结构体
struct Pair
{
float d;//点对距离
float d1,d2;//点对坐标
};
float Random();
int input(float s[]);//构造S
float Max(float s[],int p,int q);
float Min(float s[],int p,int q);
template <class Type>
void Swap(Type &x,Type &y);
template <class Type>
int Partition(Type s[],Type x,int l,int r);
Pair Cpair(float s[],int l,int r);
int main()
{
srand((unsigned)time(NULL));
资源评论
程序小K
- 粉丝: 4881
- 资源: 26
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功