-
nRF24Z1_external_MCU_1_0
无线收发芯片nrf24z1传声系统,各部分驱动编写,MCU为Atmega16单片机(failed to translate)
- 2012-03-09 13:45:59下载
- 积分:1
-
chap11
vc++matlab图像处理与识别分章代码下载11(vc++ matlab image processing and recognition of sub-chapter code 11 download)
- 2009-03-28 09:53:32下载
- 积分:1
-
RSACoder
说明: RSA安全编码组件
用私钥对信息生成数字签名
用私钥解密
用公钥加密
用私钥加密(RSA Security Coding Component
Generating Digital Signature with Private Key Pair Information
Decryption with Private Key
Encryption with public key
Encryption with Private Key)
- 2020-06-16 15:00:02下载
- 积分:1
-
PIC CCP例
#include
#define uchar unsigned char
#define uint unsigned int
__CONFIG(0x3B31);
uint CCPDE;
const uchar table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void delay(uint x)
{
uint j,i;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
uchar temp;
void init();
void display();
void xianshi(uchar num1,uchar num2,uchar num3,uchar num4);
void main()
{
uchar a1=0,a2=0,a3=0,a4=0;
init();
while(1)
{
a1=CCPDE/1000;
a2=CCPDE%1000/100;
a3=CCPDE%100/10;
a4=CCPDE%10;
xianshi(a4,a3,a2,a1);
}
}
void init()
{
TRISB=0X00;
PORTB=0x06;
TRISC=0x0f;
CCP1IE=1;
T1CON=0X01;
CCP
- 2022-12-15 00:15:03下载
- 积分:1
-
code_a_picutre
针对H264 JM中encode_a_picture函数进行讲解的PPT,希望对大家的学习有所帮助(For H264 JM in encode_a_picture function to explain the PPT, we hope to be helpful to learn)
- 2013-07-18 15:38:20下载
- 积分:1
-
shanon
说明: 香农第一定理指出了平均码长与信源之间的关系,同时也指出了可以通过编码使平均码长达到极限值,这是一个很重要的极限定理。(Shannon first theorem that the average yards long with the letter of the relationship between the source, it has also pointed out the code can make the average yards long reach limits, this is a very important Limit Theorem.)
- 2006-05-13 00:27:36下载
- 积分:1
-
5
★问题描述:
给出平面上的N 个二维点,求出距离最小的2 个点对。本题中距离定义为他们的直
线距离。例如(0,0) (3,4)的距离为5.
★数据输入:
有多组数据,对于每组数据,第一行是一个数字N 表示点的个数。N=0 的时候说明
输入结束。之后N 行,每行有2 个浮点数x_i,y_i 表示第i 个点的坐标。(1<=N<=10000
0,0<=|x_i|,|y_i|<=10^9)
★结果输出:
输出一个浮点数,表示最近点对的距离除以2,保留2 位小数(四舍五入)。
- 2013-12-03 14:57:02下载
- 积分:1
-
12864
说明: 12864液晶显示能够成熟运用在51上面的C语言编程,大家赶快下载!(12864 LCD can mature in 51 above, the use of C-language programming, we hasten to download!)
- 2008-11-11 11:06:07下载
- 积分:1
-
Mushroom_1_2a
Project SmartGREEN Control 1.2a
Main Program [Arduino]
- 2013-12-06 10:04:31下载
- 积分:1
-
独立看门狗实验
说明: stm32看门狗实验,独立看门狗实验。应用stm32f103rct6(stm32watchdog experiment)
- 2020-03-05 10:04:28下载
- 积分:1