-
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
-
stm32f407 手写识别
基于stm32f407的手写识别程序,亲测可用(Handwriting recognition program based on stm32f407)
- 2018-03-14 22:02:21下载
- 积分:1
-
Firmware_Lib_ft6x06_V20_04_S01_01
敦泰科技触摸IC源码,非常好的C语言学习源码程序,(Touch IC source, Thai science and technology, a very good C language source code program,)
- 2014-10-09 15:05:08下载
- 积分:1
-
DataAdapter
使用DataAdapter对数据库进行操作
将SQL-search.aspx程序可改为使用DataAdapter对数据库进行操作.
程序使用"Dim objAdapt As New OleDbDataAdapter(strcmd,objCon)"创建了DataAdapter对象。(Use DataAdapter to operate the database
The SQL-search.aspx program can be changed using the DataAdapter to operate the database. The program uses "Dim objAdapt As New OleDbDataAdapter (strcmd, objCon)" Creating a DataAdapter object.
)
- 2013-12-27 21:39:40下载
- 积分:1
-
BixVReader
Smart card虚拟读卡器驱动源码,这个很稀少的哦(smart card virtual driver source code.)
- 2021-03-30 11:59:10下载
- 积分:1
-
coleach_3
Energy efficiency is the most important design goal
for wireless sensor networks (WSNs). In this paper, we propose
an energy-efficient cooperative MIMO scheme, which
combines energy-efficient LEACH (EE-LEACH) protocol and
cooperative MIMO. We name it as EE-LEACH-MIMO
scheme. EE-LEACH is an improved LEACH algorithm, in
which the network is partitioned to sectors with equal angle for
avoiding the distribution non-uniformity of cluster heads. In
EE-LEACH-MIMO scheme, the location and the residual
energy of each node are considered when the cluster heads for
clustering and cooperative nodes for MIMO system are chosen.
For comparisons, LEACH, EE-LEACH, the simple
cooperative scheme with LEACH and MIMO (LEACHMIMO),
and EE-LEACH-MIMO scheme are simulated. The
result shows that EE-LEACH-MIMO scheme can well balance
the network load, save energy and prolong the network
lifetime
- 2014-05-05 21:39:20下载
- 积分:1
-
webrtc_vad
webrtc中的vad代码,单独的vs2008工程,可以运行,供学习研究使用。(it is the vad code from webrtc, it is a program of vs2008, you can run it successfully, and it is very useful for study and research.)
- 2014-07-17 16:45:22下载
- 积分:1
-
Full2012
1. 本研究利用 PCA 对可见-近红外(450~1 000 nm)、可见光(450~780 nm)和近红外(780~1 000 nm)光谱区域的苹果高光谱图像数据进行降维,获得 PC 图像,通过对 PC 图像进行分析,确定可用于分割损伤和正常区域的有效光谱区域,对比分析几个光谱区域的 PCA 的效果。(but currently no practical system for detecting blood spots and
dirt stains exists. In order to obtain maximum throughput, processing speeds
of over 85,000 eggs per hour are common. The demanding requirements
placed on the human workers result in two types of grading errors)
- 2013-09-03 16:30:05下载
- 积分:1
-
weideng
汽车尾灯控制程序,包括左右转向灯,刹车灯,应急灯,(Taillights control procedures, including the left and right turn signals, brake lights, emergency lights,)
- 2016-01-06 18:48:03下载
- 积分:1
-
CD4052-CD405
CD4051/CC4051是单8通道数字控制模拟电子开关,有三个二进控制输入端A、B、C和INH输入,具有低导通阻抗和很低的截止漏电流。(CD4051/CC4051 is single channel 8 digital controlled analog electronic switch, there are three binary control input A, B, C and INH input, has low conduction resistance and very low by leakage current.)
- 2014-07-24 10:08:52下载
- 积分:1