-
IEEE-9-chaoliujisuanchengxu
用于电力系统潮流计算的程序,IEEE9节点算例,可以改成自己想要的节点算例(Program for power flow calculation, IEEE9 node examples, you can change the node you want examples)
- 2013-12-11 19:19:22下载
- 积分:1
-
canutils
一个很好的linux can测试程序 ,可以参考一下(A good linux can test the program, you can refer)
- 2016-05-10 09:11:44下载
- 积分:1
-
ADS112C04
ADS112C04驱动,可采集电压,产生恒定电流等(ADS112C04 Driver,can Acquisition voltage,and
Generating a constant current)
- 2020-12-15 20:59:13下载
- 积分:1
-
xiangpintexin
本作品以MSP430单片机为核心, 基于DDS原理,通过查表方式输出步进量为10HZ,频率为100HZ~2KHZ的正弦波。两路被测信号通过过零比较、异或和低通滤波整流,实现了对相位差的测量,误差小于(This works with MSP430 microcontroller as the core, based on DDS principle, by look-up table output step sizes for the 10HZ, frequency of 100HZ ~ 2KHZ sine wave. Two by the signal zero-crossing comparator, XOR, rectification and low-pass filtering, the realization of the phase of the measurement error is less than)
- 2013-05-23 15:14:22下载
- 积分:1
-
360度全景图例子源代码
集成了OpenGLES框架以及QuartzCore框架。作者:Javier Baez
实现了360全景视图。默认使用iPad。如果打开请适配。工程可能会有低版本警告。请按操作执行。(OpenGLES framework and QuartzCore framework are integrated. Author: Javier Baez)
- 2018-12-12 14:22:57下载
- 积分:1
-
PIC8单片机ADC应用
#include
volatile unsigned char adresult;
void ADC_Sample(unsigned char adch);
void DelayXms(unsigned char x);
#define _DEBUG //调试程序用
/**********************************************************
函数名称:AD_Sample
函数功能:AD检测
入口参数:adch - 检测通道
出口参数:无
备 注:采样通道需自行设置为模拟口
采样10次,取中间八次的平均值为采样结果存于adresult中
**********************************************************/
void ADC_Sample(unsigned char adch)
{
static unsigned int adsum = 0;
static unsigned char admin = 0,admax = 0;
static unsigned char adtimes = 0;
ADCON1 = 0; //左对齐
ADCON0 = 0X41 | (adch
- 2022-01-25 15:00:46下载
- 积分:1
-
TinyRTC
arduino RTC connect on DS1307 2
- 2015-02-24 04:05:19下载
- 积分:1
-
串口程序 可以自动识别串口号
可以用来自动识别串口号,方便快捷,成功应用于ZigBee板子中。
- 2022-03-10 03:24:47下载
- 积分:1
-
数据挑战题
说明: c++制作的小游戏,还有一个排队看病系统,仅供大家参考(Curriculum design of C + +)
- 2020-12-23 10:41:02下载
- 积分:1
-
R8C2L 直流无刷电机源代码
瑞萨R8C2L 直流无刷电机源代码,可以实现基本的带霍尔无刷电机驱动控制。代码数量不多,结构比较清晰,方便读者阅读,适合初学者学习。
- 2022-02-03 16:05:09下载
- 积分:1