登录
首页 » c » C51

C51

于 2022-05-20 发布 文件大小:16.08 kB
0 135
下载积分: 2 下载次数: 1

代码说明:

二 开发板功能模块介绍 (1)8位高亮度贴片led跑马灯; (2)4位共阳数码管显示; (3)LCD1602和LCD12864(支持彩屏)接口; (4)1路无源蜂鸣器; (5)1路ds18b20温度测量电路; (6)1路红外接口电路 (7)4路独立按键 (8)1路PL2303USB通讯电路;

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 知三点求圆心半径
    输入三点的三维坐标,求立体空间的圆心所在,使用了对话框架构,里面的算法函数可以提出来单独使用(importation of 3D coordinates for a three-dimensional space where the center of a circle, use the dialog box structure, function inside the algorithm can be made to use separate)
    2005-07-07 17:48:04下载
    积分:1
  • GrabCut
    说明:  基于opencv的图像分割算法,改进了graph cut算法(image segmentation algorithm based on Opencv, improved from graph cut algorithm)
    2011-04-09 15:33:03下载
    积分:1
  • asp.net 购物车实例代码【附完整源码】
    此购物车实例主要有三大功能:1.折扣方案调整 2.商品列表 3.购物车
    2013-02-22下载
    积分:1
  • xiaobo
    遗传算法优化小波神经网络的源程序,供研究设计使用(Genetic algorithm optimization of wavelet neural network source for research designed to use)
    2020-08-06 20:18:34下载
    积分:1
  • rev
    GD32F103,用串口发送并回显程序(UART)(GD32F103, with a serial port to send and echo procedures (UART))
    2020-12-17 10:19:11下载
    积分:1
  • 培训中心网站管理系统.
    培训中心网站管理系统. -Training Center Web site management system.
    2023-03-09 15:40:04下载
    积分:1
  • C# 输入界面中的各种文本框判断效果演示
    这是一个实用的输入判断验证演示程序,面向C#编程环境,当用户输入的数据不正确或为空时,均会显示提示,不过这个提示是一个图标在闪烁,直到输入正确,下面是判断机制:   private void textBox2_Validating(object sender, System.ComponentModel.CancelEventArgs e)   {    if (textBox2.Text == "")//判断是否输入订货数量    {    errorProvider2.SetError(textBox2, "不能为空");//设置errorProvider2的错误提示    }    else    {    try    {    int x = Int32.Parse(textBox2.Text);//判断是否输入数字,如果不是数字会出现异常    errorProvider2.SetError(textBox2, "");// errorProvider2控件不显示任何错误信息    b = 1;//将b赋值为1    }    catch    {    //如果出现异常,设置errorProvider2控件的错误信息    errorProvider2.SetError(textBox2, "请输入一个数");    }    }   }   private void textBox3_Validating(object sender, System.ComponentModel.CancelEventArgs e)   {    if (textBox3.Text == "")//判断是否输入订货数量    {    errorProvider3.SetError(textBox3, "不能为空");//设置errorProvider3显示的错误消息    }    else    {    errorProvider3.SetError(textBox
    2022-01-25 17:43:07下载
    积分:1
  • 屏幕保护程序基类
    说明:  就是个屏幕保护程序基类,希望对大家能够有所帮助.(screens is the base class protection program, we hope to be able to help.)
    2005-11-14 13:24:12下载
    积分:1
  • Wavelet_denoising
    小波去噪matlab程序,有demo,本人已运行,能用,大家可以试一试。(Wavelet denoising matlab program, demo, I have to run, can be used, we can try.)
    2013-10-25 21:10:04下载
    积分:1
  • CSharp-Speecher
    C#版语音识别系统,精准度超强,到得收藏(C# version of the speech recognition system, super accuracy to Favorites)
    2012-09-06 11:53:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载