-
S6frreedommani
六自由度机械臂调试程序源码,国外的的,具有非常高的借鉴意义
(Six degrees of freedom manipulator debugger source, abroad, the very high reference)
- 2012-07-22 23:31:03下载
- 积分:1
-
基于线段树的同时快速维护区间乘法和区间加法
主要就是要注意同时维护加法和乘法的lazytag时,加法和乘法的顺序会影响结果,如:
x*2+3 != (x+3)*2
因此 维护其中一个tag时 要同时改变另一个tag 以免去顺序的影响。
因此有两种选择 先维护乘法 和 先维护加法
假设 x节点此时乘法tag是2 加法tag是3,之后获得了乘法tag4 以及加法tag5
先维护乘法:
x=(x*2)+3
获得后:乘法tag*4 加法tag*4+5 x=(x*8)+3*4+5
先维护加法:
x=(x+1.5)*2
显然涉及小数 有精度问题 不继续了
在确定先维护乘法后 就可以开始线段树了...
- 2022-01-25 18:39:43下载
- 积分:1
-
fantasia_source2
Fantasia mabinogi memoryPatcher
- 2011-06-04 16:59:43下载
- 积分:1
-
SFML-2.1-windows-vc10-32bits
SFML-2.1-windows-vc10-32bits.zip 2d游戏开发库
- 2020-08-07 16:58:32下载
- 积分:1
-
stm32_ADS1115
TI采集芯片ADS1115的驱动程序,已经调试通过,通道2可以采集数据。基于STM32。(TI acquisition chip ADS1115 driver, has been debugging through, can collect data channel 2. Based on the STM32.)
- 2016-09-18 09:47:03下载
- 积分:1
-
Octree.08.03.2008
八叉树代码,实现最近点查找,内包含点云实例(Octree code to find the nearest point to achieve, and contains the point cloud instances)
- 2021-03-17 12:49:20下载
- 积分:1
-
classes can be imported to the academic performance of students and other inform...
可以输入班级里学生的成绩和其他信息,便于管理-classes can be imported to the academic performance of students and other information to facilitate management
- 2022-03-06 20:28:24下载
- 积分:1
-
directshow_videocollection
说明: 利用directshow 开发的视频采集程序,调试已通过(programs about video signal collection used DirectShow debugging has passed
)
- 2010-03-23 09:27:30下载
- 积分:1
-
C with image
说明: 用c语言实现一些简单的图像处理功能,如灰度化、旋转、拷贝等(Some simple image processing functions, such as gray scale, rotation, copy, etc., are implemented in C language.)
- 2020-06-17 21:00:06下载
- 积分:1
-
U-Boot 开发指南 V3.7-20160708
说明: U-Boot 开发指南 V3.7-20160708,基于ROCKCHIP(U-boot development guide v3.7-20160708, based on rockchip)
- 2020-03-31 09:39:50下载
- 积分:1