-
DFP变尺度法,包括一维搜索法,黄金分割法,采用类封装,包括矩阵类,变尺度类。实现简单明了。...
DFP变尺度法,包括一维搜索法,黄金分割法,采用类封装,包括矩阵类,变尺度类。实现简单明了。-DFP variable metric method, including the one-dimensional search, golden section method, type of packaging used, including matrix-type, variable-scale category. Simple to achieve.
- 2022-06-03 06:57:24下载
- 积分:1
-
HUI EGO ZNAET 40
HUI EGO ZNAET 40-HUI EGO ZNAET 40!!!!!!!!!!!!
- 2022-01-24 16:01:21下载
- 积分:1
-
卷积编码器维特比编码器
卷积编码器 (2 到 5 评级) 和软决定维特比译码器在 MATLAB 中实现
卷积编码器和维特比译码器
%发电机多项式
g1 = [1,0,1,0,0,1,1,1];
g2 = [1,1,1,1,0,1,1,0];
g3 = [0,1,1,1,1,0,0,1];
g4 = [1,0,1,1,0,1,1,0];
g5 = [1,1,1,1,1,0,1,1];
- 2023-07-11 21:05:03下载
- 积分:1
-
顺序队列C实现
#include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h"#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 20 /* 存储空间初始分配量 */typedef int Status; typedef int QElemType; /* QElemType类型根据实际情况而定,这里假设为int *//* 循环队列的顺序存储结构 */typedef struct{ QElemType data[MAXSIZE]; int front; /* 头指针 */ int rear; /* 尾指针,若队列不空,指向队列尾元素的下一个位置 */}SqQueue;Status visit(QElemType c){ printf("%d ",c); return OK;}/* 初始化一个空队列Q */Status Init
- 2022-08-13 11:29:01下载
- 积分:1
-
YUV视频显示
利用DDRAW开发出YUV视频直接显示MFC,方便视频开发的同仁们。DDRAW为Microsoft为图像处理开发插件,可以通过包含相应的库文件,将相应的接口函数调入。
- 2022-03-01 10:15:56下载
- 积分:1
-
RFID indoor location identification for construction projects
资源描述This paper presents a lowcost indoor location identification and material tracking methodology for construction
projects using Ultra High Frequency (UHF) passive Radio Frequency Identification (RFID) technology. Onsite
location aware information is an emerging area that focuses on automating delivery of spatial information
pertinent to location of materials, workforce, and equipment. This spatial information can be used to derive
knowledge about construction project status. A two-step algorithm is presented to automate the process of
location estimation and material tracking in near-real-time. In this methodology, a number of passive RFID
tags are distributed onsite where work is progressing, and a mobile RFID reader is carried by a worker onsite.
Each passive RFID tag is deployed as a reference point with a known location (landmark) within a predefined
zone. Reference tags of known locations are used to d
- 2022-03-02 08:24:10下载
- 积分:1
-
computer calendar (including discriminant whether a leap year)
计算机日历程序 (包括判别是否闰年)-computer calendar (including discriminant whether a leap year)
- 2022-02-20 07:35:21下载
- 积分:1
-
讲述了辨识的一些基本概念和基础知识,用经典辨识方法和最小二乘法进行辨识及对应的控制算法...
讲述了辨识的一些基本概念和基础知识,用经典辨识方法和最小二乘法进行辨识及对应的控制算法-Tells the story of the identification of some basic concepts and knowledge base, with classical identification method and least-square method for identification and corresponding control algorithm
- 2022-02-18 15:24:03下载
- 积分:1
-
概念格挖掘关联规则的论文及源代码,程序附在论文的最后,请注意查看,绝对有效...
概念格挖掘关联规则的论文及源代码,程序附在论文的最后,请注意查看,绝对有效
-concept lattice Mining Association Rules papers and source code, procedures attached to the final paper, to look and totally effective
- 2023-08-30 18:05:03下载
- 积分:1
-
Learnin Mathematics with the ABACUS Activity
Learnin Mathematics with the ABACUS Activity-book
part 8
- 2022-08-09 12:45:02下载
- 积分:1