-
delphix实例,对DX的基本用法介绍。
delphix 实例,介绍DX类的基本用法.-delphix example, the introduction of the basic usage of DX.
- 2022-02-12 02:03:47下载
- 积分:1
-
本程序绘制用纹理填充的线条,一个很好的例子绝对值得收藏
本程序绘制用纹理填充的线条,一个很好的例子绝对值得收藏-texture mapping filled with the lines, a g#$#!88231#!#$noname.rar!#$#algorithm design curriculum in the Huffman tree search and mapping experiment
- 2022-03-20 19:40:25下载
- 积分:1
-
可控鼠标进行图象编程示例
可控鼠标进行图象编程示例-mouse controllable images Programming Example
- 2022-05-22 07:43:53下载
- 积分: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
-
哈夫曼编码(C语言)
哈夫曼编码(C语言)-Huffman coding (C language)
- 2022-08-23 08:31:38下载
- 积分:1
-
一个matlab绘制史密斯圆图的程序,比较好用。可惜的是没有做出界面...
一个matlab绘制史密斯圆图的程序,比较好用。可惜的是没有做出界面-Matlab draw a Smith plans to compare ease of use. It is a pity that did not make the interface
- 2022-11-17 08:00:04下载
- 积分:1
-
VC/MFC
常见的几种图像显示的方法:
1.使用CBitMap,在OnPaint 中绘制
2.用picturn控件绘制
3.用背景图
4....
VC/MFC
常见的几种图像显示的方法:
1.使用CBitMap,在OnPaint 中绘制
2.用picturn控件绘制
3.用背景图
4.用KoDak控件(需要已经安装)
-VC/MFC common image shows several ways : 1. CBitMap use. Drawing the OnPaint 2. Controls used picturn drawing three. use background Figure 4. charged with KoDak pieces (need to have installed)
- 2022-05-20 22:38:30下载
- 积分:1
-
OpenSCAD源码
为有创造力的web开发者而设计,OpenSCAD是一个创建立体3D CAD物体的得力软件。
不像大多数穿件3D模型的的自由软件,它不专注于3D模型的艺术方面而是CAD方面。
- 2023-06-06 14:30:03下载
- 积分:1
-
computer graphics experiment, the midpoint drawcircle Circle, c, win,
计算机图形学实验,中点画圆法画圆,c++,win下,-computer graphics experiment, the midpoint drawcircle Circle, c, win,
- 2022-11-20 18:30:04下载
- 积分:1
-
Using VC to realize some basic image processing algorithms. Help beginners to le...
用VC来实现的一些基本的图像处理算法。有助于初学者的学习。-Using VC to realize some basic image processing algorithms. Help beginners to learn.
- 2022-03-13 13:14:11下载
- 积分:1