-
很有名的扫描线填充算法实现。可以用左键画完所有的封闭线段,然后点击右键填充所有封闭区域...
很有名的扫描线填充算法实现。可以用左键画完所有的封闭线段,然后点击右键填充所有封闭区域-famous scanning lines filling algorithm. Left unfinished can use all the closed segment, then right-click to fill all the closed region
- 2022-03-13 18:54:49下载
- 积分:1
-
这是一个纯C语言的 H.264 解码程序,速度较慢,如果您试验时手头没有解码器,可以用此凑合。
执行命令方式为:...
这是一个纯C语言的 H.264 解码程序,速度较慢,如果您试验时手头没有解码器,可以用此凑合。
执行命令方式为:
-o 264格式的输入文件 yuv格式的输出文件
比如(假如目录为 D:H264 ):
D:H264h264_dec.exe D:H264 est.264 D:H264 est.yuv
若不输入参数,则默认为:
h264_dec.exe test.264 test.yuv-This is a pure C language of the H.264 decoding process, a slow, if you do not test the decoder, you can make do with this. For the implementation of the order:-o 264 of the input file format yuv format such as the output file (if the directory is D: H264 ): D: H264 h264_dec.exe D: H264 test.264 D: H264 test.yuv if the input parameter, the default is: h264_dec.exe test.264 test.yuv
- 2022-09-14 01:50: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
-
从散乱点插值生成轮廓线并提供颜色…
由散点插值生成等值线,并且提供颜色选择工具,共有三种插值方法-From scattered point interpolation to generate contour lines and provide a color selection tool, a total of three interpolation methods
- 2022-07-19 00:54:57下载
- 积分: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
-
dct实现数字水印的源代码 内附说明 matlab实现
dct实现数字水印的源代码 内附说明 matlab实现-DCT digital watermark containing a description of the source code matlab realize
- 2022-02-05 14:34:11下载
- 积分:1
-
ebcode压缩编码
ebcode压缩编码-ebcode Coding
- 2022-06-01 14:08:30下载
- 积分:1
-
Log滤波器完整源码,编得不错
Log滤波器完整源码,编得不错-Log source filter integrity, of being good
- 2022-07-06 13:37:18下载
- 积分:1
-
基于MemDC双缓存绘图技术的温度计
在VC6.0上实现简单的动态温度计,利用MFC向导创建基于对话框的工作空间,创建MemDC类,实现双缓存绘图,
- 2022-10-19 16:00:03下载
- 积分:1
-
图像缩放的例子程序
实现图象缩放效果的例子程序-Image scaling examples of procedures
- 2023-06-05 05:45:03下载
- 积分:1