-
C语言的功能很强大,编动画也很棒的.以下就是用C语言编的模拟时钟 .^_^单击键盘的任意键就可以退出了!...
C语言的功能很强大,编动画也很棒的.以下就是用C语言编的模拟时钟 .^_^单击键盘的任意键就可以退出了!-C language function very powerful, part animation also terrific. The following is Part C language simulation clock. ^ _ ^ Click keyboard keys can be arbitrary withdrawal!
- 2022-02-24 22:48:42下载
- 积分:1
-
因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk的生成球体的例程。...
因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk的生成球体的例程。
- 2022-06-02 06:49:30下载
- 积分:1
-
本程序可实现快速Fourier变换,使用可直接调用
本程序可实现快速Fourier变换,使用可直接调用-this procedure allows for fast Fourier transform, the use of direct call
- 2022-01-30 14:06:12下载
- 积分:1
-
VC++图象处理程序,内容是编程实现对图象的高斯滤镜,效果很好...
VC++图象处理程序,内容是编程实现对图象的高斯滤镜,效果很好-VC image processing procedures, as programming is the right image Gaussian filter with good results
- 2022-04-12 05:02:22下载
- 积分:1
-
模拟windows绘图功能,绘图编程入门之经典程序
模拟windows绘图功能,绘图编程入门之经典程序-simulation windows graphics, graphics programming domain procedures classic
- 2022-07-23 17:49:35下载
- 积分: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
-
中点画圆,bresenham画圆,中点画线,bresenham画仙,
中点画圆,bresenham画圆,中点画线,bresenham画仙,-midpoint Circle, bresenham Circle, Stipples line bresenham painting cents
- 2022-11-25 19:25:03下载
- 积分:1
-
汉字识别系统。基于样本训练的汉字识别系统,何以识别汉字/字符数字等。很适合学习基本原理的研究者使用。...
汉字识别系统。基于样本训练的汉字识别系统,何以识别汉字/字符数字等。很适合学习基本原理的研究者使用。-Chinese character recognition system. Based on the training sample Chinese character recognition system, why is recognition of Chinese characters/character statistics. Very suitable for studying the basic tenets of researchers.
- 2022-05-19 23:19:59下载
- 积分:1
-
一个画图的小程序源代码
一个画图的小程序源代码-drawing of a small source code
- 2022-03-13 15:39:22下载
- 积分:1
-
这是一个闹钟程序,用vc++实现,界面友好实用,很不错的啊
这是一个闹钟程序,用vc++实现,界面友好实用,很不错的啊-This is a clock program, vc achieved, friendly interface and practical, very good ah
- 2022-03-09 12:35:37下载
- 积分:1