-
photogrammetry Resection of the algorithm to achieve, through the importation of...
摄影测量中后方交会算法的实现,通过输入测量数据可以算出交会点的小程序-photogrammetry Resection of the algorithm to achieve, through the importation of data could calculate the intersection of the small programs
- 2022-04-01 21:10:21下载
- 积分:1
-
ASCII数据块显示
ASCII数据块显示-ASCII data block shows
- 2022-08-08 09:39:28下载
- 积分:1
-
提供的为清华大学出版社出版的C常用算法程序集一书中的程序
提供的为清华大学出版社出版的C常用算法程序集一书中的程序-of Qinghua University Press published for the C algorithm commonly used procedures set a book of procedures
- 2022-04-23 21:39:52下载
- 积分:1
-
图像处理中的基本运算
数字图像获取、处理和实践——很多图像处理有用的源代码,图像增强(均值滤波3*3,5*5,中值滤波),边缘检测(sobel算子,拉普拉斯算子,reborts算子),图像分割(固定阈值分割,最大类间方差阈值分割)等
- 2022-05-19 03:02:12下载
- 积分:1
-
8数码难题 深、广、a*
8数码难题 深、广、a*-eight deep problem, Kwong, a*
- 2022-03-13 21:12:55下载
- 积分:1
-
pitch detection
代码用于检测给定的语音信号的音调轮廓。
- 2022-06-30 14:20:35下载
- 积分:1
-
人脸人眼定位算法matlab实现代码
本代码是通过matlab算法实现的人脸定位和人眼定位,通过肤色找到人脸,继而定位人眼。根据人眼的定位可实现之后的工作
- 2022-02-09 10:37:10下载
- 积分:1
-
A very powerful method of steepest descent algorithm for the C++ program, the re...
很强大的最速下降法的C++算法程序,结果也比较精确-A very powerful method of steepest descent algorithm for the C++ program, the results more precise
- 2022-06-17 04:18:10下载
- 积分:1
-
C经典代码大全
一些C编程语言经典编程题目,希望对大家有用。#include
int main(void)
{
unsigned int i = 0x12345678;
char*pc =(char*)&i;
printf("0x%x
", *pc);
double *pd = (double*)&i;
printf("%f
", *pd);
printf("sizeof pc = %d sizeof pd = %d
", sizeof(pc), sizeof(pd));
return 0;
}
- 2022-04-01 10:36:20下载
- 积分:1
-
OFDM channel estimation
CFO(carrier frequency offset) and channel estimation in 802.11 system. The algorithm use the subspace based approach to estimate the CFO.
- 2023-01-23 18:10:04下载
- 积分:1