-
计算三次样条插值函数
计算三次样条插值函数-Calculation of cubic spline interpolation function
- 2022-02-25 17:32:21下载
- 积分:1
-
图像变形
此程序是 qt 离散度与 c + + 实现的。在 qt 离散度,得到了 GUI 和变形算法是在 c + +。实现变形算法的方法是一个一个天真的。您可以在 visual studio 2008 中运行此程序,您应该先安装 QT lib。
- 2022-04-25 12:05:02下载
- 积分:1
-
K-Means算法 mapreduce
public class KmeansMapper extends MapReduceBase implements
Mapper {
// one coodinate(data)
private List coordinate = new ArrayList();
private BasicKMeansTool basicKmeans = new BasicKMeansTool();
public void map(LongWritable key, Text value,
OutputCollector midoutput,
Reporter arg3) throws IOException {
// TODO Auto-generated method stub
String line = value.toString();
String[] dataList = line.split(",");
List distances = null;
StringTokenizer itr;
for (int i = 0; i < dataList.length; i++) {
itr = new StringTokenizer(dataList[i]);
&nbs
- 2023-02-01 17:45:04下载
- 积分:1
-
在模式识别中,尤其需要对一些样本进行分类,聚类分析是常用的方法,本程序基于最小最大距离的聚类原则实现对样本的聚类...
在模式识别中,尤其需要对一些样本进行分类,聚类分析是常用的方法,本程序基于最小最大距离的聚类原则实现对样本的聚类-At pattern recognition, in particular a number of samples required for classification, clustering analysis is a commonly used method, the procedure based on the smallest maximum distance of the cluster principle implementation on sample clustering
- 2023-02-23 19:00:03下载
- 积分:1
-
page翻页
php page翻页
//定义函数pageft(),三个参数的含义为:
//$totle:信息总数;
//$displaypg:每页显示信息数,这里设置为默认是20;
//$url:分页导航中的链接,除了加入不同的查询信息“page”外的部分都与这个URL相同。
// 默认值本该设为本页URL(即$_SERVER["REQUEST_URI"]),但设置默认值的右边只能为常量,所以该默认值设为空字符串,在函数内部再设置为本页URL。
- 2022-03-25 21:11:11下载
- 积分:1
-
c数值算法程序大全
包含几百个数值计算算法,如低通滤波,高通滤波,带通滤波,c语言源码。
- 2022-04-25 18:07:59下载
- 积分:1
-
binary heap data structures
binary heap data structures
- 2022-01-23 10:10:54下载
- 积分:1
-
用Access算24点
利用Access做用户界面,用Access VBA开发计算24点的程序,然后通过遍历输出所有可能结果。
小学数学老师会利用算24来锻炼小学生的心算能力,作为家长,如果孩子如果有一道题算不出来向您求救时,您却拿不出一个解决方案来,岂不丢面子? 好了,现在有了这个工具,您可以在1秒钟内给出多个答案,孩子会更崇拜您哦! :-)
- 2022-04-30 22:10:23下载
- 积分:1
-
牛顿法求解非线性方程组
牛顿法求解非线性方程组-Newton method for solving nonlinear equations
- 2022-02-06 07:59:11下载
- 积分:1
-
performance simulation of network_coding
应用背景In generated networks, selecting one node as source and some nodes as receivers in
random (single source multicast network), we make performance test for network
coding based multicast route algorithm (we put forward it ourselves, corresponding to
high multicast rate and low multicast rate), shortest path distribution tree route
algorithm (DIJKSTRA algorithm) and Maximum-rate distribution tree route
algorithm (PRIM algorithm), respectively.
关键技术
In this program, two things have been done: (1) generate random topologies (2)performance test。
network coding cap: 5.0000 dijk cap: 5.0000 prim cap: 5.0000 network coding res1: 0.0000--res2: 12.0000 dijk res: 14.0000 prim res: 14.0000 average degree: 2.
- 2022-11-16 07:10:03下载
- 积分:1