-
黑白棋
能运行
mfc
功能强大
程序教程
黑白棋
能运行
mfc
功能强大
程序教程
-good
- 2022-07-17 19:24:45下载
- 积分:1
-
KS0070 (44,780) 16x2 character LCD driver means Bus Demonstration Program
KS0070(44780) 16x2 字符液晶屏驱动演示程序总线方式-KS0070 (44,780) 16x2 character LCD driver means Bus Demonstration Program
- 2022-08-22 18:32:15下载
- 积分:1
-
该程序是完成人脸识别的程序,可根据给出图片在图片中匹配...
该程序是完成人脸识别的程序,可根据给出图片在图片中匹配-The program is the completion of the procedures for face recognition can be given in accordance with picture in picture matching
- 2023-04-27 22:45:03下载
- 积分:1
-
俄罗斯方块游戏
完全用汇编写的,只有471字节,只能运行于DOS/Win9x/WinME下...
俄罗斯方块游戏
完全用汇编写的,只有471字节,只能运行于DOS/Win9x/WinME下-Tetris game written entirely in the compilation, only 471 bytes, can only run on the next DOS/Win9x/WinME
- 2022-12-18 00:25:03下载
- 积分:1
-
Image matching image matching image matching
图像匹配 图像匹配 -Image matching image matching image matching
- 2022-03-01 01:21:04下载
- 积分:1
-
计算机图形学中种子填充方法用visual C++实现,实现四边形填充...
计算机图形学中种子填充方法用visual C++实现,实现四边形填充
-Computer Graphics in the seed filling Methods visual C++ Realize, realize quadrilateral filling
- 2022-02-28 22:34:15下载
- 积分:1
-
将矢量字光珊化!
将矢量字光珊化!-to vector-Alexandra of the word!
- 2022-07-22 17:09:51下载
- 积分:1
-
三维科学图形包括三维网线图形;三维线状图形;三维坐标设置;填充网状图形;填充颜色的层数;颜色分层的数值条;向顶部和底部投影;边框设置;背景颜色设置;实体图形;等...
三维科学图形包括三维网线图形;三维线状图形;三维坐标设置;填充网状图形;填充颜色的层数;颜色分层的数值条;向顶部和底部投影;边框设置;背景颜色设置;实体图形;等高线图形。给定zij=f(xi,yj)离散数据点,三维图形控件可以绘制出各种精美的图形。三维 图形控件包含的文件有:mesh45.ocx,olch3d32.dll,meshxyz.dll。-Three-dimensional graphics, including three-dimensional network of scientific line graphics linear three-dimensional graphics three-dimensional coordinates set filled mesh graphics fill color layers color layering Numerical Article to the top and bottom of the projector border settings background color settings graphical entities contour graphics. Given zij = f (xi, yj) of discrete data points, three-dimensional graphics can control a variety of beautifully drawn graphics. Three-dimensional graphical controls contained in the documents: mesh45.ocx, olch3d32.dll, meshxyz.dll.
- 2022-09-07 05:25:02下载
- 积分:1
-
MATLAB模糊聚类的图像分割算法的源代码
matlab模糊聚类算法进行图像分割的源程序-matlab fuzzy clustering algorithm for image segmentation source code
- 2022-04-01 02:57:18下载
- 积分: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