-
Cammer-Web
数码产品网站,包括产品介绍、展栏、分布与链接,还有用户注册登陆及留言板等功能(cammer producter)
- 2016-01-06 15:23:53下载
- 积分:1
-
modscan
说明: 一个特别好的modbus从机扫描程序,可以以RTU或ASCII方式通信以此来检验下位机。(A particularly good modbus slave scanner can communicate with RTU or ASCII way to test this lower position.)
- 2010-05-05 09:18:04下载
- 积分:1
-
VB
说明: 一本较好的VB教程,主讲上位机编程,相信大家会喜欢的。(A better VB tutorials, keynote host computer programming, I believe you will like.)
- 2009-10-10 09:19:24下载
- 积分:1
-
DS18b20WDHS
DS18B20温度换算器,可以检验单片机传感器检测出来的值。注意,是VB.net源码。(DS18B20 temperature converter, you can test the value of single-chip sensor detects.Note it is VB.net source.)
- 2013-05-04 20:55:17下载
- 积分:1
-
extraction-of-high-frequency-data
新浪网页上提取债券数据 实时的高频数据(Real-time data extraction bonds frequency data on the Sina website)
- 2013-11-27 14:30:10下载
- 积分:1
-
verilog
介绍了一种SPI从机的接口verilog编码(verilog code for spi slave )
- 2012-07-19 21:08:21下载
- 积分:1
-
lay_v1.2
说明: 邮件群发源码!!!! (Bulk mail source! ! ! )
- 2011-04-13 14:55:41下载
- 积分:1
-
aspxtp
asp投票系统,.,,,,
(asp ,.,,,, voting system)
- 2008-01-03 15:26:54下载
- 积分:1
-
PCAS
采用VB编写的一个电路分析系统,支持现行电路的分析,具有电路图绘制,仿真功能,并包含了示波器等元器件。(using VB prepared a circuit analysis system, in support of the current circuit, with circuit diagrams mapping, simulation function, and includes components such as oscilloscopes.)
- 2020-12-07 20:09:22下载
- 积分: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