-
CRC_FIC檢查CRC碼
CRC_FIC檢查CRC碼 計算CRC碼
檢查程式的CRC碼算法
CRC_FIC檢查CRC碼 計算CRC碼
檢查程式的CRC碼算法
CRC_FIC檢查CRC碼 計算CRC碼
檢查程式的CRC碼算法
- 2023-02-25 02:20:03下载
- 积分: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
-
用于解决tsp问题的模拟退火算法Java源码
源码中实现了模拟退火算法的四种操作算子,分别为插入、互换、逆转以及混合来产生新的领域结构,采取了概率优先,最邻近贪婪策略,并可适用于对称和非对称tsp问题,代码质量高,此源码内容详细,能为研究模拟退火算法提供有效的参考
- 2023-09-04 14:45:03下载
- 积分:1
-
图书馆管理系统
#include
#include
#include
#include
struct book //图书
{
long NO;//编号
char name[10];//书名
char author[10];//作者名
int classification;//分类号
char publish_unit[20];//出版单位
long publish_time;//出版时间
int number;//库存数
- 2022-02-22 11:27:15下载
- 积分:1
-
TI DSP TMS320F280x external interrupt routines.
TI DSP TMS320F280x 外部中断例程。-TI DSP TMS320F280x external interrupt routines.
- 2022-02-21 10:14:46下载
- 积分:1
-
汉诺(hanoi)问题采用递归算法解决,并编制了手动及演示界面
汉诺(hanoi)问题采用递归算法解决,并编制了手动及演示界面-Hanne (Hanoi) problem using recursive algorithm, and prepared a manual and demonstrate interface
- 2022-04-30 08:13:55下载
- 积分:1
-
一种简单快速的卡尔曼滤波算法。
A simple and fast implementation of a Kalman Filter.
- 2022-06-27 05:30:42下载
- 积分:1
-
无线传感器网络
在无线传感器网络中,自私节点为了节省能量而拒绝转发其他节点的数据包
- 2022-05-15 23:51:01下载
- 积分:1
-
支持向量机 用于训练车辆检测
选取200正样本车辆 200负样本 通过提出样本的hog特征,并进行训练。实验结果能很好的对监控视频中的车辆进行识别跟踪,且效果良好。
- 2023-02-08 23:55:11下载
- 积分:1
-
现在国外很多电磁场领域学者研究的热点――时域有限元方法,而该算法在国内尚无教材。该文件为伊利诺伊大学的一本关于该算法的博士论文。完全可以作为对该算法的开发参考。...
现在国外很多电磁场领域学者研究的热点――时域有限元方法,而该算法在国内尚无教材。该文件为伊利诺伊大学的一本关于该算法的博士论文。完全可以作为对该算法的开发参考。-Now, many foreign academics who have studied the hot field of electromagnetic field- time-domain finite element method, and the algorithm is no teaching materials in the country. This document gives the University of Illinois in a doctoral thesis on the algorithm. Complete the development of the algorithm can be used as reference.
- 2022-03-26 13:10:03下载
- 积分:1