-
用vb写的数控仿真系统
说明: 仿真机床切割,可生产可编辑的轨迹代码,方便操作.(Simulated machine tool cutting, can produce editable trajectory code, easy to operate.)
- 2020-06-28 11:40:01下载
- 积分:1
-
mfc_general_dynamenu
DYNAMENU illustrates dynamic modification of menus and status bars regardless of whether handling commands are known at compile time. DYNAMENU illustrates the following capabilities(DYNAMENU illustrates dynamic modificati on of menus and status bars regardless of whethe r handling commands are known at compile time. D YNAMENU illustrates the following capabiliti es)
- 2007-02-16 23:48:28下载
- 积分:1
-
20090421
倒计时倒计时板,可以实现倒计时主题修改,时间设置等功能(dajishi)
- 2009-05-19 11:50:08下载
- 积分:1
-
ds18b20vb0
18B20测温,上位机程序,VB6.0环境开发(18B20 temperature, host computer program, VB6.0 environment for development)
- 2010-06-07 11:55:24下载
- 积分:1
-
Timer
定时器:设定时间格式(00::00)后,到时间弹出提示(timer:set time(00:00),then run up)
- 2013-12-07 08:46:19下载
- 积分:1
-
vbplc
说明: vb与plc通讯帮助解决vb与plc通讯之间的问题(vb and Communications plc)
- 2010-04-21 01:44:57下载
- 积分:1
-
ASD24B201303
Delta servo drive a new generation of hardware ASDA-B2 manual programming is an electrical engineer hardware reference manual,
- 2014-02-24 15:14:34下载
- 积分:1
-
RGB_Colour1618447212003
RGB Colour Wheel for Visual Basic
- 2016-01-28 22:22:18下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
chuankou
单片机串口发送程序,试一次课设做的,非常非常好用(Chip serial transmission program, try again Lesson set, very, very easy to use)
- 2013-06-05 00:13:11下载
- 积分:1