-
S6d0118
用8051单片机来驱动的2.0吋TFT屏(S6D0118的IC)(use 8051 to drive the 2.0-inch TFT screen (S6D0118 IC))
- 2006-10-05 18:57:48下载
- 积分:1
-
PushSharp-master
PushSharp 使用c#进行消息推送的项目,支持ios及android(PushSharp uses c# for message delivery projects, support for IOS and Android)
- 2015-03-30 20:17:49下载
- 积分:1
-
ACM_AC
北大ACM POJ.ORG第1260替通过的AC答案 绝对是可以过的(North ACM POJ.ORG 1260 for answer by the AC can definitely be over)
- 2013-12-17 17:12:29下载
- 积分:1
-
YUV阴影检测
使用运动目标算法提取出前景,用YUV颜色空间实现阴影检测
- 2022-03-16 18:59:32下载
- 积分:1
-
51贪吃蛇
说明: 基于点阵屏的51单片机贪吃蛇小游戏,附带多种功能。非keil工程,使用codeblocks+sdcc编译,代码与keil工程有些许不同。(Based on the dot matrix screen 51 MCU Snake game, with a variety of functions. For non keil projects, code blocks + Sdcc are used to compile. The code is slightly different from keil projects.)
- 2020-07-19 15:08:01下载
- 积分:1
-
C#获取CPU、内存、磁盘使用率
- 2021-11-05 00:37:22下载
- 积分: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
-
ARMVI_FTPServer
wince 下ftp 服务,是wince下ftp服务器端得工具。挺好的东西!(wince under the ftp service is wince under the ftp server-side too tool. Quite good stuff!)
- 2009-09-27 11:30:32下载
- 积分:1
-
PWM-PRIJECT
利用stm32的TIM3产生PWM,可以调节占空比,通过寄存器配置的(Generate PWM, the duty cycle can be adjusted)
- 2013-12-18 21:24:58下载
- 积分:1
-
yuvread
说明: 实现对视频序列读取存储,插帧等功能,最后将插帧后的帧重新写入文件成为新的视频文件。(read the yuv video file and Implement the function of inserting frames.finally,the
processed files are rewrited into yuv file,which can be played exactly )
- 2020-09-01 16:58:08下载
- 积分:1