-
core2
bool AABB::intersects(const AABB &p_aabb) const {
if (position.x >= (p_aabb.position.x + p_aabb.size.x))
return false;
- 2020-06-19 15:40:02下载
- 积分:1
-
opengl_k
说明: 常用的一些OpenGL库文件的集合,适合初学者配置使用!(Some commonly used OpenGL library file collection, suitable for beginners to configure use!)
- 2019-01-01 15:27:29下载
- 积分:1
-
DynamicAccess
DelegatedExpressionMemberAccessor,DelegatedReflectionMemberAccessor,DynamicMethodMemberAccessor,ReflectionMemberAccessor
- 2023-06-14 06:05:04下载
- 积分:1
-
HideProcessHookMDL
通过驱动编程截获内核函数,实现隐藏进程,现今的木马一般选用这种技术(driven programming intercepted by the kernel function and realize hidden process, the current Trojan generally choose this technology)
- 2007-04-23 10:34:10下载
- 积分:1
-
duoyundongmubiao
图像处理程序中图像处理多运动目标程序,完整程序。下载就能用(Image processing program, image processing of multiple moving targets program, complete the program. Download will be able to use)
- 2012-02-28 14:00:10下载
- 积分:1
-
pqxiebo
这是一个电力系统谐波检测的MATLAB仿真模型,采用的是基于瞬时无功功率理论的pq法,效果很好(This is a power system harmonic detection MATLAB simulation model, based on the use of instantaneous reactive power theory pq method, the effect is very good)
- 2017-04-02 11:41:05下载
- 积分:1
-
XEP100演示代码
内含mc912xep100单片机各个模块的演示程序和一本FreeScale教程pdf(Demonstration program of each module of mc912xep100 microcontroller and a FreeScale tutorial pdf)
- 2019-05-23 15:08:02下载
- 积分:1
-
aboutlunch
关于UC/OSII的应用,任务三哲学家就餐问题,对更深入理解操作系统基本原理非常有帮助(With regard to UC/OSII applications, tasks, three dining philosophers problem, more in-depth understanding of the basic principles of the operating system is very helpful)
- 2009-11-08 22:55:17下载
- 积分:1
-
OPENCV-动态车道线识别算法
本算法实现了 对测试中视频流中的车道线的动态识别方法,直接将视频读入即可进行识别。是做毕业设计的好代码。
- 2022-12-10 17:30:16下载
- 积分:1
-
LPC2103 步进电机 驱动
基于LPC2103的步进电机驱动实现。
可做为步进电机驱动算法的范例。电机算法为T型/s型结合算法。
有效的驱动电机。同时,可以做为LPC2103的学习使用,结合实际项目,学习LPC2103
同时,可以做为步进电机驱动的学习范例,可以很好的了解步进电机的驱动实现
- 2023-01-28 07:50:03下载
- 积分:1