-
Xilinx Virtex-4 ML410开发板原理图
Xilinx Virtex-4 ML410开发板原理图(含DDR DDR2)文档约80页,20层PCB,设计FPGA的参考电路图
- 2022-02-01 06:23:21下载
- 积分:1
-
opencv the use of the beginner' s to refer to the video and camera calls
opencv的运用,在初学的可以参考,对视频和摄像头的调用-opencv the use of the beginner" s to refer to the video and camera calls
- 2023-07-23 22:30:02下载
- 积分:1
-
A figure of identification, through pre
进行了数字的识别,经过预处理图像,得到归一化的数字,以及应用神经网络识别。-A figure of identification, through pre-processing images, to be normalized figures, as well as the application of neural networks.
- 2022-06-16 09:08:39下载
- 积分:1
-
适合初学者入门学习的程序,使用microsoft的基本功能函数。主要实现了画矩形,画直线2大功能,对处于矩形框架外的直线进行裁剪。(工程文件名为“裁剪”)...
适合初学者入门学习的程序,使用microsoft的基本功能函数。主要实现了画矩形,画直线2大功能,对处于矩形框架外的直线进行裁剪。(工程文件名为“裁剪”)-AppWizard has created this CUT application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
- 2022-10-19 19:40:04下载
- 积分:1
-
Graphics,game programming and study the DirctX.It can improve your programming.
图形图像方面、游戏编程的入门指导。涉及DirctX学习指导。-Graphics,game programming and study the DirctX.It can improve your programming.
- 2022-07-19 11:16:16下载
- 积分: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
-
html5 topo
jTopo(Javascript Topology library)是一款完全基于HTML5 Canvas的关系、拓扑图形化界面开发工具包。
jTopo关注于数据的图形展示,它是面向开发人员的,需要进行二次开发。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-04 15:55:05下载
- 积分:1
-
这是一个 RGB调节程序,对图像处理有帮助
这是一个 RGB调节程序,对图像处理有帮助-This is a one RGB adjustment procedures, image processing help
- 2023-09-01 19:05:03下载
- 积分:1
-
这是一篇详细介绍人脸检测与语音驱动口型的文章,其中使用了高斯混合模型采取了无监督聚类的方法,希望对你有用。...
这是一篇详细介绍人脸检测与语音驱动口型的文章,其中使用了高斯混合模型采取了无监督聚类的方法,希望对你有用。-This is a detailed introduction Face Detection and voice-driven I-type article, which uses the Gaussian mixture model taken unsupervised clustering method, in the hope that useful to you.
- 2022-07-18 23:21:56下载
- 积分:1
-
中点画圆法算法实现,能够实现坐标平移,支持鼠标绘图
中点画圆法算法实现,能够实现坐标平移,支持鼠标绘图-midpoint Circle France algorithm to achieve coordinates translation, mapping support for mouse
- 2023-03-23 22:00:03下载
- 积分:1