-
(2008)Head-Orientation-Estimation-
头部姿势估计的综述,英文论文,一共11页(head pose estimation)
- 2012-06-12 19:43:54下载
- 积分:1
-
1
说明: 顺序表的基本操作:1. 编写函数,输入一组整型元素序列,建立一个顺序表。
2. 编写函数,实现对该顺序表的遍历。
3. 编写函数,在顺序表中进行顺序查找某一元素,查找成功则返回其存储位置i,否则返回错误信息。
4. 编写函数,实现在顺序表的第i个位置上插入一个元素x的算法。
5. 编写函数,实现删除顺序表中第i个元素的算法。
6. 编写利用有序表插入算法建立一个有序表的函数。
7. 编写函数,利用以上算法,建立两个非递减有序表,并把它们合并成一个非递减有序表。
8. 编写函数,实现输入一个元素x,把它插入到有序表中,使顺序表依然有序。
9. 编写一个主函数,在主函数中设计一个简单的菜单,分别调试上述算法。
(The basic operation of the order form)
- 2010-06-15 18:15:32下载
- 积分:1
-
空气质量监测系统Arduino代码
用Arduino做的空气质量监测装置,监测PM2.5的传感器数据,计算脉冲宽度,根据表格计算PM2.5 PM10的浓度,同时监测空气中 CO2 SO2 等数据通过GPRS上传至服务器
- 2023-06-01 07:15:02下载
- 积分:1
-
shouhefa
51单片机的串口通信函数,在发送数据的同时可以接收数据(51 MCU serial communication function, sending data at the same time can receive data.)
- 2018-04-28 10:58:20下载
- 积分:1
-
stm8s单片机最简单的LED闪烁例程,可学习IO操作
stm8s单片机最简单的LED闪烁例程,可学习IO操作,KEIL4工程,C语言
- 2023-08-03 14:00:03下载
- 积分:1
-
PipeJoint
Iocomp工业控件中的piple的使用方法和完整代码(the way using Icomp )
- 2013-05-28 22:12:04下载
- 积分:1
-
全景图拼接
说明: VC毕业设计,全景图拼接算法实战源码+论文。算法基本思想,图像A和B,A有至少1/3部分与B重合,在A中找图像块a,在B中找图像块b,利用夹角余弦距离,求a 、b的相似度,利用循环使b在B中移动,找到相似度最大的图像块b。通过b所在点坐标,确定B相对于A的偏移量。通过偏移量将A和B放在同一坐标系实现拼接。(VC graduation design, panorama mosaic algorithm actual source code + thesis. The basic idea of the algorithm is that at least one third of the images A and B overlap with B. Find the image block a in A, and find the image block b in B. Use the cosine distance of the angle to find the similarity of a and b. Use the loop to move b in B to find the image block b with the highest similarity. Determine the offset of B relative to A through the coordinates of the point where b is located. A and B are placed in the same coordinate system through the offset to achieve stitching.)
- 2020-04-04 12:50:11下载
- 积分:1
-
FunctionReferenceGuide
工程师和科学家们面临着用更少的时间建立复杂系统模型的需求,他们使用分布式和并
行计算来解决高性能计算的问题。这些分布式的环境由多处理器和多核计算机来实现。
Mathworks公司开发的分布式计算工具箱可以在多处理器计算环境中使用 MATLAB 和imulink 解决计算、数据密集型问题。可以使用该工具箱解决通过装配多个处理器包含几个单独工作单位或单个大型计算的问题。这些处理器可以驻留在一个多处理器计算机,或者,当工具箱配合 MATLAB 分布式计算引擎时,驻留在计算机集群上。(Engineers and scientists are facing with less time to build models of complex systems needs, they use distributed and parallel computing to solve the problem of high-performance computing. The distributed environment consists of multi-processor and multi-core computer to achieve. Mathworks Distributed Computing Toolbox, developed in multi-processor computing environment MATLAB and imulink solve computing, data intensive problems. You can use the toolkit to solve multiple processors by assembling several separate work units or containing a single large-scale computing problems. These processors can reside on a multi-processor computer, or, when the toolbox with MATLAB Distributed Computing Engine, it resides on a computer cluster.)
- 2011-09-14 22:50:17下载
- 积分:1
-
modbus tcp 服务器接口(支持多个客户端进行连接)
基于modbus tcp协议下的tcp接口,可以使用多个客户端进行连接
- 2020-12-10下载
- 积分:1
-
51usualcode
51单片机常用到的C语言和汇编小程序,便于模块化设计和参考。(51 single-chip common to the C language and assembly of small programs, modular design and ease of reference.)
- 2011-10-19 23:23:47下载
- 积分:1