-
lpc1788_ucos3
uCosiii在LPC177x,LPC178x上的移植,包括所有驱动程序,包括uCos实例模板(uCosiii LPC1788 ,content all drivers)
- 2015-08-04 11:31:29下载
- 积分:1
-
MVVMDemo windowphone项目例子源码下载
MVVM模式的demo
- 2015-03-24下载
- 积分:1
-
获取cpu相关信息,运用c#编写,绝对实用
获取cpu相关信息,运用c#编写,绝对实用-Cpu access to relevant information, the use of c# development, the absolute utility
- 2022-01-25 22:09:55下载
- 积分:1
-
基于MSP430F2553恒流源程序设计
恒流源是电子仪器和设备中常用的一种电源。一般的恒流源往往存在调节范围小、稳定性差等缺点。本文设计的数控直流电流源能够很好地降低因元器件老化、温漂等原因造成的输出误差,电流源支持0-20mA,0-2mA,0-200uA三个档可调、输出电流可预置、输出电流信号可直接显示等功能。硬件电路采用MSP430F5529低功耗单片机为控制核心,利用闭环控制原理,电路组成闭环负反馈进行稳流,最终实现精度高、稳定性好、输出范围宽的要求。
- 2022-03-26 02:24:15下载
- 积分:1
-
NRF24l10 无线通讯(stm32f103实现)
stm32F103*2+NRF24L10*2,实现主从互相通讯。
- 2022-01-24 18:49:28下载
- 积分:1
-
rloader
Relocating loader for SIC
- 2009-09-27 19:54:54下载
- 积分:1
-
MC9S12XHZ256_IcpdfCom_110476
官方数据.分享给需要的,欢迎下载,英文的,讲解详细(The RESET pin is an active low bidirectional control signal. It acts as an input to initialize the MCU to a
known start-up state, and an output when an internal MCU function causes a reset.The RESET pin has an
internal pullup device.)
- 2019-03-16 14:10:29下载
- 积分:1
-
中点算法 DDA算法 bresenham算法
中点算法
#include "graphics.h"
Void Midpointline (int x1,int y1,int x2,int y2,int color)
{
int a,b,d1,d2,d,x,y;
a= y1-y2;b=x2-x1;d=a+a+b;
d1= a=a;d2= a+a+b+b;
x=x1;y=y1;
putpixel(x,y,color);
while (x
- 2022-08-12 19:19:01下载
- 积分:1
-
lpjpeg
说明: 封装好的标准jpeg编/解码器类,可直接加入工程使用,支持多种方式的输入输出,决对好用。(Packaging good standard jpeg encoder/decoder class can be directly used to join the project and support the input and output a variety of ways, never to use.)
- 2008-11-06 13:17:28下载
- 积分:1
-
ACR122U-Sample-Codes_CPP
ACR122U Sample Codes_C 读卡机示范代码(ACR122U Sample Codes_C )
- 2013-09-04 14:18:54下载
- 积分:1