-
用C语言开发图形界面的工具
用C语言开发图形界面的工具-with C-language development tool for the graphical interface
- 2022-02-05 20:53:53下载
- 积分:1
-
用FFT分析周期矩形脉冲及其频谱, 这是计算周期矩形脉冲双边频谱的程序。...
用FFT分析周期矩形脉冲及其频谱, 这是计算周期矩形脉冲双边频谱的程序。-using FFT analysis cycle and rectangular pulse spectrum, which is calculated cycle rectangular pulse spectrum of bilateral procedures.
- 2022-02-25 15:05:31下载
- 积分:1
-
一种新型的基于水平集的图像分割算法,附对应的文献还实用例子...
一种新型的基于水平集的图像分割算法,附对应的文献还实用例子-A new level set based image segmentation algorithm, with a practical example of the corresponding literature also
- 2022-07-22 07:45:36下载
- 积分:1
-
windows foundation
这是一本基于windows的游戏编程书籍,其中对directx进行了相关的介绍,以及游戏中的一些方式-windows foundation
- 2022-04-30 08:58:31下载
- 积分:1
-
对二维信号(例如二维图像),实现多级小波的分解和重构,用到的小波函数是 DBN 小波,即Daubechies小波。...
对二维信号(例如二维图像),实现多级小波的分解和重构,用到的小波函数是 DBN 小波,即Daubechies小波。-Of two-dimensional signal (such as two-dimensional image), the realization of multi-level wavelet decomposition and reconstruction, the wavelet function is used wavelet DBN, namely Daubechies wavelet.
- 2022-11-29 04:15:04下载
- 积分:1
-
8章图形编程drawshapes。
第8章 图形图像编程DRAWSHAPES.-Chapter 8 graphics programming DRAWSHAPES.
- 2022-02-02 01:02:39下载
- 积分:1
-
- 2022-05-16 23:24:06下载
- 积分:1
-
this small program is a simple drawing program that uses graphics in the shape o...
这个小程序是一个简单的 绘图程序,所绘图形的形状为渔网状-this small program is a simple drawing program that uses graphics in the shape of the mesh fisheries
- 2022-12-23 14:35:06下载
- 积分: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
-
简单的emd开发程序,matlab程序,含试验数据。
简单的emd开发程序,matlab程序,含试验数据。-EMD developed a simple procedure, matlab program, including test data.
- 2022-04-07 12:37:48下载
- 积分:1