PIC单片机(Peripheral Interface Controller)是一种用来开发和控制外围设备的集成电路(IC)。一种具有分散作用(多任务)功能的CPU。与人类相比,大脑就是CPU,PIC 共享的部分相当于人的神经系统。
2006-05-10 22:52:23 关于站点 收藏本站 联系站长 返回首页 用2051的电子钟(有跑秒)附全部制作资料 刘佳杭 本人刚刚做了一个《智能电子钟电路》,这个电路不但有24制的表功能,另外还有跑秒功能。本电路的核心使...
//产生图片空间感:main_mc(遮罩影片)、picture(图片影片) stop(); main_mc.useHandCursor = false; onEnterFrame = function () { picture._x += (_root._xmouse*-(picture._width/main_mc._width)-picture._x)*0.050000; pictur.....
DataTable sourse = new DataTable();sourse.Columns.Add(new DataColumn("TypeID"));sourse.Columns.Add(new DataColumn("TypeName"));sourse.Columns.Add(new DataColumn("pic"));s...
Finally, I decide to put on my diary on this web site in the form of Blog~~ I want to know how to paste a pic on the web, you know , it will make the web more beautiful:)
#pic{ width:100px; height:100px; border-radius:50% ; margin:20px auto; cursor: pointer; }$(function() { $("#pic").click(function () { $("#upload").click(); //隐藏了input:file样式后,点击头像就...
Device OverviewSummaryThis powerful (200 nanosecond instruction execution) yet easy-to-program (only 35 single word instructions) CMOS FLASH-based 8-bit microcontroller packs Microchip's powerful PIC®...
NSURL *imgUrl = [NSURL URLWithString:[NSString stringWithFormat:@"%@/%@",serverUrl,pic]]; //从服务器拿到图片的地址 // NSLog(@"fsdf %@",imgUrl); if (hasCachedImage(imgUrl)) { im...
资源:同级目录下的存放当前计数的count.txt文件 子目录pic下的0到9的数字图片0.gif ~ 9.gif -------------------------------- asax文件: ...
============================JE Talker 是基于 AIR + ExtJS 开发的 JavaEye客户端 0.9版 截图 :[img]http://fins.iteye.com/upload/picture/pic/34075/0d976666-236a-3226-877c-d77b0075b88d.jpg[/img]=======================...
============================JE Talker 是基于 AIR + ExtJS 开发的 JavaEye客户端 0.8版 截图 :[img]http://fins.iteye.com/upload/picture/pic/33165/a5f441bd-bd06-32bc-b97a-82c19df04263.jpg[/img]=======================...
JavaScript代码: function loadImage(img) { var filePath = img.value; var fileExt = filePath.substring(filePath.lastIndexOf(".")) .toLowerCase(); ...
视图层 JS 函数: function sendFile(){ var fd = new FormData(); var pic=document.getElementById("up").files[0]; var type=pic.type; ...
工作中经过摸索实验,总结出单片机大致应用程序的架构有三种: 1. 简单的前后台顺序执行程序,这类写法是大多数人使用的方法,不需用思考程序的具体架构,直接通过执行顺序编写应用程序即可。 2. 时间片轮询法,此方法是介于顺序执行与操...
指CPU处理的数据的宽度,参与运算的寄存器的数据长度. 如果总线宽度与CPU一次处理的数据宽度相同,则这个宽度就是所说的单片机位数。 如果总线宽度与CPU一次处理的数据宽度不同: 1)总线宽度小于CPU一次处理的数据宽度,则以CPU的数据宽度...
前面我介绍了51单片机的串口通信协议, 其核心是操作单片机的SCON,SBUF和定时器1,通过外部引脚Tx与Rx来实现与外部的数据交换。现在加入我们要实现两个mcu之间的远程通信,显然直接连接他们的Tx与Rx脚是不可行的。因为TTL通信容易受噪声干...