-
基于STL的模具动态装配模拟软件.rar
基于STL的模具动态装配模拟软件.rar-mold assembly dynamic simulation software. Rar
- 2022-03-25 07:02:32下载
- 积分:1
-
一个新的主动轮廓模型算法,简化了传统的实现过程,性能也有所提高。相关论文(Active Contours Driven by Local Image Fitti...
一个新的主动轮廓模型算法,简化了传统的实现过程,性能也有所提高。相关论文(Active Contours Driven by Local Image Fitting Energy)发表在Pattern Recognition 2009上。-A new active contour model algorithm, simplifying the traditional implementation process, performance also improved. Related Papers (Active Contours Driven by Local Image Fitting Energy), published in Pattern Recognition 2009 on.
- 2023-06-22 19:15:03下载
- 积分:1
-
将读入的视频文件切割为连续的帧序列
首先读入的视频序列,获得总帧数,然后依次读取,最后把读取出来的每一帧图像写入到指定的路径上,并指定每一帧图像的名字。
- 2023-07-20 11:55:05下载
- 积分:1
-
用vc++和OpenGL实现三维地形实时动态显示
用vc++和OpenGL实现三维地形实时动态显示,可以进行一些OPengl的相关学习,对于初学者来说是非常有帮助的!
- 2023-02-22 18:00:04下载
- 积分:1
-
NURBS曲面的相关算法,插值,价值
Nurbs 相关算法,插值,型值点算控制点-Nurbs related algorithms, interpolation, value-based control point count
- 2022-12-27 21:35:03下载
- 积分:1
-
这是我上计算机图形学课时老师要求做的作业,上载源码以供大家参考....
这是我上计算机图形学课时老师要求做的作业,上载源码以供大家参考.-This is my last computer graphics class teacher asked them to the operation of the source code available for reference.
- 2022-05-12 19:54:48下载
- 积分:1
-
这是一个很高的
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码 -This is a high-level programming with OpenGL visualization system development (system development articles) source
- 2022-03-04 05:13:41下载
- 积分:1
-
bmp图像对比度调节
bmp图像对比度调节-bmp image contrast adjustment
- 2022-10-23 03:45: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
-
用方程画线的程序
用方程画线的程序-equation line drawing procedure
- 2022-07-14 21:34:35下载
- 积分:1