-
USB_Detection
源码为C语言基于对话框的应用程序,可以检测USB设备的插入和拔出!(C language source code for the dialog-based applications, can detect USB device insertion and removal!)
- 2011-05-18 09:27:22下载
- 积分:1
-
ARmethod
用AR模型生成脉动风时程,对结构进行脉动风响应分析(AR generated fluctuating wind)
- 2011-12-15 19:20:11下载
- 积分:1
-
snaketest
snake算法的c源代码,一般snake算法可以用于图像的边缘检测,是一种比较新的方法(snake algorithm c source code, the general snake algorithm can be used to image edge detection, is a relatively new approach)
- 2008-06-02 11:34:44下载
- 积分:1
-
HT
说明: HT32F1755单片机基础程序,LCD,延时,定时器等等(HT32F1755 microcontroller-based program, LCD, delay, timers, etc.)
- 2014-05-13 21:00:33下载
- 积分: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
-
CVI-NI-USB-signal-aquisition-card
National Instruments CVI USB signal aquisition card code
- 2011-10-30 01:45:14下载
- 积分:1
-
51-DS18b20通过GPRS建立TCP将数据上传服务器
51-DS18b20,通过GPRS,建立TCP,将数据上传服务器(51-DS18b20 sets up TCP to upload data through GPRS)
- 2019-01-24 15:56:19下载
- 积分:1
-
use C# programming language to write a fixed filter 3x3 Convolution
用C#编程语言编写固定滤波器3x3卷积
- 2022-01-29 03:21:02下载
- 积分:1
-
MPC860SARCOD1
MPC860SAR源代码,包括头文件、汇编程序以及说明。(MPC860SAR source code, including the first document, and on the compilation process.)
- 2006-10-08 22:41:58下载
- 积分:1
-
udp客户端
udp客户端异步收发,udp客户端异步收发,udp客户端异步收发,udp客户端异步收发,udp客户端异步收发,udp客户端异步收发
- 2022-02-05 18:51:21下载
- 积分:1