D-Flash
D-flash技术,以其高密度存储与快速读写特性,在嵌入式系统、消费电子及工业控制领域展现出卓越性能。作为非易失性存储解决方案,D-flash支持多次擦写而不损失数据完整性,是实现复杂软件功能的理想选择。本页面汇聚了6783个精选D-flash相关资源,涵盖设计文档、开发工具及应用案例,助力工程师深...
资源总数
3,938
D-Flash 全部资料 3,938 份
读者要在命令行下输入tcc -B d: csourcepport.c,来编译 之后需要编译server.c和clint.c
读者要在命令行下输入tcc -B d:\tc\source\pport.c,来编译 之后需要编译server.c和clint.c
2017-02-18
133
在单片机中由于CPU的A/D精度、模拟通道处理限制和各种漂移
在单片机中由于CPU的A/D精度、模拟通道处理限制和各种漂移,得到的数据往往不尽人意,本程序用简洁的语句即解决了上述问题,又不失数据的动态性。
2016-12-17
164
溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)
溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,...
2014-11-10
136
溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void)
溫度華氏轉變攝氏 #include <stdio.h> #include <stdlib.h> enum x {A,B,C,D,E} int main(void) { int a=73,b=85,...
2013-12-12
174
遥控解码通过电脑串口显示 /* 晶振:11.0569MHz */ #include <REGX52.h> #define uchar unsigned char uchar d
遥控解码通过电脑串口显示 /* 晶振:11.0569MHz */ #include <REGX52.h> #define uchar unsigned char uchar data IRcode[4] //定义一个...
2013-12-12
55