-
CS-Channel-Estimation
信道估计程序,ieee发表的文章对应的原码,本人已经验证,可以使用。(Channel estimation procedures, ieee post corresponding to the original code, I have verified that you can use.)
- 2013-10-25 21:08:24下载
- 积分:1
-
YFDH
用MFC制作的windows程序,,希望大家能提出宝贵的建议,可以(The windows procedure that uses MFC to make, hope everybody can put forward valuable suggestion, can)
- 2018-12-31 15:04:21下载
- 积分:1
-
ssp-ota5182
hi3519v101 ota5182 驱动(hi3519v101 ota5182 driver)
- 2020-06-19 22:20:02下载
- 积分:1
-
EAN-13码的BMP位图格式输出的C语言实现
本文件是EAN-13条形码的BMP位图格式的输出的C语言实现,代码简单,容易理解。代码中有详细的BMP文件格式的设置和输出,还有EAN-13条形码的编码机制。
- 2023-02-20 11:40:04下载
- 积分:1
-
Design-of-taxi-meter-Based-on-FPGA
本文分析了当前国内外出租车计费系统的基本组成和工作原理及主要的两种设计方式:基于单片机的设计方式和基于FPGA的设计方式;并对这两种实现方式的优点和缺点进行分析,比较后确定本系统的方案:基于FPGA的出租车计费系统的设计。(This paper analyzes the current taxi charging system at home and abroad, working principle and basic components of two major design approach: the design methods based on single chip FPGA-based design approach and the two implementations to analyze the strengths and weaknesses, After comparing the program to determine the system: FPGA-based taxi billing system.)
- 2011-05-11 15:38:37下载
- 积分:1
-
Microchip-PMBus
C语言编写的pic16f886单片机PMBus通信的程序,MICROCHIP公司给的案例。(The program of C language with pic16f886 microcontroller,used for PMBus communication, provied by MICROCHIP.)
- 2013-12-24 10:16:31下载
- 积分:1
-
play
说明: QT工程,ffmpeg+SDL显示h264文件(QT project, ffmpeg + SDL display H264 file)
- 2020-01-13 15:11:47下载
- 积分:1
-
题三:超声速静压探针设计程序
超声速静压探针程序,采用有旋特征线法求解旋成体绕流流场,能给出任意马赫数下的壁面沿程压力分布情况,给出壁面静压恢复到自由来流静压的位置;(Supersonic hydrostatic probe program)
- 2020-06-23 11:40:02下载
- 积分:1
-
读取lidar数据las文件
该代码是读取lidar点云数据las文件的c++代码,其中的代码风格清晰,思路严谨,对于学习lidar数据的同学很有益处,建议各位可以考虑参考一下。
bool lasreader::read_point(float* coordinates)
{
if (read_point())
{
coordinates[0] = (float)(point.x*header.x_scale_factor+header.x_offset);
coordinates[1] = (float)(point.y*header.y_scale_factor+header.y_offset);
coordinates[2] = (float)(point.z*header.z_scale_factor+header.z_offset);
return true;
}
return false;
}
bool lasreader::read_point(double* coordinates)
{
if (read_point())
{
coordinates[0] = point.x*header.x_scale_factor+header.x_offset;
coordinates[1] = point.y*header.y_scale_factor+header.y_offset;
coordinates[2] = point.z*header.z_scale_factor+header.z_offset;
return true;
}
return false;
}
- 2022-03-13 17:33:00下载
- 积分:1
-
本程序是一个在c语言中的优美的图安的的源代码.
本程序是一个在c语言中的优美的图安的的源代码.-this is a procedure in C language of the beautiful map on the source.
- 2023-01-29 05:35:03下载
- 积分:1