-
基于51的波形发生器
程序编写环境:win xp+Keil uVision 3(8.18)主要功能模块:STC89C516RD+单片机(是51内核就行),AD9850信号发生芯片,JHD529M1型12864液晶模块(带中文字库),4*4矩阵键盘单片机IO口使用情况: P0口接液晶显示器数据线, P1.0接液晶的RS(CS),P1.1接液晶的RW(SLD),P1.2接液晶的E(SCLK),P1.3接液晶的PSB,P1.4接液晶的RESET P1.5接AD9850的RESET,P1.6接AD9850的WCLK,P1.7接AD9850的FQUD P2口接键盘,P3口接AD9850,键盘示意图(4*4矩阵): | 7 | 8 | 9 | set | ————————————————————— | 4 | 5 | 6 | enter | —————————————————————&
- 2022-03-07 21:06:36下载
- 积分:1
-
kde
Kernel Density Estimation (Set of tools for nonparametric (kernel) density estimation)
- 2009-08-16 18:06:34下载
- 积分:1
-
WPF 自定义标题的winform窗体实现源码
两个属性一个事件 WindowStyle="None" 去标题 AllowsTransparency="True" 去边框 MouseMove="TitleBar_MouseMove" 鼠标拖动标题栏 // 支持标题栏拖动 protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) { base.OnMouseLeftButtonDown(e); // 获取鼠标相对标题栏位置 Point position = e.GetPosition(TitleBar); // 如果鼠标位置在标题栏内,允许拖动 if (e.LeftButton == MouseButtonState.Pressed) { if (position.X >= 0 && position.X < TitleBar.ActualWidth && position.Y >= 0 && position.Y < TitleBar.ActualHeight) { this.DragMove(); } } }
- 2013-10-06下载
- 积分:1
-
LumiSoft.Net的全部代码,SMTP,POP3,FTP
LumiSoft.Net的全部代码,SMTP,POP3,FTP-LumiSoft.Net s code,SMTP,POP3,FTP
- 2022-02-05 21:04:38下载
- 积分:1
-
c++异步串口源码
实现c++异步串口的封装,使用简单,便于移植
- 2023-09-04 03:00:04下载
- 积分:1
-
MoveCatch
对移动目标检测,需要先用鼠标框定感兴趣的目标,然后才能追踪。(Moving target detection, target mouse framed interested need to use before tracking.)
- 2016-08-15 17:59:52下载
- 积分:1
-
chengxu
食堂用餐拥挤问题
但服务台多队列模型
系统优化(Canteen meals congestion problem, but help desk Multi-Queue Model of System Optimization)
- 2010-03-15 22:43:37下载
- 积分:1
-
46-bu-jin-dian-ji-zhen-fan-zhuan
内容:1、本程序用于测试4相步进电机常规驱动
2、需要用跳帽或者杜邦线把信号输出端和对应的步进电机信号输入端连接起来
3、速度不可以调节的过快,不然就没有力矩转动了
4、按s4(设置成独立按键模式)可以控制正反转 (Content: This program is used to test the four-phase stepper motor conventional drive 2, you need to jump the caps or the DuPont line signal output and the corresponding stepper motor signal input to connect, the speed can not be adjusted too fast. otherwise there is no torque rotation, set individual keys by s4 () can control the reversing)
- 2012-06-27 15:23:33下载
- 积分:1
-
井盖防盗报警 RGKJ-R3CH4H2S-MAIN
说明: 井盖防盗报警,气体检测,代GUI的说明,而且在工厂长期检验应用。(Well cover burglar alarm, gas detection, instead of GUI instructions, and long-term inspection in the factory application.)
- 2020-06-23 07:40:02下载
- 积分:1
-
SMapiSample
收发邮件的模拟程序 代码经典 很好 学习的经典例子(收发邮件的模拟程序 代码经典 很好)
- 2010-10-20 13:01:29下载
- 积分:1