-
pqxiebo
这是一个电力系统谐波检测的MATLAB仿真模型,采用的是基于瞬时无功功率理论的pq法,效果很好(This is a power system harmonic detection MATLAB simulation model, based on the use of instantaneous reactive power theory pq method, the effect is very good)
- 2017-04-02 11:41:05下载
- 积分:1
-
GPS网平差
经典的GPA网平差,涉及内容丰富,有最小二乘,加权平均,自由网等等。程序通俗易懂,便于学习。
- 2022-05-07 13:40:01下载
- 积分:1
-
segmentation3D
利用itk的区域增长算法,分割三维图像并用vtk进行重建显示(Regional growth in the use of the itk algorithm, segmentation and three-dimensional image reconstruction shows vtk)
- 2009-06-01 17:15:55下载
- 积分:1
-
VCGYK
这是GYK轨道车控制运行设备测试系统的 界面选择程序,简单实用,情放心实用(This is GYK railcar control operation of the equipment interface test system selection process, simple and practical)
- 2014-02-12 14:56:53下载
- 积分:1
-
UDS_BOOTLOADER
有利于初学者学习CAN通信,UDS协议,BOOTLOADER.可以快速掌握这些知识,对嵌入式开发能力可以得到很好的提升。(Conducive to beginners to learn CAN communication, UDS protocol, BOOTLOADER. can quickly grasp the knowledge of the embedded development capabilities can be improved.)
- 2017-02-07 14:47:57下载
- 积分:1
-
流水灯c51代码
#include
sbit LED0=P1^0;
sbit LED7=P1^7;
void main ( )
{
TMOD=0x66;
TH0=255;
TL0=255;
TH1=-3;
TL1=-3;
EA=1 ;
ET1=1 ;
ET0=1 ;
TR0=1 ;
TR1=1 ;
while (1);
}
void t0int( ) interrupt 1
{ LED0=~ LED0 ;}
void t1int ( ) interrupt 3
{ LED7=~LED7 ;}
- 2022-01-29 04:19:21下载
- 积分:1
-
PTG灰度相机源码
PTG灰度相机源码PTG灰度相机源码PTG灰度相机源PTG灰度相机源码码PTG灰度相机源码
PTG灰度相机源码PTG灰度相机源码PTG灰度相机源PTG灰度相机源码码PTG灰度相机源码
- 2023-06-18 11:40:02下载
- 积分:1
-
DTMF
该软件可以解析声音信号中的dtmf编码,值得下载一试。(The software can resolve the dtmf encoding sound signals)
- 2010-08-03 22:41:51下载
- 积分:1
-
51watch-dog
通过51看门狗定时器的使用,了解看门狗定时器的功能(Through the use of the watchdog timer 51, the Watchdog Timer function
)
- 2014-03-30 13:16:43下载
- 积分:1
-
java_ga
利用java实现遗传算法,用来解决tsp旅行商问题。功能已测试(Using Java implementation, genetic algorithm is used to solve TSP traveling salesman problem. Function has been tested)
- 2015-12-26 18:01:38下载
- 积分:1