-
CANtest
CAN test测试功能软件,帮助快速开发产品(CAN test测试功能软件)
- 2014-11-07 09:47:48下载
- 积分:1
-
bp_drag
fluent软件中关于模拟二维流化床的均匀流化作用的程序代码。(the fluent software simulation of two-dimensional fluidized bed uniform fluidization program code.)
- 2012-12-25 15:15:53下载
- 积分:1
-
11
通过PWM定时器延迟一秒,实现一个LED灯的明灭。实验中观察I/O口的值对LED灯的明灭的控制,学习I/O口的输入输出方式和设置,了解PWM的配置方式(Through the PWM timer to delay a second, the realization of a LED lamp at. I/O values for LED lamp light control experiment, learning I/O port input and output method and setting, understanding of PWM configuration methods)
- 2014-04-16 13:54:34下载
- 积分:1
-
CAN
STM32F405 CAN程序,亲测可用(forSTM32F405 project itis OK)
- 2016-01-01 09:33:01下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
EEPROM_24C02
用C语言编写的温度采集程序,可以用于C51单片机的开发(Temperature using C language acquisition program, can be used for C51 MCU development)
- 2013-12-17 19:56:26下载
- 积分:1
-
MFC-examples
达内MFC例子集源码,内容涉及消息映射、工具栏的使用、状态栏操作、视图/窗口、动态创建未知类型的对象、MFC文档类作用、MFC单文档视图应用程序(SDI)、MFC多文档视图应用程序(MDI)、ATL组件编写、对话框的数据交换、MFC基本控件、列表 ListCtrl控件的使用等相关知识点,还有更多不一一列举了。(Set up the MFC source code examples, involving message mapping, using the toolbar, status bar operation, view/window dynamically create objects of unknown type, MFC document class action, MFC single document view application (SDI), MFC multi-document view of the application (MDI), ATL component preparation, data exchange dialog, MFC basic controls, such as a list of related knowledge ListCtrl use controls, and many more do not list them.)
- 2014-07-02 17:56:56下载
- 积分:1
-
Downloda
梦幻古龙2.5D网游全套完整源码
梦幻古龙2.5D网游全套完整源码
梦幻古龙2.5D网游全套完整源码
梦幻古龙2.5D网游全套完整源码(C++ LUA混合而成
)
- 2021-02-04 06:39:58下载
- 积分:1
-
DIANLIxitong3
详细介绍了电动机如何拖动负载运行以及电动机的工作原理(Described in detail how to drag the load motor operation and motor works)
- 2010-12-18 14:24:52下载
- 积分:1
-
PCSCReader
底层调用了PCSC的通信库Winscard,可用于PC上读卡器与智能卡的通信(It calls the underlying communication library Winscard PC can be used on a PC to communicate with the smart card reader)
- 2021-05-14 15:30:03下载
- 积分:1