;#ifdef FOSC_12MTH1=0xf3;TL1=0xf3;#else TH1=0xfd;TL1=0xfd;#endif //end of SOC_12MTR1=1;SM0=0;SM1=1;REN=1
2016-01-22 14:49
char wkd;unsigned char day;unsigned char mth;unsigned char yr;};struct {unsigned int prt00;unsigned
2014-12-19 11:28
有没有人有一个16x 16的乘法例程,它不需要扩展指令集,比如16F887????数据表中有18F45K22的16x16u例程,但它需要扩展指令集命令MULWF和MOVFF(我可以很容易地绕过MOVFF,但不能那么容易地绕过MULWF)?
2020-04-03 09:54
]="454646564";//uchar sendsms[25];uchar flag;void SerialInti(){TMOD=0x20;#ifdef FOSC_12MTH
2016-08-19 12:06
我正在做一个培训项目,准备一个16f628的转速表。到目前为止,我已经用***模块在4位数字显示器上显示了以微秒为单位的周期。下一步是把它转换为频率和RPM。我知道如何在计算器上完成这项工作,但是似乎找不到任何帮助。有人知道我在哪里可以找到代码做一个1 / N?谢谢,杰克
2020-05-13 13:40
大家好,我在把数字从“字符串格式”转换成“浮点数字”时遇到了问题。为了这个目的,我使用“ATOF”函数。我使用了代码:但是在变量“n”中存储的是i=11123535。它在点之后是3位数。但是我希望它精确地存储,即“n=1”。1.123456“有没有比使用函数更好的方法? 以上来自于百度翻译 以下为原文 Hi all,I have problem in converting the numbers from "string format" to "floating point numbers".I am using "atof" function for that purpose. I used the code: signed float n; char inf="11.123456" n=atof(inf); But what is storing in the variable "n" isn=11.123535It is correct up to 3 digits after the point.But I want it to store accurately i.e.,"n=11.123456"Is there any better way than using atof function
2019-03-27 14:59
AVR_PQ1A.h是什么?AVR_PQ1A.h头文件有什么功能?
2021-07-07 06:59
你好,有没有人使用过Digilent的Atlys主板?热衷于了解获得的DDR b / w以及适合使用该内存的MIG设置。目前还没有参考设计干杯,马尼什
2019-10-16 01:28