-
应risking的要求上载的imageload.dll文件和使用imageload.dll的例子imageview程序...
应risking的要求上载的imageload.dll文件和使用imageload.dll的例子imageview程序- Should the risking request upload the imageload.dll document
and uses imageload.dll the example imageview procedure
- 2022-03-09 15:04:43下载
- 积分:1
-
实现yuv420转rgb565的功能,并且封装成库,编写一个测试…
实现yuv420转rgb565的功能,并且封装成了库,写出了测试文件-Achieve yuv420 turn rgb565 functions, and packages into libraries, write a test file
- 2022-06-14 04:11:27下载
- 积分:1
-
图像模式识别――VC++技术实现(杨淑莹)配套光盘
图像模式识别――VC++技术实现(杨淑莹)配套光盘-Image pattern recognition- VC++ technology to achieve (YANG Shu-ying) supporting CD-ROM
- 2022-07-10 15:56:11下载
- 积分:1
-
meshcut是一个基于OpenGL的应用。它模拟人体器官,如静脉或讨论。
MeshCut is an OpenGL based application. It simulate human organs like vein or artery. Requirements: .Net Framework 2.0 or higher.
- 2023-07-15 07:00:06下载
- 积分:1
-
使用alpha做的透明效果,推荐看下
使用alpha做的透明效果,推荐看下-done using alpha transparency effects and recommend a glance
- 2022-10-25 06:45:03下载
- 积分:1
-
CEDIT like to use familiar with CEDIT create conditions
CEDIT类的使用,为大家熟悉CEDIT创造条件-CEDIT like to use familiar with CEDIT create conditions
- 2022-05-18 15:20:19下载
- 积分: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
-
本软件的主要功能是用B样条曲线去拟合输入的若干个数据点,同时用圆弧逼近该曲线生成数控加工G代码。
如上图所示:线上的红点为输入点,线旁的绿点为反算出的控制点...
本软件的主要功能是用B样条曲线去拟合输入的若干个数据点,同时用圆弧逼近该曲线生成数控加工G代码。
如上图所示:线上的红点为输入点,线旁的绿点为反算出的控制点,列表框中则是数控加工G代码。
本软件还有自动判错的功能如下图所示当文本框为空或输入的点数少于两个时将会分别弹出警告消息框。本软件主要的设计思路为利用一定的算法根据已知道的型值点反求控制点后根据控制点画出B样条曲线,本软件通过VB语言实现的
-Three B-spline fitting the data points are known
- 2022-07-02 17:29:54下载
- 积分:1
-
digital image processing templates, as well as detailed source address, with TC...
数字图像处理的教案,以及详细的处理源程序,用TC设计,可作为数字图像处理的参考资料。-digital image processing templates, as well as detailed source address, with TC design, digital image processing reference.
- 2022-11-19 06:05:05下载
- 积分:1
-
managed direct 3d 范例
managed direct 3d 范例-managed direct 3d example
- 2023-08-14 02:30:03下载
- 积分:1