“玩板”+周航慈书第7章第4个例子
<div class='showpostmsg'><p><br /><br />
<br />
<b><font color="#5E7384">此内容由EEWORLD论坛网友<font size="3">chenbingjy</font>原创,如需转载或用于商业用途需征得作者同意并注明出处</font></b><br />
第7章:资源同步</p>
<p>7.1.2:保障数据完整性</p>
<p>全局变量是最简单的共享资源,很多共享资源的结构比较复杂,如结构体,数组,数据块等,</p>
<p>这时共享资源数据的完整性比较容易受到破坏。</p>
<p>下面看一个日历时钟程序:我们为PCF8563时钟定义了一个全局结构体(包含年月日时分秒)。</p>
<p>如果某个任务(例如显示任务)需要显示当时的时间数据,就可以从日历时钟结构体中读取</p>
<p>数据。我们用一个按键任务来代表需要日历时钟数据的任务,每按键一次就显示出按键时刻的</p>
<p>日历时钟的内容。</p>
<p>部分原理图:</p>
<p><br />
<br />
<br />
<br />
<br />
部分代码:</p>
<p></p>
<p>效果图:</p>
<p></p>
<p></p>
</div><script> var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;" style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
if(parseInt(discuz_uid)==0){
(function($){
var postHeight = getTextHeight(400);
$(".showpostmsg").html($(".showpostmsg").html());
$(".showpostmsg").after(loginstr);
$(".showpostmsg").css({height:postHeight,overflow:"hidden"});
})(jQuery);
} </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script>
页:
[1]