-
artoflayout
模拟版图的艺术,layout,区别于普通的pcb版图。属于微电子行业的设计,相关工具有laker、cadence等等(The art of analog layout, layout, layout pcb from ordinary. Belonging to the design of micro-electronics industry, the relevant tools laker, cadence, etc.)
- 2009-04-30 14:47:34下载
- 积分:1
-
5933
AD5933评估板下位机程序(keil C)和上位机程序(VB)(AD5933 Evaluation procedures under the plan (keil C) and PC (VB))
- 2021-01-28 00:48:35下载
- 积分: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
-
交通灯protues仿真程序
交通灯的设计开发,实现道路交通的智能控制,可以根据道路实际情况改变通行时间(The design and development of traffic lights can realize the intelligent control of road traffic, and change the passage time according to the actual situation of the road)
- 2020-06-26 20:00:02下载
- 积分:1
-
Ultrasonic-Ranging
超声波测距,在51单片机内核下的超声波测距程序,比较精简,希望大家受用。(Ultrasonic ranging, in 51 single kernel of ultrasonic distance measurement procedures, more streamlining, I hope everyone is good enough.)
- 2011-10-26 20:35:03下载
- 积分:1
-
BEM2CPP
二维弹性常值边界元程序BEM2C++,二维边界元,弹性静力学(2 Dimensional elastic constant BEM program BEM2C++)
- 2014-01-07 16:31:07下载
- 积分:1
-
LCM12864
12864液晶屏幕,并口方式,反白,字符显示,图片显示(12864 LCD screen, parallel mode, highlight, character display, image display)
- 2012-07-10 19:15:04下载
- 积分:1
-
SCM-40-experiment-
单片机的40个实验,这个很全的,是一个很好的东西,希望大家好好使用它。(SCM 40 experiment, this is very full, is a very good thing, hope everyone to use it.
)
- 2012-08-31 22:09:19下载
- 积分:1
-
STM32_trace_l298
这段代码包括了基于STM32对简单小车的循迹壁障以及L298N的驱动。并对其中关键部分进行了注释。(This code includes a simple car-based STM32 tracking barrier and L298N driver. And one of the key parts of the notes.)
- 2014-02-26 12:18:03下载
- 积分:1
-
ANALOG_TURNER
说明: 尽管模拟高频头在开发中用得已经减少了,但是模拟电视接收功能在许多数码产品上仍有其身影。希望对本站的朋友有所帮组!(Although the analog tuner in the development of using has been reduced, but the analog TV reception capabilities in a number of digital products still has its shadow. Want to site a friend had to help group!)
- 2009-08-30 22:22:17下载
- 积分:1