-
Bezier曲线由三个点确定,此程序用C实现了三次Bezier曲线图形的绘制...
Bezier曲线由三个点确定,此程序用C实现了三次Bezier曲线图形的绘制-Bezier curve determined by three points, this procedure three times with the C implementation Bezier curve drawing graphics
- 2022-03-20 02:53:51下载
- 积分:1
-
jpeg解码原码
jpeg解码原码-jpeg decode source file
- 2022-04-10 11:19:19下载
- 积分:1
-
C++ Box2D 源代码
c++Box 2d 源代码 和 相关样例!包含很多个使用Box2D的例子程序!可以进行作为2D有些开发的物理引擎!c + + Box 2d source code and related sample! Contains a number of examples using Box2D program! Some can be developed as a 2D physics engine!
- 2023-06-12 04:30:28下载
- 积分:1
-
在VC下编写的显示电机加速时刻和减速时刻速度虽时间变化曲线。...
在VC下编写的显示电机加速时刻和减速时刻速度虽时间变化曲线。-in VC prepared with the motor show to accelerate and decelerate time although time speed time curve.
- 2022-06-27 11:02:45下载
- 积分:1
-
红蓝交替显示,戴上立体眼睛可以看立体,已经调试
红蓝交替显示,戴上立体眼睛可以看立体,已经调试-Alternating red and blue indicate that the eyes can be seen wearing a three-dimensional three-dimensional, have been debug
- 2022-05-07 04:48:22下载
- 积分:1
-
程序名称:对象水平对齐程序 执行命令:at 程序功能:将选定的对象左对齐、右对齐或对中。...
程序名称:对象水平对齐程序 执行命令:at 程序功能:将选定的对象左对齐、右对齐或对中。-Procedure name: the object level of alignment procedures for the implementation of the command: at program features: the selected object left-justified, right-aligned or on.
- 2022-07-04 02:40:21下载
- 积分:1
-
一种基于支持向量机的手写体相似字识别方法,很有参考意义(维普浏览器)...
一种基于支持向量机的手写体相似字识别方法,很有参考意义(维普浏览器)-based on support vector machines similar to the handwritten word recognition methods of great reference significance (Wei-pu browser)
- 2022-10-31 13:00:02下载
- 积分:1
-
DVR 系统中,视频运动检测模块
DVR 系统中,视频运动检测模块-DVR systems, video motion detection module
- 2022-10-23 05:10:03下载
- 积分: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
-
介绍如何在Linux下使用OpenCV的文章及附件了一些基本的源程序。...
介绍如何在Linux下使用OpenCV的文章及附件了一些基本的源程序。-how to use Linux in OpenCV articles and annex some basic source.
- 2022-03-07 01:21:50下载
- 积分:1