-
16位高速数字相关器,简单易学,十分适合初学者使用
16位高速数字相关器,简单易学,十分适合初学者使用-16-bit high-speed digital correlator, easy to learn, very suitable for beginners to use
- 2022-10-21 16:45:04下载
- 积分:1
-
32位arm9微处理器S3C2440的uart测试源代码
32位arm9微处理器S3C2440的uart测试源代码-32-bit ARM9 microprocessor S3C2440 UART to test the source code
- 2022-01-23 11:10:35下载
- 积分:1
-
C implementation using automatic device 1 advertisement light box, DC motor cont...
用C实现广告灯箱自动装置1、直流电机控制系统,控制广告牌的升降。
2、定时翻转广告,可由按键设定时长。
3、时间设置,5:00-22:00正常工作,其余时间不工作,时间可以调整。
4、到达广告的边缘部分广告停止翻转。
5、广告可以由按键设置升/降。
6、白天时间广告灯不亮,光线较暗时广告灯才亮,测试灯的好坏时可以手动控制灯光。
7、断电时保存时间及按键的设置,使广告牌到达边缘部分。
-C implementation using automatic device 1 advertisement light box, DC motor control system, control the rise and fall of advertising. 2, ads from time to time reversal, length of time set by the keys. 3, time set ,5:00-22: 00 normal job, the rest of the time does not work, time to adjust. 4, Get ads ads stop some of the edge flip. 5, ads can be set up by the button/drop. 6, ads during the day time lights are not bright, low light only bright lights when the ads to test the quality of light can control the lights manually. 7, when power-off time and save the settings button so that the edge part of advertising arrival.
- 2022-04-20 13:31:19下载
- 积分:1
-
MSP430F449与ATT7022开发的一款三相表demo,完善中,其中的几个程序模块,仅供参考。...
MSP430F449与ATT7022开发的一款三相表demo,完善中,其中的几个程序模块,仅供参考。-MSP430F449 with the ATT7022 the development of a three-phase table demo, perfect, where several program modules for reference purposes only.
- 2022-01-22 01:11:33下载
- 积分:1
-
VHDL源代码和仿真的全加器
资源描述在这个项目中,你会得到一些校长对于VHDL逻辑信息添加三位。 ;你知道当我们添加三位输入,我们将给予两位的输出。一、乙和丙是输入和D、c_out输出。有关全加器的更多信息,您可以读取数字逻辑与计算机设计莫里斯马诺。
- 2022-03-22 07:16:14下载
- 积分:1
-
用C语言实现51单片机的93C46储存数字程序,已经调试好了
用C语言实现51单片机的93C46储存数字程序,已经调试好了-51 using C-language digital storage 93C46 MCU procedures are better debugging
- 2022-04-16 16:14:51下载
- 积分:1
-
movie 播放器QT
应用背景QT5版本以上的版本,用于对指定的视频进行播放,但是没有对所有的视频格式都支持,可以移植到相应的嵌入式系统进行跑程序关键技术用QT5版本以上的QMovie类对指定的视频进行采集和播放,大家可以去参考qt5版本的使用文档,里面详细介绍了这个类可以播放的视频格式类型和使用方法
- 2022-05-27 04:42:40下载
- 积分:1
-
USB2.0(ISP1581MPEG)MPEG程序源代码
USB2.0(ISP1581MPEG)MPEG程序源代码--MPEG program source code for USB2.0 (ISP1581MPEG).
- 2022-04-19 05:09:56下载
- 积分:1
-
网卡驱动程序,RTL8019
网卡驱动程序,RTL8019-NIC drivers, RTL8019
- 2023-04-01 11:35:03下载
- 积分:1
-
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{...
c语言中写二进制数。引用例子:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c = 0xA9
}
-Write binary number in C language. Cited code:
#define Bin(n) LongToBin(0x##n##l)
void main(void)
{
unsigned char c
c = Bin(10101001) // c=0xA9
}
- 2023-08-22 17:30:02下载
- 积分:1