-
C4shu5jing
C程序设计之四书五经,适合初学者学习C程序设计的一些规范,推荐。(C program design Four Books and Five Classics, for beginners learning the C program design parameters recommended.)
- 2007-06-17 23:23:19下载
- 积分:1
-
AMDGPU
介绍图像处理技在AMD上的GPU的处理方案,加速高清,快速度(The processing scheme, image processing technology on AMD GPU accelerated HD, speed)
- 2013-07-22 17:28:48下载
- 积分:1
-
RgnDemo
使用CRgn对象得到某一特定区域,C++精选学习源码,很好的参考资料。(Use the CRgn object to get a specific area, select learning C++ source code, a good reference.)
- 2013-11-27 07:44:29下载
- 积分:1
-
C#版封装的近400个Windows API 类 下载
Windows API 类常用方法锦集
- 2013-01-08下载
- 积分: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
-
progarm
一个简单实用的人事管理系统,欢迎下载,也可作为数据库课程实践(A simple and practical personnel management system are welcome to download)
- 2012-03-06 20:44:53下载
- 积分:1
-
stm32TFT
stm32读SD卡内的数据,并将其显示到TFT屏幕上(stm32 read SD card data and displays it to the TFT screen)
- 2013-08-13 23:49:57下载
- 积分:1
-
c# WPF常用控件大全(组件合成功能)
组件合成功能
- 2019-06-13下载
- 积分:1
-
tempexecuted.c
executed program for temperature reading of cs5463
- 2009-05-12 17:50:16下载
- 积分:1
-
Digital-oscilloscope
此文件是基于89C51的数字示波器,以单片机为主控制器,来实现对信号的处理。(This file is based on 89 c51 digital oscilloscope, give priority to with single-chip microcomputer controller, to achieve the signal processing.)
- 2015-12-16 16:20:01下载
- 积分:1