-
非常详细的高精度碰撞检测代码,精确到三角形、边、点,优化过滑动时的碰撞检测,完全没有震动现象。代码中把三角形等元素具体成类参与计算的方法很有参考价值。
代码...
非常详细的高精度碰撞检测代码,精确到三角形、边、点,优化过滑动时的碰撞检测,完全没有震动现象。代码中把三角形等元素具体成类参与计算的方法很有参考价值。
代码内含3d向量计算函数,在ogengl、d3d下均可运行。-Very detailed high-precision collision detection code, accurate to the triangle, edge, point, when optimized sliding collision detection, there is no vibration phenomenon. Code elements such as the triangle into a specific type of calculation is very involved in reference value. Code containing the 3d vector calculation function, in ogengl, d3d may run under.
- 2022-02-21 00:31:06下载
- 积分:1
-
MATLAB代码实现的蛇(轮廓)。非常有用…
Matlab code for the implementation of the snake(active contour). Very useful in the image segmentation.
- 2022-07-21 11:24:08下载
- 积分:1
-
fisher 的lda算法,注释非常详细清晰
fisher 的lda算法,注释非常详细清晰-fisher
- 2022-05-27 07:04:11下载
- 积分:1
-
turbo c 编的
turbo c 编的-turbo c series
- 2022-12-19 00:15:03下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
用opengl实现三维场景,可以向其中加入不同的模型,构建你自己的游戏世界...
用opengl实现三维场景,可以向其中加入不同的模型,构建你自己的游戏世界-Use opengl realize three-dimensional scenes can be added to the different models, build your own gaming world
- 2023-03-22 04:10:03下载
- 积分:1
-
solidworks develop新的api下的开发
solidworks develop新的api下的开发-solidworks develop new api under development
- 2022-03-22 04:04:23下载
- 积分:1
-
这是一个使用CImage类加工和源图像显示格式转换…
这是一个使用CImage类处理图像显示与格式转换的源码程序,包含了许多可以让大家学习的内容-It is a category CImage processing and image display format conversion of source programs, including many so that we can study the contents
- 2022-02-26 13:08:21下载
- 积分:1
-
This is a directory program, communications records can achieve the basic requir...
这是一个通讯录开发程序,可以实现通讯记录的基本要求,对开发者会有所帮助-This is a directory program, communications records can achieve the basic requirements of the development will be helpful
- 2023-06-16 11:00:03下载
- 积分:1
-
csgl函数库说明文档,包括所有的使用方法
csgl函数库说明文档,包括所有的使用方法-csgl library documentation, including the use of all
- 2022-06-30 09:12:44下载
- 积分:1