-
电极式液位检测
电极式液位检测,atiny13a,iccavr编译,硬件有需要可以联系我,已打样制作成一个小的传感器,通过轮流通电实现交流检测,防止单极氧化,检测间歇比1:10
- 2022-03-22 04:52:51下载
- 积分:1
-
嵌入式图形处理系统,emgui嵌入式图形处理系统,
嵌入式图形处理系统,emgui嵌入式图形处理系统,-embedded graphics system, emgui embedded graphics system,
- 2022-03-16 10:58:59下载
- 积分:1
-
CPLD initialization procedure for the DSP5416 and the timing control SAA7111A in...
CPLD初始化程序,用于DSP5416与SAA7111A的时序控制初始化.-CPLD initialization procedure for the DSP5416 and the timing control SAA7111A initialization.
- 2022-08-04 03:59:00下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1
-
intel 82527控制器描述can2.0协议的内容,本源码是个例子程序,未必能够正常运行,可能含有BUG。...
intel 82527控制器描述can2.0协议的内容,本源码是个例子程序,未必能够正常运行,可能含有BUG。-intel 82527 controller can2.0 described the contents of the agreement, the source is an example of procedures, may not be able to function properly, may contain BUG.
- 2022-01-25 21:11:45下载
- 积分:1
-
at91rm9200初始化C代码
at91rm9200初始化C代码--C code for starting up at91rm9200.
- 2022-03-14 09:33:02下载
- 积分:1
-
给出了一种基于$3C2410嵌入式SoC的网络视频会议终端的实现方案,在具体分析了软件测试中出现的H.263视频编解码及MicroWindows视频显示效率低的...
给出了一种基于$3C2410嵌入式SoC的网络视频会议终端的实现方案,在具体分析了软件测试中出现的H.263视频编解码及MicroWindows视频显示效率低的问题后,通过对H.263编解码器中的DCT分块变换、运动估计算法及GUI的FrameBuffer视频显示,进行了有针对性的改进工作,使软件充分利用了嵌入式S3C-2410的硬件资源,从而满足了嵌入式网络终端实时视频通信的实用需要.-This paper presents a $ 3C2410-based SoC embedded network video conferencing terminals to achieve the program in a specific analysis of the software testing appear in H. 263 video codec and video display Microwindows the problem of low efficiency, the adoption of H. 263 codec in the DCT block transform, motion estimation algorithm and the GUI of the framebuffer video display, had been targeted to improve the work, so that full advantage of the embedded software S3C-2410
- 2022-03-18 17:36:40下载
- 积分:1
-
用C语言编的带数码管显示的电子琴,含有实验报告
用C语言编的带数码管显示的电子琴,含有实验报告-Made by C language with a digital display of the organ, the report contains the experimental
- 2023-03-28 16:45:03下载
- 积分:1
-
弹片机的行列式(矩阵式)键盘,查询方式的,C语言的,其中SWICTH自己写....
弹片机的行列式(矩阵式)键盘,查询方式的,C语言的,其中SWICTH自己写.-Shrapnel machine determinant (matrix) keyboard, inquiry approach, C language, which swicth to write their own.
- 2022-01-28 23:10:43下载
- 积分:1
-
time and sleep function
this is sleep and time function, you can have a look. it is programming by c language, the gold of this program is achieve
1.how to use time functions to measure time
2. to understand program execution in a multi-task environment
3. to understand the concept of time drift
- 2022-09-10 12:50:03下载
- 积分:1