-
PL语言到中间代码的编译程序
PL语言到中间代码的编译程序,vc下编译 (PL language to the interlanguage compiler, under vc
translates )
- 2020-11-19 00:19:38下载
- 积分:1
-
STM8S电量指示程序
void ADC_Initial(void)
{
ADC1->CSR = 0x03;//选择AD通道 AIN3
ADC1->CR1 = 0x70;//ADC时钟=主时钟/18 单次转换模式
ADC1->CR2 = 0;//配置为左对齐方式
ADC1->CR3 = 0;//缓存功能没有被使能
ADC1->TDRH = 0;//关闭施密特触发
ADC1->TDRL = 0;//关闭施密特触发
ADC1->HTRH = 0xff;
ADC1->HTRL = 0x03;
ADC1->LTRH = 0;
ADC1->LTRL = 0;
ADC1->AWCRH = 0;
ADC1->AWCRL = 0;
ADC1->CR2 =0X08;//设置数据为右对齐
ADC1->CR1=0; //单次转换模式
ADC1->CSR=0X04;
ADC1->CR1=0X70;
ADC1->CR2=0X08;//设置数据为右对齐
ADC1->TDRL &= (uint8_t)0x08;
ADC1->TDRH &= (uint8_t)0x00;
- 2022-03-02 04:01:12下载
- 积分:1
-
电力104协议c代码
这是一个关于电力行业104规约解析的C源代码,实现了固定帧方面的解析功能,需用的可以借鉴一下(This is a power sector 104 of the Statute parsing C source code to achieve the parsing fixed frame aspects required can learn about)
- 2022-03-15 16:06:56下载
- 积分:1
-
Z
说明: 在给定的字母中,用c++来实现字母的排序(In a given letter, the use of c++ to implement the letter of the sort)
- 2010-06-29 21:59:50下载
- 积分:1
-
C#三层架构0813—SqlServer带数据库-Vis-visual studio2019
三层架构增加-删除-修改-查询可以提供学习交流,谢谢C#三层架构0813—SqlServer-Vis-visual studio2019
- 2020-12-07下载
- 积分:1
-
sdcWifi
Turn on/off wifi in v210/ce6.0
(use deviceioctl code)
- 2013-10-21 13:19:02下载
- 积分:1
-
Pattern-Matching
使用控件,对模式匹配进行处理,主要用于图片的识别(Use the controls on the pattern matching process, mainly for picture identification)
- 2013-11-07 14:58:51下载
- 积分:1
-
18b20wendu
基于MEGA16的18B20测温程序,C语言编写,测温数据进行过系数修正。数据接口简单,源程序里面有说明。(Temperature measurement based on MEGA16 the 18B20 procedure, C language, excessive temperature coefficient of correction data. Data interface is simple, source code instructions inside.)
- 2010-05-19 10:13:59下载
- 积分:1
-
AT89C2051
通过单片机AT89C2051采用DS1820上的温度,并通过串口发出(The temperature on DS1820 is adopted by AT89C2051 single chip computer and sent out through serial port.)
- 2020-06-18 22:40:02下载
- 积分:1
-
网设计模式之三:组合模式组合模式(复合型)…
NET设计模式有三种:组合模式组合模式(Composite)是一种结构化模式(Structural)。结构模型涉及两个或两个以上的对象,对象之间的关系,以及对象的结构
- 2022-12-18 06:25:03下载
- 积分:1