-
opencamlib-master
一个C++库,用于CNC数控加工之CAM处理。(OpenCAMLib (ocl) is a c++ library for creating toolpaths for cnc-machines
such as mills and lathes.)
- 2016-01-25 16:14:20下载
- 积分:1
-
ConCard_TPE
新中新小一卡通标准对接服务SDK,拥有它完全可以自行定制业务软件(The Synjones ConCard TPE SDK)
- 2016-08-05 17:33:34下载
- 积分:1
-
Light-cube-program
光立方源程序代码,经本人使用,确定为可用程序,有详细注解(Light cube source program code, after I use, determine the available procedures, a detailed explanation)
- 2015-07-18 14:55:47下载
- 积分: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
-
123
大家好,这是关于密码锁的电路图,需要的话可以参考下(
允许输入拉丁字符的拼音
英语
中文(简体)
日语
Hello, everybody, this is a circuit diagram of the combination lock, if necessary, can refer to the following
允许输入拉丁字符的拼音
英语
中文(简体)
日语
Hello, everybody, this is a circuit diagram of the combination lock, if necessary, can refer to the following)
- 2012-12-30 10:06:51下载
- 积分:1
-
10GenericMFC
电子时钟程序,通过VC++编程,实现电子时钟程序,方便编程爱好者交流学习。(Electronic clock procedures, through VC++ programming, electronic clock procedures to facilitate the exchange of learning programming enthusiasts.)
- 2013-07-11 14:29:17下载
- 积分:1
-
Frequency-calculate
用于水文频率计算的目估适线法,程序基于φ值表查询计算(Mesh used to calculate estimates of hydrological frequency fitting method)
- 2013-12-31 11:14:37下载
- 积分:1
-
skinforwin
Other Skin for yous App... simple, you can made more skins for it. Come whit some skins
- 2015-07-12 18:48:41下载
- 积分:1
-
645-485
一个电表行业专用的基于645规约的电表485通讯抄表程序,可以进行485总线抄表,645规约测试。程序技术要点就是规约数据传输协议的处理,如向电表发送数据时的控制码和数据长度、发送的数据部分(数据标识 + 密码 + 数据)、应答帧长度、结束标志等通讯协议的处理值得大家学习。(A meter-based industry-specific statute 645 meter 485 meter-reading procedure can be carried out 485 meter, 645 Statute of the test. Procedures for the technical elements of the statute is to deal with data transmission protocols, such as sending data to the meter when the control code and data length, send the data section (data logo+ Password+ Data), response frame length, marks the end of the treatment protocol, etc. everyone deserves to learn.)
- 2021-03-08 09:49:29下载
- 积分:1
-
RS485_connection_process-for-C51
在51单片机上实现RS485通讯,能够实现与上位机的通信(RS485 mode on 51 single, able to communicate with the host computer)
- 2014-08-21 18:10:03下载
- 积分:1