-
dljs
改程序适应于电力系统短路电流计算,生成节点导纳矩阵和阻抗矩阵。(Change program suitable for power system short-circuit current calculation, to generate the node admittance matrix and the impedance matrix.)
- 2014-09-27 21:37:47下载
- 积分:1
-
Upcf8583s
用的是时钟芯片pcf8583,可以正常显示时间,并带有有Proteus仿真,非常形象!,已通过测试。
(Is clock chip pcf8583, can properly display the time, and with Proteus simulation, the very image of , Has been tested.)
- 2012-07-19 14:05:12下载
- 积分: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
-
stm32-DPV3.1-2013.5.1
Profibus-DP从站原理图, VPC3芯片配合STM32F103RBT6的系统,AD6原理图格式。(Profibus-DP slave schematics, VPC3 chip with STM32F103RBT6 system, AD6 schematic format.)
- 2021-04-29 15:38:42下载
- 积分:1
-
VByu18b20
单片机通信,vb与18b20温度传感器通信资料,包括上位机和下位机程序(Single-chip communication, vb and 18b20 temperature sensor communication data, including upper and lower machine program)
- 2012-08-05 14:00:06下载
- 积分:1
-
virtual-serial-port
单片机虚拟串口仿真图,里面有虚拟串口软件和串口调试助手,还有用proteus进行的仿真图,不用开发板一样进行仿真,只能说proteus太强大了。只要你想不到的,没有他做不到的!(Virtual serial port emulation chip chart, which has a virtual serial port software and serial debugging assistant, as well as performed with proteus simulation map, not the same simulation development board can only say proteus too strong. As long as you think, no he can not do!)
- 2013-07-31 16:19:11下载
- 积分:1
-
TreeOperation
tree operation made by using c++
- 2015-11-20 15:13:00下载
- 积分:1
-
ad7689msp430driver
这是一个有关AD7689的程序,只有驱动部分,使用的CPU是msp430F149。可以采集8路数据。不过数据在主程序中需要处理下,不然会有波动。(This is a program about the AD7689, only the driving part, CPU use is msp430F149. 8-way data can be collected. However, the data need to be addressed in the main program, the otherwise subject to fluctuations.)
- 2021-04-24 21:58:47下载
- 积分:1
-
cpluspluskursu
c++ studying codes/c++ COURSE/EXAMPLE CODES/ NECATİ ERGİ N
- 2015-12-15 04:14:10下载
- 积分:1
-
I2C_IO_simulate
使用IO口模拟I2C时序,包括主机、从机时序。(Using IO port simulation I2C timing, including the host, the machine timing.)
- 2015-09-06 16:47:35下载
- 积分:1