-
用vb写的数控仿真系统
说明: 仿真机床切割,可生产可编辑的轨迹代码,方便操作.(Simulated machine tool cutting, can produce editable trajectory code, easy to operate.)
- 2020-06-28 11:40:01下载
- 积分:1
-
20090421
倒计时倒计时板,可以实现倒计时主题修改,时间设置等功能(dajishi)
- 2009-05-19 11:50:08下载
- 积分:1
-
C51-VBddl
VB 开发C51的动态链接库,可以拿来直接用的,(VB-C51 dynamic link library that can be used directly, and)
- 2013-11-17 22:19:39下载
- 积分:1
-
CHUISUCAD
通过一个工程实例示范NX二次开发方法,步骤。同时建立了菜单,工具条。对NX二次开发中调用MFC对话框做了介绍。(Through an engineering example demonstrates NX secondary development methods, steps. While creating a menu, toolbar. Secondary Development calls on NX MFC dialog is introduced.)
- 2013-10-04 20:39:09下载
- 积分: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
-
menu-systemV1.0
基于VS 2010的文本菜单系统,理论上最大可以实现1~255个菜单级数和目录数(VS 2010 text-based menu system, you can achieve a theoretical maximum ~ 255 menu progression and directories)
- 2013-08-15 13:20:58下载
- 积分:1
-
AOK虚拟示波器上位机源码及APP最新版
AOK虚拟示波器的上位机源码,从串口获取下位机数据,然后绘制波形(AOK virtual oscilloscope host computer source, from the serial access to the next machine data, and then draw the waveform)
- 2017-09-20 16:29:41下载
- 积分:1
-
PopManu
窗体与界面设计,弹出菜单应用实例,在控件上单击右键弹出菜单(Forms and interface design, pop-up menu, application examples, in the control, right-click pop-up menu on the)
- 2010-02-24 10:02:31下载
- 积分:1
-
mytest
可以通过此程序进行工业控制软件的开发,可以开发出西门子plc的通讯程序,实现类似于阻态软件的功能.(This procedure can be carried out industrial control software development, can develop a communications program of Siemens plc, to achieve similar to the resistance state of the software functionality.)
- 2009-10-25 11:01:51下载
- 积分:1
-
FX_keyreader
Mitsubishi FX Keyreader to unlock FX1S,1N, 2N
- 2014-11-28 17:05:18下载
- 积分:1