-
通过修改颜色寄存器之值设计蓝色立体块
通过修改颜色寄存器之值设计蓝色立体块-Register by modifying color blue been calculated three-dimensional block design
- 2022-01-22 15:54:00下载
- 积分:1
-
绘制二维坐标系的源码。且包含绘制sin(x)和cos(x)的例子。
绘制二维坐标系的源码。且包含绘制sin(x)和cos(x)的例子。-The code of drawing coordinate system,including the examples of drawing sin(x) and cos(x).
- 2022-03-14 09:53:12下载
- 积分:1
-
arcgis development of the map of China
arcgis开发中中国地图 arcgis开发中中国地图 arcgis开发中中国地图 arcgis开发中中国地图 arcgis开发中中国地图-arcgis development of the map of China
- 2022-04-30 19:32:57下载
- 积分:1
-
论文是关于照相机定标,对相关的相机定标技术进行总结,但提出了一种有效的相机定标技术...
论文是关于照相机定标,对相关的相机定标技术进行总结,但提出了一种有效的相机定标技术-Thesis was on the camera calibration, camera calibration of relevant technologies to sum up, it proposes an effective camera calibration technique
- 2023-01-22 00:10:05下载
- 积分:1
-
一个很有意思的不规则区域填充
一个很有意思的不规则区域填充-a very interesting regional anomalies filled
- 2022-11-29 11:35:04下载
- 积分: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直线裁剪的源代码
用C语言编写的动态演示C直线裁剪的源代码-C language demonstration of dynamic linear cutting C source code
- 2023-01-11 06:45:03下载
- 积分:1
-
可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法...
可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来指导。解压密码 本站默认解压密码:www.supcode.com -many people may have thought about the need to achieve some of the relatively large number of factorial. But C is the standard data types of its storage space is too small, it is impossible to achieve. We can through other methods to achieve this procedure with a very simple algorithm for the factorial, the procedures are short, is also very simple, and Notes everywhere, I believe we can easily understand them Download source VC6.0 after the open and then compile it to run. After some procedural changes can achieve greater number of factorial, interested readers at the end of the procedure after a try hands, Fun for all at! ! Hope this process will give us some help. There may be many procedural deficiencies that warm welcome to you all
- 2022-01-25 17:48:42下载
- 积分:1
-
Visual C++数字图像模式识别及工程实践 源代码
Visual C++数字图像模式识别及工程实践 源代码-Visual C++ Digital image pattern recognition and engineering practice source code
- 2022-02-13 03:20:36下载
- 积分:1
-
一个我以前做的cad的程序的源代码,可以参考下做法。
一个我以前做的cad的程序的源代码,可以参考下做法。-I used to do a cad of the program
- 2022-02-05 18:47:29下载
- 积分:1