-
云台镜头控制系统
云台镜头控制系统-pan and camera control system
- 2022-03-10 15:43:48下载
- 积分:1
-
System that recognize written number uses neural network.
System that recognize written number uses neural network.
- 2023-05-23 16:00:03下载
- 积分:1
-
人脸识别程序,BORLAND C + + BUILDER 编写,非常有趣的程序
人脸识别程序,BORLAND C + + BUILDER 编写,非常有趣的程序-face recognition procedures, BORLAND C BUILDER prepared, very interesting process
- 2022-02-04 03:11:09下载
- 积分:1
-
有问提可以讨论一下,DirectShow 的 Players
有问提可以讨论一下,DirectShow 的 Players-mention can be asked to discuss, DirectShow Players
- 2022-02-05 22:02:42下载
- 积分:1
-
Title: Micro Mp3 Player Description: A simple Mp3 Player for a simple man. Base...
Title: Micro Mp3 Player Description: A simple Mp3 Player for a simple man. Base on article by:BLaZe found http://www.codeproject.com/audio/mp3player.asp This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=3634&lngWId=3 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.-Title: Micro Mp3 Player Description: A simple Mp3 Player for a simple man. Base on article by:BLaZe found http://www.codeproject.com/audio/mp3player.asp This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp txtCodeId=3634lngWId=3 The author may have retained certain copyrights to this code...please observe their
- 2022-07-03 05:08:35下载
- 积分:1
-
数字图像处理指南(数字图像处理),可以帮助你学习…
NI 数字图像处理教程(digital Image processing),可以帮助大家学习NI产品的图像处理模块。-NI Digital Image Processing Guide (digital Image processing), can help you learn NI product image processing module.
- 2022-12-25 09:25:03下载
- 积分:1
-
objectarx 打印
应用背景cad 打印 objectarx 打印源代码 不错的!!!希望能够帮助初学者!关键技术c++ 使用onjectarx开发的cad打印程序,国内比较少这方面的程序代码 分享出来咯!!!
- 2022-01-26 05:42:31下载
- 积分:1
-
打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。...
打开并显示bmp格式的图像,并生成并显示该图像的灰度直方图。 灰度直方图各项参数都可自定义。-open bmp format and display images, and generate and display the image histogram. Histogram parameters can be defined.
- 2022-07-17 22:12:27下载
- 积分: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
-
实现直线类,图形变换类
可实现交互绘图,橡皮筋技术
实现直线类,图形变换类
可实现交互绘图,橡皮筋技术-Linear type, graphics transform types realize interactive graphics, a rubber band technology
- 2022-03-03 03:41:03下载
- 积分:1