-
Chinese-version-of-VB6-Programmer
本材料是Visual Basic 6.0 中文版程序员指南,有兴趣的可以下载看看(This material is the Chinese version of Visual Basic 6.0 Programmer' s Guide, are interested can download to see)
- 2014-04-23 23:19:03下载
- 积分:1
-
df
说明: 这个程序是由关礼物的,挺好的,很实用,省的自己算不过来(this program is about gift)
- 2014-02-27 09:42:20下载
- 积分:1
-
integrated-control
双步进电机综合控制 用于51单片机 (Dual stepper motor integrated control)
- 2013-07-22 15:02:12下载
- 积分:1
-
code
包括很多的案列代码,博客系统,沟渠网站,售书系统等,使用。net(Including many text column code, blog systems, ditches website, bookselling system, to use. net)
- 2015-06-07 23:41:45下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
Paimai
简单拍卖,可实现委托(物品信息、可提出保留价),公告(物品信息、保留价),多次竞价,成交或流排等模块。维护拍卖过程各个环节的所有信息,最后保留所有物品的拍卖结果信息。(Can entrust (items of information may be made reserve price), announcement (items of information, reserve price), multiple bidding, auction or stream discharge and other modules. Maintain all information in all aspects of the auction process, the final auction results for all items retained information.)
- 2014-04-09 16:59:06下载
- 积分:1
-
nec_part3
A Beginner’s Guide to
Modeling with NEC vol 3
- 2014-10-15 08:30:40下载
- 积分:1
-
zhaopinqiuzhi-asp
全功能无限制。
后台登录mgr/login.asp
高级管理员websoa密码webs-oa.com
管理员admin密码admin
信息录入员hx密码hx888
- 2013-07-26 08:38:25下载
- 积分:1
-
vb_温湿度_Access
100% 可以运行的温湿度显示软件,数据保存在数据库之间的通信 串口通信(100% operational temperature and humidity display software, data stored in the database communication serial port)
- 2020-06-18 06:20:01下载
- 积分: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