-
Based-on-the-Matlab
基于Matlab的m序列发生器的设计(内附matlab程序)(Based on the Matlab m sequence generator design (enclosed Matlab)
)
- 2012-04-19 20:05:14下载
- 积分:1
-
STM32-FOC3.0-Hall
说明: 基于stm32单片机做的无刷直流电机的矢量控制(Vector Control of Brushless DC Motor Based on Stm32 Single Chip Microcomputer)
- 2019-11-01 09:11:09下载
- 积分:1
-
c#的画图有关代码,别人的基础上做的一点改进,希望对学习I画图的同学有帮助...
c#的画图有关代码,别人的基础上做的一点改进,希望对学习I画图的同学有帮助-c# the drawing-related code, others do that based on the improvements in the hope of learning I draw the students help
- 2022-07-09 13:33:27下载
- 积分: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#实现客户端/服务器端通讯(二进制形式)实例下载
- 2013-10-28下载
- 积分:1
-
stuctures
本系统采用C语言编写,利用邻接链表实现最短路径问题,关键路径问题等(The system uses the C language, using adjacency list realize the shortest path problem, critical path issues)
- 2008-05-29 21:11:26下载
- 积分:1
-
insertionsort
Program to implement insertion sort
- 2014-09-20 12:27:59下载
- 积分:1
-
《图解深度学习》PDF山下隆义.part4
说明: 第四部分!
本书从深度学习的发展历程讲起,以丰富的图例从理论和实践两个层面
介绍了深度学习的各种方法,以及深度学习在图像识别等领域的应用案例。内
容涉及神经网络、卷积神经网络、受限玻尔兹曼机、自编码器、泛化能力的
提高等。此外,还介绍了包括Theano 、Pylearn2 、Caffe 、DIGITS 、Chainer 和
Tensorflow 在内的深度学习工具的安装和使用方法。
本书图例丰富, 清晰直观,适合所有对深度学习感兴趣的读者阅读。(This book starts from the development process of deep learning, with rich illustrations from two levels of theory and Practice
This paper introduces various methods of deep learning and application cases of deep learning in image recognition. within
It involves neural networks, convolution neural networks, restricted Boltzmann machines, self encoders, generalization ability.
Raise and so on. In addition, it introduces theano, pylearn2, Caffe, digits, chainer and
Installation and usage of deep learning tools including tensorflow.
This book is rich in legends, clear and intuitive, suitable for all readers who are interested in deep learning.)
- 2019-11-12 16:22:55下载
- 积分:1
-
SearchKey
实现三种搜索,对文件关键字匹配的函数,川大软件架构作业实例(Achieve three search, keyword matching function for files, software architecture job instance Sichuan)
- 2011-07-17 13:15:28下载
- 积分:1
-
canguan
基于C#的餐馆点菜系统。功能强大。数据库强大。sqlserver.(C#-based restaurant ordering system. Powerful. Database powerful. sqlserver.)
- 2011-08-14 19:52:59下载
- 积分:1