-
一个可旋转立方体,用VB语言编写的程序。
一个可旋转立方体,用VB语言编写的程序。-A rotatable cube writed in VB.
- 2022-02-02 21:35:33下载
- 积分:1
-
access to the images for processing, and basic knowledge of engineering examples...
有关图象的获取几处理的基本知识以及工程实现的例子和源代码,内容较为详实-access to the images for processing, and basic knowledge of engineering examples and source code, a more detailed
- 2023-06-13 18:06:04下载
- 积分:1
-
电子海图程序源代码,可以对S57格式文件进行解析,希望高手能将显示做出来...
电子海图程序源代码,可以对S57格式文件进行解析,希望高手能将显示做出来-Electronic Chart source code, you can format documents on S57 resolve, I hope you can show up to do
- 2022-03-21 17:57:21下载
- 积分:1
-
twain助手
一个Twain的助手类,可以用它轻松实现简单twain应用程序的编写
- 2022-04-17 19:19:54下载
- 积分: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
-
中点画圆法算法实现,能够实现坐标平移,支持鼠标绘图
中点画圆法算法实现,能够实现坐标平移,支持鼠标绘图-midpoint Circle France algorithm to achieve coordinates translation, mapping support for mouse
- 2023-03-23 22:00:03下载
- 积分:1
-
vc的进行虹膜识别的源代码,比较简单,大家可以研究一下!
vc的进行虹膜识别的源代码,比较简单,大家可以研究一下!-Code for iris recognition
- 2023-04-20 03:50:04下载
- 积分:1
-
最大方差展开 Maximum Variance Unfolding 降维算法
流形学习中的经典降维算法 Maximum Variance Unfolding 保持原高维空间点对距离与降维后低维空间的点对距离相等最大化方差
- 2022-08-11 17:09:40下载
- 积分:1
-
数字图象处理
VC++源代码,包含图象读取、点运算。区域运算、分析、识别...
数字图象处理
VC++源代码,包含图象读取、点运算。区域运算、分析、识别
-digital image processing VC source code contains images read, point computation. Regional operations, analysis, identification
- 2022-01-23 10:53:31下载
- 积分:1
-
This is a new one on the graphic image features a summary of the new VC program,...
这是一个有关一种新的图形图像特征撮的新的VC源程序,请大家指教-This is a new one on the graphic image features a summary of the new VC program, please enlighten
- 2022-05-31 14:55:39下载
- 积分:1